[ May 29 21:50:16 Enabled. ] [ May 29 21:50:16 Rereading configuration. ] [ May 29 21:50:17 Rereading configuration. ] [ May 29 21:50:29 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + single_node=true + command=() + true + 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") + 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 [ May 29 21:50:29 Method "start" exited with status 0. ] Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2024.05.29 21:50:30.097455 [ 1 ] {} Application: Will watch for the process with pid 24541 2024.05.29 21:50:30.098237 [ 1 ] {} Application: Forked a child process to watch 2024.05.29 21:50:30.638778 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 24541 2024.05.29 21:50:30.639572 [ 1 ] {} Application: starting up 2024.05.29 21:50:30.640336 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.05.29 21:50:30.738779 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.05.29 21:50:30.755857 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.05.29 21:50:30.755907 [ 1 ] {} Application: Initializing DateLUT. 2024.05.29 21:50:30.755930 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.05.29 21:50:30.756003 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.05.29 21:50:30.756627 [ 1 ] {} Application: Initializing interserver credentials. 2024.05.29 21:50:30.758205 [ 1 ] {} ConfigReloader: Loading config 'config.xml' Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2024.05.29 21:50:30.758740 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.05.29 21:50:30.759600 [ 1 ] {} 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) 2024.05.29 21:50:30.759675 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2024.05.29 21:50:30.759689 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.05.29 21:50:30.759869 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.29 21:50:30.760908 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.05.29 21:50:30.766522 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.29 21:50:30.767327 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.29 21:50:30.768691 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.05.29 21:50:30.768780 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.05.29 21:50:30.770376 [ 1 ] {} ConfigReloader: Loading config 'config.xml' Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2024.05.29 21:50:30.770719 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.05.29 21:50:30.775105 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.05.29 21:50:30.775483 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.05.29 21:50:30.777045 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.05.29 21:50:30.777522 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.05.29 21:50:30.777875 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.05.29 21:50:30.778313 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.05.29 21:50:30.779887 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.05.29 21:50:30.779915 [ 1 ] {} Application: Loading metadata from /data/ 2024.05.29 21:50:30.779995 [ 144 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:50:30.780164 [ 144 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:50:30.788129 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.05.29 21:50:30.788188 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000173912 sec 2024.05.29 21:50:30.788225 [ 1 ] {} ReferentialDeps: No tables 2024.05.29 21:50:30.788237 [ 1 ] {} LoadingDeps: No tables 2024.05.29 21:50:30.789389 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.05.29 21:50:30.790540 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.05.29 21:50:30.790592 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.05.29 21:50:30.790625 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.05.29 21:50:30.790667 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.05.29 21:50:30.790681 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.05.29 21:50:30.790741 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.05.29 21:50:30.790754 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.05.29 21:50:30.790814 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.05.29 21:50:30.790912 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.05.29 21:50:30.790933 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.05.29 21:50:30.790986 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.05.29 21:50:30.791044 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.05.29 21:50:30.791099 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.05.29 21:50:30.791153 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.05.29 21:50:30.791212 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.05.29 21:50:30.791259 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.05.29 21:50:30.791317 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.05.29 21:50:30.836113 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.05.29 21:50:30.837533 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.05.29 21:50:30.837591 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.0621e-05 sec 2024.05.29 21:50:30.837607 [ 1 ] {} ReferentialDeps: No tables 2024.05.29 21:50:30.837651 [ 1 ] {} LoadingDeps: No tables 2024.05.29 21:50:30.837680 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.05.29 21:50:30.837907 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.05.29 21:50:30.837981 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.05.29 21:50:30.837997 [ 1 ] {} Application: Loaded metadata. 2024.05.29 21:50:30.838049 [ 1 ] {} 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). 2024.05.29 21:50:30.838063 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.05.29 21:50:30.887320 [ 1 ] {} 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 23.8.7.1) 2024.05.29 21:50:31.097692 [ 1 ] {} 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 23.8.7.1) 2024.05.29 21:50:31.097747 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.05.29 21:50:31.120689 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.05.29 21:50:31.120895 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.08 MiB (RSS), difference: 147.22 MiB 2024.05.29 21:50:31.121768 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.423e-05 sec. 2024.05.29 21:50:31.122170 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.05.29 21:50:31.122284 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.05.29 21:50:31.122346 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.05.29 21:50:31.122367 [ 1 ] {} Application: Ready for connections. 2024.05.29 21:50:32.283961 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.284251 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.284290 [ 3 ] {} HTTP-Session: 5280ceb1-8b66-432d-88d7-6d54fdfe6e5f Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.284322 [ 3 ] {} HTTP-Session: 5280ceb1-8b66-432d-88d7-6d54fdfe6e5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.284342 [ 3 ] {} HTTP-Session: 5280ceb1-8b66-432d-88d7-6d54fdfe6e5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.284431 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.05.29 21:50:32.284467 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2024.05.29 21:50:32.284490 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2024.05.29 21:50:32.284557 [ 3 ] {} HTTP-Session: 5280ceb1-8b66-432d-88d7-6d54fdfe6e5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.285686 [ 3 ] {395e9e29-b0fa-4894-9678-6bb50089f84a} executeQuery: (from [fd00:1122:3344:101::d]:32906) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.05.29 21:50:32.324168 [ 3 ] {395e9e29-b0fa-4894-9678-6bb50089f84a} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:32906) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 2024.05.29 21:50:32.324892 [ 3 ] {395e9e29-b0fa-4894-9678-6bb50089f84a} DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.05.29 21:50:32.326289 [ 3 ] {} HTTP-Session: 5280ceb1-8b66-432d-88d7-6d54fdfe6e5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.331059 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.331137 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.331168 [ 3 ] {} HTTP-Session: ab1a6304-cee7-42ee-a516-78a682583cb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.331196 [ 3 ] {} HTTP-Session: ab1a6304-cee7-42ee-a516-78a682583cb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.331212 [ 3 ] {} HTTP-Session: ab1a6304-cee7-42ee-a516-78a682583cb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.331264 [ 3 ] {} HTTP-Session: ab1a6304-cee7-42ee-a516-78a682583cb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.332505 [ 3 ] {c20567af-2aac-4e94-b95e-d18dec9172c8} executeQuery: (from [fd00:1122:3344:101::d]:32906) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:50:32.332625 [ 3 ] {c20567af-2aac-4e94-b95e-d18dec9172c8} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.05.29 21:50:32.334660 [ 3 ] {c20567af-2aac-4e94-b95e-d18dec9172c8} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.05.29 21:50:32.337451 [ 3 ] {c20567af-2aac-4e94-b95e-d18dec9172c8} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:50:32.343342 [ 3 ] {c20567af-2aac-4e94-b95e-d18dec9172c8} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.343376 [ 3 ] {c20567af-2aac-4e94-b95e-d18dec9172c8} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:50:32.343398 [ 3 ] {} HTTP-Session: ab1a6304-cee7-42ee-a516-78a682583cb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.352410 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.352479 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.352509 [ 3 ] {} HTTP-Session: ddae11aa-69d2-40d1-94d2-47425f213c1f Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.352530 [ 3 ] {} HTTP-Session: ddae11aa-69d2-40d1-94d2-47425f213c1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.352550 [ 3 ] {} HTTP-Session: ddae11aa-69d2-40d1-94d2-47425f213c1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.352600 [ 3 ] {} HTTP-Session: ddae11aa-69d2-40d1-94d2-47425f213c1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.352766 [ 3 ] {85fa9737-0661-4e09-a7f8-8333da348104} executeQuery: (from [fd00:1122:3344:101::d]:32906) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.05.29 21:50:32.353122 [ 3 ] {85fa9737-0661-4e09-a7f8-8333da348104} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:32906) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 2024.05.29 21:50:32.353253 [ 3 ] {85fa9737-0661-4e09-a7f8-8333da348104} DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.05.29 21:50:32.353392 [ 3 ] {} HTTP-Session: ddae11aa-69d2-40d1-94d2-47425f213c1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.355537 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.355598 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.355620 [ 3 ] {} HTTP-Session: f7718104-0064-4d9e-8c36-25ae6e643e08 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.355643 [ 3 ] {} HTTP-Session: f7718104-0064-4d9e-8c36-25ae6e643e08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.355663 [ 3 ] {} HTTP-Session: f7718104-0064-4d9e-8c36-25ae6e643e08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.355699 [ 3 ] {} HTTP-Session: f7718104-0064-4d9e-8c36-25ae6e643e08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.355896 [ 3 ] {a6e0af2a-6c46-4f6b-9609-bb46095888c9} executeQuery: (from [fd00:1122:3344:101::d]:32906) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.05.29 21:50:32.356079 [ 3 ] {a6e0af2a-6c46-4f6b-9609-bb46095888c9} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.356106 [ 3 ] {} HTTP-Session: f7718104-0064-4d9e-8c36-25ae6e643e08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.356220 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.356267 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.356289 [ 3 ] {} HTTP-Session: 6180c106-67f4-4cb4-b95f-899e782c5a41 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.356304 [ 3 ] {} HTTP-Session: 6180c106-67f4-4cb4-b95f-899e782c5a41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.356319 [ 3 ] {} HTTP-Session: 6180c106-67f4-4cb4-b95f-899e782c5a41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.356350 [ 3 ] {} HTTP-Session: 6180c106-67f4-4cb4-b95f-899e782c5a41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.356435 [ 3 ] {90722533-38fc-4c83-a3ef-300e9ec6c8bb} executeQuery: (from [fd00:1122:3344:101::d]:32906) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.05.29 21:50:32.356492 [ 3 ] {90722533-38fc-4c83-a3ef-300e9ec6c8bb} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.05.29 21:50:32.357549 [ 3 ] {90722533-38fc-4c83-a3ef-300e9ec6c8bb} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.05.29 21:50:32.357580 [ 3 ] {90722533-38fc-4c83-a3ef-300e9ec6c8bb} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.305e-05 sec 2024.05.29 21:50:32.357594 [ 3 ] {90722533-38fc-4c83-a3ef-300e9ec6c8bb} ReferentialDeps: No tables 2024.05.29 21:50:32.357608 [ 3 ] {90722533-38fc-4c83-a3ef-300e9ec6c8bb} LoadingDeps: No tables 2024.05.29 21:50:32.357629 [ 3 ] {90722533-38fc-4c83-a3ef-300e9ec6c8bb} DatabaseAtomic (oximeter): Starting up tables. 2024.05.29 21:50:32.357743 [ 3 ] {90722533-38fc-4c83-a3ef-300e9ec6c8bb} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.357765 [ 3 ] {} HTTP-Session: 6180c106-67f4-4cb4-b95f-899e782c5a41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.357864 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.357912 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.357930 [ 3 ] {} HTTP-Session: 791fba1b-2621-417f-918f-29b3d5548a86 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.357950 [ 3 ] {} HTTP-Session: 791fba1b-2621-417f-918f-29b3d5548a86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.357968 [ 3 ] {} HTTP-Session: 791fba1b-2621-417f-918f-29b3d5548a86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.357996 [ 3 ] {} HTTP-Session: 791fba1b-2621-417f-918f-29b3d5548a86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.358137 [ 3 ] {8f3bbeb6-73c7-4bcf-9a59-99033c7d0295} executeQuery: (from [fd00:1122:3344:101::d]:32906) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2024.05.29 21:50:32.358183 [ 3 ] {8f3bbeb6-73c7-4bcf-9a59-99033c7d0295} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.05.29 21:50:32.362442 [ 3 ] {8f3bbeb6-73c7-4bcf-9a59-99033c7d0295} StoragePolicy (default): Storage policy default created, total volumes 1 2024.05.29 21:50:32.363382 [ 3 ] {8f3bbeb6-73c7-4bcf-9a59-99033c7d0295} oximeter.version (3df75fa4-ea12-46d8-93cc-3c50cbc3d6c0): Loading data parts 2024.05.29 21:50:32.363761 [ 3 ] {8f3bbeb6-73c7-4bcf-9a59-99033c7d0295} oximeter.version (3df75fa4-ea12-46d8-93cc-3c50cbc3d6c0): There are no data parts 2024.05.29 21:50:32.366149 [ 3 ] {8f3bbeb6-73c7-4bcf-9a59-99033c7d0295} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.366175 [ 3 ] {} HTTP-Session: 791fba1b-2621-417f-918f-29b3d5548a86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.366288 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.366339 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.366362 [ 3 ] {} HTTP-Session: be677693-8a84-4fb1-8d3a-7db52d168fb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.366378 [ 3 ] {} HTTP-Session: be677693-8a84-4fb1-8d3a-7db52d168fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.366393 [ 3 ] {} HTTP-Session: be677693-8a84-4fb1-8d3a-7db52d168fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.366425 [ 3 ] {} HTTP-Session: be677693-8a84-4fb1-8d3a-7db52d168fb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.366615 [ 3 ] {36004bd8-541d-4488-bcd8-848c13b58634} executeQuery: (from [fd00:1122:3344:101::d]:32906) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ 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) 2024.05.29 21:50:32.366669 [ 3 ] {36004bd8-541d-4488-bcd8-848c13b58634} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.05.29 21:50:32.372860 [ 3 ] {36004bd8-541d-4488-bcd8-848c13b58634} oximeter.measurements_bool (51060351-c5dc-4abf-8190-59c26427e951): Loading data parts 2024.05.29 21:50:32.373132 [ 3 ] {36004bd8-541d-4488-bcd8-848c13b58634} oximeter.measurements_bool (51060351-c5dc-4abf-8190-59c26427e951): There are no data parts 2024.05.29 21:50:32.374371 [ 3 ] {36004bd8-541d-4488-bcd8-848c13b58634} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.374397 [ 3 ] {} HTTP-Session: be677693-8a84-4fb1-8d3a-7db52d168fb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.374551 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.374606 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.374630 [ 3 ] {} HTTP-Session: 78cc7f31-1119-4efc-91ca-700f4068d18b Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.374646 [ 3 ] {} HTTP-Session: 78cc7f31-1119-4efc-91ca-700f4068d18b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.374662 [ 3 ] {} HTTP-Session: 78cc7f31-1119-4efc-91ca-700f4068d18b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.374691 [ 3 ] {} HTTP-Session: 78cc7f31-1119-4efc-91ca-700f4068d18b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.374866 [ 3 ] {171baa4a-7718-4b05-b44f-aeddf9687eb0} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.374913 [ 3 ] {171baa4a-7718-4b05-b44f-aeddf9687eb0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.05.29 21:50:32.376400 [ 3 ] {171baa4a-7718-4b05-b44f-aeddf9687eb0} oximeter.measurements_i8 (258d483d-c31d-4b0d-8d8a-9878267a5aee): Loading data parts 2024.05.29 21:50:32.376577 [ 3 ] {171baa4a-7718-4b05-b44f-aeddf9687eb0} oximeter.measurements_i8 (258d483d-c31d-4b0d-8d8a-9878267a5aee): There are no data parts 2024.05.29 21:50:32.377704 [ 3 ] {171baa4a-7718-4b05-b44f-aeddf9687eb0} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.377739 [ 3 ] {} HTTP-Session: 78cc7f31-1119-4efc-91ca-700f4068d18b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.377850 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.377901 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.377924 [ 3 ] {} HTTP-Session: 619d27c8-c8ce-446d-9c52-887ec3edd9ad Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.377939 [ 3 ] {} HTTP-Session: 619d27c8-c8ce-446d-9c52-887ec3edd9ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.377955 [ 3 ] {} HTTP-Session: 619d27c8-c8ce-446d-9c52-887ec3edd9ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.377988 [ 3 ] {} HTTP-Session: 619d27c8-c8ce-446d-9c52-887ec3edd9ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.378155 [ 3 ] {d8928462-4ec2-480d-a5dc-d0cc5ecada14} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.378205 [ 3 ] {d8928462-4ec2-480d-a5dc-d0cc5ecada14} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.05.29 21:50:32.379643 [ 3 ] {d8928462-4ec2-480d-a5dc-d0cc5ecada14} oximeter.measurements_u8 (5dcec42c-1645-4547-8ee8-c8ee28a46b6b): Loading data parts 2024.05.29 21:50:32.379810 [ 3 ] {d8928462-4ec2-480d-a5dc-d0cc5ecada14} oximeter.measurements_u8 (5dcec42c-1645-4547-8ee8-c8ee28a46b6b): There are no data parts 2024.05.29 21:50:32.381046 [ 3 ] {d8928462-4ec2-480d-a5dc-d0cc5ecada14} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.381073 [ 3 ] {} HTTP-Session: 619d27c8-c8ce-446d-9c52-887ec3edd9ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.381182 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.381233 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.381254 [ 3 ] {} HTTP-Session: aefb3d44-c7b2-458c-9b84-6f963f38d7bc Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.381269 [ 3 ] {} HTTP-Session: aefb3d44-c7b2-458c-9b84-6f963f38d7bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.381285 [ 3 ] {} HTTP-Session: aefb3d44-c7b2-458c-9b84-6f963f38d7bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.381317 [ 3 ] {} HTTP-Session: aefb3d44-c7b2-458c-9b84-6f963f38d7bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.381490 [ 3 ] {d2b7cb99-81d4-47b8-a73c-f3acd1919562} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.381537 [ 3 ] {d2b7cb99-81d4-47b8-a73c-f3acd1919562} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.05.29 21:50:32.383066 [ 3 ] {d2b7cb99-81d4-47b8-a73c-f3acd1919562} oximeter.measurements_i16 (0047bdb8-cf8e-4606-b569-e88eeaa889ed): Loading data parts 2024.05.29 21:50:32.383233 [ 3 ] {d2b7cb99-81d4-47b8-a73c-f3acd1919562} oximeter.measurements_i16 (0047bdb8-cf8e-4606-b569-e88eeaa889ed): There are no data parts 2024.05.29 21:50:32.384329 [ 3 ] {d2b7cb99-81d4-47b8-a73c-f3acd1919562} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.384361 [ 3 ] {} HTTP-Session: aefb3d44-c7b2-458c-9b84-6f963f38d7bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.384467 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.384517 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.384541 [ 3 ] {} HTTP-Session: f2199cca-4ab2-4eb0-9128-d817302a4595 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.384556 [ 3 ] {} HTTP-Session: f2199cca-4ab2-4eb0-9128-d817302a4595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.384573 [ 3 ] {} HTTP-Session: f2199cca-4ab2-4eb0-9128-d817302a4595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.384605 [ 3 ] {} HTTP-Session: f2199cca-4ab2-4eb0-9128-d817302a4595 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.384774 [ 3 ] {f1addade-b82c-4cab-9ced-c99feb1ed356} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.384826 [ 3 ] {f1addade-b82c-4cab-9ced-c99feb1ed356} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.05.29 21:50:32.386271 [ 3 ] {f1addade-b82c-4cab-9ced-c99feb1ed356} oximeter.measurements_u16 (2ac33a83-a00f-41d5-8e0d-51bb0eb4f358): Loading data parts 2024.05.29 21:50:32.386428 [ 3 ] {f1addade-b82c-4cab-9ced-c99feb1ed356} oximeter.measurements_u16 (2ac33a83-a00f-41d5-8e0d-51bb0eb4f358): There are no data parts 2024.05.29 21:50:32.387700 [ 3 ] {f1addade-b82c-4cab-9ced-c99feb1ed356} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.387732 [ 3 ] {} HTTP-Session: f2199cca-4ab2-4eb0-9128-d817302a4595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.387850 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.387903 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.387924 [ 3 ] {} HTTP-Session: 196c611c-19b1-46b1-abbd-99a439f0d0b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.387947 [ 3 ] {} HTTP-Session: 196c611c-19b1-46b1-abbd-99a439f0d0b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.387960 [ 3 ] {} HTTP-Session: 196c611c-19b1-46b1-abbd-99a439f0d0b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.387992 [ 3 ] {} HTTP-Session: 196c611c-19b1-46b1-abbd-99a439f0d0b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.388168 [ 3 ] {d01eee1b-a182-479a-acf4-24a55e8de46b} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.388214 [ 3 ] {d01eee1b-a182-479a-acf4-24a55e8de46b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.05.29 21:50:32.389678 [ 3 ] {d01eee1b-a182-479a-acf4-24a55e8de46b} oximeter.measurements_i32 (50c74d8b-ef08-4fd3-8569-b5d05153d78a): Loading data parts 2024.05.29 21:50:32.389826 [ 3 ] {d01eee1b-a182-479a-acf4-24a55e8de46b} oximeter.measurements_i32 (50c74d8b-ef08-4fd3-8569-b5d05153d78a): There are no data parts 2024.05.29 21:50:32.390944 [ 3 ] {d01eee1b-a182-479a-acf4-24a55e8de46b} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.390975 [ 3 ] {} HTTP-Session: 196c611c-19b1-46b1-abbd-99a439f0d0b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.391071 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.391126 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.391153 [ 3 ] {} HTTP-Session: c3e522d1-3cc2-49bc-9c26-a0dd4617960e Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.391168 [ 3 ] {} HTTP-Session: c3e522d1-3cc2-49bc-9c26-a0dd4617960e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.391186 [ 3 ] {} HTTP-Session: c3e522d1-3cc2-49bc-9c26-a0dd4617960e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.391221 [ 3 ] {} HTTP-Session: c3e522d1-3cc2-49bc-9c26-a0dd4617960e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.391394 [ 3 ] {b0a3e809-554c-4847-9f58-4f5158b72205} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.391447 [ 3 ] {b0a3e809-554c-4847-9f58-4f5158b72205} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.05.29 21:50:32.392916 [ 3 ] {b0a3e809-554c-4847-9f58-4f5158b72205} oximeter.measurements_u32 (ea134ff6-92b6-41ad-a8ab-2b971d9f2eef): Loading data parts 2024.05.29 21:50:32.393075 [ 3 ] {b0a3e809-554c-4847-9f58-4f5158b72205} oximeter.measurements_u32 (ea134ff6-92b6-41ad-a8ab-2b971d9f2eef): There are no data parts 2024.05.29 21:50:32.394188 [ 3 ] {b0a3e809-554c-4847-9f58-4f5158b72205} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.394221 [ 3 ] {} HTTP-Session: c3e522d1-3cc2-49bc-9c26-a0dd4617960e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.394342 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.394416 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.394448 [ 3 ] {} HTTP-Session: 9dc8ed75-6084-4699-8451-7c9bf66e3ba6 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.394473 [ 3 ] {} HTTP-Session: 9dc8ed75-6084-4699-8451-7c9bf66e3ba6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.394487 [ 3 ] {} HTTP-Session: 9dc8ed75-6084-4699-8451-7c9bf66e3ba6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.394524 [ 3 ] {} HTTP-Session: 9dc8ed75-6084-4699-8451-7c9bf66e3ba6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.394708 [ 3 ] {d0e51ec0-c628-4823-a8fa-426bd9a763f4} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.394768 [ 3 ] {d0e51ec0-c628-4823-a8fa-426bd9a763f4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.05.29 21:50:32.396240 [ 3 ] {d0e51ec0-c628-4823-a8fa-426bd9a763f4} oximeter.measurements_i64 (25aefdf1-18fe-41a8-8409-208abdacfd4d): Loading data parts 2024.05.29 21:50:32.396411 [ 3 ] {d0e51ec0-c628-4823-a8fa-426bd9a763f4} oximeter.measurements_i64 (25aefdf1-18fe-41a8-8409-208abdacfd4d): There are no data parts 2024.05.29 21:50:32.397503 [ 3 ] {d0e51ec0-c628-4823-a8fa-426bd9a763f4} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.397538 [ 3 ] {} HTTP-Session: 9dc8ed75-6084-4699-8451-7c9bf66e3ba6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.397648 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.397710 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.397729 [ 3 ] {} HTTP-Session: 3a36d531-ceda-40c2-ac7e-fb17f589417e Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.397753 [ 3 ] {} HTTP-Session: 3a36d531-ceda-40c2-ac7e-fb17f589417e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.397767 [ 3 ] {} HTTP-Session: 3a36d531-ceda-40c2-ac7e-fb17f589417e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.397805 [ 3 ] {} HTTP-Session: 3a36d531-ceda-40c2-ac7e-fb17f589417e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.397977 [ 3 ] {9e5f1a23-23e5-4f3f-ab03-8b8559784741} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.398029 [ 3 ] {9e5f1a23-23e5-4f3f-ab03-8b8559784741} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.05.29 21:50:32.399493 [ 3 ] {9e5f1a23-23e5-4f3f-ab03-8b8559784741} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Loading data parts 2024.05.29 21:50:32.399662 [ 3 ] {9e5f1a23-23e5-4f3f-ab03-8b8559784741} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): There are no data parts 2024.05.29 21:50:32.400963 [ 3 ] {9e5f1a23-23e5-4f3f-ab03-8b8559784741} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.400999 [ 3 ] {} HTTP-Session: 3a36d531-ceda-40c2-ac7e-fb17f589417e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.401110 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.401157 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.401185 [ 3 ] {} HTTP-Session: 7eb9726a-eb50-4dfd-aad2-b090cc957b77 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.401210 [ 3 ] {} HTTP-Session: 7eb9726a-eb50-4dfd-aad2-b090cc957b77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.401224 [ 3 ] {} HTTP-Session: 7eb9726a-eb50-4dfd-aad2-b090cc957b77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.401262 [ 3 ] {} HTTP-Session: 7eb9726a-eb50-4dfd-aad2-b090cc957b77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.401440 [ 3 ] {3c7857df-6c46-47e4-9fef-3a8b1484649e} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.401500 [ 3 ] {3c7857df-6c46-47e4-9fef-3a8b1484649e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.05.29 21:50:32.402993 [ 3 ] {3c7857df-6c46-47e4-9fef-3a8b1484649e} oximeter.measurements_f32 (f3cb9231-5855-4e41-a5b0-61ff866ccadd): Loading data parts 2024.05.29 21:50:32.403159 [ 3 ] {3c7857df-6c46-47e4-9fef-3a8b1484649e} oximeter.measurements_f32 (f3cb9231-5855-4e41-a5b0-61ff866ccadd): There are no data parts 2024.05.29 21:50:32.404414 [ 3 ] {3c7857df-6c46-47e4-9fef-3a8b1484649e} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.404440 [ 3 ] {} HTTP-Session: 7eb9726a-eb50-4dfd-aad2-b090cc957b77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.404539 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.404601 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.404620 [ 3 ] {} HTTP-Session: cac0a11c-9038-47c1-8ef3-1bb9d3c3c672 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.404642 [ 3 ] {} HTTP-Session: cac0a11c-9038-47c1-8ef3-1bb9d3c3c672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.404660 [ 3 ] {} HTTP-Session: cac0a11c-9038-47c1-8ef3-1bb9d3c3c672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.404690 [ 3 ] {} HTTP-Session: cac0a11c-9038-47c1-8ef3-1bb9d3c3c672 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.404861 [ 3 ] {6e89c6da-6f83-4c0f-a6c2-e07353f75379} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.404914 [ 3 ] {6e89c6da-6f83-4c0f-a6c2-e07353f75379} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.05.29 21:50:32.406392 [ 3 ] {6e89c6da-6f83-4c0f-a6c2-e07353f75379} oximeter.measurements_f64 (0b9c4f3a-c771-44c1-835c-1cb5697f1e79): Loading data parts 2024.05.29 21:50:32.406556 [ 3 ] {6e89c6da-6f83-4c0f-a6c2-e07353f75379} oximeter.measurements_f64 (0b9c4f3a-c771-44c1-835c-1cb5697f1e79): There are no data parts 2024.05.29 21:50:32.407777 [ 3 ] {6e89c6da-6f83-4c0f-a6c2-e07353f75379} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.407810 [ 3 ] {} HTTP-Session: cac0a11c-9038-47c1-8ef3-1bb9d3c3c672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.407917 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.407970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.407988 [ 3 ] {} HTTP-Session: c272873f-acac-42de-bd82-eae2df087b34 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.408009 [ 3 ] {} HTTP-Session: c272873f-acac-42de-bd82-eae2df087b34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.408022 [ 3 ] {} HTTP-Session: c272873f-acac-42de-bd82-eae2df087b34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.408057 [ 3 ] {} HTTP-Session: c272873f-acac-42de-bd82-eae2df087b34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.408228 [ 3 ] {f9fed6b5-45d9-4a67-b0da-22697e7dbacc} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.408280 [ 3 ] {f9fed6b5-45d9-4a67-b0da-22697e7dbacc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.05.29 21:50:32.409738 [ 3 ] {f9fed6b5-45d9-4a67-b0da-22697e7dbacc} oximeter.measurements_string (8f3c42e3-6e6d-4961-9461-6c56a34902dd): Loading data parts 2024.05.29 21:50:32.409900 [ 3 ] {f9fed6b5-45d9-4a67-b0da-22697e7dbacc} oximeter.measurements_string (8f3c42e3-6e6d-4961-9461-6c56a34902dd): There are no data parts 2024.05.29 21:50:32.410990 [ 3 ] {f9fed6b5-45d9-4a67-b0da-22697e7dbacc} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.411016 [ 3 ] {} HTTP-Session: c272873f-acac-42de-bd82-eae2df087b34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.411120 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.411174 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.411192 [ 3 ] {} HTTP-Session: 903c5a5b-489d-4c87-a727-ae76049a4ceb Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.411214 [ 3 ] {} HTTP-Session: 903c5a5b-489d-4c87-a727-ae76049a4ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.411233 [ 3 ] {} HTTP-Session: 903c5a5b-489d-4c87-a727-ae76049a4ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.411263 [ 3 ] {} HTTP-Session: 903c5a5b-489d-4c87-a727-ae76049a4ceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.411438 [ 3 ] {9778a56e-d043-4085-9b15-02fe5f2af6ce} executeQuery: (from [fd00:1122:3344:101::d]:32906) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.29 21:50:32.411492 [ 3 ] {9778a56e-d043-4085-9b15-02fe5f2af6ce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.05.29 21:50:32.412957 [ 3 ] {9778a56e-d043-4085-9b15-02fe5f2af6ce} oximeter.measurements_bytes (5b3570cb-8d56-477a-b9fd-1e3515b6ddc6): Loading data parts 2024.05.29 21:50:32.413097 [ 3 ] {9778a56e-d043-4085-9b15-02fe5f2af6ce} oximeter.measurements_bytes (5b3570cb-8d56-477a-b9fd-1e3515b6ddc6): There are no data parts 2024.05.29 21:50:32.414196 [ 3 ] {9778a56e-d043-4085-9b15-02fe5f2af6ce} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.414221 [ 3 ] {} HTTP-Session: 903c5a5b-489d-4c87-a727-ae76049a4ceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.414329 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.414384 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.414402 [ 3 ] {} HTTP-Session: 79b43f9c-6369-42e4-ba40-f4f84e03b06a Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.414422 [ 3 ] {} HTTP-Session: 79b43f9c-6369-42e4-ba40-f4f84e03b06a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.414441 [ 3 ] {} HTTP-Session: 79b43f9c-6369-42e4-ba40-f4f84e03b06a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.414471 [ 3 ] {} HTTP-Session: 79b43f9c-6369-42e4-ba40-f4f84e03b06a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.414655 [ 3 ] {3990354a-f8b5-4bb8-90a6-9e0bc7c669de} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.414705 [ 3 ] {3990354a-f8b5-4bb8-90a6-9e0bc7c669de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.05.29 21:50:32.416197 [ 3 ] {3990354a-f8b5-4bb8-90a6-9e0bc7c669de} oximeter.measurements_cumulativei64 (72783b84-70f0-498c-ba6c-8c352314a67e): Loading data parts 2024.05.29 21:50:32.416368 [ 3 ] {3990354a-f8b5-4bb8-90a6-9e0bc7c669de} oximeter.measurements_cumulativei64 (72783b84-70f0-498c-ba6c-8c352314a67e): There are no data parts 2024.05.29 21:50:32.417464 [ 3 ] {3990354a-f8b5-4bb8-90a6-9e0bc7c669de} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.417497 [ 3 ] {} HTTP-Session: 79b43f9c-6369-42e4-ba40-f4f84e03b06a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.417606 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.417665 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.417683 [ 3 ] {} HTTP-Session: 99813bc9-d753-4002-9315-f125111457fd Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.417704 [ 3 ] {} HTTP-Session: 99813bc9-d753-4002-9315-f125111457fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.417718 [ 3 ] {} HTTP-Session: 99813bc9-d753-4002-9315-f125111457fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.417752 [ 3 ] {} HTTP-Session: 99813bc9-d753-4002-9315-f125111457fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.417931 [ 3 ] {60a16a49-c8cd-43b5-a8fa-6064a8ee4bfe} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.417987 [ 3 ] {60a16a49-c8cd-43b5-a8fa-6064a8ee4bfe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.05.29 21:50:32.419473 [ 3 ] {60a16a49-c8cd-43b5-a8fa-6064a8ee4bfe} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Loading data parts 2024.05.29 21:50:32.419636 [ 3 ] {60a16a49-c8cd-43b5-a8fa-6064a8ee4bfe} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): There are no data parts 2024.05.29 21:50:32.420742 [ 3 ] {60a16a49-c8cd-43b5-a8fa-6064a8ee4bfe} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.420767 [ 3 ] {} HTTP-Session: 99813bc9-d753-4002-9315-f125111457fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.420874 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.420927 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.420945 [ 3 ] {} HTTP-Session: be4600a4-54c0-414a-9ec7-00bc485f3856 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.420967 [ 3 ] {} HTTP-Session: be4600a4-54c0-414a-9ec7-00bc485f3856 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.420985 [ 3 ] {} HTTP-Session: be4600a4-54c0-414a-9ec7-00bc485f3856 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.421016 [ 3 ] {} HTTP-Session: be4600a4-54c0-414a-9ec7-00bc485f3856 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.421198 [ 3 ] {b20cf89d-8880-4469-865d-a766e150b084} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.421257 [ 3 ] {b20cf89d-8880-4469-865d-a766e150b084} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.05.29 21:50:32.422737 [ 3 ] {b20cf89d-8880-4469-865d-a766e150b084} oximeter.measurements_cumulativef32 (3922f298-a6ee-4f9b-8214-8c4c2efebb67): Loading data parts 2024.05.29 21:50:32.422904 [ 3 ] {b20cf89d-8880-4469-865d-a766e150b084} oximeter.measurements_cumulativef32 (3922f298-a6ee-4f9b-8214-8c4c2efebb67): There are no data parts 2024.05.29 21:50:32.424005 [ 3 ] {b20cf89d-8880-4469-865d-a766e150b084} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.424040 [ 3 ] {} HTTP-Session: be4600a4-54c0-414a-9ec7-00bc485f3856 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.424146 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.424203 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.424227 [ 3 ] {} HTTP-Session: cc083788-7caf-462b-99e1-5d5f52887d49 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.424248 [ 3 ] {} HTTP-Session: cc083788-7caf-462b-99e1-5d5f52887d49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.424262 [ 3 ] {} HTTP-Session: cc083788-7caf-462b-99e1-5d5f52887d49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.424296 [ 3 ] {} HTTP-Session: cc083788-7caf-462b-99e1-5d5f52887d49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.424483 [ 3 ] {67fce3b6-a27f-4419-89d1-3b4fa85e5a7b} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.424539 [ 3 ] {67fce3b6-a27f-4419-89d1-3b4fa85e5a7b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.05.29 21:50:32.426249 [ 3 ] {67fce3b6-a27f-4419-89d1-3b4fa85e5a7b} oximeter.measurements_cumulativef64 (ae829cf9-38a3-4d1c-9c7c-391ab72c9848): Loading data parts 2024.05.29 21:50:32.426422 [ 3 ] {67fce3b6-a27f-4419-89d1-3b4fa85e5a7b} oximeter.measurements_cumulativef64 (ae829cf9-38a3-4d1c-9c7c-391ab72c9848): There are no data parts 2024.05.29 21:50:32.427602 [ 3 ] {67fce3b6-a27f-4419-89d1-3b4fa85e5a7b} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.427627 [ 3 ] {} HTTP-Session: cc083788-7caf-462b-99e1-5d5f52887d49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.427770 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.427824 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.427843 [ 3 ] {} HTTP-Session: 6ad29779-b8ff-4324-a43d-de6e70c909c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.427863 [ 3 ] {} HTTP-Session: 6ad29779-b8ff-4324-a43d-de6e70c909c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.427883 [ 3 ] {} HTTP-Session: 6ad29779-b8ff-4324-a43d-de6e70c909c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.427914 [ 3 ] {} HTTP-Session: 6ad29779-b8ff-4324-a43d-de6e70c909c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.428107 [ 3 ] {5f7a6775-9ca3-4edc-93f9-2d48ff6796fc} executeQuery: (from [fd00:1122:3344:101::d]:32906) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ 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) 2024.05.29 21:50:32.428166 [ 3 ] {5f7a6775-9ca3-4edc-93f9-2d48ff6796fc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.05.29 21:50:32.429925 [ 3 ] {5f7a6775-9ca3-4edc-93f9-2d48ff6796fc} oximeter.measurements_histogrami8 (ed760824-9bfc-4249-8eb8-ee6d52ecce96): Loading data parts 2024.05.29 21:50:32.430090 [ 3 ] {5f7a6775-9ca3-4edc-93f9-2d48ff6796fc} oximeter.measurements_histogrami8 (ed760824-9bfc-4249-8eb8-ee6d52ecce96): There are no data parts 2024.05.29 21:50:32.431286 [ 3 ] {5f7a6775-9ca3-4edc-93f9-2d48ff6796fc} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.431312 [ 3 ] {} HTTP-Session: 6ad29779-b8ff-4324-a43d-de6e70c909c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.431428 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.431482 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.431507 [ 3 ] {} HTTP-Session: f4a86e1e-02f9-49d9-b400-a65a3c765404 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.431523 [ 3 ] {} HTTP-Session: f4a86e1e-02f9-49d9-b400-a65a3c765404 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.431542 [ 3 ] {} HTTP-Session: f4a86e1e-02f9-49d9-b400-a65a3c765404 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.431572 [ 3 ] {} HTTP-Session: f4a86e1e-02f9-49d9-b400-a65a3c765404 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.431761 [ 3 ] {051f22cd-2516-416b-ac5d-21c78221f49d} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.431818 [ 3 ] {051f22cd-2516-416b-ac5d-21c78221f49d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.05.29 21:50:32.433416 [ 3 ] {051f22cd-2516-416b-ac5d-21c78221f49d} oximeter.measurements_histogramu8 (a60ce174-befb-4a96-9a6a-6deb42a53ba9): Loading data parts 2024.05.29 21:50:32.433581 [ 3 ] {051f22cd-2516-416b-ac5d-21c78221f49d} oximeter.measurements_histogramu8 (a60ce174-befb-4a96-9a6a-6deb42a53ba9): There are no data parts 2024.05.29 21:50:32.434720 [ 3 ] {051f22cd-2516-416b-ac5d-21c78221f49d} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.434754 [ 3 ] {} HTTP-Session: f4a86e1e-02f9-49d9-b400-a65a3c765404 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.434853 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.434907 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.434932 [ 3 ] {} HTTP-Session: 81e9e79b-9502-4d23-bf53-42805e3c0ff6 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.434954 [ 3 ] {} HTTP-Session: 81e9e79b-9502-4d23-bf53-42805e3c0ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.434967 [ 3 ] {} HTTP-Session: 81e9e79b-9502-4d23-bf53-42805e3c0ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.435001 [ 3 ] {} HTTP-Session: 81e9e79b-9502-4d23-bf53-42805e3c0ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.435189 [ 3 ] {5bc605b9-ec6d-4677-be44-a63a296675a2} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.435245 [ 3 ] {5bc605b9-ec6d-4677-be44-a63a296675a2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.05.29 21:50:32.436844 [ 3 ] {5bc605b9-ec6d-4677-be44-a63a296675a2} oximeter.measurements_histogrami16 (b1e3c2d4-5761-4bc8-9eda-43d9a0d4a990): Loading data parts 2024.05.29 21:50:32.437015 [ 3 ] {5bc605b9-ec6d-4677-be44-a63a296675a2} oximeter.measurements_histogrami16 (b1e3c2d4-5761-4bc8-9eda-43d9a0d4a990): There are no data parts 2024.05.29 21:50:32.438136 [ 3 ] {5bc605b9-ec6d-4677-be44-a63a296675a2} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.438162 [ 3 ] {} HTTP-Session: 81e9e79b-9502-4d23-bf53-42805e3c0ff6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.438271 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.438327 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.438345 [ 3 ] {} HTTP-Session: 8053b08a-aea0-4909-88c4-d5252da46192 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.438367 [ 3 ] {} HTTP-Session: 8053b08a-aea0-4909-88c4-d5252da46192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.438388 [ 3 ] {} HTTP-Session: 8053b08a-aea0-4909-88c4-d5252da46192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.438419 [ 3 ] {} HTTP-Session: 8053b08a-aea0-4909-88c4-d5252da46192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.438607 [ 3 ] {d77d829f-fd4d-4b22-acc1-bd9307d0b71b} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.438665 [ 3 ] {d77d829f-fd4d-4b22-acc1-bd9307d0b71b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.05.29 21:50:32.440343 [ 3 ] {d77d829f-fd4d-4b22-acc1-bd9307d0b71b} oximeter.measurements_histogramu16 (5df55670-d6d2-4abb-b162-023c3ee2f715): Loading data parts 2024.05.29 21:50:32.440498 [ 3 ] {d77d829f-fd4d-4b22-acc1-bd9307d0b71b} oximeter.measurements_histogramu16 (5df55670-d6d2-4abb-b162-023c3ee2f715): There are no data parts 2024.05.29 21:50:32.441639 [ 3 ] {d77d829f-fd4d-4b22-acc1-bd9307d0b71b} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.441674 [ 3 ] {} HTTP-Session: 8053b08a-aea0-4909-88c4-d5252da46192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.441772 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.441826 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.441852 [ 3 ] {} HTTP-Session: be25d7a7-1c2e-48aa-b2ad-fad950b9c457 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.441868 [ 3 ] {} HTTP-Session: be25d7a7-1c2e-48aa-b2ad-fad950b9c457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.441887 [ 3 ] {} HTTP-Session: be25d7a7-1c2e-48aa-b2ad-fad950b9c457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.441924 [ 3 ] {} HTTP-Session: be25d7a7-1c2e-48aa-b2ad-fad950b9c457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.442108 [ 3 ] {02b132aa-003f-4336-b7be-c987359eb30b} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.442165 [ 3 ] {02b132aa-003f-4336-b7be-c987359eb30b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.05.29 21:50:32.443685 [ 3 ] {02b132aa-003f-4336-b7be-c987359eb30b} oximeter.measurements_histogrami32 (1716f90b-921f-4f6b-81d7-99f79ce00bca): Loading data parts 2024.05.29 21:50:32.443852 [ 3 ] {02b132aa-003f-4336-b7be-c987359eb30b} oximeter.measurements_histogrami32 (1716f90b-921f-4f6b-81d7-99f79ce00bca): There are no data parts 2024.05.29 21:50:32.444970 [ 3 ] {02b132aa-003f-4336-b7be-c987359eb30b} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.445003 [ 3 ] {} HTTP-Session: be25d7a7-1c2e-48aa-b2ad-fad950b9c457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.445119 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.445174 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.445193 [ 3 ] {} HTTP-Session: 07fbb8d1-b251-4547-a3dd-029409dbd80e Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.445223 [ 3 ] {} HTTP-Session: 07fbb8d1-b251-4547-a3dd-029409dbd80e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.445236 [ 3 ] {} HTTP-Session: 07fbb8d1-b251-4547-a3dd-029409dbd80e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.445272 [ 3 ] {} HTTP-Session: 07fbb8d1-b251-4547-a3dd-029409dbd80e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.445467 [ 3 ] {505fff45-f149-49f1-83e2-7ffd9dc1fa26} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.445525 [ 3 ] {505fff45-f149-49f1-83e2-7ffd9dc1fa26} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.05.29 21:50:32.447036 [ 3 ] {505fff45-f149-49f1-83e2-7ffd9dc1fa26} oximeter.measurements_histogramu32 (fb458f33-c014-4721-9bda-3a6072adceda): Loading data parts 2024.05.29 21:50:32.447188 [ 3 ] {505fff45-f149-49f1-83e2-7ffd9dc1fa26} oximeter.measurements_histogramu32 (fb458f33-c014-4721-9bda-3a6072adceda): There are no data parts 2024.05.29 21:50:32.448313 [ 3 ] {505fff45-f149-49f1-83e2-7ffd9dc1fa26} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.448339 [ 3 ] {} HTTP-Session: 07fbb8d1-b251-4547-a3dd-029409dbd80e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.448441 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.448503 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.448528 [ 3 ] {} HTTP-Session: e48e0c79-d0ce-4c3d-a418-95cef54bc654 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.448546 [ 3 ] {} HTTP-Session: e48e0c79-d0ce-4c3d-a418-95cef54bc654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.448566 [ 3 ] {} HTTP-Session: e48e0c79-d0ce-4c3d-a418-95cef54bc654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.448596 [ 3 ] {} HTTP-Session: e48e0c79-d0ce-4c3d-a418-95cef54bc654 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.448794 [ 3 ] {a80fb934-a12d-4621-b90a-919ddd68c40a} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.448846 [ 3 ] {a80fb934-a12d-4621-b90a-919ddd68c40a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.05.29 21:50:32.450356 [ 3 ] {a80fb934-a12d-4621-b90a-919ddd68c40a} oximeter.measurements_histogrami64 (7bb00f16-b105-46c7-bfbe-9de7e2a4599e): Loading data parts 2024.05.29 21:50:32.450507 [ 3 ] {a80fb934-a12d-4621-b90a-919ddd68c40a} oximeter.measurements_histogrami64 (7bb00f16-b105-46c7-bfbe-9de7e2a4599e): There are no data parts 2024.05.29 21:50:32.451648 [ 3 ] {a80fb934-a12d-4621-b90a-919ddd68c40a} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.451673 [ 3 ] {} HTTP-Session: e48e0c79-d0ce-4c3d-a418-95cef54bc654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.451768 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.451834 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.451853 [ 3 ] {} HTTP-Session: 97738fb7-d367-4398-b656-a4479a0e3c55 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.451876 [ 3 ] {} HTTP-Session: 97738fb7-d367-4398-b656-a4479a0e3c55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.451890 [ 3 ] {} HTTP-Session: 97738fb7-d367-4398-b656-a4479a0e3c55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.451927 [ 3 ] {} HTTP-Session: 97738fb7-d367-4398-b656-a4479a0e3c55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.452116 [ 3 ] {92ed1caf-5314-495c-ba89-c67644beac97} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.452175 [ 3 ] {92ed1caf-5314-495c-ba89-c67644beac97} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.05.29 21:50:32.453769 [ 3 ] {92ed1caf-5314-495c-ba89-c67644beac97} oximeter.measurements_histogramu64 (a1f576ec-571b-4a5d-ac4b-ffb5fc68b269): Loading data parts 2024.05.29 21:50:32.453930 [ 3 ] {92ed1caf-5314-495c-ba89-c67644beac97} oximeter.measurements_histogramu64 (a1f576ec-571b-4a5d-ac4b-ffb5fc68b269): There are no data parts 2024.05.29 21:50:32.455070 [ 3 ] {92ed1caf-5314-495c-ba89-c67644beac97} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.455096 [ 3 ] {} HTTP-Session: 97738fb7-d367-4398-b656-a4479a0e3c55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.455202 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.455258 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.455284 [ 3 ] {} HTTP-Session: 2d05addb-3440-4770-84cd-e7803ee30a21 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.455300 [ 3 ] {} HTTP-Session: 2d05addb-3440-4770-84cd-e7803ee30a21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.455320 [ 3 ] {} HTTP-Session: 2d05addb-3440-4770-84cd-e7803ee30a21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.455357 [ 3 ] {} HTTP-Session: 2d05addb-3440-4770-84cd-e7803ee30a21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.455539 [ 3 ] {4120516e-da10-4bf9-a651-8886b2e53235} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.455599 [ 3 ] {4120516e-da10-4bf9-a651-8886b2e53235} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.05.29 21:50:32.457103 [ 3 ] {4120516e-da10-4bf9-a651-8886b2e53235} oximeter.measurements_histogramf32 (41431ce0-1a36-49e1-96b3-4c58dd2c04a9): Loading data parts 2024.05.29 21:50:32.457269 [ 3 ] {4120516e-da10-4bf9-a651-8886b2e53235} oximeter.measurements_histogramf32 (41431ce0-1a36-49e1-96b3-4c58dd2c04a9): There are no data parts 2024.05.29 21:50:32.458382 [ 3 ] {4120516e-da10-4bf9-a651-8886b2e53235} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.458417 [ 3 ] {} HTTP-Session: 2d05addb-3440-4770-84cd-e7803ee30a21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.458524 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.458573 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.458598 [ 3 ] {} HTTP-Session: 0a88fc8b-3c18-407a-948d-f89dc09e9ba8 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.458621 [ 3 ] {} HTTP-Session: 0a88fc8b-3c18-407a-948d-f89dc09e9ba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.458635 [ 3 ] {} HTTP-Session: 0a88fc8b-3c18-407a-948d-f89dc09e9ba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.458671 [ 3 ] {} HTTP-Session: 0a88fc8b-3c18-407a-948d-f89dc09e9ba8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.458858 [ 3 ] {d724236d-3ac5-4d51-8490-c3986347f0bb} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.458916 [ 3 ] {d724236d-3ac5-4d51-8490-c3986347f0bb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.05.29 21:50:32.460433 [ 3 ] {d724236d-3ac5-4d51-8490-c3986347f0bb} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Loading data parts 2024.05.29 21:50:32.460641 [ 3 ] {d724236d-3ac5-4d51-8490-c3986347f0bb} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): There are no data parts 2024.05.29 21:50:32.461780 [ 3 ] {d724236d-3ac5-4d51-8490-c3986347f0bb} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.461805 [ 3 ] {} HTTP-Session: 0a88fc8b-3c18-407a-948d-f89dc09e9ba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.461914 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.461970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.461989 [ 3 ] {} HTTP-Session: 6656452f-e302-4b36-b37f-96db8ac88849 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.462011 [ 3 ] {} HTTP-Session: 6656452f-e302-4b36-b37f-96db8ac88849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.462032 [ 3 ] {} HTTP-Session: 6656452f-e302-4b36-b37f-96db8ac88849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.462063 [ 3 ] {} HTTP-Session: 6656452f-e302-4b36-b37f-96db8ac88849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.462211 [ 3 ] {d46287ab-100b-40f5-b11c-edfc183702ad} executeQuery: (from [fd00:1122:3344:101::d]:32906) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. */ 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) 2024.05.29 21:50:32.462266 [ 3 ] {d46287ab-100b-40f5-b11c-edfc183702ad} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.05.29 21:50:32.463763 [ 3 ] {d46287ab-100b-40f5-b11c-edfc183702ad} oximeter.fields_bool (cb52eea2-645c-4fb9-846d-52815b897ab5): Loading data parts 2024.05.29 21:50:32.463933 [ 3 ] {d46287ab-100b-40f5-b11c-edfc183702ad} oximeter.fields_bool (cb52eea2-645c-4fb9-846d-52815b897ab5): There are no data parts 2024.05.29 21:50:32.465019 [ 3 ] {d46287ab-100b-40f5-b11c-edfc183702ad} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.465053 [ 3 ] {} HTTP-Session: 6656452f-e302-4b36-b37f-96db8ac88849 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.465152 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.465208 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.465233 [ 3 ] {} HTTP-Session: ca1576f4-2c5f-4b31-8441-6392a26f125c Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.465256 [ 3 ] {} HTTP-Session: ca1576f4-2c5f-4b31-8441-6392a26f125c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.465269 [ 3 ] {} HTTP-Session: ca1576f4-2c5f-4b31-8441-6392a26f125c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.465305 [ 3 ] {} HTTP-Session: ca1576f4-2c5f-4b31-8441-6392a26f125c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.465453 [ 3 ] {39605e6e-ed9d-45db-8a43-353461983610} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.465500 [ 3 ] {39605e6e-ed9d-45db-8a43-353461983610} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.05.29 21:50:32.466995 [ 3 ] {39605e6e-ed9d-45db-8a43-353461983610} oximeter.fields_i8 (c21f109d-b8a4-451a-8527-c7a7242cfe34): Loading data parts 2024.05.29 21:50:32.467151 [ 3 ] {39605e6e-ed9d-45db-8a43-353461983610} oximeter.fields_i8 (c21f109d-b8a4-451a-8527-c7a7242cfe34): There are no data parts 2024.05.29 21:50:32.468242 [ 3 ] {39605e6e-ed9d-45db-8a43-353461983610} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.468285 [ 3 ] {} HTTP-Session: ca1576f4-2c5f-4b31-8441-6392a26f125c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.468382 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.468437 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.468464 [ 3 ] {} HTTP-Session: e4743d0a-6795-48b3-8a7e-4d314171dc8d Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.468480 [ 3 ] {} HTTP-Session: e4743d0a-6795-48b3-8a7e-4d314171dc8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.468499 [ 3 ] {} HTTP-Session: e4743d0a-6795-48b3-8a7e-4d314171dc8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.468537 [ 3 ] {} HTTP-Session: e4743d0a-6795-48b3-8a7e-4d314171dc8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.468675 [ 3 ] {b6f4a3a3-3115-4432-8fbe-72cc004a6e5e} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.468729 [ 3 ] {b6f4a3a3-3115-4432-8fbe-72cc004a6e5e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.05.29 21:50:32.470114 [ 3 ] {b6f4a3a3-3115-4432-8fbe-72cc004a6e5e} oximeter.fields_u8 (8f236171-363f-42ab-9e56-edbd9f33afed): Loading data parts 2024.05.29 21:50:32.470269 [ 3 ] {b6f4a3a3-3115-4432-8fbe-72cc004a6e5e} oximeter.fields_u8 (8f236171-363f-42ab-9e56-edbd9f33afed): There are no data parts 2024.05.29 21:50:32.471370 [ 3 ] {b6f4a3a3-3115-4432-8fbe-72cc004a6e5e} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.471395 [ 3 ] {} HTTP-Session: e4743d0a-6795-48b3-8a7e-4d314171dc8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.471511 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.471568 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.471586 [ 3 ] {} HTTP-Session: ea2bd265-d42b-4dad-bc39-ccfcf21eeec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.471610 [ 3 ] {} HTTP-Session: ea2bd265-d42b-4dad-bc39-ccfcf21eeec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.471631 [ 3 ] {} HTTP-Session: ea2bd265-d42b-4dad-bc39-ccfcf21eeec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.471660 [ 3 ] {} HTTP-Session: ea2bd265-d42b-4dad-bc39-ccfcf21eeec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.471803 [ 3 ] {fdd37587-cc73-449c-94d3-89f162c83936} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.471855 [ 3 ] {fdd37587-cc73-449c-94d3-89f162c83936} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.05.29 21:50:32.473205 [ 3 ] {fdd37587-cc73-449c-94d3-89f162c83936} oximeter.fields_i16 (3fe58f29-a600-4bc0-97d6-fb709e49a57e): Loading data parts 2024.05.29 21:50:32.473350 [ 3 ] {fdd37587-cc73-449c-94d3-89f162c83936} oximeter.fields_i16 (3fe58f29-a600-4bc0-97d6-fb709e49a57e): There are no data parts 2024.05.29 21:50:32.474434 [ 3 ] {fdd37587-cc73-449c-94d3-89f162c83936} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.474459 [ 3 ] {} HTTP-Session: ea2bd265-d42b-4dad-bc39-ccfcf21eeec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.474563 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.474617 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.474635 [ 3 ] {} HTTP-Session: a929794f-6558-40fd-a2dd-fc0ba544bbd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.474659 [ 3 ] {} HTTP-Session: a929794f-6558-40fd-a2dd-fc0ba544bbd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.474679 [ 3 ] {} HTTP-Session: a929794f-6558-40fd-a2dd-fc0ba544bbd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.474710 [ 3 ] {} HTTP-Session: a929794f-6558-40fd-a2dd-fc0ba544bbd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.474855 [ 3 ] {91f77e63-2d72-48b7-8e42-658d7ab03ddb} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.474909 [ 3 ] {91f77e63-2d72-48b7-8e42-658d7ab03ddb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.05.29 21:50:32.476246 [ 3 ] {91f77e63-2d72-48b7-8e42-658d7ab03ddb} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Loading data parts 2024.05.29 21:50:32.476392 [ 3 ] {91f77e63-2d72-48b7-8e42-658d7ab03ddb} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): There are no data parts 2024.05.29 21:50:32.477473 [ 3 ] {91f77e63-2d72-48b7-8e42-658d7ab03ddb} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.477498 [ 3 ] {} HTTP-Session: a929794f-6558-40fd-a2dd-fc0ba544bbd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.477613 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.477668 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.477686 [ 3 ] {} HTTP-Session: 660e61d4-8d75-43c3-80fa-38599ee38d60 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.477709 [ 3 ] {} HTTP-Session: 660e61d4-8d75-43c3-80fa-38599ee38d60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.477730 [ 3 ] {} HTTP-Session: 660e61d4-8d75-43c3-80fa-38599ee38d60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.477759 [ 3 ] {} HTTP-Session: 660e61d4-8d75-43c3-80fa-38599ee38d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.477902 [ 3 ] {e9436436-0a73-41b0-826b-f8d692e1719d} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.477949 [ 3 ] {e9436436-0a73-41b0-826b-f8d692e1719d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.05.29 21:50:32.479378 [ 3 ] {e9436436-0a73-41b0-826b-f8d692e1719d} oximeter.fields_i32 (c17c439b-f9c2-42c1-b82b-f46af719903e): Loading data parts 2024.05.29 21:50:32.479535 [ 3 ] {e9436436-0a73-41b0-826b-f8d692e1719d} oximeter.fields_i32 (c17c439b-f9c2-42c1-b82b-f46af719903e): There are no data parts 2024.05.29 21:50:32.480610 [ 3 ] {e9436436-0a73-41b0-826b-f8d692e1719d} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.480645 [ 3 ] {} HTTP-Session: 660e61d4-8d75-43c3-80fa-38599ee38d60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.480754 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.480801 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.480828 [ 3 ] {} HTTP-Session: b09ad7d4-53eb-44a9-894f-943288c567bd Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.480853 [ 3 ] {} HTTP-Session: b09ad7d4-53eb-44a9-894f-943288c567bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.480867 [ 3 ] {} HTTP-Session: b09ad7d4-53eb-44a9-894f-943288c567bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.480903 [ 3 ] {} HTTP-Session: b09ad7d4-53eb-44a9-894f-943288c567bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.481055 [ 3 ] {15faac00-b481-4194-b468-588f8a134fd2} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.481103 [ 3 ] {15faac00-b481-4194-b468-588f8a134fd2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.05.29 21:50:32.482439 [ 3 ] {15faac00-b481-4194-b468-588f8a134fd2} oximeter.fields_u32 (343dc67d-3caa-457e-a13f-763500888eaa): Loading data parts 2024.05.29 21:50:32.482601 [ 3 ] {15faac00-b481-4194-b468-588f8a134fd2} oximeter.fields_u32 (343dc67d-3caa-457e-a13f-763500888eaa): There are no data parts 2024.05.29 21:50:32.483729 [ 3 ] {15faac00-b481-4194-b468-588f8a134fd2} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.483765 [ 3 ] {} HTTP-Session: b09ad7d4-53eb-44a9-894f-943288c567bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.483862 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.483916 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.483943 [ 3 ] {} HTTP-Session: 5bfe0b84-3bf7-4dbe-9890-41539f78721a Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.483960 [ 3 ] {} HTTP-Session: 5bfe0b84-3bf7-4dbe-9890-41539f78721a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.483980 [ 3 ] {} HTTP-Session: 5bfe0b84-3bf7-4dbe-9890-41539f78721a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.484018 [ 3 ] {} HTTP-Session: 5bfe0b84-3bf7-4dbe-9890-41539f78721a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.484196 [ 3 ] {6ecc43c3-6ab8-4139-a3f6-b976182504a8} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.484258 [ 3 ] {6ecc43c3-6ab8-4139-a3f6-b976182504a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.05.29 21:50:32.485628 [ 3 ] {6ecc43c3-6ab8-4139-a3f6-b976182504a8} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Loading data parts 2024.05.29 21:50:32.485777 [ 3 ] {6ecc43c3-6ab8-4139-a3f6-b976182504a8} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): There are no data parts 2024.05.29 21:50:32.486885 [ 3 ] {6ecc43c3-6ab8-4139-a3f6-b976182504a8} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.486911 [ 3 ] {} HTTP-Session: 5bfe0b84-3bf7-4dbe-9890-41539f78721a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.487033 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.487097 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.487130 [ 3 ] {} HTTP-Session: b1ccc004-2c5d-4392-8259-0cd75d602555 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.487147 [ 3 ] {} HTTP-Session: b1ccc004-2c5d-4392-8259-0cd75d602555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.487173 [ 3 ] {} HTTP-Session: b1ccc004-2c5d-4392-8259-0cd75d602555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.487216 [ 3 ] {} HTTP-Session: b1ccc004-2c5d-4392-8259-0cd75d602555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.487369 [ 3 ] {e4e49cc6-efe3-4b9c-a7c1-f68e0b42f4c6} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.487423 [ 3 ] {e4e49cc6-efe3-4b9c-a7c1-f68e0b42f4c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.05.29 21:50:32.488769 [ 3 ] {e4e49cc6-efe3-4b9c-a7c1-f68e0b42f4c6} oximeter.fields_u64 (633305ca-369f-4a7e-90a6-39da3f796097): Loading data parts 2024.05.29 21:50:32.488909 [ 3 ] {e4e49cc6-efe3-4b9c-a7c1-f68e0b42f4c6} oximeter.fields_u64 (633305ca-369f-4a7e-90a6-39da3f796097): There are no data parts 2024.05.29 21:50:32.489984 [ 3 ] {e4e49cc6-efe3-4b9c-a7c1-f68e0b42f4c6} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.490010 [ 3 ] {} HTTP-Session: b1ccc004-2c5d-4392-8259-0cd75d602555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.490130 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.490193 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.490214 [ 3 ] {} HTTP-Session: cf030594-0635-423e-8e31-e1ce5897019b Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.490231 [ 3 ] {} HTTP-Session: cf030594-0635-423e-8e31-e1ce5897019b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.490253 [ 3 ] {} HTTP-Session: cf030594-0635-423e-8e31-e1ce5897019b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.490283 [ 3 ] {} HTTP-Session: cf030594-0635-423e-8e31-e1ce5897019b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.490424 [ 3 ] {31aa98b1-401b-408b-977b-2e0f570caee3} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.490471 [ 3 ] {31aa98b1-401b-408b-977b-2e0f570caee3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.05.29 21:50:32.491897 [ 3 ] {31aa98b1-401b-408b-977b-2e0f570caee3} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Loading data parts 2024.05.29 21:50:32.492055 [ 3 ] {31aa98b1-401b-408b-977b-2e0f570caee3} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): There are no data parts 2024.05.29 21:50:32.493133 [ 3 ] {31aa98b1-401b-408b-977b-2e0f570caee3} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.493159 [ 3 ] {} HTTP-Session: cf030594-0635-423e-8e31-e1ce5897019b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.493253 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.493300 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.493320 [ 3 ] {} HTTP-Session: 323adf63-d97c-44c3-807a-3aec6a22d9d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.493337 [ 3 ] {} HTTP-Session: 323adf63-d97c-44c3-807a-3aec6a22d9d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.493351 [ 3 ] {} HTTP-Session: 323adf63-d97c-44c3-807a-3aec6a22d9d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.493381 [ 3 ] {} HTTP-Session: 323adf63-d97c-44c3-807a-3aec6a22d9d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.493521 [ 3 ] {2ea8f067-a609-4529-aba5-3ade1150ddb7} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.493560 [ 3 ] {2ea8f067-a609-4529-aba5-3ade1150ddb7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.05.29 21:50:32.494887 [ 3 ] {2ea8f067-a609-4529-aba5-3ade1150ddb7} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Loading data parts 2024.05.29 21:50:32.495027 [ 3 ] {2ea8f067-a609-4529-aba5-3ade1150ddb7} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): There are no data parts 2024.05.29 21:50:32.496091 [ 3 ] {2ea8f067-a609-4529-aba5-3ade1150ddb7} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.496117 [ 3 ] {} HTTP-Session: 323adf63-d97c-44c3-807a-3aec6a22d9d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.496212 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.496259 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.496277 [ 3 ] {} HTTP-Session: 0c11b93b-1b75-4e38-bc62-1866791a6673 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.496294 [ 3 ] {} HTTP-Session: 0c11b93b-1b75-4e38-bc62-1866791a6673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.496308 [ 3 ] {} HTTP-Session: 0c11b93b-1b75-4e38-bc62-1866791a6673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.496338 [ 3 ] {} HTTP-Session: 0c11b93b-1b75-4e38-bc62-1866791a6673 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.496479 [ 3 ] {b896d139-eeab-41de-8600-6562200bb083} executeQuery: (from [fd00:1122:3344:101::d]:32906) 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) 2024.05.29 21:50:32.496516 [ 3 ] {b896d139-eeab-41de-8600-6562200bb083} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.05.29 21:50:32.497854 [ 3 ] {b896d139-eeab-41de-8600-6562200bb083} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Loading data parts 2024.05.29 21:50:32.497994 [ 3 ] {b896d139-eeab-41de-8600-6562200bb083} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): There are no data parts 2024.05.29 21:50:32.499122 [ 3 ] {b896d139-eeab-41de-8600-6562200bb083} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.499148 [ 3 ] {} HTTP-Session: 0c11b93b-1b75-4e38-bc62-1866791a6673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.499244 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.499291 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.499311 [ 3 ] {} HTTP-Session: 8db7ba0b-8f2b-4bd4-99c6-a8ed5a3cce00 Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.499328 [ 3 ] {} HTTP-Session: 8db7ba0b-8f2b-4bd4-99c6-a8ed5a3cce00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.499343 [ 3 ] {} HTTP-Session: 8db7ba0b-8f2b-4bd4-99c6-a8ed5a3cce00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.499373 [ 3 ] {} HTTP-Session: 8db7ba0b-8f2b-4bd4-99c6-a8ed5a3cce00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.499580 [ 3 ] {81a148f4-6d56-49b9-bb1d-688151695bdf} executeQuery: (from [fd00:1122:3344:101::d]:32906) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ 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) 2024.05.29 21:50:32.499640 [ 3 ] {81a148f4-6d56-49b9-bb1d-688151695bdf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.05.29 21:50:32.501120 [ 3 ] {81a148f4-6d56-49b9-bb1d-688151695bdf} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e): Loading data parts 2024.05.29 21:50:32.501262 [ 3 ] {81a148f4-6d56-49b9-bb1d-688151695bdf} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e): There are no data parts 2024.05.29 21:50:32.502503 [ 3 ] {81a148f4-6d56-49b9-bb1d-688151695bdf} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.502529 [ 3 ] {} HTTP-Session: 8db7ba0b-8f2b-4bd4-99c6-a8ed5a3cce00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.502643 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32906, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:32.502689 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:32.502709 [ 3 ] {} HTTP-Session: c7417e98-a106-4330-be9d-602410ff164b Authenticating user 'default' from [fd00:1122:3344:101::d]:32906 2024.05.29 21:50:32.502726 [ 3 ] {} HTTP-Session: c7417e98-a106-4330-be9d-602410ff164b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.502740 [ 3 ] {} HTTP-Session: c7417e98-a106-4330-be9d-602410ff164b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:32.502770 [ 3 ] {} HTTP-Session: c7417e98-a106-4330-be9d-602410ff164b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:32.502927 [ 3 ] {c52cb4f8-fbc9-4b57-8932-2f4d5ec40009} executeQuery: (from [fd00:1122:3344:101::d]:32906) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.05.29 21:50:32.504568 [ 3 ] {c52cb4f8-fbc9-4b57-8932-2f4d5ec40009} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.05.29 21:50:32.508316 [ 3 ] {c52cb4f8-fbc9-4b57-8932-2f4d5ec40009} oximeter.version (3df75fa4-ea12-46d8-93cc-3c50cbc3d6c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:50:32.508355 [ 3 ] {c52cb4f8-fbc9-4b57-8932-2f4d5ec40009} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.05.29 21:50:32.512651 [ 3 ] {c52cb4f8-fbc9-4b57-8932-2f4d5ec40009} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.29 21:50:32.513649 [ 3 ] {c52cb4f8-fbc9-4b57-8932-2f4d5ec40009} oximeter.version (3df75fa4-ea12-46d8-93cc-3c50cbc3d6c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:50:32.513916 [ 3 ] {c52cb4f8-fbc9-4b57-8932-2f4d5ec40009} executeQuery: Read 1 rows, 16.00 B in 0.01106 sec., 90.41591320072332 rows/sec., 1.41 KiB/sec. 2024.05.29 21:50:32.514076 [ 3 ] {c52cb4f8-fbc9-4b57-8932-2f4d5ec40009} DynamicQueryHandler: Done processing query 2024.05.29 21:50:32.514099 [ 3 ] {c52cb4f8-fbc9-4b57-8932-2f4d5ec40009} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.05.29 21:50:32.514114 [ 3 ] {} HTTP-Session: c7417e98-a106-4330-be9d-602410ff164b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:33.000180 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 161.17 MiB, peak 166.31 MiB, free memory in arenas 0.00 B, will set to 173.67 MiB (RSS), difference: 12.50 MiB 2024.05.29 21:50:45.780233 [ 113 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:50:45.780295 [ 113 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:50:47.530238 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:47.530354 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:47.530378 [ 3 ] {} HTTP-Session: c2d0b020-b5b2-4e92-a4d7-10347a65dff2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:50:47.530403 [ 3 ] {} HTTP-Session: c2d0b020-b5b2-4e92-a4d7-10347a65dff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.530418 [ 3 ] {} HTTP-Session: c2d0b020-b5b2-4e92-a4d7-10347a65dff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.530469 [ 3 ] {} HTTP-Session: c2d0b020-b5b2-4e92-a4d7-10347a65dff2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:47.530723 [ 3 ] {9c6181e8-100d-4aae-a519-1c99953732fa} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:50:47.531065 [ 3 ] {9c6181e8-100d-4aae-a519-1c99953732fa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:50:47.531203 [ 3 ] {9c6181e8-100d-4aae-a519-1c99953732fa} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:50:47.532259 [ 3 ] {9c6181e8-100d-4aae-a519-1c99953732fa} DynamicQueryHandler: Done processing query 2024.05.29 21:50:47.532287 [ 3 ] {9c6181e8-100d-4aae-a519-1c99953732fa} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:50:47.532304 [ 3 ] {} HTTP-Session: c2d0b020-b5b2-4e92-a4d7-10347a65dff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.537388 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:47.537456 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:47.537484 [ 3 ] {} HTTP-Session: 5d3d4270-d103-4f1d-9d0f-814f15619123 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:50:47.537508 [ 3 ] {} HTTP-Session: 5d3d4270-d103-4f1d-9d0f-814f15619123 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.537528 [ 3 ] {} HTTP-Session: 5d3d4270-d103-4f1d-9d0f-814f15619123 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.537569 [ 3 ] {} HTTP-Session: 5d3d4270-d103-4f1d-9d0f-814f15619123 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:47.537735 [ 3 ] {96d430b0-3c02-42ed-9689-ed7065e5b050} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:50:47.540032 [ 3 ] {96d430b0-3c02-42ed-9689-ed7065e5b050} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:50:47.540086 [ 3 ] {96d430b0-3c02-42ed-9689-ed7065e5b050} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:50:47.541113 [ 3 ] {96d430b0-3c02-42ed-9689-ed7065e5b050} DynamicQueryHandler: Done processing query 2024.05.29 21:50:47.541139 [ 3 ] {96d430b0-3c02-42ed-9689-ed7065e5b050} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:50:47.541155 [ 3 ] {} HTTP-Session: 5d3d4270-d103-4f1d-9d0f-814f15619123 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.541385 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:47.541432 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:47.541451 [ 3 ] {} HTTP-Session: ef4ccb72-c4f4-477b-8b12-6c509f6c5045 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:50:47.541467 [ 3 ] {} HTTP-Session: ef4ccb72-c4f4-477b-8b12-6c509f6c5045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.541481 [ 3 ] {} HTTP-Session: ef4ccb72-c4f4-477b-8b12-6c509f6c5045 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.541511 [ 3 ] {} HTTP-Session: ef4ccb72-c4f4-477b-8b12-6c509f6c5045 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:47.541631 [ 3 ] {1e8361e4-2073-49d9-ae57-9151443a710f} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:50:47.541977 [ 3 ] {1e8361e4-2073-49d9-ae57-9151443a710f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:50:47.542028 [ 3 ] {1e8361e4-2073-49d9-ae57-9151443a710f} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:50:47.543034 [ 3 ] {1e8361e4-2073-49d9-ae57-9151443a710f} DynamicQueryHandler: Done processing query 2024.05.29 21:50:47.543060 [ 3 ] {1e8361e4-2073-49d9-ae57-9151443a710f} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:50:47.543076 [ 3 ] {} HTTP-Session: ef4ccb72-c4f4-477b-8b12-6c509f6c5045 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.543444 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:47.543489 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:47.543508 [ 3 ] {} HTTP-Session: 625b1f8e-b6f4-49cd-ab2c-a7956c98b6a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:50:47.543525 [ 3 ] {} HTTP-Session: 625b1f8e-b6f4-49cd-ab2c-a7956c98b6a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.543539 [ 3 ] {} HTTP-Session: 625b1f8e-b6f4-49cd-ab2c-a7956c98b6a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.543570 [ 3 ] {} HTTP-Session: 625b1f8e-b6f4-49cd-ab2c-a7956c98b6a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:47.543690 [ 3 ] {2f0bbf03-e855-4619-b397-f057cba3ace8} executeQuery: (from [fd00:1122:3344:101::d]:42200) 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) 2024.05.29 21:50:47.544001 [ 3 ] {2f0bbf03-e855-4619-b397-f057cba3ace8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:50:47.544057 [ 3 ] {2f0bbf03-e855-4619-b397-f057cba3ace8} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:50:47.545022 [ 3 ] {2f0bbf03-e855-4619-b397-f057cba3ace8} DynamicQueryHandler: Done processing query 2024.05.29 21:50:47.545049 [ 3 ] {2f0bbf03-e855-4619-b397-f057cba3ace8} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:50:47.545065 [ 3 ] {} HTTP-Session: 625b1f8e-b6f4-49cd-ab2c-a7956c98b6a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.546011 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:47.546058 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:47.546078 [ 3 ] {} HTTP-Session: 9f9a7398-203b-484f-93eb-606ed17ef682 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:50:47.546093 [ 3 ] {} HTTP-Session: 9f9a7398-203b-484f-93eb-606ed17ef682 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.546107 [ 3 ] {} HTTP-Session: 9f9a7398-203b-484f-93eb-606ed17ef682 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.546137 [ 3 ] {} HTTP-Session: 9f9a7398-203b-484f-93eb-606ed17ef682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:47.546251 [ 3 ] {f94fe642-6ad1-4115-bc2f-18a92785986c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:50:47.546297 [ 3 ] {f94fe642-6ad1-4115-bc2f-18a92785986c} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:50:47.546492 [ 3 ] {f94fe642-6ad1-4115-bc2f-18a92785986c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:50:47.546991 [ 3 ] {f94fe642-6ad1-4115-bc2f-18a92785986c} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:50:47.547030 [ 3 ] {f94fe642-6ad1-4115-bc2f-18a92785986c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2024.05.29 21:50:47.547693 [ 3 ] {f94fe642-6ad1-4115-bc2f-18a92785986c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.29 21:50:47.548207 [ 3 ] {f94fe642-6ad1-4115-bc2f-18a92785986c} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:50:47.548367 [ 3 ] {f94fe642-6ad1-4115-bc2f-18a92785986c} executeQuery: Read 4 rows, 443.00 B in 0.002152 sec., 1858.7360594795541 rows/sec., 201.03 KiB/sec. 2024.05.29 21:50:47.548545 [ 3 ] {f94fe642-6ad1-4115-bc2f-18a92785986c} DynamicQueryHandler: Done processing query 2024.05.29 21:50:47.548569 [ 3 ] {f94fe642-6ad1-4115-bc2f-18a92785986c} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.29 21:50:47.548584 [ 3 ] {} HTTP-Session: 9f9a7398-203b-484f-93eb-606ed17ef682 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.548707 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:47.548755 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:47.548774 [ 3 ] {} HTTP-Session: 2c617c23-766d-4b09-a8c5-fa9f30a72d0b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:50:47.548790 [ 3 ] {} HTTP-Session: 2c617c23-766d-4b09-a8c5-fa9f30a72d0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.548803 [ 3 ] {} HTTP-Session: 2c617c23-766d-4b09-a8c5-fa9f30a72d0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.548833 [ 3 ] {} HTTP-Session: 2c617c23-766d-4b09-a8c5-fa9f30a72d0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:47.548933 [ 3 ] {402a47bc-ce79-42af-bd45-7e41b2073870} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:50:47.548976 [ 3 ] {402a47bc-ce79-42af-bd45-7e41b2073870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:50:47.549106 [ 3 ] {402a47bc-ce79-42af-bd45-7e41b2073870} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:50:47.551084 [ 3 ] {402a47bc-ce79-42af-bd45-7e41b2073870} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:50:47.551119 [ 3 ] {402a47bc-ce79-42af-bd45-7e41b2073870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2024.05.29 21:50:47.551532 [ 3 ] {402a47bc-ce79-42af-bd45-7e41b2073870} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.29 21:50:47.552035 [ 3 ] {402a47bc-ce79-42af-bd45-7e41b2073870} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:50:47.552188 [ 3 ] {402a47bc-ce79-42af-bd45-7e41b2073870} executeQuery: Read 23 rows, 1.86 KiB in 0.003284 sec., 7003.654080389769 rows/sec., 567.68 KiB/sec. 2024.05.29 21:50:47.552456 [ 3 ] {402a47bc-ce79-42af-bd45-7e41b2073870} DynamicQueryHandler: Done processing query 2024.05.29 21:50:47.552481 [ 3 ] {402a47bc-ce79-42af-bd45-7e41b2073870} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:50:47.552497 [ 3 ] {} HTTP-Session: 2c617c23-766d-4b09-a8c5-fa9f30a72d0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.552692 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 10504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:47.552740 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:47.552759 [ 3 ] {} HTTP-Session: 0b8c5a1c-39fb-4691-96df-1d7809fac9db Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:50:47.552775 [ 3 ] {} HTTP-Session: 0b8c5a1c-39fb-4691-96df-1d7809fac9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.552788 [ 3 ] {} HTTP-Session: 0b8c5a1c-39fb-4691-96df-1d7809fac9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.552818 [ 3 ] {} HTTP-Session: 0b8c5a1c-39fb-4691-96df-1d7809fac9db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:47.552935 [ 3 ] {e3606578-20dd-4047-9ffe-3390fb2fd7fc} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:50:47.552977 [ 3 ] {e3606578-20dd-4047-9ffe-3390fb2fd7fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:50:47.553116 [ 3 ] {e3606578-20dd-4047-9ffe-3390fb2fd7fc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:50:47.553523 [ 3 ] {e3606578-20dd-4047-9ffe-3390fb2fd7fc} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:50:47.553558 [ 3 ] {e3606578-20dd-4047-9ffe-3390fb2fd7fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2024.05.29 21:50:47.553958 [ 3 ] {e3606578-20dd-4047-9ffe-3390fb2fd7fc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.29 21:50:47.554529 [ 3 ] {e3606578-20dd-4047-9ffe-3390fb2fd7fc} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:50:47.554679 [ 3 ] {e3606578-20dd-4047-9ffe-3390fb2fd7fc} executeQuery: Read 69 rows, 6.26 KiB in 0.001778 sec., 38807.64904386952 rows/sec., 3.44 MiB/sec. 2024.05.29 21:50:47.554929 [ 3 ] {e3606578-20dd-4047-9ffe-3390fb2fd7fc} DynamicQueryHandler: Done processing query 2024.05.29 21:50:47.554955 [ 3 ] {e3606578-20dd-4047-9ffe-3390fb2fd7fc} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:50:47.554971 [ 3 ] {} HTTP-Session: 0b8c5a1c-39fb-4691-96df-1d7809fac9db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.555099 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 5990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:47.555145 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:47.555164 [ 3 ] {} HTTP-Session: 5feefa9c-3ed2-49c6-a7f9-083498a89c06 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:50:47.555180 [ 3 ] {} HTTP-Session: 5feefa9c-3ed2-49c6-a7f9-083498a89c06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.555193 [ 3 ] {} HTTP-Session: 5feefa9c-3ed2-49c6-a7f9-083498a89c06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.555224 [ 3 ] {} HTTP-Session: 5feefa9c-3ed2-49c6-a7f9-083498a89c06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:47.555334 [ 3 ] {8ee3df87-1332-4742-aa99-f8e0aa25f3aa} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:50:47.555375 [ 3 ] {8ee3df87-1332-4742-aa99-f8e0aa25f3aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:50:47.556054 [ 3 ] {8ee3df87-1332-4742-aa99-f8e0aa25f3aa} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:50:47.556935 [ 3 ] {8ee3df87-1332-4742-aa99-f8e0aa25f3aa} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:50:47.556969 [ 3 ] {8ee3df87-1332-4742-aa99-f8e0aa25f3aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2024.05.29 21:50:47.557407 [ 3 ] {8ee3df87-1332-4742-aa99-f8e0aa25f3aa} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.29 21:50:47.557938 [ 3 ] {8ee3df87-1332-4742-aa99-f8e0aa25f3aa} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:50:47.558086 [ 3 ] {8ee3df87-1332-4742-aa99-f8e0aa25f3aa} executeQuery: Read 35 rows, 2.81 KiB in 0.002782 sec., 12580.877066858375 rows/sec., 1008.86 KiB/sec. 2024.05.29 21:50:47.558367 [ 3 ] {8ee3df87-1332-4742-aa99-f8e0aa25f3aa} DynamicQueryHandler: Done processing query 2024.05.29 21:50:47.558391 [ 3 ] {8ee3df87-1332-4742-aa99-f8e0aa25f3aa} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:50:47.558408 [ 3 ] {} HTTP-Session: 5feefa9c-3ed2-49c6-a7f9-083498a89c06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.558608 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 24642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:47.558656 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:47.558675 [ 3 ] {} HTTP-Session: fd63b3c9-38db-4094-97d1-08158f306fd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:50:47.558691 [ 3 ] {} HTTP-Session: fd63b3c9-38db-4094-97d1-08158f306fd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.558704 [ 3 ] {} HTTP-Session: fd63b3c9-38db-4094-97d1-08158f306fd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.558734 [ 3 ] {} HTTP-Session: fd63b3c9-38db-4094-97d1-08158f306fd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:47.558963 [ 3 ] {6d1691d2-9c05-4c90-b0c9-a820345fc6d9} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:50:47.559011 [ 3 ] {6d1691d2-9c05-4c90-b0c9-a820345fc6d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:50:47.559208 [ 3 ] {6d1691d2-9c05-4c90-b0c9-a820345fc6d9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:50:47.559728 [ 3 ] {6d1691d2-9c05-4c90-b0c9-a820345fc6d9} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:50:47.559764 [ 3 ] {6d1691d2-9c05-4c90-b0c9-a820345fc6d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2024.05.29 21:50:47.563061 [ 3 ] {6d1691d2-9c05-4c90-b0c9-a820345fc6d9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.29 21:50:47.563695 [ 3 ] {6d1691d2-9c05-4c90-b0c9-a820345fc6d9} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:50:47.563851 [ 3 ] {6d1691d2-9c05-4c90-b0c9-a820345fc6d9} executeQuery: Read 23 rows, 31.78 KiB in 0.00503 sec., 4572.564612326044 rows/sec., 6.17 MiB/sec. 2024.05.29 21:50:47.564037 [ 3 ] {6d1691d2-9c05-4c90-b0c9-a820345fc6d9} DynamicQueryHandler: Done processing query 2024.05.29 21:50:47.564062 [ 3 ] {6d1691d2-9c05-4c90-b0c9-a820345fc6d9} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.29 21:50:47.564077 [ 3 ] {} HTTP-Session: fd63b3c9-38db-4094-97d1-08158f306fd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.564214 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3408, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:47.564262 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:47.564281 [ 3 ] {} HTTP-Session: ac9ede05-be09-472f-95b3-2b2dba4ef475 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:50:47.564297 [ 3 ] {} HTTP-Session: ac9ede05-be09-472f-95b3-2b2dba4ef475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.564310 [ 3 ] {} HTTP-Session: ac9ede05-be09-472f-95b3-2b2dba4ef475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:47.564341 [ 3 ] {} HTTP-Session: ac9ede05-be09-472f-95b3-2b2dba4ef475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:47.564443 [ 3 ] {ef3b2f1d-1764-4d8c-bc37-e68f49389c74} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:50:47.564486 [ 3 ] {ef3b2f1d-1764-4d8c-bc37-e68f49389c74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.05.29 21:50:47.564612 [ 3 ] {ef3b2f1d-1764-4d8c-bc37-e68f49389c74} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:50:47.564935 [ 3 ] {ef3b2f1d-1764-4d8c-bc37-e68f49389c74} oximeter.measurements_i64 (25aefdf1-18fe-41a8-8409-208abdacfd4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:50:47.564968 [ 3 ] {ef3b2f1d-1764-4d8c-bc37-e68f49389c74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2024.05.29 21:50:47.565488 [ 3 ] {ef3b2f1d-1764-4d8c-bc37-e68f49389c74} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.29 21:50:47.566117 [ 3 ] {ef3b2f1d-1764-4d8c-bc37-e68f49389c74} oximeter.measurements_i64 (25aefdf1-18fe-41a8-8409-208abdacfd4d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:50:47.566274 [ 3 ] {ef3b2f1d-1764-4d8c-bc37-e68f49389c74} executeQuery: Read 21 rows, 1.57 KiB in 0.001851 sec., 11345.218800648297 rows/sec., 847.30 KiB/sec. 2024.05.29 21:50:47.566544 [ 3 ] {ef3b2f1d-1764-4d8c-bc37-e68f49389c74} DynamicQueryHandler: Done processing query 2024.05.29 21:50:47.566570 [ 3 ] {ef3b2f1d-1764-4d8c-bc37-e68f49389c74} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.29 21:50:47.566586 [ 3 ] {} HTTP-Session: ac9ede05-be09-472f-95b3-2b2dba4ef475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:57.517043 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:57.517183 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:57.517213 [ 3 ] {} HTTP-Session: 845e215b-034d-4cc5-a0f4-f36555197975 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:50:57.517242 [ 3 ] {} HTTP-Session: 845e215b-034d-4cc5-a0f4-f36555197975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:57.517259 [ 3 ] {} HTTP-Session: 845e215b-034d-4cc5-a0f4-f36555197975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:57.517314 [ 3 ] {} HTTP-Session: 845e215b-034d-4cc5-a0f4-f36555197975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:57.517521 [ 3 ] {338fb0e6-9abb-4eb0-bc58-56068d28a548} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:50:57.517592 [ 3 ] {338fb0e6-9abb-4eb0-bc58-56068d28a548} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:50:57.517783 [ 3 ] {338fb0e6-9abb-4eb0-bc58-56068d28a548} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:50:57.518335 [ 3 ] {338fb0e6-9abb-4eb0-bc58-56068d28a548} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:50:57.518378 [ 3 ] {338fb0e6-9abb-4eb0-bc58-56068d28a548} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2024.05.29 21:50:57.518857 [ 3 ] {338fb0e6-9abb-4eb0-bc58-56068d28a548} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.29 21:50:57.519403 [ 3 ] {338fb0e6-9abb-4eb0-bc58-56068d28a548} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:50:57.519577 [ 3 ] {338fb0e6-9abb-4eb0-bc58-56068d28a548} executeQuery: Read 23 rows, 1.86 KiB in 0.002122 sec., 10838.831291234683 rows/sec., 878.54 KiB/sec. 2024.05.29 21:50:57.519814 [ 3 ] {338fb0e6-9abb-4eb0-bc58-56068d28a548} DynamicQueryHandler: Done processing query 2024.05.29 21:50:57.519841 [ 3 ] {338fb0e6-9abb-4eb0-bc58-56068d28a548} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:50:57.519857 [ 3 ] {} HTTP-Session: 845e215b-034d-4cc5-a0f4-f36555197975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:57.519999 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 10504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:57.520057 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:57.520076 [ 3 ] {} HTTP-Session: d4cac570-146f-4b2a-998e-7af1a5d624c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:50:57.520094 [ 3 ] {} HTTP-Session: d4cac570-146f-4b2a-998e-7af1a5d624c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:57.520108 [ 3 ] {} HTTP-Session: d4cac570-146f-4b2a-998e-7af1a5d624c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:57.520143 [ 3 ] {} HTTP-Session: d4cac570-146f-4b2a-998e-7af1a5d624c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:57.520270 [ 3 ] {05ca876e-94e4-4e84-9fdd-5741c4d8e5e8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:50:57.520317 [ 3 ] {05ca876e-94e4-4e84-9fdd-5741c4d8e5e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:50:57.520445 [ 3 ] {05ca876e-94e4-4e84-9fdd-5741c4d8e5e8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:50:57.520844 [ 3 ] {05ca876e-94e4-4e84-9fdd-5741c4d8e5e8} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:50:57.520882 [ 3 ] {05ca876e-94e4-4e84-9fdd-5741c4d8e5e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2024.05.29 21:50:57.521287 [ 3 ] {05ca876e-94e4-4e84-9fdd-5741c4d8e5e8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.29 21:50:57.521815 [ 3 ] {05ca876e-94e4-4e84-9fdd-5741c4d8e5e8} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:50:57.521941 [ 3 ] {05ca876e-94e4-4e84-9fdd-5741c4d8e5e8} executeQuery: Read 69 rows, 6.26 KiB in 0.001719 sec., 40139.61605584642 rows/sec., 3.56 MiB/sec. 2024.05.29 21:50:57.522104 [ 3 ] {05ca876e-94e4-4e84-9fdd-5741c4d8e5e8} DynamicQueryHandler: Done processing query 2024.05.29 21:50:57.522129 [ 3 ] {05ca876e-94e4-4e84-9fdd-5741c4d8e5e8} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:50:57.522144 [ 3 ] {} HTTP-Session: d4cac570-146f-4b2a-998e-7af1a5d624c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:57.522263 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:57.522313 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:57.522333 [ 3 ] {} HTTP-Session: 9ddf986c-fa1a-4494-8071-6a0cbedb0308 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:50:57.522349 [ 3 ] {} HTTP-Session: 9ddf986c-fa1a-4494-8071-6a0cbedb0308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:57.522363 [ 3 ] {} HTTP-Session: 9ddf986c-fa1a-4494-8071-6a0cbedb0308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:57.522394 [ 3 ] {} HTTP-Session: 9ddf986c-fa1a-4494-8071-6a0cbedb0308 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:57.522500 [ 3 ] {79f0d21d-99f8-4a9e-a09f-94c33d9af406} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:50:57.522543 [ 3 ] {79f0d21d-99f8-4a9e-a09f-94c33d9af406} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:50:57.522670 [ 3 ] {79f0d21d-99f8-4a9e-a09f-94c33d9af406} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:50:57.522969 [ 3 ] {79f0d21d-99f8-4a9e-a09f-94c33d9af406} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:50:57.523005 [ 3 ] {79f0d21d-99f8-4a9e-a09f-94c33d9af406} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2024.05.29 21:50:57.523412 [ 3 ] {79f0d21d-99f8-4a9e-a09f-94c33d9af406} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.29 21:50:57.523917 [ 3 ] {79f0d21d-99f8-4a9e-a09f-94c33d9af406} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:50:57.524038 [ 3 ] {79f0d21d-99f8-4a9e-a09f-94c33d9af406} executeQuery: Read 23 rows, 1.84 KiB in 0.001573 sec., 14621.741894469167 rows/sec., 1.14 MiB/sec. 2024.05.29 21:50:57.524184 [ 3 ] {79f0d21d-99f8-4a9e-a09f-94c33d9af406} DynamicQueryHandler: Done processing query 2024.05.29 21:50:57.524208 [ 3 ] {79f0d21d-99f8-4a9e-a09f-94c33d9af406} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:50:57.524224 [ 3 ] {} HTTP-Session: 9ddf986c-fa1a-4494-8071-6a0cbedb0308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:57.524415 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 24644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:50:57.524463 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:50:57.524481 [ 3 ] {} HTTP-Session: d4ceadc1-37ac-478c-8fc3-2e59a9daa359 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:50:57.524497 [ 3 ] {} HTTP-Session: d4ceadc1-37ac-478c-8fc3-2e59a9daa359 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:57.524510 [ 3 ] {} HTTP-Session: d4ceadc1-37ac-478c-8fc3-2e59a9daa359 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:50:57.524541 [ 3 ] {} HTTP-Session: d4ceadc1-37ac-478c-8fc3-2e59a9daa359 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:50:57.524767 [ 3 ] {1c76b366-2687-43d1-82c2-3eb37cba0d73} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:50:57.524815 [ 3 ] {1c76b366-2687-43d1-82c2-3eb37cba0d73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:50:57.524967 [ 3 ] {1c76b366-2687-43d1-82c2-3eb37cba0d73} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:50:57.525409 [ 3 ] {1c76b366-2687-43d1-82c2-3eb37cba0d73} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:50:57.525444 [ 3 ] {1c76b366-2687-43d1-82c2-3eb37cba0d73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2024.05.29 21:50:57.525959 [ 3 ] {1c76b366-2687-43d1-82c2-3eb37cba0d73} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.29 21:50:57.526589 [ 3 ] {1c76b366-2687-43d1-82c2-3eb37cba0d73} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:50:57.526720 [ 3 ] {1c76b366-2687-43d1-82c2-3eb37cba0d73} executeQuery: Read 23 rows, 31.78 KiB in 0.002097 sec., 10968.049594659038 rows/sec., 14.80 MiB/sec. 2024.05.29 21:50:57.526906 [ 3 ] {1c76b366-2687-43d1-82c2-3eb37cba0d73} DynamicQueryHandler: Done processing query 2024.05.29 21:50:57.526930 [ 3 ] {1c76b366-2687-43d1-82c2-3eb37cba0d73} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.29 21:50:57.526946 [ 3 ] {} HTTP-Session: d4ceadc1-37ac-478c-8fc3-2e59a9daa359 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:00.780350 [ 88 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:51:00.780420 [ 88 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:51:07.516392 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:07.516537 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:07.516565 [ 3 ] {} HTTP-Session: 98307236-abf1-407e-8a5d-f18b9c0349f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:07.516593 [ 3 ] {} HTTP-Session: 98307236-abf1-407e-8a5d-f18b9c0349f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:07.516610 [ 3 ] {} HTTP-Session: 98307236-abf1-407e-8a5d-f18b9c0349f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:07.516667 [ 3 ] {} HTTP-Session: 98307236-abf1-407e-8a5d-f18b9c0349f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:07.516906 [ 3 ] {a3482233-518a-4f37-9a1d-ea691620d330} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:07.516978 [ 3 ] {a3482233-518a-4f37-9a1d-ea691620d330} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:51:07.517171 [ 3 ] {a3482233-518a-4f37-9a1d-ea691620d330} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:07.517605 [ 3 ] {a3482233-518a-4f37-9a1d-ea691620d330} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:07.517647 [ 3 ] {a3482233-518a-4f37-9a1d-ea691620d330} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:07.518118 [ 3 ] {a3482233-518a-4f37-9a1d-ea691620d330} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.29 21:51:07.518660 [ 3 ] {a3482233-518a-4f37-9a1d-ea691620d330} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:07.518824 [ 3 ] {a3482233-518a-4f37-9a1d-ea691620d330} executeQuery: Read 24 rows, 1.95 KiB in 0.001971 sec., 12176.5601217656 rows/sec., 986.97 KiB/sec. 2024.05.29 21:51:07.519124 [ 3 ] {a3482233-518a-4f37-9a1d-ea691620d330} DynamicQueryHandler: Done processing query 2024.05.29 21:51:07.519150 [ 3 ] {a3482233-518a-4f37-9a1d-ea691620d330} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:51:07.519167 [ 3 ] {} HTTP-Session: 98307236-abf1-407e-8a5d-f18b9c0349f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:07.519301 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 10950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:07.519349 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:07.519368 [ 3 ] {} HTTP-Session: 2d8f1fa6-e4e0-4f40-bb66-27282793ceae Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:07.519384 [ 3 ] {} HTTP-Session: 2d8f1fa6-e4e0-4f40-bb66-27282793ceae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:07.519398 [ 3 ] {} HTTP-Session: 2d8f1fa6-e4e0-4f40-bb66-27282793ceae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:07.519429 [ 3 ] {} HTTP-Session: 2d8f1fa6-e4e0-4f40-bb66-27282793ceae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:07.519552 [ 3 ] {984ecf00-287b-470e-83e4-3298199a55da} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:07.519596 [ 3 ] {984ecf00-287b-470e-83e4-3298199a55da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:51:07.519737 [ 3 ] {984ecf00-287b-470e-83e4-3298199a55da} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:07.520085 [ 3 ] {984ecf00-287b-470e-83e4-3298199a55da} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:07.520122 [ 3 ] {984ecf00-287b-470e-83e4-3298199a55da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:07.520530 [ 3 ] {984ecf00-287b-470e-83e4-3298199a55da} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.29 21:51:07.521047 [ 3 ] {984ecf00-287b-470e-83e4-3298199a55da} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:07.521202 [ 3 ] {984ecf00-287b-470e-83e4-3298199a55da} executeQuery: Read 72 rows, 6.53 KiB in 0.001689 sec., 42628.77442273535 rows/sec., 3.77 MiB/sec. 2024.05.29 21:51:07.521367 [ 3 ] {984ecf00-287b-470e-83e4-3298199a55da} DynamicQueryHandler: Done processing query 2024.05.29 21:51:07.521391 [ 3 ] {984ecf00-287b-470e-83e4-3298199a55da} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:51:07.521407 [ 3 ] {} HTTP-Session: 2d8f1fa6-e4e0-4f40-bb66-27282793ceae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:07.521578 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:07.521625 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:07.521644 [ 3 ] {} HTTP-Session: 71036970-20c6-469d-98b3-9770092e46e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:07.521660 [ 3 ] {} HTTP-Session: 71036970-20c6-469d-98b3-9770092e46e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:07.521673 [ 3 ] {} HTTP-Session: 71036970-20c6-469d-98b3-9770092e46e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:07.521703 [ 3 ] {} HTTP-Session: 71036970-20c6-469d-98b3-9770092e46e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:07.521804 [ 3 ] {03bd2022-9af0-4042-ae31-3e7c25073859} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:07.521846 [ 3 ] {03bd2022-9af0-4042-ae31-3e7c25073859} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:51:07.521971 [ 3 ] {03bd2022-9af0-4042-ae31-3e7c25073859} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:07.522256 [ 3 ] {03bd2022-9af0-4042-ae31-3e7c25073859} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:07.522292 [ 3 ] {03bd2022-9af0-4042-ae31-3e7c25073859} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:07.522694 [ 3 ] {03bd2022-9af0-4042-ae31-3e7c25073859} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.29 21:51:07.523250 [ 3 ] {03bd2022-9af0-4042-ae31-3e7c25073859} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:07.523377 [ 3 ] {03bd2022-9af0-4042-ae31-3e7c25073859} executeQuery: Read 24 rows, 1.92 KiB in 0.001602 sec., 14981.273408239702 rows/sec., 1.17 MiB/sec. 2024.05.29 21:51:07.523579 [ 3 ] {03bd2022-9af0-4042-ae31-3e7c25073859} DynamicQueryHandler: Done processing query 2024.05.29 21:51:07.523603 [ 3 ] {03bd2022-9af0-4042-ae31-3e7c25073859} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:51:07.523619 [ 3 ] {} HTTP-Session: 71036970-20c6-469d-98b3-9770092e46e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:07.523859 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:07.523907 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:07.523926 [ 3 ] {} HTTP-Session: fd3d4c77-013d-4fc0-a2f4-873818404f02 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:07.523941 [ 3 ] {} HTTP-Session: fd3d4c77-013d-4fc0-a2f4-873818404f02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:07.523955 [ 3 ] {} HTTP-Session: fd3d4c77-013d-4fc0-a2f4-873818404f02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:07.523984 [ 3 ] {} HTTP-Session: fd3d4c77-013d-4fc0-a2f4-873818404f02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:07.524218 [ 3 ] {194a51f6-f10c-4a80-8982-977a6bf333ce} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:07.524266 [ 3 ] {194a51f6-f10c-4a80-8982-977a6bf333ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:51:07.524441 [ 3 ] {194a51f6-f10c-4a80-8982-977a6bf333ce} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:07.524847 [ 3 ] {194a51f6-f10c-4a80-8982-977a6bf333ce} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:07.524883 [ 3 ] {194a51f6-f10c-4a80-8982-977a6bf333ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:07.525400 [ 3 ] {194a51f6-f10c-4a80-8982-977a6bf333ce} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.29 21:51:07.525980 [ 3 ] {194a51f6-f10c-4a80-8982-977a6bf333ce} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:07.526134 [ 3 ] {194a51f6-f10c-4a80-8982-977a6bf333ce} executeQuery: Read 24 rows, 33.16 KiB in 0.002068 sec., 11605.41586073501 rows/sec., 15.66 MiB/sec. 2024.05.29 21:51:07.526424 [ 3 ] {194a51f6-f10c-4a80-8982-977a6bf333ce} DynamicQueryHandler: Done processing query 2024.05.29 21:51:07.526449 [ 3 ] {194a51f6-f10c-4a80-8982-977a6bf333ce} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:51:07.526465 [ 3 ] {} HTTP-Session: fd3d4c77-013d-4fc0-a2f4-873818404f02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:15.780468 [ 78 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:51:15.780534 [ 78 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:51:17.516168 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:17.516290 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:17.516318 [ 3 ] {} HTTP-Session: d3e3c3ad-171e-42b0-bbf4-c8b5544c1040 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:17.516347 [ 3 ] {} HTTP-Session: d3e3c3ad-171e-42b0-bbf4-c8b5544c1040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:17.516365 [ 3 ] {} HTTP-Session: d3e3c3ad-171e-42b0-bbf4-c8b5544c1040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:17.516422 [ 3 ] {} HTTP-Session: d3e3c3ad-171e-42b0-bbf4-c8b5544c1040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:17.516633 [ 3 ] {91572efd-9b0b-47c6-81a3-fdf053257330} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:17.516707 [ 3 ] {91572efd-9b0b-47c6-81a3-fdf053257330} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:51:17.516926 [ 3 ] {91572efd-9b0b-47c6-81a3-fdf053257330} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:17.517368 [ 3 ] {91572efd-9b0b-47c6-81a3-fdf053257330} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:17.517409 [ 3 ] {91572efd-9b0b-47c6-81a3-fdf053257330} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:17.517772 [ 3 ] {91572efd-9b0b-47c6-81a3-fdf053257330} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.29 21:51:17.518100 [ 3 ] {91572efd-9b0b-47c6-81a3-fdf053257330} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:17.518260 [ 3 ] {91572efd-9b0b-47c6-81a3-fdf053257330} executeQuery: Read 24 rows, 1.95 KiB in 0.001686 sec., 14234.875444839858 rows/sec., 1.13 MiB/sec. 2024.05.29 21:51:17.518455 [ 3 ] {91572efd-9b0b-47c6-81a3-fdf053257330} DynamicQueryHandler: Done processing query 2024.05.29 21:51:17.518480 [ 3 ] {91572efd-9b0b-47c6-81a3-fdf053257330} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:51:17.518496 [ 3 ] {} HTTP-Session: d3e3c3ad-171e-42b0-bbf4-c8b5544c1040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:17.518672 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 10950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:17.518718 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:17.518737 [ 3 ] {} HTTP-Session: 7f000d4a-672a-47cf-8764-f2f4760f7fd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:17.518754 [ 3 ] {} HTTP-Session: 7f000d4a-672a-47cf-8764-f2f4760f7fd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:17.518767 [ 3 ] {} HTTP-Session: 7f000d4a-672a-47cf-8764-f2f4760f7fd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:17.518798 [ 3 ] {} HTTP-Session: 7f000d4a-672a-47cf-8764-f2f4760f7fd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:17.518917 [ 3 ] {77d6948b-342a-4de3-9e7b-0d26db2d0aec} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:17.518960 [ 3 ] {77d6948b-342a-4de3-9e7b-0d26db2d0aec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:51:17.519083 [ 3 ] {77d6948b-342a-4de3-9e7b-0d26db2d0aec} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:17.519421 [ 3 ] {77d6948b-342a-4de3-9e7b-0d26db2d0aec} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:17.519458 [ 3 ] {77d6948b-342a-4de3-9e7b-0d26db2d0aec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:17.519766 [ 3 ] {77d6948b-342a-4de3-9e7b-0d26db2d0aec} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.29 21:51:17.520097 [ 3 ] {77d6948b-342a-4de3-9e7b-0d26db2d0aec} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:17.520246 [ 3 ] {77d6948b-342a-4de3-9e7b-0d26db2d0aec} executeQuery: Read 72 rows, 6.53 KiB in 0.001366 sec., 52708.6383601757 rows/sec., 4.67 MiB/sec. 2024.05.29 21:51:17.520411 [ 3 ] {77d6948b-342a-4de3-9e7b-0d26db2d0aec} DynamicQueryHandler: Done processing query 2024.05.29 21:51:17.520436 [ 3 ] {77d6948b-342a-4de3-9e7b-0d26db2d0aec} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:51:17.520452 [ 3 ] {} HTTP-Session: 7f000d4a-672a-47cf-8764-f2f4760f7fd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:17.520597 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:17.520644 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:17.520663 [ 3 ] {} HTTP-Session: dfe30272-7c01-4f60-8666-5ce76f4352db Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:17.520679 [ 3 ] {} HTTP-Session: dfe30272-7c01-4f60-8666-5ce76f4352db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:17.520693 [ 3 ] {} HTTP-Session: dfe30272-7c01-4f60-8666-5ce76f4352db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:17.520724 [ 3 ] {} HTTP-Session: dfe30272-7c01-4f60-8666-5ce76f4352db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:17.520824 [ 3 ] {de9f31d2-7110-401c-9320-4d6e936ca795} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:17.520868 [ 3 ] {de9f31d2-7110-401c-9320-4d6e936ca795} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:51:17.520993 [ 3 ] {de9f31d2-7110-401c-9320-4d6e936ca795} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:17.521345 [ 3 ] {de9f31d2-7110-401c-9320-4d6e936ca795} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:17.521383 [ 3 ] {de9f31d2-7110-401c-9320-4d6e936ca795} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:17.521685 [ 3 ] {de9f31d2-7110-401c-9320-4d6e936ca795} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.29 21:51:17.521991 [ 3 ] {de9f31d2-7110-401c-9320-4d6e936ca795} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:17.522143 [ 3 ] {de9f31d2-7110-401c-9320-4d6e936ca795} executeQuery: Read 24 rows, 1.92 KiB in 0.001348 sec., 17804.154302670624 rows/sec., 1.39 MiB/sec. 2024.05.29 21:51:17.522310 [ 3 ] {de9f31d2-7110-401c-9320-4d6e936ca795} DynamicQueryHandler: Done processing query 2024.05.29 21:51:17.522334 [ 3 ] {de9f31d2-7110-401c-9320-4d6e936ca795} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:51:17.522350 [ 3 ] {} HTTP-Session: dfe30272-7c01-4f60-8666-5ce76f4352db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:17.522530 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:17.522578 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:17.522597 [ 3 ] {} HTTP-Session: d76ac4cf-41c1-4314-9cc3-d654928fc6d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:17.522613 [ 3 ] {} HTTP-Session: d76ac4cf-41c1-4314-9cc3-d654928fc6d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:17.522627 [ 3 ] {} HTTP-Session: d76ac4cf-41c1-4314-9cc3-d654928fc6d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:17.522657 [ 3 ] {} HTTP-Session: d76ac4cf-41c1-4314-9cc3-d654928fc6d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:17.522891 [ 3 ] {db590d70-f6d9-4f15-96ee-4e12e3a5e3df} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:17.522939 [ 3 ] {db590d70-f6d9-4f15-96ee-4e12e3a5e3df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:51:17.523100 [ 3 ] {db590d70-f6d9-4f15-96ee-4e12e3a5e3df} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:17.523522 [ 3 ] {db590d70-f6d9-4f15-96ee-4e12e3a5e3df} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:17.523557 [ 3 ] {db590d70-f6d9-4f15-96ee-4e12e3a5e3df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:17.523984 [ 3 ] {db590d70-f6d9-4f15-96ee-4e12e3a5e3df} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.29 21:51:17.524346 [ 3 ] {db590d70-f6d9-4f15-96ee-4e12e3a5e3df} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:17.524506 [ 3 ] {db590d70-f6d9-4f15-96ee-4e12e3a5e3df} executeQuery: Read 24 rows, 33.16 KiB in 0.001776 sec., 13513.513513513513 rows/sec., 18.24 MiB/sec. 2024.05.29 21:51:17.524678 [ 3 ] {db590d70-f6d9-4f15-96ee-4e12e3a5e3df} DynamicQueryHandler: Done processing query 2024.05.29 21:51:17.524702 [ 3 ] {db590d70-f6d9-4f15-96ee-4e12e3a5e3df} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:51:17.524718 [ 3 ] {} HTTP-Session: d76ac4cf-41c1-4314-9cc3-d654928fc6d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:27.516593 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:27.516724 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:27.516755 [ 3 ] {} HTTP-Session: 908e7fb0-4587-4f70-a5ba-3fd33866d66c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:27.516779 [ 3 ] {} HTTP-Session: 908e7fb0-4587-4f70-a5ba-3fd33866d66c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:27.516794 [ 3 ] {} HTTP-Session: 908e7fb0-4587-4f70-a5ba-3fd33866d66c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:27.516844 [ 3 ] {} HTTP-Session: 908e7fb0-4587-4f70-a5ba-3fd33866d66c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:27.517032 [ 3 ] {f05c5272-9ec8-406e-8465-bffd7852d4b7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:27.517098 [ 3 ] {f05c5272-9ec8-406e-8465-bffd7852d4b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:51:27.517289 [ 3 ] {f05c5272-9ec8-406e-8465-bffd7852d4b7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:27.517821 [ 3 ] {f05c5272-9ec8-406e-8465-bffd7852d4b7} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:27.517863 [ 3 ] {f05c5272-9ec8-406e-8465-bffd7852d4b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:27.518222 [ 3 ] {f05c5272-9ec8-406e-8465-bffd7852d4b7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.29 21:51:27.518562 [ 3 ] {f05c5272-9ec8-406e-8465-bffd7852d4b7} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:27.518727 [ 3 ] {f05c5272-9ec8-406e-8465-bffd7852d4b7} executeQuery: Read 24 rows, 1.95 KiB in 0.001748 sec., 13729.977116704806 rows/sec., 1.09 MiB/sec. 2024.05.29 21:51:27.518959 [ 3 ] {f05c5272-9ec8-406e-8465-bffd7852d4b7} DynamicQueryHandler: Done processing query 2024.05.29 21:51:27.518985 [ 3 ] {f05c5272-9ec8-406e-8465-bffd7852d4b7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:51:27.519001 [ 3 ] {} HTTP-Session: 908e7fb0-4587-4f70-a5ba-3fd33866d66c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:27.519161 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 10950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:27.519209 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:27.519228 [ 3 ] {} HTTP-Session: 0fe1e46b-1b36-4db4-998c-99a5bf85518a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:27.519244 [ 3 ] {} HTTP-Session: 0fe1e46b-1b36-4db4-998c-99a5bf85518a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:27.519258 [ 3 ] {} HTTP-Session: 0fe1e46b-1b36-4db4-998c-99a5bf85518a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:27.519289 [ 3 ] {} HTTP-Session: 0fe1e46b-1b36-4db4-998c-99a5bf85518a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:27.519404 [ 3 ] {31c980c3-a720-480c-8097-a8621cedea38} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:27.519448 [ 3 ] {31c980c3-a720-480c-8097-a8621cedea38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:51:27.519573 [ 3 ] {31c980c3-a720-480c-8097-a8621cedea38} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:27.519940 [ 3 ] {31c980c3-a720-480c-8097-a8621cedea38} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:27.519977 [ 3 ] {31c980c3-a720-480c-8097-a8621cedea38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:27.520284 [ 3 ] {31c980c3-a720-480c-8097-a8621cedea38} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.29 21:51:27.520585 [ 3 ] {31c980c3-a720-480c-8097-a8621cedea38} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:27.520746 [ 3 ] {31c980c3-a720-480c-8097-a8621cedea38} executeQuery: Read 72 rows, 6.53 KiB in 0.001381 sec., 52136.13323678494 rows/sec., 4.62 MiB/sec. 2024.05.29 21:51:27.520910 [ 3 ] {31c980c3-a720-480c-8097-a8621cedea38} DynamicQueryHandler: Done processing query 2024.05.29 21:51:27.520933 [ 3 ] {31c980c3-a720-480c-8097-a8621cedea38} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:51:27.520949 [ 3 ] {} HTTP-Session: 0fe1e46b-1b36-4db4-998c-99a5bf85518a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:27.521066 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:27.521112 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:27.521130 [ 3 ] {} HTTP-Session: 017d2a15-544d-41c0-a8c6-640551e419d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:27.521147 [ 3 ] {} HTTP-Session: 017d2a15-544d-41c0-a8c6-640551e419d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:27.521160 [ 3 ] {} HTTP-Session: 017d2a15-544d-41c0-a8c6-640551e419d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:27.521190 [ 3 ] {} HTTP-Session: 017d2a15-544d-41c0-a8c6-640551e419d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:27.521293 [ 3 ] {58194088-e817-4e8b-8f5b-c65e9ddf0f30} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:27.521335 [ 3 ] {58194088-e817-4e8b-8f5b-c65e9ddf0f30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:51:27.521462 [ 3 ] {58194088-e817-4e8b-8f5b-c65e9ddf0f30} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:27.521754 [ 3 ] {58194088-e817-4e8b-8f5b-c65e9ddf0f30} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:27.521790 [ 3 ] {58194088-e817-4e8b-8f5b-c65e9ddf0f30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:27.522091 [ 3 ] {58194088-e817-4e8b-8f5b-c65e9ddf0f30} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.29 21:51:27.522389 [ 3 ] {58194088-e817-4e8b-8f5b-c65e9ddf0f30} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:27.522548 [ 3 ] {58194088-e817-4e8b-8f5b-c65e9ddf0f30} executeQuery: Read 24 rows, 1.92 KiB in 0.001285 sec., 18677.04280155642 rows/sec., 1.46 MiB/sec. 2024.05.29 21:51:27.522845 [ 3 ] {58194088-e817-4e8b-8f5b-c65e9ddf0f30} DynamicQueryHandler: Done processing query 2024.05.29 21:51:27.522873 [ 3 ] {58194088-e817-4e8b-8f5b-c65e9ddf0f30} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:51:27.522890 [ 3 ] {} HTTP-Session: 017d2a15-544d-41c0-a8c6-640551e419d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:27.523006 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:27.523057 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:27.523076 [ 3 ] {} HTTP-Session: 2b1ea063-4e26-4737-8857-a51d36f5aab8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:27.523094 [ 3 ] {} HTTP-Session: 2b1ea063-4e26-4737-8857-a51d36f5aab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:27.523108 [ 3 ] {} HTTP-Session: 2b1ea063-4e26-4737-8857-a51d36f5aab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:27.523139 [ 3 ] {} HTTP-Session: 2b1ea063-4e26-4737-8857-a51d36f5aab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:27.523381 [ 3 ] {f35a8e10-020b-4eaa-ad35-144e4821e9d1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:27.523432 [ 3 ] {f35a8e10-020b-4eaa-ad35-144e4821e9d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:51:27.523615 [ 3 ] {f35a8e10-020b-4eaa-ad35-144e4821e9d1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:27.524074 [ 3 ] {f35a8e10-020b-4eaa-ad35-144e4821e9d1} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:27.524110 [ 3 ] {f35a8e10-020b-4eaa-ad35-144e4821e9d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:27.524609 [ 3 ] {f35a8e10-020b-4eaa-ad35-144e4821e9d1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.29 21:51:27.524964 [ 3 ] {f35a8e10-020b-4eaa-ad35-144e4821e9d1} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:27.525129 [ 3 ] {f35a8e10-020b-4eaa-ad35-144e4821e9d1} executeQuery: Read 24 rows, 33.16 KiB in 0.001909 sec., 12572.027239392351 rows/sec., 16.97 MiB/sec. 2024.05.29 21:51:27.525304 [ 3 ] {f35a8e10-020b-4eaa-ad35-144e4821e9d1} DynamicQueryHandler: Done processing query 2024.05.29 21:51:27.525328 [ 3 ] {f35a8e10-020b-4eaa-ad35-144e4821e9d1} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:51:27.525343 [ 3 ] {} HTTP-Session: 2b1ea063-4e26-4737-8857-a51d36f5aab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:30.780577 [ 35 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:51:30.780668 [ 35 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:51:32.515388 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.515508 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.515532 [ 3 ] {} HTTP-Session: 4c8283fc-de31-41ed-9b4b-b97d86542639 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.515558 [ 3 ] {} HTTP-Session: 4c8283fc-de31-41ed-9b4b-b97d86542639 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.515573 [ 3 ] {} HTTP-Session: 4c8283fc-de31-41ed-9b4b-b97d86542639 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.515625 [ 3 ] {} HTTP-Session: 4c8283fc-de31-41ed-9b4b-b97d86542639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.515848 [ 3 ] {631bc4aa-f960-4ab4-bc2f-1eda183daee3} executeQuery: (from [fd00:1122:3344:101::d]:42200) 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) 2024.05.29 21:51:32.516240 [ 3 ] {631bc4aa-f960-4ab4-bc2f-1eda183daee3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:32.516413 [ 3 ] {631bc4aa-f960-4ab4-bc2f-1eda183daee3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:32.516658 [ 3 ] {631bc4aa-f960-4ab4-bc2f-1eda183daee3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.519105 [ 3 ] {631bc4aa-f960-4ab4-bc2f-1eda183daee3} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:32.519513 [ 3 ] {631bc4aa-f960-4ab4-bc2f-1eda183daee3} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 4-element set) 2024.05.29 21:51:32.525405 [ 3 ] {631bc4aa-f960-4ab4-bc2f-1eda183daee3} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:32.525465 [ 3 ] {631bc4aa-f960-4ab4-bc2f-1eda183daee3} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:32.525486 [ 3 ] {631bc4aa-f960-4ab4-bc2f-1eda183daee3} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:32.525592 [ 3 ] {631bc4aa-f960-4ab4-bc2f-1eda183daee3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:32.525617 [ 3 ] {631bc4aa-f960-4ab4-bc2f-1eda183daee3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.29 21:51:32.537898 [ 3 ] {631bc4aa-f960-4ab4-bc2f-1eda183daee3} executeQuery: Read 4 rows, 189.00 B in 0.022133 sec., 180.72561333755027 rows/sec., 8.34 KiB/sec. 2024.05.29 21:51:32.538174 [ 3 ] {631bc4aa-f960-4ab4-bc2f-1eda183daee3} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.538202 [ 3 ] {631bc4aa-f960-4ab4-bc2f-1eda183daee3} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:51:32.538221 [ 3 ] {} HTTP-Session: 4c8283fc-de31-41ed-9b4b-b97d86542639 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.538611 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.538662 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.538684 [ 3 ] {} HTTP-Session: 29bee590-b9a7-410f-b938-ffc737b8b338 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.538702 [ 3 ] {} HTTP-Session: 29bee590-b9a7-410f-b938-ffc737b8b338 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.538718 [ 3 ] {} HTTP-Session: 29bee590-b9a7-410f-b938-ffc737b8b338 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.538757 [ 3 ] {} HTTP-Session: 29bee590-b9a7-410f-b938-ffc737b8b338 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.538900 [ 3 ] {6fc82be0-63d3-47d1-9538-699c0278191c} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:32.539142 [ 3 ] {6fc82be0-63d3-47d1-9538-699c0278191c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:32.539175 [ 3 ] {6fc82be0-63d3-47d1-9538-699c0278191c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:32.539382 [ 3 ] {6fc82be0-63d3-47d1-9538-699c0278191c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.539447 [ 3 ] {6fc82be0-63d3-47d1-9538-699c0278191c} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:32.539588 [ 3 ] {6fc82be0-63d3-47d1-9538-699c0278191c} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2024.05.29 21:51:32.539620 [ 3 ] {6fc82be0-63d3-47d1-9538-699c0278191c} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:32.539644 [ 3 ] {6fc82be0-63d3-47d1-9538-699c0278191c} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:32.539662 [ 3 ] {6fc82be0-63d3-47d1-9538-699c0278191c} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:32.539701 [ 3 ] {6fc82be0-63d3-47d1-9538-699c0278191c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:32.539724 [ 3 ] {6fc82be0-63d3-47d1-9538-699c0278191c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.29 21:51:32.540620 [ 3 ] {6fc82be0-63d3-47d1-9538-699c0278191c} executeQuery: Read 4 rows, 189.00 B in 0.001779 sec., 2248.4541877459246 rows/sec., 103.75 KiB/sec. 2024.05.29 21:51:32.540850 [ 3 ] {6fc82be0-63d3-47d1-9538-699c0278191c} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.540875 [ 3 ] {6fc82be0-63d3-47d1-9538-699c0278191c} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:51:32.540892 [ 3 ] {} HTTP-Session: 29bee590-b9a7-410f-b938-ffc737b8b338 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.541149 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.541197 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.541218 [ 3 ] {} HTTP-Session: f1f15e8e-96f5-410c-b23e-012f33a2519e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.541235 [ 3 ] {} HTTP-Session: f1f15e8e-96f5-410c-b23e-012f33a2519e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.541248 [ 3 ] {} HTTP-Session: f1f15e8e-96f5-410c-b23e-012f33a2519e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.541279 [ 3 ] {} HTTP-Session: f1f15e8e-96f5-410c-b23e-012f33a2519e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.541404 [ 3 ] {29a99fd2-bbf0-4708-b6d9-f57ac24b163f} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:32.541635 [ 3 ] {29a99fd2-bbf0-4708-b6d9-f57ac24b163f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:32.541669 [ 3 ] {29a99fd2-bbf0-4708-b6d9-f57ac24b163f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:32.541875 [ 3 ] {29a99fd2-bbf0-4708-b6d9-f57ac24b163f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.541939 [ 3 ] {29a99fd2-bbf0-4708-b6d9-f57ac24b163f} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:32.542074 [ 3 ] {29a99fd2-bbf0-4708-b6d9-f57ac24b163f} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2024.05.29 21:51:32.542105 [ 3 ] {29a99fd2-bbf0-4708-b6d9-f57ac24b163f} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:32.542129 [ 3 ] {29a99fd2-bbf0-4708-b6d9-f57ac24b163f} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:32.542145 [ 3 ] {29a99fd2-bbf0-4708-b6d9-f57ac24b163f} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:32.542184 [ 3 ] {29a99fd2-bbf0-4708-b6d9-f57ac24b163f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:32.542204 [ 3 ] {29a99fd2-bbf0-4708-b6d9-f57ac24b163f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.29 21:51:32.543042 [ 3 ] {29a99fd2-bbf0-4708-b6d9-f57ac24b163f} executeQuery: Read 4 rows, 189.00 B in 0.00169 sec., 2366.8639053254437 rows/sec., 109.21 KiB/sec. 2024.05.29 21:51:32.543267 [ 3 ] {29a99fd2-bbf0-4708-b6d9-f57ac24b163f} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.543291 [ 3 ] {29a99fd2-bbf0-4708-b6d9-f57ac24b163f} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:51:32.543309 [ 3 ] {} HTTP-Session: f1f15e8e-96f5-410c-b23e-012f33a2519e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.543556 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 378, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.543605 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.543627 [ 3 ] {} HTTP-Session: 6380b4f1-298d-49c7-a728-3205ce5e251d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.543643 [ 3 ] {} HTTP-Session: 6380b4f1-298d-49c7-a728-3205ce5e251d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.543658 [ 3 ] {} HTTP-Session: 6380b4f1-298d-49c7-a728-3205ce5e251d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.543689 [ 3 ] {} HTTP-Session: 6380b4f1-298d-49c7-a728-3205ce5e251d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.543820 [ 3 ] {f6f733a8-51a8-47e9-a854-3842f544f64b} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:32.544054 [ 3 ] {f6f733a8-51a8-47e9-a854-3842f544f64b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:32.544087 [ 3 ] {f6f733a8-51a8-47e9-a854-3842f544f64b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:32.544295 [ 3 ] {f6f733a8-51a8-47e9-a854-3842f544f64b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.544359 [ 3 ] {f6f733a8-51a8-47e9-a854-3842f544f64b} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:32.544494 [ 3 ] {f6f733a8-51a8-47e9-a854-3842f544f64b} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2024.05.29 21:51:32.544526 [ 3 ] {f6f733a8-51a8-47e9-a854-3842f544f64b} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:32.544548 [ 3 ] {f6f733a8-51a8-47e9-a854-3842f544f64b} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:32.544566 [ 3 ] {f6f733a8-51a8-47e9-a854-3842f544f64b} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:32.544604 [ 3 ] {f6f733a8-51a8-47e9-a854-3842f544f64b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:32.544625 [ 3 ] {f6f733a8-51a8-47e9-a854-3842f544f64b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.29 21:51:32.545513 [ 3 ] {f6f733a8-51a8-47e9-a854-3842f544f64b} executeQuery: Read 4 rows, 189.00 B in 0.001745 sec., 2292.2636103151863 rows/sec., 105.77 KiB/sec. 2024.05.29 21:51:32.545741 [ 3 ] {f6f733a8-51a8-47e9-a854-3842f544f64b} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.545767 [ 3 ] {f6f733a8-51a8-47e9-a854-3842f544f64b} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:51:32.545785 [ 3 ] {} HTTP-Session: 6380b4f1-298d-49c7-a728-3205ce5e251d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.546058 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.546107 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.546128 [ 3 ] {} HTTP-Session: 273a8c10-87fb-4853-878d-5aea70576ebe Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.546144 [ 3 ] {} HTTP-Session: 273a8c10-87fb-4853-878d-5aea70576ebe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.546159 [ 3 ] {} HTTP-Session: 273a8c10-87fb-4853-878d-5aea70576ebe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.546191 [ 3 ] {} HTTP-Session: 273a8c10-87fb-4853-878d-5aea70576ebe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.546320 [ 3 ] {203cf7d5-e64a-4918-9947-49aac9b3c49b} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:32.546556 [ 3 ] {203cf7d5-e64a-4918-9947-49aac9b3c49b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:32.546591 [ 3 ] {203cf7d5-e64a-4918-9947-49aac9b3c49b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:32.546805 [ 3 ] {203cf7d5-e64a-4918-9947-49aac9b3c49b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.546869 [ 3 ] {203cf7d5-e64a-4918-9947-49aac9b3c49b} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:32.547004 [ 3 ] {203cf7d5-e64a-4918-9947-49aac9b3c49b} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2024.05.29 21:51:32.547035 [ 3 ] {203cf7d5-e64a-4918-9947-49aac9b3c49b} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:32.547058 [ 3 ] {203cf7d5-e64a-4918-9947-49aac9b3c49b} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:32.547074 [ 3 ] {203cf7d5-e64a-4918-9947-49aac9b3c49b} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:32.547113 [ 3 ] {203cf7d5-e64a-4918-9947-49aac9b3c49b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:32.547134 [ 3 ] {203cf7d5-e64a-4918-9947-49aac9b3c49b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.29 21:51:32.548002 [ 3 ] {203cf7d5-e64a-4918-9947-49aac9b3c49b} executeQuery: Read 4 rows, 189.00 B in 0.001728 sec., 2314.814814814815 rows/sec., 106.81 KiB/sec. 2024.05.29 21:51:32.548240 [ 3 ] {203cf7d5-e64a-4918-9947-49aac9b3c49b} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.548265 [ 3 ] {203cf7d5-e64a-4918-9947-49aac9b3c49b} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:51:32.548283 [ 3 ] {} HTTP-Session: 273a8c10-87fb-4853-878d-5aea70576ebe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.548524 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.548572 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.548593 [ 3 ] {} HTTP-Session: f927cd80-10fd-4d6f-add8-37496a7c300b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.548609 [ 3 ] {} HTTP-Session: f927cd80-10fd-4d6f-add8-37496a7c300b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.548623 [ 3 ] {} HTTP-Session: f927cd80-10fd-4d6f-add8-37496a7c300b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.548653 [ 3 ] {} HTTP-Session: f927cd80-10fd-4d6f-add8-37496a7c300b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.548784 [ 3 ] {117009ec-94ec-4bfb-a8dc-ffdd2526e228} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:32.549021 [ 3 ] {117009ec-94ec-4bfb-a8dc-ffdd2526e228} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:32.549055 [ 3 ] {117009ec-94ec-4bfb-a8dc-ffdd2526e228} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:32.549270 [ 3 ] {117009ec-94ec-4bfb-a8dc-ffdd2526e228} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.549333 [ 3 ] {117009ec-94ec-4bfb-a8dc-ffdd2526e228} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:32.549466 [ 3 ] {117009ec-94ec-4bfb-a8dc-ffdd2526e228} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 9-element set) 2024.05.29 21:51:32.549497 [ 3 ] {117009ec-94ec-4bfb-a8dc-ffdd2526e228} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:32.549521 [ 3 ] {117009ec-94ec-4bfb-a8dc-ffdd2526e228} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:32.549539 [ 3 ] {117009ec-94ec-4bfb-a8dc-ffdd2526e228} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:32.549577 [ 3 ] {117009ec-94ec-4bfb-a8dc-ffdd2526e228} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:32.549597 [ 3 ] {117009ec-94ec-4bfb-a8dc-ffdd2526e228} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.29 21:51:32.550477 [ 3 ] {117009ec-94ec-4bfb-a8dc-ffdd2526e228} executeQuery: Read 4 rows, 189.00 B in 0.001748 sec., 2288.329519450801 rows/sec., 105.59 KiB/sec. 2024.05.29 21:51:32.550702 [ 3 ] {117009ec-94ec-4bfb-a8dc-ffdd2526e228} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.550727 [ 3 ] {117009ec-94ec-4bfb-a8dc-ffdd2526e228} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:51:32.550744 [ 3 ] {} HTTP-Session: f927cd80-10fd-4d6f-add8-37496a7c300b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.550989 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.551038 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.551057 [ 3 ] {} HTTP-Session: de3c52e1-d5eb-4f68-8dad-1746ac04bc47 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.551074 [ 3 ] {} HTTP-Session: de3c52e1-d5eb-4f68-8dad-1746ac04bc47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.551088 [ 3 ] {} HTTP-Session: de3c52e1-d5eb-4f68-8dad-1746ac04bc47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.551119 [ 3 ] {} HTTP-Session: de3c52e1-d5eb-4f68-8dad-1746ac04bc47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.551252 [ 3 ] {c92159ba-782a-40c7-a0fc-ff4aa78d5dd1} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:32.551487 [ 3 ] {c92159ba-782a-40c7-a0fc-ff4aa78d5dd1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:32.551522 [ 3 ] {c92159ba-782a-40c7-a0fc-ff4aa78d5dd1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:32.551738 [ 3 ] {c92159ba-782a-40c7-a0fc-ff4aa78d5dd1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.551802 [ 3 ] {c92159ba-782a-40c7-a0fc-ff4aa78d5dd1} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:32.551936 [ 3 ] {c92159ba-782a-40c7-a0fc-ff4aa78d5dd1} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2024.05.29 21:51:32.551967 [ 3 ] {c92159ba-782a-40c7-a0fc-ff4aa78d5dd1} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:32.551991 [ 3 ] {c92159ba-782a-40c7-a0fc-ff4aa78d5dd1} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:32.552008 [ 3 ] {c92159ba-782a-40c7-a0fc-ff4aa78d5dd1} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:32.552046 [ 3 ] {c92159ba-782a-40c7-a0fc-ff4aa78d5dd1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:32.552065 [ 3 ] {c92159ba-782a-40c7-a0fc-ff4aa78d5dd1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.29 21:51:32.552900 [ 3 ] {c92159ba-782a-40c7-a0fc-ff4aa78d5dd1} executeQuery: Read 4 rows, 189.00 B in 0.00169 sec., 2366.8639053254437 rows/sec., 109.21 KiB/sec. 2024.05.29 21:51:32.553143 [ 3 ] {c92159ba-782a-40c7-a0fc-ff4aa78d5dd1} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.553168 [ 3 ] {c92159ba-782a-40c7-a0fc-ff4aa78d5dd1} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:51:32.553184 [ 3 ] {} HTTP-Session: de3c52e1-d5eb-4f68-8dad-1746ac04bc47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.553396 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.553444 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.553465 [ 3 ] {} HTTP-Session: 30d9d271-1d0f-406d-8510-e0a5b6e4117a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.553482 [ 3 ] {} HTTP-Session: 30d9d271-1d0f-406d-8510-e0a5b6e4117a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.553496 [ 3 ] {} HTTP-Session: 30d9d271-1d0f-406d-8510-e0a5b6e4117a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.553527 [ 3 ] {} HTTP-Session: 30d9d271-1d0f-406d-8510-e0a5b6e4117a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.553660 [ 3 ] {ab4ced02-ceb2-41b9-9d74-9dea5da444c8} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:32.553900 [ 3 ] {ab4ced02-ceb2-41b9-9d74-9dea5da444c8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:32.553935 [ 3 ] {ab4ced02-ceb2-41b9-9d74-9dea5da444c8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:32.554156 [ 3 ] {ab4ced02-ceb2-41b9-9d74-9dea5da444c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.554219 [ 3 ] {ab4ced02-ceb2-41b9-9d74-9dea5da444c8} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:32.554354 [ 3 ] {ab4ced02-ceb2-41b9-9d74-9dea5da444c8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2024.05.29 21:51:32.554386 [ 3 ] {ab4ced02-ceb2-41b9-9d74-9dea5da444c8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:32.554408 [ 3 ] {ab4ced02-ceb2-41b9-9d74-9dea5da444c8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:32.554425 [ 3 ] {ab4ced02-ceb2-41b9-9d74-9dea5da444c8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:32.554465 [ 3 ] {ab4ced02-ceb2-41b9-9d74-9dea5da444c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:32.554485 [ 3 ] {ab4ced02-ceb2-41b9-9d74-9dea5da444c8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.29 21:51:32.555314 [ 3 ] {ab4ced02-ceb2-41b9-9d74-9dea5da444c8} executeQuery: Read 4 rows, 189.00 B in 0.00171 sec., 2339.1812865497077 rows/sec., 107.94 KiB/sec. 2024.05.29 21:51:32.555552 [ 3 ] {ab4ced02-ceb2-41b9-9d74-9dea5da444c8} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.555576 [ 3 ] {ab4ced02-ceb2-41b9-9d74-9dea5da444c8} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:51:32.555594 [ 3 ] {} HTTP-Session: 30d9d271-1d0f-406d-8510-e0a5b6e4117a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.555821 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.555870 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.555890 [ 3 ] {} HTTP-Session: 608e8272-f125-4a52-bc66-d923195abdf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.555906 [ 3 ] {} HTTP-Session: 608e8272-f125-4a52-bc66-d923195abdf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.555920 [ 3 ] {} HTTP-Session: 608e8272-f125-4a52-bc66-d923195abdf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.555952 [ 3 ] {} HTTP-Session: 608e8272-f125-4a52-bc66-d923195abdf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.556085 [ 3 ] {f94b7e72-5cb2-4478-bc6b-e5f6ecc6f0d1} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:32.556327 [ 3 ] {f94b7e72-5cb2-4478-bc6b-e5f6ecc6f0d1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:32.556363 [ 3 ] {f94b7e72-5cb2-4478-bc6b-e5f6ecc6f0d1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:32.556618 [ 3 ] {f94b7e72-5cb2-4478-bc6b-e5f6ecc6f0d1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.556689 [ 3 ] {f94b7e72-5cb2-4478-bc6b-e5f6ecc6f0d1} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:32.556822 [ 3 ] {f94b7e72-5cb2-4478-bc6b-e5f6ecc6f0d1} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 12-element set) 2024.05.29 21:51:32.556854 [ 3 ] {f94b7e72-5cb2-4478-bc6b-e5f6ecc6f0d1} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:32.556877 [ 3 ] {f94b7e72-5cb2-4478-bc6b-e5f6ecc6f0d1} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:32.556894 [ 3 ] {f94b7e72-5cb2-4478-bc6b-e5f6ecc6f0d1} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:32.556935 [ 3 ] {f94b7e72-5cb2-4478-bc6b-e5f6ecc6f0d1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:32.557025 [ 3 ] {f94b7e72-5cb2-4478-bc6b-e5f6ecc6f0d1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.29 21:51:32.557775 [ 3 ] {f94b7e72-5cb2-4478-bc6b-e5f6ecc6f0d1} executeQuery: Read 4 rows, 189.00 B in 0.001748 sec., 2288.329519450801 rows/sec., 105.59 KiB/sec. 2024.05.29 21:51:32.558008 [ 3 ] {f94b7e72-5cb2-4478-bc6b-e5f6ecc6f0d1} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.558034 [ 3 ] {f94b7e72-5cb2-4478-bc6b-e5f6ecc6f0d1} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:51:32.558050 [ 3 ] {} HTTP-Session: 608e8272-f125-4a52-bc66-d923195abdf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.558321 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.558369 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.558389 [ 3 ] {} HTTP-Session: de1f5233-578c-4440-bd2f-2af85e2f9816 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.558412 [ 3 ] {} HTTP-Session: de1f5233-578c-4440-bd2f-2af85e2f9816 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.558426 [ 3 ] {} HTTP-Session: de1f5233-578c-4440-bd2f-2af85e2f9816 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.558456 [ 3 ] {} HTTP-Session: de1f5233-578c-4440-bd2f-2af85e2f9816 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.558591 [ 3 ] {20443677-5642-4860-a845-0a4cefb775f8} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:32.558832 [ 3 ] {20443677-5642-4860-a845-0a4cefb775f8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:32.558870 [ 3 ] {20443677-5642-4860-a845-0a4cefb775f8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:32.559100 [ 3 ] {20443677-5642-4860-a845-0a4cefb775f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.559179 [ 3 ] {20443677-5642-4860-a845-0a4cefb775f8} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:32.559352 [ 3 ] {20443677-5642-4860-a845-0a4cefb775f8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 13-element set) 2024.05.29 21:51:32.559387 [ 3 ] {20443677-5642-4860-a845-0a4cefb775f8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:32.559411 [ 3 ] {20443677-5642-4860-a845-0a4cefb775f8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:32.559428 [ 3 ] {20443677-5642-4860-a845-0a4cefb775f8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:32.559467 [ 3 ] {20443677-5642-4860-a845-0a4cefb775f8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:32.559487 [ 3 ] {20443677-5642-4860-a845-0a4cefb775f8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.29 21:51:32.560279 [ 3 ] {20443677-5642-4860-a845-0a4cefb775f8} executeQuery: Read 4 rows, 189.00 B in 0.001746 sec., 2290.950744558992 rows/sec., 105.71 KiB/sec. 2024.05.29 21:51:32.560516 [ 3 ] {20443677-5642-4860-a845-0a4cefb775f8} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.560542 [ 3 ] {20443677-5642-4860-a845-0a4cefb775f8} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:51:32.560559 [ 3 ] {} HTTP-Session: de1f5233-578c-4440-bd2f-2af85e2f9816 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.560780 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.560828 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.560848 [ 3 ] {} HTTP-Session: 04da79c6-4a76-46f9-bcfe-b1873cf2b818 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.560865 [ 3 ] {} HTTP-Session: 04da79c6-4a76-46f9-bcfe-b1873cf2b818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.560878 [ 3 ] {} HTTP-Session: 04da79c6-4a76-46f9-bcfe-b1873cf2b818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.560909 [ 3 ] {} HTTP-Session: 04da79c6-4a76-46f9-bcfe-b1873cf2b818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.561042 [ 3 ] {0aede397-8a48-4b2f-8bf0-f96eeb02ad50} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:32.561290 [ 3 ] {0aede397-8a48-4b2f-8bf0-f96eeb02ad50} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:32.561327 [ 3 ] {0aede397-8a48-4b2f-8bf0-f96eeb02ad50} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:32.561559 [ 3 ] {0aede397-8a48-4b2f-8bf0-f96eeb02ad50} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.561623 [ 3 ] {0aede397-8a48-4b2f-8bf0-f96eeb02ad50} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:32.561762 [ 3 ] {0aede397-8a48-4b2f-8bf0-f96eeb02ad50} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2024.05.29 21:51:32.561794 [ 3 ] {0aede397-8a48-4b2f-8bf0-f96eeb02ad50} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:32.561817 [ 3 ] {0aede397-8a48-4b2f-8bf0-f96eeb02ad50} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:32.561833 [ 3 ] {0aede397-8a48-4b2f-8bf0-f96eeb02ad50} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:32.561873 [ 3 ] {0aede397-8a48-4b2f-8bf0-f96eeb02ad50} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:32.561893 [ 3 ] {0aede397-8a48-4b2f-8bf0-f96eeb02ad50} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.29 21:51:32.562725 [ 3 ] {0aede397-8a48-4b2f-8bf0-f96eeb02ad50} executeQuery: Read 4 rows, 189.00 B in 0.001741 sec., 2297.5301550832855 rows/sec., 106.01 KiB/sec. 2024.05.29 21:51:32.562964 [ 3 ] {0aede397-8a48-4b2f-8bf0-f96eeb02ad50} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.562988 [ 3 ] {0aede397-8a48-4b2f-8bf0-f96eeb02ad50} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:51:32.563005 [ 3 ] {} HTTP-Session: 04da79c6-4a76-46f9-bcfe-b1873cf2b818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.563249 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.563297 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.563316 [ 3 ] {} HTTP-Session: 28fd406c-a702-45b5-87b8-41605253e017 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.563333 [ 3 ] {} HTTP-Session: 28fd406c-a702-45b5-87b8-41605253e017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.563346 [ 3 ] {} HTTP-Session: 28fd406c-a702-45b5-87b8-41605253e017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.563377 [ 3 ] {} HTTP-Session: 28fd406c-a702-45b5-87b8-41605253e017 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.563510 [ 3 ] {78544fd2-c261-4b33-876a-a4f20a12ecc8} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:32.563768 [ 3 ] {78544fd2-c261-4b33-876a-a4f20a12ecc8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:32.563807 [ 3 ] {78544fd2-c261-4b33-876a-a4f20a12ecc8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:32.564043 [ 3 ] {78544fd2-c261-4b33-876a-a4f20a12ecc8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.564107 [ 3 ] {78544fd2-c261-4b33-876a-a4f20a12ecc8} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:32.564241 [ 3 ] {78544fd2-c261-4b33-876a-a4f20a12ecc8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2024.05.29 21:51:32.564272 [ 3 ] {78544fd2-c261-4b33-876a-a4f20a12ecc8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:32.564295 [ 3 ] {78544fd2-c261-4b33-876a-a4f20a12ecc8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:32.564313 [ 3 ] {78544fd2-c261-4b33-876a-a4f20a12ecc8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:32.564353 [ 3 ] {78544fd2-c261-4b33-876a-a4f20a12ecc8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:32.564373 [ 3 ] {78544fd2-c261-4b33-876a-a4f20a12ecc8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.29 21:51:32.565197 [ 3 ] {78544fd2-c261-4b33-876a-a4f20a12ecc8} executeQuery: Read 4 rows, 189.00 B in 0.001744 sec., 2293.577981651376 rows/sec., 105.83 KiB/sec. 2024.05.29 21:51:32.565433 [ 3 ] {78544fd2-c261-4b33-876a-a4f20a12ecc8} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.565457 [ 3 ] {78544fd2-c261-4b33-876a-a4f20a12ecc8} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:51:32.565474 [ 3 ] {} HTTP-Session: 28fd406c-a702-45b5-87b8-41605253e017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.565691 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.565744 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.565763 [ 3 ] {} HTTP-Session: 685f26c3-4c7d-42c4-acbf-d43fe77523a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.565780 [ 3 ] {} HTTP-Session: 685f26c3-4c7d-42c4-acbf-d43fe77523a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.565793 [ 3 ] {} HTTP-Session: 685f26c3-4c7d-42c4-acbf-d43fe77523a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.565823 [ 3 ] {} HTTP-Session: 685f26c3-4c7d-42c4-acbf-d43fe77523a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.565957 [ 3 ] {f75b8f43-080b-40d2-96be-9986e1f53919} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:32.566208 [ 3 ] {f75b8f43-080b-40d2-96be-9986e1f53919} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:32.566247 [ 3 ] {f75b8f43-080b-40d2-96be-9986e1f53919} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:32.566491 [ 3 ] {f75b8f43-080b-40d2-96be-9986e1f53919} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.566555 [ 3 ] {f75b8f43-080b-40d2-96be-9986e1f53919} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:32.566689 [ 3 ] {f75b8f43-080b-40d2-96be-9986e1f53919} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2024.05.29 21:51:32.566721 [ 3 ] {f75b8f43-080b-40d2-96be-9986e1f53919} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:32.566743 [ 3 ] {f75b8f43-080b-40d2-96be-9986e1f53919} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:32.566760 [ 3 ] {f75b8f43-080b-40d2-96be-9986e1f53919} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:32.566799 [ 3 ] {f75b8f43-080b-40d2-96be-9986e1f53919} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:32.566820 [ 3 ] {f75b8f43-080b-40d2-96be-9986e1f53919} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.29 21:51:32.567607 [ 3 ] {f75b8f43-080b-40d2-96be-9986e1f53919} executeQuery: Read 4 rows, 189.00 B in 0.001708 sec., 2341.9203747072597 rows/sec., 108.06 KiB/sec. 2024.05.29 21:51:32.567845 [ 3 ] {f75b8f43-080b-40d2-96be-9986e1f53919} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.567870 [ 3 ] {f75b8f43-080b-40d2-96be-9986e1f53919} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:51:32.567886 [ 3 ] {} HTTP-Session: 685f26c3-4c7d-42c4-acbf-d43fe77523a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.568126 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.568174 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.568193 [ 3 ] {} HTTP-Session: 22aab70f-8467-4034-a558-a0735a2f45bd Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.568210 [ 3 ] {} HTTP-Session: 22aab70f-8467-4034-a558-a0735a2f45bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.568223 [ 3 ] {} HTTP-Session: 22aab70f-8467-4034-a558-a0735a2f45bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.568255 [ 3 ] {} HTTP-Session: 22aab70f-8467-4034-a558-a0735a2f45bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.568388 [ 3 ] {78caca3d-8717-4aab-9104-a1aae48fdcf8} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:32.568639 [ 3 ] {78caca3d-8717-4aab-9104-a1aae48fdcf8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:32.568677 [ 3 ] {78caca3d-8717-4aab-9104-a1aae48fdcf8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:32.568920 [ 3 ] {78caca3d-8717-4aab-9104-a1aae48fdcf8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.568984 [ 3 ] {78caca3d-8717-4aab-9104-a1aae48fdcf8} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:32.569121 [ 3 ] {78caca3d-8717-4aab-9104-a1aae48fdcf8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2024.05.29 21:51:32.569153 [ 3 ] {78caca3d-8717-4aab-9104-a1aae48fdcf8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:32.569175 [ 3 ] {78caca3d-8717-4aab-9104-a1aae48fdcf8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:32.569192 [ 3 ] {78caca3d-8717-4aab-9104-a1aae48fdcf8} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:32.569232 [ 3 ] {78caca3d-8717-4aab-9104-a1aae48fdcf8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:32.569252 [ 3 ] {78caca3d-8717-4aab-9104-a1aae48fdcf8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.29 21:51:32.570226 [ 3 ] {78caca3d-8717-4aab-9104-a1aae48fdcf8} executeQuery: Read 4 rows, 189.00 B in 0.001893 sec., 2113.0480718436347 rows/sec., 97.50 KiB/sec. 2024.05.29 21:51:32.570463 [ 3 ] {78caca3d-8717-4aab-9104-a1aae48fdcf8} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.570487 [ 3 ] {78caca3d-8717-4aab-9104-a1aae48fdcf8} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.29 21:51:32.570504 [ 3 ] {} HTTP-Session: 22aab70f-8467-4034-a558-a0735a2f45bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.574686 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.574745 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.574770 [ 3 ] {} HTTP-Session: 9f095d53-73fe-4ecf-9547-6ee6354c5559 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.574791 [ 3 ] {} HTTP-Session: 9f095d53-73fe-4ecf-9547-6ee6354c5559 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.574808 [ 3 ] {} HTTP-Session: 9f095d53-73fe-4ecf-9547-6ee6354c5559 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.574847 [ 3 ] {} HTTP-Session: 9f095d53-73fe-4ecf-9547-6ee6354c5559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.574990 [ 3 ] {c5507503-e39e-4804-9969-8d7efcc98b44} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:32.575045 [ 3 ] {c5507503-e39e-4804-9969-8d7efcc98b44} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:32.575224 [ 3 ] {c5507503-e39e-4804-9969-8d7efcc98b44} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:32.575564 [ 3 ] {c5507503-e39e-4804-9969-8d7efcc98b44} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:32.575602 [ 3 ] {c5507503-e39e-4804-9969-8d7efcc98b44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:32.576117 [ 3 ] {c5507503-e39e-4804-9969-8d7efcc98b44} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.29 21:51:32.576456 [ 3 ] {c5507503-e39e-4804-9969-8d7efcc98b44} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:32.576622 [ 3 ] {c5507503-e39e-4804-9969-8d7efcc98b44} executeQuery: Read 14 rows, 2.01 KiB in 0.001678 sec., 8343.265792610251 rows/sec., 1.17 MiB/sec. 2024.05.29 21:51:32.576951 [ 3 ] {c5507503-e39e-4804-9969-8d7efcc98b44} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.576991 [ 3 ] {c5507503-e39e-4804-9969-8d7efcc98b44} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.29 21:51:32.577022 [ 3 ] {} HTTP-Session: 9f095d53-73fe-4ecf-9547-6ee6354c5559 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.577211 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 7230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.577259 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.577279 [ 3 ] {} HTTP-Session: 90841dbc-d10f-4357-8625-3d8c46302de7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.577296 [ 3 ] {} HTTP-Session: 90841dbc-d10f-4357-8625-3d8c46302de7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.577309 [ 3 ] {} HTTP-Session: 90841dbc-d10f-4357-8625-3d8c46302de7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.577340 [ 3 ] {} HTTP-Session: 90841dbc-d10f-4357-8625-3d8c46302de7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.577451 [ 3 ] {17297729-0214-4910-83b7-3a00a87e0ccb} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:32.577495 [ 3 ] {17297729-0214-4910-83b7-3a00a87e0ccb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:51:32.577634 [ 3 ] {17297729-0214-4910-83b7-3a00a87e0ccb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:32.577961 [ 3 ] {17297729-0214-4910-83b7-3a00a87e0ccb} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:32.577999 [ 3 ] {17297729-0214-4910-83b7-3a00a87e0ccb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:32.578325 [ 3 ] {17297729-0214-4910-83b7-3a00a87e0ccb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.29 21:51:32.578622 [ 3 ] {17297729-0214-4910-83b7-3a00a87e0ccb} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:32.578776 [ 3 ] {17297729-0214-4910-83b7-3a00a87e0ccb} executeQuery: Read 52 rows, 4.04 KiB in 0.001355 sec., 38376.383763837635 rows/sec., 2.91 MiB/sec. 2024.05.29 21:51:32.578773 [ 39 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.29 21:51:32.578902 [ 39 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:32.578937 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:32.579018 [ 3 ] {17297729-0214-4910-83b7-3a00a87e0ccb} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.579059 [ 3 ] {17297729-0214-4910-83b7-3a00a87e0ccb} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:51:32.579119 [ 3 ] {} HTTP-Session: 90841dbc-d10f-4357-8625-3d8c46302de7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.579295 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9528, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.579370 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.579391 [ 3 ] {} HTTP-Session: 42639467-419c-46b7-9607-70264b2438ae Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.579408 [ 3 ] {} HTTP-Session: 42639467-419c-46b7-9607-70264b2438ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.579421 [ 3 ] {} HTTP-Session: 42639467-419c-46b7-9607-70264b2438ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.579451 [ 3 ] {} HTTP-Session: 42639467-419c-46b7-9607-70264b2438ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.579559 [ 3 ] {a511551e-c4bc-41fd-8868-90542b6383c8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:32.579602 [ 3 ] {a511551e-c4bc-41fd-8868-90542b6383c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:51:32.579736 [ 3 ] {a511551e-c4bc-41fd-8868-90542b6383c8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:32.580045 [ 3 ] {a511551e-c4bc-41fd-8868-90542b6383c8} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:32.580081 [ 3 ] {a511551e-c4bc-41fd-8868-90542b6383c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:32.580386 [ 3 ] {a511551e-c4bc-41fd-8868-90542b6383c8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.29 21:51:32.580685 [ 3 ] {a511551e-c4bc-41fd-8868-90542b6383c8} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:32.580828 [ 39 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.29 21:51:32.580840 [ 3 ] {a511551e-c4bc-41fd-8868-90542b6383c8} executeQuery: Read 56 rows, 4.47 KiB in 0.001307 sec., 42846.21270084162 rows/sec., 3.34 MiB/sec. 2024.05.29 21:51:32.580873 [ 39 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:32.580930 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:32.581169 [ 3 ] {a511551e-c4bc-41fd-8868-90542b6383c8} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.581342 [ 3 ] {a511551e-c4bc-41fd-8868-90542b6383c8} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:51:32.581476 [ 3 ] {} HTTP-Session: 42639467-419c-46b7-9607-70264b2438ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.581661 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 17225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.581711 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.581732 [ 3 ] {} HTTP-Session: 2e2ec975-3706-41cb-b1b0-65b0941a3b6e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.581749 [ 3 ] {} HTTP-Session: 2e2ec975-3706-41cb-b1b0-65b0941a3b6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.581763 [ 3 ] {} HTTP-Session: 2e2ec975-3706-41cb-b1b0-65b0941a3b6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.581796 [ 3 ] {} HTTP-Session: 2e2ec975-3706-41cb-b1b0-65b0941a3b6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.581921 [ 3 ] {dc3a402d-a82e-44fe-be63-c182b132100c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:32.581968 [ 3 ] {dc3a402d-a82e-44fe-be63-c182b132100c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:51:32.582133 [ 3 ] {dc3a402d-a82e-44fe-be63-c182b132100c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:32.582488 [ 3 ] {dc3a402d-a82e-44fe-be63-c182b132100c} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:32.582524 [ 3 ] {dc3a402d-a82e-44fe-be63-c182b132100c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:32.582914 [ 3 ] {dc3a402d-a82e-44fe-be63-c182b132100c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.29 21:51:32.583271 [ 3 ] {dc3a402d-a82e-44fe-be63-c182b132100c} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:32.583405 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.29 21:51:32.583414 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.29 21:51:32.583520 [ 3 ] {dc3a402d-a82e-44fe-be63-c182b132100c} executeQuery: Read 90 rows, 6.39 KiB in 0.001591 sec., 56568.19610307983 rows/sec., 3.92 MiB/sec. 2024.05.29 21:51:32.584411 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:51:32.584415 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:51:32.584478 [ 3 ] {dc3a402d-a82e-44fe-be63-c182b132100c} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.584507 [ 3 ] {dc3a402d-a82e-44fe-be63-c182b132100c} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.29 21:51:32.584524 [ 3 ] {} HTTP-Session: 2e2ec975-3706-41cb-b1b0-65b0941a3b6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.584566 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 69 rows starting from the beginning of the part 2024.05.29 21:51:32.584579 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 35 rows starting from the beginning of the part 2024.05.29 21:51:32.584680 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4322, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:32.584966 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:32.584967 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 69 rows starting from the beginning of the part 2024.05.29 21:51:32.585114 [ 3 ] {} HTTP-Session: 9714f401-94be-4d50-943e-23b8884671fd Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:32.585101 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part 2024.05.29 21:51:32.585302 [ 3 ] {} HTTP-Session: 9714f401-94be-4d50-943e-23b8884671fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.585575 [ 3 ] {} HTTP-Session: 9714f401-94be-4d50-943e-23b8884671fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.585589 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2024.05.29 21:51:32.585772 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part 2024.05.29 21:51:32.585939 [ 3 ] {} HTTP-Session: 9714f401-94be-4d50-943e-23b8884671fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:32.586029 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2024.05.29 21:51:32.586543 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 72 rows starting from the beginning of the part 2024.05.29 21:51:32.586630 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2024.05.29 21:51:32.587164 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part 2024.05.29 21:51:32.587175 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2024.05.29 21:51:32.587447 [ 3 ] {606adac6-3b14-4cb0-bb97-4427704b014a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:32.587909 [ 3 ] {606adac6-3b14-4cb0-bb97-4427704b014a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:51:32.587943 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part 2024.05.29 21:51:32.589835 [ 3 ] {606adac6-3b14-4cb0-bb97-4427704b014a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:32.591541 [ 3 ] {606adac6-3b14-4cb0-bb97-4427704b014a} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:32.591627 [ 3 ] {606adac6-3b14-4cb0-bb97-4427704b014a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:32.593459 [ 3 ] {606adac6-3b14-4cb0-bb97-4427704b014a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.29 21:51:32.593605 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 406 rows, containing 4 columns (4 merged, 0 gathered) in 0.014554811 sec., 27894.55665209256 rows/sec., 2.43 MiB/sec. 2024.05.29 21:51:32.593911 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.29 21:51:32.593900 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.012669298 sec., 14681.160708351796 rows/sec., 1.15 MiB/sec. 2024.05.29 21:51:32.594337 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.29 21:51:32.594698 [ 3 ] {606adac6-3b14-4cb0-bb97-4427704b014a} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:32.595172 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_6_1} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:32.595295 [ 3 ] {606adac6-3b14-4cb0-bb97-4427704b014a} executeQuery: Read 28 rows, 1.96 KiB in 0.008112 sec., 3451.6765285996057 rows/sec., 242.21 KiB/sec. 2024.05.29 21:51:32.595612 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_6_1} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.29 21:51:32.595968 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.29 21:51:32.596121 [ 3 ] {606adac6-3b14-4cb0-bb97-4427704b014a} DynamicQueryHandler: Done processing query 2024.05.29 21:51:32.596209 [ 3 ] {606adac6-3b14-4cb0-bb97-4427704b014a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:51:32.596243 [ 3 ] {} HTTP-Session: 9714f401-94be-4d50-943e-23b8884671fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:32.596322 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_6_1} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:32.596407 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_6_1} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.29 21:51:32.596491 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.05.29 21:51:37.520019 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:37.520163 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:37.520198 [ 3 ] {} HTTP-Session: 2379d9e5-754a-4f2b-8a35-3c865552664e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:37.520231 [ 3 ] {} HTTP-Session: 2379d9e5-754a-4f2b-8a35-3c865552664e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.520253 [ 3 ] {} HTTP-Session: 2379d9e5-754a-4f2b-8a35-3c865552664e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.520316 [ 3 ] {} HTTP-Session: 2379d9e5-754a-4f2b-8a35-3c865552664e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:37.520560 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:37.520946 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:37.520990 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.29 21:51:37.521300 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:37.521383 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:37.521559 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2024.05.29 21:51:37.521671 [ 256 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:37.521706 [ 257 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.29 21:51:37.521834 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:37.521864 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:37.522062 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.29 21:51:37.522103 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.05.29 21:51:37.522159 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:37.522206 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" 2024.05.29 21:51:37.524016 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} executeQuery: Read 18 rows, 774.00 B in 0.003558 sec., 5059.021922428331 rows/sec., 212.44 KiB/sec. 2024.05.29 21:51:37.524369 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} DynamicQueryHandler: Done processing query 2024.05.29 21:51:37.524401 [ 3 ] {1e863f16-a1ed-4dbc-8743-00568a4e5eeb} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.29 21:51:37.524421 [ 3 ] {} HTTP-Session: 2379d9e5-754a-4f2b-8a35-3c865552664e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.526340 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:37.526404 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:37.526428 [ 3 ] {} HTTP-Session: 3f1bcd97-ffe1-4876-87d2-04e445c377bd Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:37.526450 [ 3 ] {} HTTP-Session: 3f1bcd97-ffe1-4876-87d2-04e445c377bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.526467 [ 3 ] {} HTTP-Session: 3f1bcd97-ffe1-4876-87d2-04e445c377bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.526509 [ 3 ] {} HTTP-Session: 3f1bcd97-ffe1-4876-87d2-04e445c377bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:37.526695 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:37.527032 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:37.527082 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2024.05.29 21:51:37.527362 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:37.527430 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:37.527572 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2024.05.29 21:51:37.527682 [ 260 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:37.527695 [ 262 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.29 21:51:37.527811 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:37.527839 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:37.527919 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.29 21:51:37.527940 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.05.29 21:51:37.527980 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2024.05.29 21:51:37.528022 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2024.05.29 21:51:37.529530 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} executeQuery: Read 18 rows, 774.00 B in 0.002921 sec., 6162.273194111605 rows/sec., 258.77 KiB/sec. 2024.05.29 21:51:37.529834 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} DynamicQueryHandler: Done processing query 2024.05.29 21:51:37.529859 [ 3 ] {d4a8b52f-6071-497a-93ae-d1af5e788a14} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.29 21:51:37.529876 [ 3 ] {} HTTP-Session: 3f1bcd97-ffe1-4876-87d2-04e445c377bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.530150 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:37.530198 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:37.530217 [ 3 ] {} HTTP-Session: 17db4350-2b3b-4444-b632-d4ca287f286f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:37.530234 [ 3 ] {} HTTP-Session: 17db4350-2b3b-4444-b632-d4ca287f286f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.530249 [ 3 ] {} HTTP-Session: 17db4350-2b3b-4444-b632-d4ca287f286f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.530280 [ 3 ] {} HTTP-Session: 17db4350-2b3b-4444-b632-d4ca287f286f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:37.530423 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:37.530692 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:37.530734 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes')" moved to PREWHERE 2024.05.29 21:51:37.530994 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:37.531059 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:37.531197 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2024.05.29 21:51:37.531294 [ 256 ] {36a18185-7aa7-411f-b45e-b227bcba0488} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:37.531308 [ 257 ] {36a18185-7aa7-411f-b45e-b227bcba0488} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.29 21:51:37.531420 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:37.531448 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:37.531527 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.29 21:51:37.531546 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.05.29 21:51:37.531585 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes'))" 2024.05.29 21:51:37.531625 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes'))" 2024.05.29 21:51:37.532772 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} executeQuery: Read 18 rows, 774.00 B in 0.002416 sec., 7450.331125827814 rows/sec., 312.86 KiB/sec. 2024.05.29 21:51:37.533047 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} DynamicQueryHandler: Done processing query 2024.05.29 21:51:37.533071 [ 3 ] {36a18185-7aa7-411f-b45e-b227bcba0488} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.29 21:51:37.533088 [ 3 ] {} HTTP-Session: 17db4350-2b3b-4444-b632-d4ca287f286f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.533297 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:37.533345 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:37.533364 [ 3 ] {} HTTP-Session: caef45b8-0788-4499-bd11-df09d8f7990a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:37.533381 [ 3 ] {} HTTP-Session: caef45b8-0788-4499-bd11-df09d8f7990a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.533394 [ 3 ] {} HTTP-Session: caef45b8-0788-4499-bd11-df09d8f7990a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.533425 [ 3 ] {} HTTP-Session: caef45b8-0788-4499-bd11-df09d8f7990a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:37.533564 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:37.533829 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:37.533869 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE 2024.05.29 21:51:37.534131 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:37.534195 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:37.534331 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2024.05.29 21:51:37.534444 [ 257 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:37.534445 [ 256 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.29 21:51:37.534552 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:37.534575 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:37.534652 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.29 21:51:37.534672 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.05.29 21:51:37.534711 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2024.05.29 21:51:37.534749 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2024.05.29 21:51:37.536170 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} executeQuery: Read 18 rows, 774.00 B in 0.002669 sec., 6744.098913450731 rows/sec., 283.20 KiB/sec. 2024.05.29 21:51:37.536450 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} DynamicQueryHandler: Done processing query 2024.05.29 21:51:37.536474 [ 3 ] {8a0b75f4-04d9-4d37-91bd-fd393ec556ad} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.29 21:51:37.536490 [ 3 ] {} HTTP-Session: caef45b8-0788-4499-bd11-df09d8f7990a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.536682 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:37.536731 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:37.536750 [ 3 ] {} HTTP-Session: ca765384-9366-4205-8c6c-af940f3f134d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:37.536766 [ 3 ] {} HTTP-Session: ca765384-9366-4205-8c6c-af940f3f134d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.536779 [ 3 ] {} HTTP-Session: ca765384-9366-4205-8c6c-af940f3f134d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.536810 [ 3 ] {} HTTP-Session: ca765384-9366-4205-8c6c-af940f3f134d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:37.536950 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:37.537217 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:37.537259 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.29 21:51:37.537524 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:37.537590 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:37.537725 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2024.05.29 21:51:37.537823 [ 257 ] {91774346-4a5b-4bca-a308-89c671013f5d} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.29 21:51:37.537832 [ 256 ] {91774346-4a5b-4bca-a308-89c671013f5d} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:37.537926 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (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 2024.05.29 21:51:37.537949 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:37.538025 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.29 21:51:37.538044 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.05.29 21:51:37.538082 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:37.538120 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:37.539265 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} executeQuery: Read 18 rows, 774.00 B in 0.002382 sec., 7556.675062972292 rows/sec., 317.32 KiB/sec. 2024.05.29 21:51:37.539527 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} DynamicQueryHandler: Done processing query 2024.05.29 21:51:37.539551 [ 3 ] {91774346-4a5b-4bca-a308-89c671013f5d} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.29 21:51:37.539567 [ 3 ] {} HTTP-Session: ca765384-9366-4205-8c6c-af940f3f134d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.542995 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:37.543052 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:37.543076 [ 3 ] {} HTTP-Session: 0a7f544b-3381-4519-8681-118dde1f196d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:37.543097 [ 3 ] {} HTTP-Session: 0a7f544b-3381-4519-8681-118dde1f196d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.543114 [ 3 ] {} HTTP-Session: 0a7f544b-3381-4519-8681-118dde1f196d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.543151 [ 3 ] {} HTTP-Session: 0a7f544b-3381-4519-8681-118dde1f196d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:37.543283 [ 3 ] {1e2304d9-58f7-4fe3-9fce-89a761ec5bae} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:37.543337 [ 3 ] {1e2304d9-58f7-4fe3-9fce-89a761ec5bae} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:37.543538 [ 3 ] {1e2304d9-58f7-4fe3-9fce-89a761ec5bae} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:37.543902 [ 3 ] {1e2304d9-58f7-4fe3-9fce-89a761ec5bae} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:37.543948 [ 3 ] {1e2304d9-58f7-4fe3-9fce-89a761ec5bae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:37.544483 [ 3 ] {1e2304d9-58f7-4fe3-9fce-89a761ec5bae} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.29 21:51:37.544809 [ 3 ] {1e2304d9-58f7-4fe3-9fce-89a761ec5bae} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:37.544972 [ 3 ] {1e2304d9-58f7-4fe3-9fce-89a761ec5bae} executeQuery: Read 5 rows, 753.00 B in 0.001731 sec., 2888.503755054882 rows/sec., 424.81 KiB/sec. 2024.05.29 21:51:37.545189 [ 3 ] {1e2304d9-58f7-4fe3-9fce-89a761ec5bae} DynamicQueryHandler: Done processing query 2024.05.29 21:51:37.545213 [ 3 ] {1e2304d9-58f7-4fe3-9fce-89a761ec5bae} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.29 21:51:37.545229 [ 3 ] {} HTTP-Session: 0a7f544b-3381-4519-8681-118dde1f196d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.545341 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:37.545388 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:37.545407 [ 3 ] {} HTTP-Session: 5fb5433f-e48a-4fff-a261-507822c00e44 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:37.545423 [ 3 ] {} HTTP-Session: 5fb5433f-e48a-4fff-a261-507822c00e44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.545436 [ 3 ] {} HTTP-Session: 5fb5433f-e48a-4fff-a261-507822c00e44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.545467 [ 3 ] {} HTTP-Session: 5fb5433f-e48a-4fff-a261-507822c00e44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:37.545573 [ 3 ] {214aaaee-bdec-47d8-993f-1367a7500abc} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:37.545616 [ 3 ] {214aaaee-bdec-47d8-993f-1367a7500abc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:51:37.545743 [ 3 ] {214aaaee-bdec-47d8-993f-1367a7500abc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:37.546059 [ 3 ] {214aaaee-bdec-47d8-993f-1367a7500abc} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:37.546095 [ 3 ] {214aaaee-bdec-47d8-993f-1367a7500abc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:37.546410 [ 3 ] {214aaaee-bdec-47d8-993f-1367a7500abc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.29 21:51:37.546734 [ 3 ] {214aaaee-bdec-47d8-993f-1367a7500abc} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:37.546886 [ 59 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.29 21:51:37.546889 [ 3 ] {214aaaee-bdec-47d8-993f-1367a7500abc} executeQuery: Read 24 rows, 1.95 KiB in 0.001341 sec., 17897.09172259508 rows/sec., 1.42 MiB/sec. 2024.05.29 21:51:37.546972 [ 59 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:37.547045 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:37.547289 [ 3 ] {214aaaee-bdec-47d8-993f-1367a7500abc} DynamicQueryHandler: Done processing query 2024.05.29 21:51:37.547380 [ 3 ] {214aaaee-bdec-47d8-993f-1367a7500abc} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:51:37.547408 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.29 21:51:37.547441 [ 3 ] {} HTTP-Session: 5fb5433f-e48a-4fff-a261-507822c00e44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.547653 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:37.547677 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:51:37.547751 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:37.547756 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part 2024.05.29 21:51:37.547790 [ 3 ] {} HTTP-Session: a5eb24bc-69f7-4136-8ad6-1c29dc17cb42 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:37.547820 [ 3 ] {} HTTP-Session: a5eb24bc-69f7-4136-8ad6-1c29dc17cb42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.547856 [ 3 ] {} HTTP-Session: a5eb24bc-69f7-4136-8ad6-1c29dc17cb42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.547983 [ 3 ] {} HTTP-Session: a5eb24bc-69f7-4136-8ad6-1c29dc17cb42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:37.548009 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part 2024.05.29 21:51:37.548273 [ 3 ] {a1666443-8979-48d3-a81d-f75b94428226} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:37.548377 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2024.05.29 21:51:37.548440 [ 3 ] {a1666443-8979-48d3-a81d-f75b94428226} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:51:37.548597 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2024.05.29 21:51:37.548973 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2024.05.29 21:51:37.549367 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2024.05.29 21:51:37.549800 [ 3 ] {a1666443-8979-48d3-a81d-f75b94428226} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:37.550484 [ 3 ] {a1666443-8979-48d3-a81d-f75b94428226} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:37.550565 [ 3 ] {a1666443-8979-48d3-a81d-f75b94428226} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:37.551416 [ 3 ] {a1666443-8979-48d3-a81d-f75b94428226} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.29 21:51:37.552240 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 4 columns (4 merged, 0 gathered) in 0.005076463 sec., 27972.231847252704 rows/sec., 2.21 MiB/sec. 2024.05.29 21:51:37.552313 [ 3 ] {a1666443-8979-48d3-a81d-f75b94428226} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:37.552524 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.29 21:51:37.552610 [ 3 ] {a1666443-8979-48d3-a81d-f75b94428226} executeQuery: Read 2 rows, 167.00 B in 0.004425 sec., 451.9774011299435 rows/sec., 36.86 KiB/sec. 2024.05.29 21:51:37.553138 [ 3 ] {a1666443-8979-48d3-a81d-f75b94428226} DynamicQueryHandler: Done processing query 2024.05.29 21:51:37.553182 [ 3 ] {a1666443-8979-48d3-a81d-f75b94428226} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:51:37.553238 [ 3 ] {} HTTP-Session: a5eb24bc-69f7-4136-8ad6-1c29dc17cb42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.553431 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:37.553488 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_6_1} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:37.553518 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:37.553572 [ 3 ] {} HTTP-Session: 73d18906-70b5-4212-9f7d-7edb563294c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:37.553618 [ 3 ] {} HTTP-Session: 73d18906-70b5-4212-9f7d-7edb563294c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.553637 [ 3 ] {} HTTP-Session: 73d18906-70b5-4212-9f7d-7edb563294c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.553665 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_6_1} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.29 21:51:37.553685 [ 3 ] {} HTTP-Session: 73d18906-70b5-4212-9f7d-7edb563294c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:37.553820 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.29 21:51:37.553915 [ 3 ] {8c07a305-9482-40af-984e-e60089a1f068} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:37.553962 [ 3 ] {8c07a305-9482-40af-984e-e60089a1f068} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:51:37.554107 [ 3 ] {8c07a305-9482-40af-984e-e60089a1f068} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:37.554484 [ 3 ] {8c07a305-9482-40af-984e-e60089a1f068} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:37.554521 [ 3 ] {8c07a305-9482-40af-984e-e60089a1f068} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:37.554868 [ 3 ] {8c07a305-9482-40af-984e-e60089a1f068} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.29 21:51:37.555230 [ 3 ] {8c07a305-9482-40af-984e-e60089a1f068} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:37.555388 [ 3 ] {8c07a305-9482-40af-984e-e60089a1f068} executeQuery: Read 129 rows, 10.98 KiB in 0.001556 sec., 82904.88431876607 rows/sec., 6.89 MiB/sec. 2024.05.29 21:51:37.555549 [ 3 ] {8c07a305-9482-40af-984e-e60089a1f068} DynamicQueryHandler: Done processing query 2024.05.29 21:51:37.555573 [ 3 ] {8c07a305-9482-40af-984e-e60089a1f068} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:51:37.555589 [ 3 ] {} HTTP-Session: 73d18906-70b5-4212-9f7d-7edb563294c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.555696 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:37.555745 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:37.555764 [ 3 ] {} HTTP-Session: 79a72260-9733-406b-b727-a681870d7873 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:37.555781 [ 3 ] {} HTTP-Session: 79a72260-9733-406b-b727-a681870d7873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.555795 [ 3 ] {} HTTP-Session: 79a72260-9733-406b-b727-a681870d7873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.555826 [ 3 ] {} HTTP-Session: 79a72260-9733-406b-b727-a681870d7873 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:37.555922 [ 3 ] {90c1f7f6-e831-4f5c-815f-9cad0d1097c4} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:37.555965 [ 3 ] {90c1f7f6-e831-4f5c-815f-9cad0d1097c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:51:37.556091 [ 3 ] {90c1f7f6-e831-4f5c-815f-9cad0d1097c4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:37.556394 [ 3 ] {90c1f7f6-e831-4f5c-815f-9cad0d1097c4} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:37.556430 [ 3 ] {90c1f7f6-e831-4f5c-815f-9cad0d1097c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:37.556730 [ 3 ] {90c1f7f6-e831-4f5c-815f-9cad0d1097c4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.29 21:51:37.557039 [ 3 ] {90c1f7f6-e831-4f5c-815f-9cad0d1097c4} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:37.557181 [ 3 ] {90c1f7f6-e831-4f5c-815f-9cad0d1097c4} executeQuery: Read 2 rows, 143.00 B in 0.001275 sec., 1568.627450980392 rows/sec., 109.53 KiB/sec. 2024.05.29 21:51:37.557452 [ 3 ] {90c1f7f6-e831-4f5c-815f-9cad0d1097c4} DynamicQueryHandler: Done processing query 2024.05.29 21:51:37.557476 [ 3 ] {90c1f7f6-e831-4f5c-815f-9cad0d1097c4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:51:37.557492 [ 3 ] {} HTTP-Session: 79a72260-9733-406b-b727-a681870d7873 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.557635 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 15297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:37.557684 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:37.557703 [ 3 ] {} HTTP-Session: 70bc4325-b5f4-4519-9250-1948741e99af Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:37.557719 [ 3 ] {} HTTP-Session: 70bc4325-b5f4-4519-9250-1948741e99af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.557733 [ 3 ] {} HTTP-Session: 70bc4325-b5f4-4519-9250-1948741e99af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.557764 [ 3 ] {} HTTP-Session: 70bc4325-b5f4-4519-9250-1948741e99af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:37.557893 [ 3 ] {11cbc39d-b8c9-4c3b-a4ec-a6018c3355db} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:37.557936 [ 3 ] {11cbc39d-b8c9-4c3b-a4ec-a6018c3355db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:51:37.558082 [ 3 ] {11cbc39d-b8c9-4c3b-a4ec-a6018c3355db} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:37.558411 [ 3 ] {11cbc39d-b8c9-4c3b-a4ec-a6018c3355db} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:37.558449 [ 3 ] {11cbc39d-b8c9-4c3b-a4ec-a6018c3355db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:37.558777 [ 3 ] {11cbc39d-b8c9-4c3b-a4ec-a6018c3355db} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.29 21:51:37.559094 [ 3 ] {11cbc39d-b8c9-4c3b-a4ec-a6018c3355db} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:37.559242 [ 3 ] {11cbc39d-b8c9-4c3b-a4ec-a6018c3355db} executeQuery: Read 90 rows, 7.20 KiB in 0.001394 sec., 64562.41032998565 rows/sec., 5.04 MiB/sec. 2024.05.29 21:51:37.559394 [ 3 ] {11cbc39d-b8c9-4c3b-a4ec-a6018c3355db} DynamicQueryHandler: Done processing query 2024.05.29 21:51:37.559419 [ 3 ] {11cbc39d-b8c9-4c3b-a4ec-a6018c3355db} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:51:37.559434 [ 3 ] {} HTTP-Session: 70bc4325-b5f4-4519-9250-1948741e99af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.559633 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 29649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:37.559679 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:37.559698 [ 3 ] {} HTTP-Session: d0073373-6327-4ce0-80cb-c01425e1ed07 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:37.559714 [ 3 ] {} HTTP-Session: d0073373-6327-4ce0-80cb-c01425e1ed07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.559727 [ 3 ] {} HTTP-Session: d0073373-6327-4ce0-80cb-c01425e1ed07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.559758 [ 3 ] {} HTTP-Session: d0073373-6327-4ce0-80cb-c01425e1ed07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:37.559906 [ 3 ] {a5b7ff66-6eb8-475e-9a88-ee42ce24e4a8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:37.559952 [ 3 ] {a5b7ff66-6eb8-475e-9a88-ee42ce24e4a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:51:37.560097 [ 3 ] {a5b7ff66-6eb8-475e-9a88-ee42ce24e4a8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:37.560488 [ 3 ] {a5b7ff66-6eb8-475e-9a88-ee42ce24e4a8} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:37.560524 [ 3 ] {a5b7ff66-6eb8-475e-9a88-ee42ce24e4a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:37.560916 [ 3 ] {a5b7ff66-6eb8-475e-9a88-ee42ce24e4a8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.29 21:51:37.561280 [ 3 ] {a5b7ff66-6eb8-475e-9a88-ee42ce24e4a8} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:37.561436 [ 3 ] {a5b7ff66-6eb8-475e-9a88-ee42ce24e4a8} executeQuery: Read 155 rows, 11.02 KiB in 0.001592 sec., 97361.80904522612 rows/sec., 6.76 MiB/sec. 2024.05.29 21:51:37.561638 [ 3 ] {a5b7ff66-6eb8-475e-9a88-ee42ce24e4a8} DynamicQueryHandler: Done processing query 2024.05.29 21:51:37.561661 [ 3 ] {a5b7ff66-6eb8-475e-9a88-ee42ce24e4a8} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:51:37.561676 [ 3 ] {} HTTP-Session: d0073373-6327-4ce0-80cb-c01425e1ed07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.561819 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:37.561868 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:37.561886 [ 3 ] {} HTTP-Session: 6f28fa70-2d7f-4b67-849f-58ab83fc99f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:37.561902 [ 3 ] {} HTTP-Session: 6f28fa70-2d7f-4b67-849f-58ab83fc99f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.561915 [ 3 ] {} HTTP-Session: 6f28fa70-2d7f-4b67-849f-58ab83fc99f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.561945 [ 3 ] {} HTTP-Session: 6f28fa70-2d7f-4b67-849f-58ab83fc99f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:37.562470 [ 3 ] {feb8f7bc-56b1-408e-8866-b9ac4f28f4a7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:37.562518 [ 3 ] {feb8f7bc-56b1-408e-8866-b9ac4f28f4a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:51:37.562677 [ 3 ] {feb8f7bc-56b1-408e-8866-b9ac4f28f4a7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:37.563097 [ 3 ] {feb8f7bc-56b1-408e-8866-b9ac4f28f4a7} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:37.563131 [ 3 ] {feb8f7bc-56b1-408e-8866-b9ac4f28f4a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:37.563536 [ 3 ] {feb8f7bc-56b1-408e-8866-b9ac4f28f4a7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.29 21:51:37.563900 [ 3 ] {feb8f7bc-56b1-408e-8866-b9ac4f28f4a7} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:37.564045 [ 3 ] {feb8f7bc-56b1-408e-8866-b9ac4f28f4a7} executeQuery: Read 24 rows, 33.16 KiB in 0.002019 sec., 11887.07280832095 rows/sec., 16.04 MiB/sec. 2024.05.29 21:51:37.564062 [ 69 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.29 21:51:37.564148 [ 69 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:37.564205 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:37.564353 [ 3 ] {feb8f7bc-56b1-408e-8866-b9ac4f28f4a7} DynamicQueryHandler: Done processing query 2024.05.29 21:51:37.564424 [ 3 ] {feb8f7bc-56b1-408e-8866-b9ac4f28f4a7} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:51:37.564513 [ 3 ] {} HTTP-Session: 6f28fa70-2d7f-4b67-849f-58ab83fc99f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.564596 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.29 21:51:37.564688 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 8252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:37.564755 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:37.564785 [ 3 ] {} HTTP-Session: 9e1352b2-8045-470d-a700-9786fa978438 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:37.564811 [ 3 ] {} HTTP-Session: 9e1352b2-8045-470d-a700-9786fa978438 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.564832 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:51:37.564834 [ 3 ] {} HTTP-Session: 9e1352b2-8045-470d-a700-9786fa978438 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.564879 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part 2024.05.29 21:51:37.564886 [ 3 ] {} HTTP-Session: 9e1352b2-8045-470d-a700-9786fa978438 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:37.565038 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part 2024.05.29 21:51:37.565091 [ 3 ] {0ace456b-c512-4935-8237-4aa739451ffe} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:37.565224 [ 3 ] {0ace456b-c512-4935-8237-4aa739451ffe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:51:37.565260 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2024.05.29 21:51:37.565620 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2024.05.29 21:51:37.566078 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2024.05.29 21:51:37.566427 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2024.05.29 21:51:37.566597 [ 3 ] {0ace456b-c512-4935-8237-4aa739451ffe} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:37.567253 [ 3 ] {0ace456b-c512-4935-8237-4aa739451ffe} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:37.567297 [ 3 ] {0ace456b-c512-4935-8237-4aa739451ffe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.05.29 21:51:37.567861 [ 3 ] {0ace456b-c512-4935-8237-4aa739451ffe} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.29 21:51:37.568305 [ 3 ] {0ace456b-c512-4935-8237-4aa739451ffe} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:37.568463 [ 3 ] {0ace456b-c512-4935-8237-4aa739451ffe} executeQuery: Read 54 rows, 3.76 KiB in 0.003448 sec., 15661.252900232019 rows/sec., 1.07 MiB/sec. 2024.05.29 21:51:37.568656 [ 3 ] {0ace456b-c512-4935-8237-4aa739451ffe} DynamicQueryHandler: Done processing query 2024.05.29 21:51:37.568679 [ 3 ] {0ace456b-c512-4935-8237-4aa739451ffe} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:51:37.568694 [ 3 ] {} HTTP-Session: 9e1352b2-8045-470d-a700-9786fa978438 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:37.570494 [ 188 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 6 columns (6 merged, 0 gathered) in 0.006192097 sec., 22932.457291931958 rows/sec., 30.95 MiB/sec. 2024.05.29 21:51:37.570822 [ 188 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.29 21:51:37.571330 [ 188 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_6_1} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:37.571412 [ 188 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_6_1} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.29 21:51:37.571502 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2024.05.29 21:51:42.523475 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:42.523612 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:42.523638 [ 3 ] {} HTTP-Session: 733e82e9-cea1-40d2-afa8-74ee6d60b2af Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:42.523664 [ 3 ] {} HTTP-Session: 733e82e9-cea1-40d2-afa8-74ee6d60b2af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.523680 [ 3 ] {} HTTP-Session: 733e82e9-cea1-40d2-afa8-74ee6d60b2af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.523731 [ 3 ] {} HTTP-Session: 733e82e9-cea1-40d2-afa8-74ee6d60b2af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:42.523924 [ 3 ] {defb8c93-f3a3-4e2d-8116-d19973a50b06} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:42.523992 [ 3 ] {defb8c93-f3a3-4e2d-8116-d19973a50b06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:51:42.524191 [ 3 ] {defb8c93-f3a3-4e2d-8116-d19973a50b06} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:42.524615 [ 3 ] {defb8c93-f3a3-4e2d-8116-d19973a50b06} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:42.524658 [ 3 ] {defb8c93-f3a3-4e2d-8116-d19973a50b06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:42.525040 [ 3 ] {defb8c93-f3a3-4e2d-8116-d19973a50b06} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.29 21:51:42.525385 [ 3 ] {defb8c93-f3a3-4e2d-8116-d19973a50b06} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:42.525545 [ 3 ] {defb8c93-f3a3-4e2d-8116-d19973a50b06} executeQuery: Read 4 rows, 332.00 B in 0.001671 sec., 2393.77618192699 rows/sec., 194.03 KiB/sec. 2024.05.29 21:51:42.525860 [ 3 ] {defb8c93-f3a3-4e2d-8116-d19973a50b06} DynamicQueryHandler: Done processing query 2024.05.29 21:51:42.525893 [ 3 ] {defb8c93-f3a3-4e2d-8116-d19973a50b06} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:51:42.525911 [ 3 ] {} HTTP-Session: 733e82e9-cea1-40d2-afa8-74ee6d60b2af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.526050 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:42.526100 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:42.526120 [ 3 ] {} HTTP-Session: 74986ec2-c267-4d14-ad00-4ef72c92d886 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:42.526137 [ 3 ] {} HTTP-Session: 74986ec2-c267-4d14-ad00-4ef72c92d886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.526151 [ 3 ] {} HTTP-Session: 74986ec2-c267-4d14-ad00-4ef72c92d886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.526182 [ 3 ] {} HTTP-Session: 74986ec2-c267-4d14-ad00-4ef72c92d886 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:42.526302 [ 3 ] {4babaed5-cd10-483f-9d5e-48825fbe57ff} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:42.526348 [ 3 ] {4babaed5-cd10-483f-9d5e-48825fbe57ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:51:42.526491 [ 3 ] {4babaed5-cd10-483f-9d5e-48825fbe57ff} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:42.526851 [ 3 ] {4babaed5-cd10-483f-9d5e-48825fbe57ff} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:42.526894 [ 3 ] {4babaed5-cd10-483f-9d5e-48825fbe57ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:42.527223 [ 3 ] {4babaed5-cd10-483f-9d5e-48825fbe57ff} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.29 21:51:42.527550 [ 3 ] {4babaed5-cd10-483f-9d5e-48825fbe57ff} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:42.527702 [ 3 ] {4babaed5-cd10-483f-9d5e-48825fbe57ff} executeQuery: Read 68 rows, 5.48 KiB in 0.001435 sec., 47386.75958188153 rows/sec., 3.73 MiB/sec. 2024.05.29 21:51:42.527858 [ 3 ] {4babaed5-cd10-483f-9d5e-48825fbe57ff} DynamicQueryHandler: Done processing query 2024.05.29 21:51:42.527882 [ 3 ] {4babaed5-cd10-483f-9d5e-48825fbe57ff} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:51:42.527927 [ 3 ] {} HTTP-Session: 74986ec2-c267-4d14-ad00-4ef72c92d886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.528084 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 12581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:42.528131 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:42.528150 [ 3 ] {} HTTP-Session: 8f762cc0-2bd6-4b9c-a742-977a78f41d1f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:42.528166 [ 3 ] {} HTTP-Session: 8f762cc0-2bd6-4b9c-a742-977a78f41d1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.528180 [ 3 ] {} HTTP-Session: 8f762cc0-2bd6-4b9c-a742-977a78f41d1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.528211 [ 3 ] {} HTTP-Session: 8f762cc0-2bd6-4b9c-a742-977a78f41d1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:42.528328 [ 3 ] {89d99126-1a9b-49c2-bd97-703916a66679} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:42.528371 [ 3 ] {89d99126-1a9b-49c2-bd97-703916a66679} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:51:42.528498 [ 3 ] {89d99126-1a9b-49c2-bd97-703916a66679} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:42.528890 [ 3 ] {89d99126-1a9b-49c2-bd97-703916a66679} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:42.528929 [ 3 ] {89d99126-1a9b-49c2-bd97-703916a66679} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:42.529252 [ 3 ] {89d99126-1a9b-49c2-bd97-703916a66679} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.29 21:51:42.529559 [ 3 ] {89d99126-1a9b-49c2-bd97-703916a66679} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:42.529712 [ 3 ] {89d99126-1a9b-49c2-bd97-703916a66679} executeQuery: Read 74 rows, 5.92 KiB in 0.001418 sec., 52186.17771509168 rows/sec., 4.08 MiB/sec. 2024.05.29 21:51:42.530018 [ 3 ] {89d99126-1a9b-49c2-bd97-703916a66679} DynamicQueryHandler: Done processing query 2024.05.29 21:51:42.530046 [ 3 ] {89d99126-1a9b-49c2-bd97-703916a66679} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:51:42.530063 [ 3 ] {} HTTP-Session: 8f762cc0-2bd6-4b9c-a742-977a78f41d1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.530251 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:42.530302 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:42.530321 [ 3 ] {} HTTP-Session: f801afe9-4334-4a1b-9465-bfa076a62ba9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:42.530338 [ 3 ] {} HTTP-Session: f801afe9-4334-4a1b-9465-bfa076a62ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.530352 [ 3 ] {} HTTP-Session: f801afe9-4334-4a1b-9465-bfa076a62ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.530382 [ 3 ] {} HTTP-Session: f801afe9-4334-4a1b-9465-bfa076a62ba9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:42.530565 [ 3 ] {8488ab1e-f2a5-4b2c-8f38-7c84b92f0062} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:42.530617 [ 3 ] {8488ab1e-f2a5-4b2c-8f38-7c84b92f0062} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:51:42.530790 [ 3 ] {8488ab1e-f2a5-4b2c-8f38-7c84b92f0062} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:42.531218 [ 3 ] {8488ab1e-f2a5-4b2c-8f38-7c84b92f0062} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:42.531256 [ 3 ] {8488ab1e-f2a5-4b2c-8f38-7c84b92f0062} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:42.531668 [ 3 ] {8488ab1e-f2a5-4b2c-8f38-7c84b92f0062} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.29 21:51:42.532024 [ 3 ] {8488ab1e-f2a5-4b2c-8f38-7c84b92f0062} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:42.532182 [ 3 ] {8488ab1e-f2a5-4b2c-8f38-7c84b92f0062} executeQuery: Read 160 rows, 11.41 KiB in 0.001681 sec., 95181.43961927424 rows/sec., 6.63 MiB/sec. 2024.05.29 21:51:42.532465 [ 3 ] {8488ab1e-f2a5-4b2c-8f38-7c84b92f0062} DynamicQueryHandler: Done processing query 2024.05.29 21:51:42.532491 [ 3 ] {8488ab1e-f2a5-4b2c-8f38-7c84b92f0062} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:51:42.532507 [ 3 ] {} HTTP-Session: f801afe9-4334-4a1b-9465-bfa076a62ba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.532643 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:42.532693 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:42.532712 [ 3 ] {} HTTP-Session: 2ff1db75-3ded-4a90-b7ff-35ab214300ee Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:42.532729 [ 3 ] {} HTTP-Session: 2ff1db75-3ded-4a90-b7ff-35ab214300ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.532743 [ 3 ] {} HTTP-Session: 2ff1db75-3ded-4a90-b7ff-35ab214300ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.532774 [ 3 ] {} HTTP-Session: 2ff1db75-3ded-4a90-b7ff-35ab214300ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:42.532903 [ 3 ] {ecc61b92-d221-4aa7-9d59-d7793dd40f99} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:42.532953 [ 3 ] {ecc61b92-d221-4aa7-9d59-d7793dd40f99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:51:42.533134 [ 3 ] {ecc61b92-d221-4aa7-9d59-d7793dd40f99} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:42.533462 [ 3 ] {ecc61b92-d221-4aa7-9d59-d7793dd40f99} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:42.533499 [ 3 ] {ecc61b92-d221-4aa7-9d59-d7793dd40f99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:42.533897 [ 3 ] {ecc61b92-d221-4aa7-9d59-d7793dd40f99} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.29 21:51:42.534251 [ 3 ] {ecc61b92-d221-4aa7-9d59-d7793dd40f99} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:42.534418 [ 3 ] {ecc61b92-d221-4aa7-9d59-d7793dd40f99} executeQuery: Read 4 rows, 5.53 KiB in 0.00157 sec., 2547.770700636943 rows/sec., 3.44 MiB/sec. 2024.05.29 21:51:42.534599 [ 3 ] {ecc61b92-d221-4aa7-9d59-d7793dd40f99} DynamicQueryHandler: Done processing query 2024.05.29 21:51:42.534623 [ 3 ] {ecc61b92-d221-4aa7-9d59-d7793dd40f99} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:51:42.534639 [ 3 ] {} HTTP-Session: 2ff1db75-3ded-4a90-b7ff-35ab214300ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.534761 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:42.534809 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:42.534828 [ 3 ] {} HTTP-Session: 8a457284-e0e1-43c9-827f-5201f848dee8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:42.534844 [ 3 ] {} HTTP-Session: 8a457284-e0e1-43c9-827f-5201f848dee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.534865 [ 3 ] {} HTTP-Session: 8a457284-e0e1-43c9-827f-5201f848dee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.534899 [ 3 ] {} HTTP-Session: 8a457284-e0e1-43c9-827f-5201f848dee8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:42.534996 [ 3 ] {b4a9114a-0247-4044-8eda-9b81b9e5d21d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:42.535041 [ 3 ] {b4a9114a-0247-4044-8eda-9b81b9e5d21d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.05.29 21:51:42.535168 [ 3 ] {b4a9114a-0247-4044-8eda-9b81b9e5d21d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:42.535429 [ 3 ] {b4a9114a-0247-4044-8eda-9b81b9e5d21d} oximeter.measurements_i64 (25aefdf1-18fe-41a8-8409-208abdacfd4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:42.535466 [ 3 ] {b4a9114a-0247-4044-8eda-9b81b9e5d21d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:42.535829 [ 3 ] {b4a9114a-0247-4044-8eda-9b81b9e5d21d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.29 21:51:42.536188 [ 3 ] {b4a9114a-0247-4044-8eda-9b81b9e5d21d} oximeter.measurements_i64 (25aefdf1-18fe-41a8-8409-208abdacfd4d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:42.536330 [ 3 ] {b4a9114a-0247-4044-8eda-9b81b9e5d21d} executeQuery: Read 6 rows, 434.00 B in 0.001353 sec., 4434.589800443458 rows/sec., 313.25 KiB/sec. 2024.05.29 21:51:42.536620 [ 3 ] {b4a9114a-0247-4044-8eda-9b81b9e5d21d} DynamicQueryHandler: Done processing query 2024.05.29 21:51:42.536645 [ 3 ] {b4a9114a-0247-4044-8eda-9b81b9e5d21d} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.29 21:51:42.536661 [ 3 ] {} HTTP-Session: 8a457284-e0e1-43c9-827f-5201f848dee8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.536807 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:42.536858 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:42.536877 [ 3 ] {} HTTP-Session: ab0ff8e6-661b-4c93-8642-f4c1b0b0caaa Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:42.536893 [ 3 ] {} HTTP-Session: ab0ff8e6-661b-4c93-8642-f4c1b0b0caaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.536907 [ 3 ] {} HTTP-Session: ab0ff8e6-661b-4c93-8642-f4c1b0b0caaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:42.536938 [ 3 ] {} HTTP-Session: ab0ff8e6-661b-4c93-8642-f4c1b0b0caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:42.537053 [ 3 ] {c8100e85-2dcf-40d8-928e-c1d406118fe9} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:42.537098 [ 3 ] {c8100e85-2dcf-40d8-928e-c1d406118fe9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:51:42.537242 [ 3 ] {c8100e85-2dcf-40d8-928e-c1d406118fe9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:42.537607 [ 3 ] {c8100e85-2dcf-40d8-928e-c1d406118fe9} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:42.537644 [ 3 ] {c8100e85-2dcf-40d8-928e-c1d406118fe9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:42.538012 [ 3 ] {c8100e85-2dcf-40d8-928e-c1d406118fe9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.29 21:51:42.538340 [ 3 ] {c8100e85-2dcf-40d8-928e-c1d406118fe9} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:42.538501 [ 3 ] {c8100e85-2dcf-40d8-928e-c1d406118fe9} executeQuery: Read 60 rows, 4.14 KiB in 0.001474 sec., 40705.5630936228 rows/sec., 2.74 MiB/sec. 2024.05.29 21:51:42.538774 [ 3 ] {c8100e85-2dcf-40d8-928e-c1d406118fe9} DynamicQueryHandler: Done processing query 2024.05.29 21:51:42.538798 [ 3 ] {c8100e85-2dcf-40d8-928e-c1d406118fe9} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:51:42.538814 [ 3 ] {} HTTP-Session: ab0ff8e6-661b-4c93-8642-f4c1b0b0caaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:45.780930 [ 62 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:51:45.780997 [ 62 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:51:47.525356 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:47.525476 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:47.525500 [ 3 ] {} HTTP-Session: 5f3b915a-e54c-4fa2-8381-27fc7734d10a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:47.525525 [ 3 ] {} HTTP-Session: 5f3b915a-e54c-4fa2-8381-27fc7734d10a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.525539 [ 3 ] {} HTTP-Session: 5f3b915a-e54c-4fa2-8381-27fc7734d10a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.525589 [ 3 ] {} HTTP-Session: 5f3b915a-e54c-4fa2-8381-27fc7734d10a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:47.525791 [ 3 ] {4e3886c7-8ad7-4744-acfc-85a967c9238d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:47.525859 [ 3 ] {4e3886c7-8ad7-4744-acfc-85a967c9238d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:51:47.526054 [ 3 ] {4e3886c7-8ad7-4744-acfc-85a967c9238d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:47.526507 [ 3 ] {4e3886c7-8ad7-4744-acfc-85a967c9238d} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:47.526548 [ 3 ] {4e3886c7-8ad7-4744-acfc-85a967c9238d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:47.526920 [ 3 ] {4e3886c7-8ad7-4744-acfc-85a967c9238d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.29 21:51:47.527255 [ 3 ] {4e3886c7-8ad7-4744-acfc-85a967c9238d} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:47.527424 [ 3 ] {4e3886c7-8ad7-4744-acfc-85a967c9238d} executeQuery: Read 24 rows, 1.95 KiB in 0.001685 sec., 14243.323442136498 rows/sec., 1.13 MiB/sec. 2024.05.29 21:51:47.527748 [ 3 ] {4e3886c7-8ad7-4744-acfc-85a967c9238d} DynamicQueryHandler: Done processing query 2024.05.29 21:51:47.527774 [ 3 ] {4e3886c7-8ad7-4744-acfc-85a967c9238d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:51:47.527790 [ 3 ] {} HTTP-Session: 5f3b915a-e54c-4fa2-8381-27fc7734d10a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.527956 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:47.528006 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:47.528025 [ 3 ] {} HTTP-Session: 962477df-28ea-458d-9251-01a098573d0e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:47.528041 [ 3 ] {} HTTP-Session: 962477df-28ea-458d-9251-01a098573d0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.528054 [ 3 ] {} HTTP-Session: 962477df-28ea-458d-9251-01a098573d0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.528084 [ 3 ] {} HTTP-Session: 962477df-28ea-458d-9251-01a098573d0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:47.528225 [ 3 ] {9ce8e94e-fbb7-461d-a55d-ce16e2bd5521} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:47.528269 [ 3 ] {9ce8e94e-fbb7-461d-a55d-ce16e2bd5521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:51:47.528416 [ 3 ] {9ce8e94e-fbb7-461d-a55d-ce16e2bd5521} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:47.528834 [ 3 ] {9ce8e94e-fbb7-461d-a55d-ce16e2bd5521} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:47.528871 [ 3 ] {9ce8e94e-fbb7-461d-a55d-ce16e2bd5521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:47.529219 [ 3 ] {9ce8e94e-fbb7-461d-a55d-ce16e2bd5521} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.29 21:51:47.529542 [ 3 ] {9ce8e94e-fbb7-461d-a55d-ce16e2bd5521} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:47.529703 [ 3 ] {9ce8e94e-fbb7-461d-a55d-ce16e2bd5521} executeQuery: Read 128 rows, 10.91 KiB in 0.001534 sec., 83441.9817470665 rows/sec., 6.94 MiB/sec. 2024.05.29 21:51:47.529872 [ 3 ] {9ce8e94e-fbb7-461d-a55d-ce16e2bd5521} DynamicQueryHandler: Done processing query 2024.05.29 21:51:47.529897 [ 3 ] {9ce8e94e-fbb7-461d-a55d-ce16e2bd5521} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:51:47.529914 [ 3 ] {} HTTP-Session: 962477df-28ea-458d-9251-01a098573d0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.530039 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 14954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:47.530086 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:47.530105 [ 3 ] {} HTTP-Session: 2c33cc09-958c-4fc5-9afe-08199715983a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:47.530122 [ 3 ] {} HTTP-Session: 2c33cc09-958c-4fc5-9afe-08199715983a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.530135 [ 3 ] {} HTTP-Session: 2c33cc09-958c-4fc5-9afe-08199715983a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.530166 [ 3 ] {} HTTP-Session: 2c33cc09-958c-4fc5-9afe-08199715983a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:47.530295 [ 3 ] {d82de447-c9bf-45f3-b58f-4e417840c369} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:47.530337 [ 3 ] {d82de447-c9bf-45f3-b58f-4e417840c369} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:51:47.530463 [ 3 ] {d82de447-c9bf-45f3-b58f-4e417840c369} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:47.530815 [ 3 ] {d82de447-c9bf-45f3-b58f-4e417840c369} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:47.530852 [ 3 ] {d82de447-c9bf-45f3-b58f-4e417840c369} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:47.531166 [ 3 ] {d82de447-c9bf-45f3-b58f-4e417840c369} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.29 21:51:47.531480 [ 3 ] {d82de447-c9bf-45f3-b58f-4e417840c369} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:47.531633 [ 3 ] {d82de447-c9bf-45f3-b58f-4e417840c369} executeQuery: Read 88 rows, 7.04 KiB in 0.001387 sec., 63446.286950252346 rows/sec., 4.95 MiB/sec. 2024.05.29 21:51:47.531795 [ 3 ] {d82de447-c9bf-45f3-b58f-4e417840c369} DynamicQueryHandler: Done processing query 2024.05.29 21:51:47.531819 [ 3 ] {d82de447-c9bf-45f3-b58f-4e417840c369} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:51:47.531835 [ 3 ] {} HTTP-Session: 2c33cc09-958c-4fc5-9afe-08199715983a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.532002 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:47.532050 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:47.532068 [ 3 ] {} HTTP-Session: 67a24164-7182-4a5c-8cb5-37a88bc64d29 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:47.532084 [ 3 ] {} HTTP-Session: 67a24164-7182-4a5c-8cb5-37a88bc64d29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.532097 [ 3 ] {} HTTP-Session: 67a24164-7182-4a5c-8cb5-37a88bc64d29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.532128 [ 3 ] {} HTTP-Session: 67a24164-7182-4a5c-8cb5-37a88bc64d29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:47.532282 [ 3 ] {1d641597-1b44-42f4-bbfa-e58f3957f183} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:47.532329 [ 3 ] {1d641597-1b44-42f4-bbfa-e58f3957f183} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:51:47.532474 [ 3 ] {1d641597-1b44-42f4-bbfa-e58f3957f183} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:47.532875 [ 3 ] {1d641597-1b44-42f4-bbfa-e58f3957f183} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:47.532913 [ 3 ] {1d641597-1b44-42f4-bbfa-e58f3957f183} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:47.533327 [ 3 ] {1d641597-1b44-42f4-bbfa-e58f3957f183} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.29 21:51:47.533679 [ 3 ] {1d641597-1b44-42f4-bbfa-e58f3957f183} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:47.533834 [ 3 ] {1d641597-1b44-42f4-bbfa-e58f3957f183} executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec. 2024.05.29 21:51:47.534001 [ 3 ] {1d641597-1b44-42f4-bbfa-e58f3957f183} DynamicQueryHandler: Done processing query 2024.05.29 21:51:47.534026 [ 3 ] {1d641597-1b44-42f4-bbfa-e58f3957f183} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:51:47.534041 [ 3 ] {} HTTP-Session: 67a24164-7182-4a5c-8cb5-37a88bc64d29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.534159 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:47.534208 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:47.534227 [ 3 ] {} HTTP-Session: 22ad71b7-90e1-4bef-8b8a-85bf1fcebfb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:47.534243 [ 3 ] {} HTTP-Session: 22ad71b7-90e1-4bef-8b8a-85bf1fcebfb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.534257 [ 3 ] {} HTTP-Session: 22ad71b7-90e1-4bef-8b8a-85bf1fcebfb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.534287 [ 3 ] {} HTTP-Session: 22ad71b7-90e1-4bef-8b8a-85bf1fcebfb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:47.534609 [ 3 ] {27cccd44-6d2e-4e49-aa54-d2ae085e449f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:47.534658 [ 3 ] {27cccd44-6d2e-4e49-aa54-d2ae085e449f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:51:47.534818 [ 3 ] {27cccd44-6d2e-4e49-aa54-d2ae085e449f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:47.535280 [ 3 ] {27cccd44-6d2e-4e49-aa54-d2ae085e449f} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:47.535316 [ 3 ] {27cccd44-6d2e-4e49-aa54-d2ae085e449f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:47.535745 [ 3 ] {27cccd44-6d2e-4e49-aa54-d2ae085e449f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.29 21:51:47.536096 [ 3 ] {27cccd44-6d2e-4e49-aa54-d2ae085e449f} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:47.536262 [ 3 ] {27cccd44-6d2e-4e49-aa54-d2ae085e449f} executeQuery: Read 24 rows, 33.16 KiB in 0.001894 sec., 12671.594508975712 rows/sec., 17.10 MiB/sec. 2024.05.29 21:51:47.536554 [ 3 ] {27cccd44-6d2e-4e49-aa54-d2ae085e449f} DynamicQueryHandler: Done processing query 2024.05.29 21:51:47.536578 [ 3 ] {27cccd44-6d2e-4e49-aa54-d2ae085e449f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:51:47.536594 [ 3 ] {} HTTP-Session: 22ad71b7-90e1-4bef-8b8a-85bf1fcebfb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.536720 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:47.536769 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:47.536790 [ 3 ] {} HTTP-Session: 3d5ce9e6-083a-4836-a2c4-c9ba3c59910c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:47.536805 [ 3 ] {} HTTP-Session: 3d5ce9e6-083a-4836-a2c4-c9ba3c59910c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.536819 [ 3 ] {} HTTP-Session: 3d5ce9e6-083a-4836-a2c4-c9ba3c59910c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:47.536849 [ 3 ] {} HTTP-Session: 3d5ce9e6-083a-4836-a2c4-c9ba3c59910c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:47.536974 [ 3 ] {8f555731-9242-47cf-ad74-1da5f120f57f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:47.537020 [ 3 ] {8f555731-9242-47cf-ad74-1da5f120f57f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:51:47.537165 [ 3 ] {8f555731-9242-47cf-ad74-1da5f120f57f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:47.537458 [ 3 ] {8f555731-9242-47cf-ad74-1da5f120f57f} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:47.537496 [ 3 ] {8f555731-9242-47cf-ad74-1da5f120f57f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:47.537855 [ 3 ] {8f555731-9242-47cf-ad74-1da5f120f57f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.29 21:51:47.538177 [ 3 ] {8f555731-9242-47cf-ad74-1da5f120f57f} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:47.538331 [ 3 ] {8f555731-9242-47cf-ad74-1da5f120f57f} executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. 2024.05.29 21:51:47.538499 [ 3 ] {8f555731-9242-47cf-ad74-1da5f120f57f} DynamicQueryHandler: Done processing query 2024.05.29 21:51:47.538523 [ 3 ] {8f555731-9242-47cf-ad74-1da5f120f57f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:51:47.538538 [ 3 ] {} HTTP-Session: 3d5ce9e6-083a-4836-a2c4-c9ba3c59910c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.522954 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:52.523096 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:52.523121 [ 3 ] {} HTTP-Session: d17a1b5c-88c0-45b5-9b42-224967b19cf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:52.523147 [ 3 ] {} HTTP-Session: d17a1b5c-88c0-45b5-9b42-224967b19cf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.523161 [ 3 ] {} HTTP-Session: d17a1b5c-88c0-45b5-9b42-224967b19cf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.523211 [ 3 ] {} HTTP-Session: d17a1b5c-88c0-45b5-9b42-224967b19cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:52.523404 [ 3 ] {ef12b06a-2896-4e26-9499-200d41a4355b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:52.523473 [ 3 ] {ef12b06a-2896-4e26-9499-200d41a4355b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:51:52.523675 [ 3 ] {ef12b06a-2896-4e26-9499-200d41a4355b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:52.524108 [ 3 ] {ef12b06a-2896-4e26-9499-200d41a4355b} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:52.524151 [ 3 ] {ef12b06a-2896-4e26-9499-200d41a4355b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:52.524525 [ 3 ] {ef12b06a-2896-4e26-9499-200d41a4355b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.29 21:51:52.524864 [ 3 ] {ef12b06a-2896-4e26-9499-200d41a4355b} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:52.525016 [ 3 ] {ef12b06a-2896-4e26-9499-200d41a4355b} executeQuery: Read 4 rows, 332.00 B in 0.001665 sec., 2402.4024024024025 rows/sec., 194.73 KiB/sec. 2024.05.29 21:51:52.525217 [ 3 ] {ef12b06a-2896-4e26-9499-200d41a4355b} DynamicQueryHandler: Done processing query 2024.05.29 21:51:52.525243 [ 3 ] {ef12b06a-2896-4e26-9499-200d41a4355b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:51:52.525259 [ 3 ] {} HTTP-Session: d17a1b5c-88c0-45b5-9b42-224967b19cf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.525380 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:52.525430 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:52.525449 [ 3 ] {} HTTP-Session: d5bb9caf-819e-4d99-8739-8a37d2beb99f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:52.525466 [ 3 ] {} HTTP-Session: d5bb9caf-819e-4d99-8739-8a37d2beb99f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.525479 [ 3 ] {} HTTP-Session: d5bb9caf-819e-4d99-8739-8a37d2beb99f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.525510 [ 3 ] {} HTTP-Session: d5bb9caf-819e-4d99-8739-8a37d2beb99f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:52.525655 [ 3 ] {242e3e2e-b904-4bf9-aaaa-fd5a43eddbef} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:52.525700 [ 3 ] {242e3e2e-b904-4bf9-aaaa-fd5a43eddbef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:51:52.525829 [ 3 ] {242e3e2e-b904-4bf9-aaaa-fd5a43eddbef} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:52.526199 [ 3 ] {242e3e2e-b904-4bf9-aaaa-fd5a43eddbef} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:52.526236 [ 3 ] {242e3e2e-b904-4bf9-aaaa-fd5a43eddbef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:52.526594 [ 3 ] {242e3e2e-b904-4bf9-aaaa-fd5a43eddbef} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.29 21:51:52.526901 [ 3 ] {242e3e2e-b904-4bf9-aaaa-fd5a43eddbef} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:52.527066 [ 3 ] {242e3e2e-b904-4bf9-aaaa-fd5a43eddbef} executeQuery: Read 68 rows, 5.48 KiB in 0.001441 sec., 47189.45176960444 rows/sec., 3.71 MiB/sec. 2024.05.29 21:51:52.527355 [ 3 ] {242e3e2e-b904-4bf9-aaaa-fd5a43eddbef} DynamicQueryHandler: Done processing query 2024.05.29 21:51:52.527380 [ 3 ] {242e3e2e-b904-4bf9-aaaa-fd5a43eddbef} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:51:52.527396 [ 3 ] {} HTTP-Session: d5bb9caf-819e-4d99-8739-8a37d2beb99f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.527518 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:52.527566 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:52.527587 [ 3 ] {} HTTP-Session: 465bc5a7-0e14-4534-b6a6-6b14a4627bde Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:52.527603 [ 3 ] {} HTTP-Session: 465bc5a7-0e14-4534-b6a6-6b14a4627bde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.527616 [ 3 ] {} HTTP-Session: 465bc5a7-0e14-4534-b6a6-6b14a4627bde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.527646 [ 3 ] {} HTTP-Session: 465bc5a7-0e14-4534-b6a6-6b14a4627bde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:52.527763 [ 3 ] {cff39a1d-f455-463b-b518-728d9beec7c2} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:52.527808 [ 3 ] {cff39a1d-f455-463b-b518-728d9beec7c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:51:52.527955 [ 3 ] {cff39a1d-f455-463b-b518-728d9beec7c2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:52.528332 [ 3 ] {cff39a1d-f455-463b-b518-728d9beec7c2} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:52.528369 [ 3 ] {cff39a1d-f455-463b-b518-728d9beec7c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:52.528708 [ 3 ] {cff39a1d-f455-463b-b518-728d9beec7c2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.29 21:51:52.529024 [ 3 ] {cff39a1d-f455-463b-b518-728d9beec7c2} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:52.529171 [ 3 ] {cff39a1d-f455-463b-b518-728d9beec7c2} executeQuery: Read 68 rows, 5.44 KiB in 0.001437 sec., 47320.80723729993 rows/sec., 3.69 MiB/sec. 2024.05.29 21:51:52.529479 [ 3 ] {cff39a1d-f455-463b-b518-728d9beec7c2} DynamicQueryHandler: Done processing query 2024.05.29 21:51:52.529503 [ 3 ] {cff39a1d-f455-463b-b518-728d9beec7c2} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:51:52.529519 [ 3 ] {} HTTP-Session: 465bc5a7-0e14-4534-b6a6-6b14a4627bde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.529653 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:52.529700 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:52.529719 [ 3 ] {} HTTP-Session: aa56d05f-1de0-40d2-96f4-598678f6b215 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:52.529734 [ 3 ] {} HTTP-Session: aa56d05f-1de0-40d2-96f4-598678f6b215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.529748 [ 3 ] {} HTTP-Session: aa56d05f-1de0-40d2-96f4-598678f6b215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.529779 [ 3 ] {} HTTP-Session: aa56d05f-1de0-40d2-96f4-598678f6b215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:52.530049 [ 3 ] {09c2e98a-291d-4548-a4c3-677135753483} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:52.530099 [ 3 ] {09c2e98a-291d-4548-a4c3-677135753483} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:51:52.530266 [ 3 ] {09c2e98a-291d-4548-a4c3-677135753483} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:52.530674 [ 3 ] {09c2e98a-291d-4548-a4c3-677135753483} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:52.530711 [ 3 ] {09c2e98a-291d-4548-a4c3-677135753483} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:52.531114 [ 3 ] {09c2e98a-291d-4548-a4c3-677135753483} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.29 21:51:52.531476 [ 3 ] {09c2e98a-291d-4548-a4c3-677135753483} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:52.531647 [ 3 ] {09c2e98a-291d-4548-a4c3-677135753483} executeQuery: Read 160 rows, 11.41 KiB in 0.001782 sec., 89786.75645342312 rows/sec., 6.25 MiB/sec. 2024.05.29 21:51:52.531926 [ 3 ] {09c2e98a-291d-4548-a4c3-677135753483} DynamicQueryHandler: Done processing query 2024.05.29 21:51:52.531951 [ 3 ] {09c2e98a-291d-4548-a4c3-677135753483} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:51:52.531966 [ 3 ] {} HTTP-Session: aa56d05f-1de0-40d2-96f4-598678f6b215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.532077 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:52.532124 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:52.532143 [ 3 ] {} HTTP-Session: dec407bb-2409-420e-903b-02a534f33cb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:52.532159 [ 3 ] {} HTTP-Session: dec407bb-2409-420e-903b-02a534f33cb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.532173 [ 3 ] {} HTTP-Session: dec407bb-2409-420e-903b-02a534f33cb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.532203 [ 3 ] {} HTTP-Session: dec407bb-2409-420e-903b-02a534f33cb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:52.532341 [ 3 ] {f50c5bf4-56b0-43fd-87dc-64bcbc35da15} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:52.532391 [ 3 ] {f50c5bf4-56b0-43fd-87dc-64bcbc35da15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:51:52.532574 [ 3 ] {f50c5bf4-56b0-43fd-87dc-64bcbc35da15} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:52.532916 [ 3 ] {f50c5bf4-56b0-43fd-87dc-64bcbc35da15} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:52.532951 [ 3 ] {f50c5bf4-56b0-43fd-87dc-64bcbc35da15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:52.533379 [ 3 ] {f50c5bf4-56b0-43fd-87dc-64bcbc35da15} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.29 21:51:52.533726 [ 3 ] {f50c5bf4-56b0-43fd-87dc-64bcbc35da15} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:52.533881 [ 3 ] {f50c5bf4-56b0-43fd-87dc-64bcbc35da15} executeQuery: Read 4 rows, 5.53 KiB in 0.001605 sec., 2492.21183800623 rows/sec., 3.36 MiB/sec. 2024.05.29 21:51:52.534054 [ 3 ] {f50c5bf4-56b0-43fd-87dc-64bcbc35da15} DynamicQueryHandler: Done processing query 2024.05.29 21:51:52.534078 [ 3 ] {f50c5bf4-56b0-43fd-87dc-64bcbc35da15} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:51:52.534094 [ 3 ] {} HTTP-Session: dec407bb-2409-420e-903b-02a534f33cb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.534207 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:52.534254 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:52.534273 [ 3 ] {} HTTP-Session: 73b7e797-77ff-43ff-8291-6ada083dd2a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:52.534288 [ 3 ] {} HTTP-Session: 73b7e797-77ff-43ff-8291-6ada083dd2a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.534302 [ 3 ] {} HTTP-Session: 73b7e797-77ff-43ff-8291-6ada083dd2a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:52.534332 [ 3 ] {} HTTP-Session: 73b7e797-77ff-43ff-8291-6ada083dd2a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:52.534457 [ 3 ] {bac1045e-d0be-4cac-bbae-1be76278000b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:52.534502 [ 3 ] {bac1045e-d0be-4cac-bbae-1be76278000b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:51:52.534628 [ 3 ] {bac1045e-d0be-4cac-bbae-1be76278000b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:52.534930 [ 3 ] {bac1045e-d0be-4cac-bbae-1be76278000b} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:52.534966 [ 3 ] {bac1045e-d0be-4cac-bbae-1be76278000b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:52.535324 [ 3 ] {bac1045e-d0be-4cac-bbae-1be76278000b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.29 21:51:52.535649 [ 3 ] {bac1045e-d0be-4cac-bbae-1be76278000b} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:52.535809 [ 3 ] {bac1045e-d0be-4cac-bbae-1be76278000b} executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. 2024.05.29 21:51:52.535971 [ 3 ] {bac1045e-d0be-4cac-bbae-1be76278000b} DynamicQueryHandler: Done processing query 2024.05.29 21:51:52.535996 [ 3 ] {bac1045e-d0be-4cac-bbae-1be76278000b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:51:52.536012 [ 3 ] {} HTTP-Session: 73b7e797-77ff-43ff-8291-6ada083dd2a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.519644 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:57.519787 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:57.519816 [ 3 ] {} HTTP-Session: 3a831e5a-2498-490c-8e76-70866f6c9f01 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:57.519847 [ 3 ] {} HTTP-Session: 3a831e5a-2498-490c-8e76-70866f6c9f01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.519863 [ 3 ] {} HTTP-Session: 3a831e5a-2498-490c-8e76-70866f6c9f01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.519916 [ 3 ] {} HTTP-Session: 3a831e5a-2498-490c-8e76-70866f6c9f01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:57.520199 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:57.520677 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:57.520726 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.29 21:51:57.521050 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:57.521133 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:57.521309 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2024.05.29 21:51:57.521482 [ 260 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.29 21:51:57.521491 [ 262 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:57.521517 [ 258 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.29 21:51:57.521677 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2024.05.29 21:51:57.521706 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:57.521821 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.29 21:51:57.521845 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Reading approx. 23 rows with 3 streams 2024.05.29 21:51:57.521888 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.521932 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.521971 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.523910 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} executeQuery: Read 23 rows, 982.00 B in 0.003847 sec., 5978.684689368339 rows/sec., 249.28 KiB/sec. 2024.05.29 21:51:57.524278 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} DynamicQueryHandler: Done processing query 2024.05.29 21:51:57.524306 [ 3 ] {b535b3fe-0bfe-4ad8-9670-cae697cb8235} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.05.29 21:51:57.524324 [ 3 ] {} HTTP-Session: 3a831e5a-2498-490c-8e76-70866f6c9f01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.524553 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:57.524608 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:57.524628 [ 3 ] {} HTTP-Session: 284314ac-32ea-4af5-a1f2-5846d0e69b37 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:57.524646 [ 3 ] {} HTTP-Session: 284314ac-32ea-4af5-a1f2-5846d0e69b37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.524659 [ 3 ] {} HTTP-Session: 284314ac-32ea-4af5-a1f2-5846d0e69b37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.524697 [ 3 ] {} HTTP-Session: 284314ac-32ea-4af5-a1f2-5846d0e69b37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:57.524858 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:57.525145 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:57.525188 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.29 21:51:57.525479 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:57.525548 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:57.525694 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2024.05.29 21:51:57.525800 [ 264 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:57.525832 [ 256 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.29 21:51:57.525837 [ 263 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.29 21:51:57.525968 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2024.05.29 21:51:57.525996 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:57.526098 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.29 21:51:57.526120 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Reading approx. 23 rows with 3 streams 2024.05.29 21:51:57.526158 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.526200 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.526237 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.527930 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} executeQuery: Read 23 rows, 982.00 B in 0.003146 sec., 7310.870947234584 rows/sec., 304.83 KiB/sec. 2024.05.29 21:51:57.528259 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} DynamicQueryHandler: Done processing query 2024.05.29 21:51:57.528284 [ 3 ] {331fc020-b9cc-4d22-947f-ec4ab0c58a99} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.05.29 21:51:57.528301 [ 3 ] {} HTTP-Session: 284314ac-32ea-4af5-a1f2-5846d0e69b37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.528631 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:57.528680 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:57.528699 [ 3 ] {} HTTP-Session: 438ec513-2451-47c2-8fe3-3222e660602d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:57.528716 [ 3 ] {} HTTP-Session: 438ec513-2451-47c2-8fe3-3222e660602d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.528730 [ 3 ] {} HTTP-Session: 438ec513-2451-47c2-8fe3-3222e660602d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.528765 [ 3 ] {} HTTP-Session: 438ec513-2451-47c2-8fe3-3222e660602d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:57.528910 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:57.529194 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:57.529237 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.29 21:51:57.529512 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:57.529576 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:57.529715 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2024.05.29 21:51:57.529861 [ 261 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:57.529872 [ 263 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.29 21:51:57.529888 [ 256 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.29 21:51:57.530025 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2024.05.29 21:51:57.530049 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:57.530150 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.29 21:51:57.530172 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Reading approx. 23 rows with 3 streams 2024.05.29 21:51:57.530210 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.530249 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.530285 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.532209 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} executeQuery: Read 23 rows, 982.00 B in 0.003367 sec., 6831.006831006831 rows/sec., 284.82 KiB/sec. 2024.05.29 21:51:57.532532 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} DynamicQueryHandler: Done processing query 2024.05.29 21:51:57.532557 [ 3 ] {608d03b2-776f-4547-b8af-a96dacc82ebe} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.05.29 21:51:57.532573 [ 3 ] {} HTTP-Session: 438ec513-2451-47c2-8fe3-3222e660602d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.532787 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:57.532835 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:57.532854 [ 3 ] {} HTTP-Session: 550b43dc-dd27-4b4c-aa87-82a22de5b37c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:57.532871 [ 3 ] {} HTTP-Session: 550b43dc-dd27-4b4c-aa87-82a22de5b37c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.532885 [ 3 ] {} HTTP-Session: 550b43dc-dd27-4b4c-aa87-82a22de5b37c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.532917 [ 3 ] {} HTTP-Session: 550b43dc-dd27-4b4c-aa87-82a22de5b37c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:57.533062 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:57.533337 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:57.533380 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.29 21:51:57.533666 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:57.533729 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:57.533869 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2024.05.29 21:51:57.534001 [ 263 ] {0531835c-6d66-40dd-ac95-fc2010133071} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:57.534015 [ 261 ] {0531835c-6d66-40dd-ac95-fc2010133071} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.29 21:51:57.534029 [ 256 ] {0531835c-6d66-40dd-ac95-fc2010133071} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.29 21:51:57.534131 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2024.05.29 21:51:57.534155 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:57.534255 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.29 21:51:57.534276 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Reading approx. 23 rows with 3 streams 2024.05.29 21:51:57.534315 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.534355 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.534391 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.536102 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} executeQuery: Read 23 rows, 982.00 B in 0.003108 sec., 7400.2574002574 rows/sec., 308.55 KiB/sec. 2024.05.29 21:51:57.536423 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} DynamicQueryHandler: Done processing query 2024.05.29 21:51:57.536446 [ 3 ] {0531835c-6d66-40dd-ac95-fc2010133071} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.05.29 21:51:57.536463 [ 3 ] {} HTTP-Session: 550b43dc-dd27-4b4c-aa87-82a22de5b37c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.536694 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:57.536741 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:57.536761 [ 3 ] {} HTTP-Session: 3c547269-d607-4bf5-acb6-d6bcad5ba3e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:57.536777 [ 3 ] {} HTTP-Session: 3c547269-d607-4bf5-acb6-d6bcad5ba3e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.536791 [ 3 ] {} HTTP-Session: 3c547269-d607-4bf5-acb6-d6bcad5ba3e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.536822 [ 3 ] {} HTTP-Session: 3c547269-d607-4bf5-acb6-d6bcad5ba3e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:57.536965 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:57.537240 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:57.537285 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.29 21:51:57.537572 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:57.537637 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:57.537775 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2024.05.29 21:51:57.537931 [ 263 ] {aad43e8e-a159-4605-9024-ab80b8377695} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.29 21:51:57.537937 [ 261 ] {aad43e8e-a159-4605-9024-ab80b8377695} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:57.537953 [ 256 ] {aad43e8e-a159-4605-9024-ab80b8377695} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.29 21:51:57.538072 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2024.05.29 21:51:57.538096 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:57.538197 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.29 21:51:57.538217 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Reading approx. 23 rows with 3 streams 2024.05.29 21:51:57.538256 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.538297 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.538334 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.540170 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} executeQuery: Read 23 rows, 982.00 B in 0.003272 sec., 7029.339853300733 rows/sec., 293.09 KiB/sec. 2024.05.29 21:51:57.540492 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} DynamicQueryHandler: Done processing query 2024.05.29 21:51:57.540517 [ 3 ] {aad43e8e-a159-4605-9024-ab80b8377695} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.05.29 21:51:57.540533 [ 3 ] {} HTTP-Session: 3c547269-d607-4bf5-acb6-d6bcad5ba3e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.540732 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:57.540779 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:57.540799 [ 3 ] {} HTTP-Session: 6d7d51bf-be1f-4530-8975-f109dbc84bbf Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:57.540815 [ 3 ] {} HTTP-Session: 6d7d51bf-be1f-4530-8975-f109dbc84bbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.540829 [ 3 ] {} HTTP-Session: 6d7d51bf-be1f-4530-8975-f109dbc84bbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.540860 [ 3 ] {} HTTP-Session: 6d7d51bf-be1f-4530-8975-f109dbc84bbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:57.541007 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} executeQuery: (from [fd00:1122:3344:101::d]:42200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.29 21:51:57.541287 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.29 21:51:57.541330 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.29 21:51:57.541626 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:57.541691 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.29 21:51:57.541830 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2024.05.29 21:51:57.541971 [ 256 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.29 21:51:57.541969 [ 262 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.29 21:51:57.541977 [ 261 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.29 21:51:57.542120 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2024.05.29 21:51:57.542148 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.29 21:51:57.542252 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.29 21:51:57.542273 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e) (SelectExecutor): Reading approx. 23 rows with 3 streams 2024.05.29 21:51:57.542312 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.542352 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.542388 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.29 21:51:57.543897 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} executeQuery: Read 23 rows, 982.00 B in 0.002961 sec., 7767.6460655184055 rows/sec., 323.87 KiB/sec. 2024.05.29 21:51:57.544229 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} DynamicQueryHandler: Done processing query 2024.05.29 21:51:57.544254 [ 3 ] {5ddf0422-9a43-48ce-912e-8690f96b5f18} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.05.29 21:51:57.544271 [ 3 ] {} HTTP-Session: 6d7d51bf-be1f-4530-8975-f109dbc84bbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.562634 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:57.562689 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:57.562709 [ 3 ] {} HTTP-Session: c94857ca-ddd1-4a3e-a0c7-e08460299a33 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:57.562726 [ 3 ] {} HTTP-Session: c94857ca-ddd1-4a3e-a0c7-e08460299a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.562739 [ 3 ] {} HTTP-Session: c94857ca-ddd1-4a3e-a0c7-e08460299a33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.562771 [ 3 ] {} HTTP-Session: c94857ca-ddd1-4a3e-a0c7-e08460299a33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:57.562900 [ 3 ] {db4b2020-39d1-4187-8cba-c6ab3e97a488} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:57.562947 [ 3 ] {db4b2020-39d1-4187-8cba-c6ab3e97a488} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.29 21:51:57.563115 [ 3 ] {db4b2020-39d1-4187-8cba-c6ab3e97a488} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:57.563428 [ 3 ] {db4b2020-39d1-4187-8cba-c6ab3e97a488} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:57.563467 [ 3 ] {db4b2020-39d1-4187-8cba-c6ab3e97a488} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:57.563970 [ 3 ] {db4b2020-39d1-4187-8cba-c6ab3e97a488} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.29 21:51:57.564302 [ 3 ] {db4b2020-39d1-4187-8cba-c6ab3e97a488} oximeter.timeseries_schema (f66847fe-8928-4ad3-8bc5-c68ca445893e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:57.564466 [ 3 ] {db4b2020-39d1-4187-8cba-c6ab3e97a488} executeQuery: Read 6 rows, 996.00 B in 0.001602 sec., 3745.3183520599255 rows/sec., 607.15 KiB/sec. 2024.05.29 21:51:57.564629 [ 3 ] {db4b2020-39d1-4187-8cba-c6ab3e97a488} DynamicQueryHandler: Done processing query 2024.05.29 21:51:57.564654 [ 3 ] {db4b2020-39d1-4187-8cba-c6ab3e97a488} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.29 21:51:57.564670 [ 3 ] {} HTTP-Session: c94857ca-ddd1-4a3e-a0c7-e08460299a33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.564783 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:57.564831 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:57.564850 [ 3 ] {} HTTP-Session: eecdbcc8-4bf9-4adb-a818-35cc86fd1849 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:57.564866 [ 3 ] {} HTTP-Session: eecdbcc8-4bf9-4adb-a818-35cc86fd1849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.564879 [ 3 ] {} HTTP-Session: eecdbcc8-4bf9-4adb-a818-35cc86fd1849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.564910 [ 3 ] {} HTTP-Session: eecdbcc8-4bf9-4adb-a818-35cc86fd1849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:57.565010 [ 3 ] {91c367a1-34ed-4675-8a81-15ef05f45f19} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:57.565053 [ 3 ] {91c367a1-34ed-4675-8a81-15ef05f45f19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:51:57.565178 [ 3 ] {91c367a1-34ed-4675-8a81-15ef05f45f19} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:57.565473 [ 3 ] {91c367a1-34ed-4675-8a81-15ef05f45f19} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:57.565509 [ 3 ] {91c367a1-34ed-4675-8a81-15ef05f45f19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:57.565822 [ 3 ] {91c367a1-34ed-4675-8a81-15ef05f45f19} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.29 21:51:57.566132 [ 3 ] {91c367a1-34ed-4675-8a81-15ef05f45f19} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:57.566292 [ 3 ] {91c367a1-34ed-4675-8a81-15ef05f45f19} executeQuery: Read 24 rows, 1.95 KiB in 0.001301 sec., 18447.348193697155 rows/sec., 1.46 MiB/sec. 2024.05.29 21:51:57.566456 [ 3 ] {91c367a1-34ed-4675-8a81-15ef05f45f19} DynamicQueryHandler: Done processing query 2024.05.29 21:51:57.566480 [ 3 ] {91c367a1-34ed-4675-8a81-15ef05f45f19} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:51:57.566495 [ 3 ] {} HTTP-Session: eecdbcc8-4bf9-4adb-a818-35cc86fd1849 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.566693 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 23634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:57.566740 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:57.566758 [ 3 ] {} HTTP-Session: 5a11e8ba-8728-4b9a-a5ef-152480ceacff Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:57.566774 [ 3 ] {} HTTP-Session: 5a11e8ba-8728-4b9a-a5ef-152480ceacff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.566789 [ 3 ] {} HTTP-Session: 5a11e8ba-8728-4b9a-a5ef-152480ceacff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.566818 [ 3 ] {} HTTP-Session: 5a11e8ba-8728-4b9a-a5ef-152480ceacff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:57.567013 [ 3 ] {3f6112ae-688e-45a9-a10d-cc7cbe937055} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:57.567056 [ 3 ] {3f6112ae-688e-45a9-a10d-cc7cbe937055} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:51:57.567183 [ 3 ] {3f6112ae-688e-45a9-a10d-cc7cbe937055} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:57.567549 [ 3 ] {3f6112ae-688e-45a9-a10d-cc7cbe937055} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:57.567588 [ 3 ] {3f6112ae-688e-45a9-a10d-cc7cbe937055} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:57.567939 [ 3 ] {3f6112ae-688e-45a9-a10d-cc7cbe937055} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.29 21:51:57.568257 [ 3 ] {3f6112ae-688e-45a9-a10d-cc7cbe937055} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:57.568411 [ 3 ] {3f6112ae-688e-45a9-a10d-cc7cbe937055} executeQuery: Read 164 rows, 13.67 KiB in 0.001508 sec., 108753.31564986738 rows/sec., 8.85 MiB/sec. 2024.05.29 21:51:57.568407 [ 52 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.29 21:51:57.568521 [ 52 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:57.568564 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:57.568639 [ 3 ] {3f6112ae-688e-45a9-a10d-cc7cbe937055} DynamicQueryHandler: Done processing query 2024.05.29 21:51:57.568691 [ 3 ] {3f6112ae-688e-45a9-a10d-cc7cbe937055} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:51:57.568744 [ 3 ] {} HTTP-Session: 5a11e8ba-8728-4b9a-a5ef-152480ceacff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.568759 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.29 21:51:57.568915 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:57.568984 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:51:57.569007 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:57.569038 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 124 rows starting from the beginning of the part 2024.05.29 21:51:57.569048 [ 3 ] {} HTTP-Session: 496d81dd-32a4-46dd-87e1-fa6bbd272508 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:57.569091 [ 3 ] {} HTTP-Session: 496d81dd-32a4-46dd-87e1-fa6bbd272508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.569124 [ 3 ] {} HTTP-Session: 496d81dd-32a4-46dd-87e1-fa6bbd272508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.569264 [ 3 ] {} HTTP-Session: 496d81dd-32a4-46dd-87e1-fa6bbd272508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:57.569285 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 129 rows starting from the beginning of the part 2024.05.29 21:51:57.569556 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 68 rows starting from the beginning of the part 2024.05.29 21:51:57.569844 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 128 rows starting from the beginning of the part 2024.05.29 21:51:57.569863 [ 3 ] {339c7fea-155a-4f05-9cfb-412757dd4fde} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:57.570155 [ 3 ] {339c7fea-155a-4f05-9cfb-412757dd4fde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:51:57.570162 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 68 rows starting from the beginning of the part 2024.05.29 21:51:57.570457 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 164 rows starting from the beginning of the part 2024.05.29 21:51:57.571212 [ 3 ] {339c7fea-155a-4f05-9cfb-412757dd4fde} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:57.572160 [ 3 ] {339c7fea-155a-4f05-9cfb-412757dd4fde} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:57.572222 [ 3 ] {339c7fea-155a-4f05-9cfb-412757dd4fde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:57.573199 [ 3 ] {339c7fea-155a-4f05-9cfb-412757dd4fde} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.29 21:51:57.573770 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 681 rows, containing 4 columns (4 merged, 0 gathered) in 0.005110413 sec., 133257.33164814662 rows/sec., 10.91 MiB/sec. 2024.05.29 21:51:57.573969 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.29 21:51:57.574126 [ 3 ] {339c7fea-155a-4f05-9cfb-412757dd4fde} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:57.574421 [ 52 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.29 21:51:57.574516 [ 52 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:57.574592 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:57.574651 [ 3 ] {339c7fea-155a-4f05-9cfb-412757dd4fde} executeQuery: Read 112 rows, 8.94 KiB in 0.004961 sec., 22576.093529530335 rows/sec., 1.76 MiB/sec. 2024.05.29 21:51:57.575016 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.29 21:51:57.575175 [ 3 ] {339c7fea-155a-4f05-9cfb-412757dd4fde} DynamicQueryHandler: Done processing query 2024.05.29 21:51:57.575236 [ 3 ] {339c7fea-155a-4f05-9cfb-412757dd4fde} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:51:57.575254 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_11_2} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:57.575295 [ 3 ] {} HTTP-Session: 496d81dd-32a4-46dd-87e1-fa6bbd272508 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.575342 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:51:57.575428 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 92 rows starting from the beginning of the part 2024.05.29 21:51:57.575517 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_11_2} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.29 21:51:57.575662 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 90 rows starting from the beginning of the part 2024.05.29 21:51:57.575820 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2024.05.29 21:51:57.575885 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 97598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:57.576013 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 74 rows starting from the beginning of the part 2024.05.29 21:51:57.576072 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:57.576185 [ 3 ] {} HTTP-Session: 1b485b7d-db8e-4bbb-b9dd-8ca1ca4ebcec Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:57.576322 [ 3 ] {} HTTP-Session: 1b485b7d-db8e-4bbb-b9dd-8ca1ca4ebcec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.576389 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 88 rows starting from the beginning of the part 2024.05.29 21:51:57.576394 [ 3 ] {} HTTP-Session: 1b485b7d-db8e-4bbb-b9dd-8ca1ca4ebcec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.576508 [ 3 ] {} HTTP-Session: 1b485b7d-db8e-4bbb-b9dd-8ca1ca4ebcec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:57.576641 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 68 rows starting from the beginning of the part 2024.05.29 21:51:57.576916 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part 2024.05.29 21:51:57.577245 [ 3 ] {aa94de32-674c-4dfd-ac91-27d705f4659b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:57.577300 [ 3 ] {aa94de32-674c-4dfd-ac91-27d705f4659b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:51:57.577623 [ 3 ] {aa94de32-674c-4dfd-ac91-27d705f4659b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:57.578634 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 524 rows, containing 4 columns (4 merged, 0 gathered) in 0.003897299 sec., 134452.09105075078 rows/sec., 10.50 MiB/sec. 2024.05.29 21:51:57.578783 [ 3 ] {aa94de32-674c-4dfd-ac91-27d705f4659b} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:57.578838 [ 3 ] {aa94de32-674c-4dfd-ac91-27d705f4659b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:57.578891 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.29 21:51:57.579785 [ 3 ] {aa94de32-674c-4dfd-ac91-27d705f4659b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.29 21:51:57.579849 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_11_2} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:57.580060 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_11_2} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.29 21:51:57.580270 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.29 21:51:57.580470 [ 3 ] {aa94de32-674c-4dfd-ac91-27d705f4659b} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:57.580638 [ 52 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.29 21:51:57.580660 [ 3 ] {aa94de32-674c-4dfd-ac91-27d705f4659b} executeQuery: Read 508 rows, 36.56 KiB in 0.003859 sec., 131640.32132676858 rows/sec., 9.25 MiB/sec. 2024.05.29 21:51:57.580692 [ 52 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:57.580763 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:57.580944 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.29 21:51:57.580982 [ 3 ] {aa94de32-674c-4dfd-ac91-27d705f4659b} DynamicQueryHandler: Done processing query 2024.05.29 21:51:57.581019 [ 3 ] {aa94de32-674c-4dfd-ac91-27d705f4659b} MemoryTracker: Peak memory usage (for query): 4.48 MiB. 2024.05.29 21:51:57.581044 [ 3 ] {} HTTP-Session: 1b485b7d-db8e-4bbb-b9dd-8ca1ca4ebcec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.581133 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:51:57.581174 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part 2024.05.29 21:51:57.581224 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:57.581372 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:57.581388 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 155 rows starting from the beginning of the part 2024.05.29 21:51:57.581448 [ 3 ] {} HTTP-Session: f2789638-9c79-4d11-a663-f673a8f371cf Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:57.581507 [ 3 ] {} HTTP-Session: f2789638-9c79-4d11-a663-f673a8f371cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.581593 [ 3 ] {} HTTP-Session: f2789638-9c79-4d11-a663-f673a8f371cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.581735 [ 3 ] {} HTTP-Session: f2789638-9c79-4d11-a663-f673a8f371cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:57.581774 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2024.05.29 21:51:57.582102 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2024.05.29 21:51:57.582328 [ 3 ] {8e66cce7-4c60-4663-b628-674d3a138391} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:57.582409 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2024.05.29 21:51:57.582496 [ 3 ] {8e66cce7-4c60-4663-b628-674d3a138391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:51:57.582713 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 508 rows starting from the beginning of the part 2024.05.29 21:51:57.583486 [ 3 ] {8e66cce7-4c60-4663-b628-674d3a138391} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:57.584168 [ 3 ] {8e66cce7-4c60-4663-b628-674d3a138391} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:57.584211 [ 3 ] {8e66cce7-4c60-4663-b628-674d3a138391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:57.584872 [ 3 ] {8e66cce7-4c60-4663-b628-674d3a138391} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.29 21:51:57.584984 [ 191 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1233 rows, containing 5 columns (5 merged, 0 gathered) in 0.004099471 sec., 300770.5140492517 rows/sec., 21.01 MiB/sec. 2024.05.29 21:51:57.585232 [ 202 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.29 21:51:57.585354 [ 3 ] {8e66cce7-4c60-4663-b628-674d3a138391} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:57.585612 [ 3 ] {8e66cce7-4c60-4663-b628-674d3a138391} executeQuery: Read 24 rows, 33.16 KiB in 0.003631 sec., 6609.749380335996 rows/sec., 8.92 MiB/sec. 2024.05.29 21:51:57.585904 [ 3 ] {8e66cce7-4c60-4663-b628-674d3a138391} DynamicQueryHandler: Done processing query 2024.05.29 21:51:57.585933 [ 3 ] {8e66cce7-4c60-4663-b628-674d3a138391} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:51:57.585956 [ 3 ] {} HTTP-Session: f2789638-9c79-4d11-a663-f673a8f371cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.585967 [ 202 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_6_1} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:57.586041 [ 202 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_6_1} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.29 21:51:57.586074 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:51:57.586126 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2024.05.29 21:51:57.586142 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:51:57.586166 [ 3 ] {} HTTP-Session: 3783a8e6-279a-463e-84c5-ff0643b20b94 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:51:57.586183 [ 3 ] {} HTTP-Session: 3783a8e6-279a-463e-84c5-ff0643b20b94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.586197 [ 3 ] {} HTTP-Session: 3783a8e6-279a-463e-84c5-ff0643b20b94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.586227 [ 3 ] {} HTTP-Session: 3783a8e6-279a-463e-84c5-ff0643b20b94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:51:57.586337 [ 3 ] {6e0f4bee-860d-4a37-90f7-3646531f4777} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:51:57.586380 [ 3 ] {6e0f4bee-860d-4a37-90f7-3646531f4777} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:51:57.586508 [ 3 ] {6e0f4bee-860d-4a37-90f7-3646531f4777} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:51:57.586797 [ 3 ] {6e0f4bee-860d-4a37-90f7-3646531f4777} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:57.586832 [ 3 ] {6e0f4bee-860d-4a37-90f7-3646531f4777} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:57.587182 [ 3 ] {6e0f4bee-860d-4a37-90f7-3646531f4777} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.29 21:51:57.587503 [ 3 ] {6e0f4bee-860d-4a37-90f7-3646531f4777} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:57.587654 [ 52 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.29 21:51:57.587663 [ 3 ] {6e0f4bee-860d-4a37-90f7-3646531f4777} executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. 2024.05.29 21:51:57.587708 [ 52 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:51:57.587771 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:51:57.588060 [ 3 ] {6e0f4bee-860d-4a37-90f7-3646531f4777} DynamicQueryHandler: Done processing query 2024.05.29 21:51:57.588122 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.29 21:51:57.588135 [ 3 ] {6e0f4bee-860d-4a37-90f7-3646531f4777} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:51:57.588205 [ 3 ] {} HTTP-Session: 3783a8e6-279a-463e-84c5-ff0643b20b94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:51:57.588353 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:51:57.588397 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part 2024.05.29 21:51:57.588539 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part 2024.05.29 21:51:57.588632 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2024.05.29 21:51:57.588831 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2024.05.29 21:51:57.589040 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2024.05.29 21:51:57.589133 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2024.05.29 21:51:57.590240 [ 192 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 4 columns (4 merged, 0 gathered) in 0.002360429 sec., 136415.88033361733 rows/sec., 9.22 MiB/sec. 2024.05.29 21:51:57.590373 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.29 21:51:57.590738 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_6_1} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:51:57.590810 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_6_1} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.29 21:51:57.590876 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.29 21:52:00.781242 [ 49 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:52:00.781321 [ 49 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:52:02.523242 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:02.523368 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:02.523396 [ 3 ] {} HTTP-Session: 88c70aea-ae8b-4416-a468-bdd265ef9326 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:02.523424 [ 3 ] {} HTTP-Session: 88c70aea-ae8b-4416-a468-bdd265ef9326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.523442 [ 3 ] {} HTTP-Session: 88c70aea-ae8b-4416-a468-bdd265ef9326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.523499 [ 3 ] {} HTTP-Session: 88c70aea-ae8b-4416-a468-bdd265ef9326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:02.523695 [ 3 ] {32683cd9-42b9-478f-aa23-8b1ebfc05911} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:02.523765 [ 3 ] {32683cd9-42b9-478f-aa23-8b1ebfc05911} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:52:02.523967 [ 3 ] {32683cd9-42b9-478f-aa23-8b1ebfc05911} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:02.524379 [ 3 ] {32683cd9-42b9-478f-aa23-8b1ebfc05911} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:02.524425 [ 3 ] {32683cd9-42b9-478f-aa23-8b1ebfc05911} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:02.524814 [ 3 ] {32683cd9-42b9-478f-aa23-8b1ebfc05911} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.29 21:52:02.525162 [ 3 ] {32683cd9-42b9-478f-aa23-8b1ebfc05911} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:02.525344 [ 49 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.29 21:52:02.525353 [ 3 ] {32683cd9-42b9-478f-aa23-8b1ebfc05911} executeQuery: Read 4 rows, 332.00 B in 0.0017 sec., 2352.9411764705883 rows/sec., 190.72 KiB/sec. 2024.05.29 21:52:02.525434 [ 49 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:02.525507 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:02.525687 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.29 21:52:02.525729 [ 3 ] {32683cd9-42b9-478f-aa23-8b1ebfc05911} DynamicQueryHandler: Done processing query 2024.05.29 21:52:02.525759 [ 3 ] {32683cd9-42b9-478f-aa23-8b1ebfc05911} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:52:02.525780 [ 3 ] {} HTTP-Session: 88c70aea-ae8b-4416-a468-bdd265ef9326 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.525852 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:52:02.525891 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 24 rows starting from the beginning of the part 2024.05.29 21:52:02.525933 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:02.525993 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:02.526003 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:02.526085 [ 3 ] {} HTTP-Session: 1834f6a8-9ee8-4dff-8257-e1267d369512 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:02.526165 [ 3 ] {} HTTP-Session: 1834f6a8-9ee8-4dff-8257-e1267d369512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.526286 [ 3 ] {} HTTP-Session: 1834f6a8-9ee8-4dff-8257-e1267d369512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.526374 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2024.05.29 21:52:02.526472 [ 3 ] {} HTTP-Session: 1834f6a8-9ee8-4dff-8257-e1267d369512 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:02.526800 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:02.526949 [ 3 ] {38905418-6120-4975-a418-fbf8bf5d31f8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:02.527167 [ 3 ] {38905418-6120-4975-a418-fbf8bf5d31f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:52:02.527188 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2024.05.29 21:52:02.527474 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:02.528109 [ 3 ] {38905418-6120-4975-a418-fbf8bf5d31f8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:02.528578 [ 3 ] {38905418-6120-4975-a418-fbf8bf5d31f8} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:02.528626 [ 3 ] {38905418-6120-4975-a418-fbf8bf5d31f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:02.529150 [ 3 ] {38905418-6120-4975-a418-fbf8bf5d31f8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.29 21:52:02.529217 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 4 columns (4 merged, 0 gathered) in 0.003607975 sec., 23281.75777271184 rows/sec., 1.84 MiB/sec. 2024.05.29 21:52:02.529565 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.29 21:52:02.529733 [ 3 ] {38905418-6120-4975-a418-fbf8bf5d31f8} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:02.530114 [ 3 ] {38905418-6120-4975-a418-fbf8bf5d31f8} executeQuery: Read 68 rows, 5.48 KiB in 0.003329 sec., 20426.55452087714 rows/sec., 1.61 MiB/sec. 2024.05.29 21:52:02.530551 [ 3 ] {38905418-6120-4975-a418-fbf8bf5d31f8} DynamicQueryHandler: Done processing query 2024.05.29 21:52:02.530598 [ 3 ] {38905418-6120-4975-a418-fbf8bf5d31f8} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:52:02.530612 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_11_2} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:02.530630 [ 3 ] {} HTTP-Session: 1834f6a8-9ee8-4dff-8257-e1267d369512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.530766 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_11_2} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.29 21:52:02.530807 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:02.530922 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.29 21:52:02.530933 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:02.530976 [ 3 ] {} HTTP-Session: 49f03080-2cd1-41ef-9d40-1fc8761db118 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:02.530993 [ 3 ] {} HTTP-Session: 49f03080-2cd1-41ef-9d40-1fc8761db118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.531006 [ 3 ] {} HTTP-Session: 49f03080-2cd1-41ef-9d40-1fc8761db118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.531039 [ 3 ] {} HTTP-Session: 49f03080-2cd1-41ef-9d40-1fc8761db118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:02.531171 [ 3 ] {93d61c21-e564-4945-999b-d0eb76873fb7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:02.531218 [ 3 ] {93d61c21-e564-4945-999b-d0eb76873fb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:52:02.531365 [ 3 ] {93d61c21-e564-4945-999b-d0eb76873fb7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:02.531695 [ 3 ] {93d61c21-e564-4945-999b-d0eb76873fb7} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:02.531731 [ 3 ] {93d61c21-e564-4945-999b-d0eb76873fb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:02.532060 [ 3 ] {93d61c21-e564-4945-999b-d0eb76873fb7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.29 21:52:02.532379 [ 3 ] {93d61c21-e564-4945-999b-d0eb76873fb7} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:02.532542 [ 3 ] {93d61c21-e564-4945-999b-d0eb76873fb7} executeQuery: Read 68 rows, 5.44 KiB in 0.001419 sec., 47921.07117688513 rows/sec., 3.74 MiB/sec. 2024.05.29 21:52:02.532699 [ 3 ] {93d61c21-e564-4945-999b-d0eb76873fb7} DynamicQueryHandler: Done processing query 2024.05.29 21:52:02.532723 [ 3 ] {93d61c21-e564-4945-999b-d0eb76873fb7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:52:02.532738 [ 3 ] {} HTTP-Session: 49f03080-2cd1-41ef-9d40-1fc8761db118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.532901 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:02.532947 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:02.532966 [ 3 ] {} HTTP-Session: 706ea3aa-067e-402e-b1b7-a875553d69c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:02.532982 [ 3 ] {} HTTP-Session: 706ea3aa-067e-402e-b1b7-a875553d69c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.532995 [ 3 ] {} HTTP-Session: 706ea3aa-067e-402e-b1b7-a875553d69c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.533026 [ 3 ] {} HTTP-Session: 706ea3aa-067e-402e-b1b7-a875553d69c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:02.533176 [ 3 ] {fb2d574e-8a6e-4ff7-a9b5-d6a5e3520af2} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:02.533223 [ 3 ] {fb2d574e-8a6e-4ff7-a9b5-d6a5e3520af2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:52:02.533371 [ 3 ] {fb2d574e-8a6e-4ff7-a9b5-d6a5e3520af2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:02.533702 [ 3 ] {fb2d574e-8a6e-4ff7-a9b5-d6a5e3520af2} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:02.533739 [ 3 ] {fb2d574e-8a6e-4ff7-a9b5-d6a5e3520af2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:02.534132 [ 3 ] {fb2d574e-8a6e-4ff7-a9b5-d6a5e3520af2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.29 21:52:02.534479 [ 3 ] {fb2d574e-8a6e-4ff7-a9b5-d6a5e3520af2} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:02.534604 [ 3 ] {fb2d574e-8a6e-4ff7-a9b5-d6a5e3520af2} executeQuery: Read 160 rows, 11.41 KiB in 0.001499 sec., 106737.82521681121 rows/sec., 7.43 MiB/sec. 2024.05.29 21:52:02.534804 [ 3 ] {fb2d574e-8a6e-4ff7-a9b5-d6a5e3520af2} DynamicQueryHandler: Done processing query 2024.05.29 21:52:02.534829 [ 3 ] {fb2d574e-8a6e-4ff7-a9b5-d6a5e3520af2} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:52:02.534844 [ 3 ] {} HTTP-Session: 706ea3aa-067e-402e-b1b7-a875553d69c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.534954 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:02.535001 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:02.535020 [ 3 ] {} HTTP-Session: 9e7c7e16-1783-45ed-83ff-6f39f27a961f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:02.535035 [ 3 ] {} HTTP-Session: 9e7c7e16-1783-45ed-83ff-6f39f27a961f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.535048 [ 3 ] {} HTTP-Session: 9e7c7e16-1783-45ed-83ff-6f39f27a961f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.535079 [ 3 ] {} HTTP-Session: 9e7c7e16-1783-45ed-83ff-6f39f27a961f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:02.535197 [ 3 ] {cf9680bb-4995-44e0-9101-15cc19ce4178} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:02.535244 [ 3 ] {cf9680bb-4995-44e0-9101-15cc19ce4178} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:52:02.535415 [ 3 ] {cf9680bb-4995-44e0-9101-15cc19ce4178} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:02.535697 [ 3 ] {cf9680bb-4995-44e0-9101-15cc19ce4178} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:02.535732 [ 3 ] {cf9680bb-4995-44e0-9101-15cc19ce4178} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:02.536131 [ 3 ] {cf9680bb-4995-44e0-9101-15cc19ce4178} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.29 21:52:02.536467 [ 3 ] {cf9680bb-4995-44e0-9101-15cc19ce4178} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:02.536645 [ 3 ] {cf9680bb-4995-44e0-9101-15cc19ce4178} executeQuery: Read 4 rows, 5.53 KiB in 0.00148 sec., 2702.702702702703 rows/sec., 3.65 MiB/sec. 2024.05.29 21:52:02.536656 [ 47 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.29 21:52:02.536795 [ 47 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:02.536859 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:02.536888 [ 3 ] {cf9680bb-4995-44e0-9101-15cc19ce4178} DynamicQueryHandler: Done processing query 2024.05.29 21:52:02.536952 [ 3 ] {cf9680bb-4995-44e0-9101-15cc19ce4178} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:52:02.536994 [ 3 ] {} HTTP-Session: 9e7c7e16-1783-45ed-83ff-6f39f27a961f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.537110 [ 196 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.29 21:52:02.537154 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:02.537250 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:02.537302 [ 3 ] {} HTTP-Session: 290aca48-80c3-4a69-b68d-d3bcc1b723d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:02.537343 [ 3 ] {} HTTP-Session: 290aca48-80c3-4a69-b68d-d3bcc1b723d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.537379 [ 3 ] {} HTTP-Session: 290aca48-80c3-4a69-b68d-d3bcc1b723d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.537451 [ 3 ] {} HTTP-Session: 290aca48-80c3-4a69-b68d-d3bcc1b723d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:02.537538 [ 196 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:52:02.537631 [ 196 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part 2024.05.29 21:52:02.537680 [ 3 ] {ac76b9e1-6a41-4576-949d-ff0233aae5c2} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:02.537856 [ 3 ] {ac76b9e1-6a41-4576-949d-ff0233aae5c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:52:02.537914 [ 196 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:02.538242 [ 196 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2024.05.29 21:52:02.538529 [ 196 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:02.538840 [ 196 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2024.05.29 21:52:02.539126 [ 196 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:02.539380 [ 3 ] {ac76b9e1-6a41-4576-949d-ff0233aae5c2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:02.540172 [ 3 ] {ac76b9e1-6a41-4576-949d-ff0233aae5c2} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:02.540242 [ 3 ] {ac76b9e1-6a41-4576-949d-ff0233aae5c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:02.540968 [ 3 ] {ac76b9e1-6a41-4576-949d-ff0233aae5c2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.29 21:52:02.541932 [ 3 ] {ac76b9e1-6a41-4576-949d-ff0233aae5c2} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:02.542395 [ 3 ] {ac76b9e1-6a41-4576-949d-ff0233aae5c2} executeQuery: Read 60 rows, 4.14 KiB in 0.004768 sec., 12583.892617449665 rows/sec., 868.42 KiB/sec. 2024.05.29 21:52:02.542866 [ 3 ] {ac76b9e1-6a41-4576-949d-ff0233aae5c2} DynamicQueryHandler: Done processing query 2024.05.29 21:52:02.542892 [ 3 ] {ac76b9e1-6a41-4576-949d-ff0233aae5c2} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:02.542930 [ 3 ] {} HTTP-Session: 290aca48-80c3-4a69-b68d-d3bcc1b723d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:02.543172 [ 192 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 6 columns (6 merged, 0 gathered) in 0.006172607 sec., 32725.23262861219 rows/sec., 44.16 MiB/sec. 2024.05.29 21:52:02.543426 [ 192 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.29 21:52:02.543830 [ 192 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_11_2} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:02.543910 [ 192 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_11_2} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.29 21:52:02.543988 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. 2024.05.29 21:52:07.524550 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:07.524699 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:07.524729 [ 3 ] {} HTTP-Session: e6d21e60-f8c7-4652-b775-4697e7a82cc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:07.524757 [ 3 ] {} HTTP-Session: e6d21e60-f8c7-4652-b775-4697e7a82cc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.524776 [ 3 ] {} HTTP-Session: e6d21e60-f8c7-4652-b775-4697e7a82cc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.524832 [ 3 ] {} HTTP-Session: e6d21e60-f8c7-4652-b775-4697e7a82cc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:07.525044 [ 3 ] {36ec7ee8-156c-4483-b69e-00eef0ae96cb} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:07.525121 [ 3 ] {36ec7ee8-156c-4483-b69e-00eef0ae96cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:52:07.525341 [ 3 ] {36ec7ee8-156c-4483-b69e-00eef0ae96cb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:07.525759 [ 3 ] {36ec7ee8-156c-4483-b69e-00eef0ae96cb} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:07.525800 [ 3 ] {36ec7ee8-156c-4483-b69e-00eef0ae96cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:07.526185 [ 3 ] {36ec7ee8-156c-4483-b69e-00eef0ae96cb} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.29 21:52:07.526532 [ 3 ] {36ec7ee8-156c-4483-b69e-00eef0ae96cb} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:07.526692 [ 3 ] {36ec7ee8-156c-4483-b69e-00eef0ae96cb} executeQuery: Read 24 rows, 1.95 KiB in 0.001713 sec., 14010.507880910684 rows/sec., 1.11 MiB/sec. 2024.05.29 21:52:07.526997 [ 3 ] {36ec7ee8-156c-4483-b69e-00eef0ae96cb} DynamicQueryHandler: Done processing query 2024.05.29 21:52:07.527025 [ 3 ] {36ec7ee8-156c-4483-b69e-00eef0ae96cb} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:07.527041 [ 3 ] {} HTTP-Session: e6d21e60-f8c7-4652-b775-4697e7a82cc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.527224 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:07.527278 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:07.527297 [ 3 ] {} HTTP-Session: b4cb5132-5e39-4f61-adba-7c33b516d819 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:07.527315 [ 3 ] {} HTTP-Session: b4cb5132-5e39-4f61-adba-7c33b516d819 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.527329 [ 3 ] {} HTTP-Session: b4cb5132-5e39-4f61-adba-7c33b516d819 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.527363 [ 3 ] {} HTTP-Session: b4cb5132-5e39-4f61-adba-7c33b516d819 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:07.527513 [ 3 ] {69a0362d-d620-4a5e-8578-96b94824c76b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:07.527562 [ 3 ] {69a0362d-d620-4a5e-8578-96b94824c76b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:52:07.527710 [ 3 ] {69a0362d-d620-4a5e-8578-96b94824c76b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:07.528135 [ 3 ] {69a0362d-d620-4a5e-8578-96b94824c76b} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:07.528173 [ 3 ] {69a0362d-d620-4a5e-8578-96b94824c76b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:07.528524 [ 3 ] {69a0362d-d620-4a5e-8578-96b94824c76b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.29 21:52:07.528870 [ 3 ] {69a0362d-d620-4a5e-8578-96b94824c76b} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:07.529030 [ 3 ] {69a0362d-d620-4a5e-8578-96b94824c76b} executeQuery: Read 128 rows, 10.91 KiB in 0.001575 sec., 81269.84126984127 rows/sec., 6.76 MiB/sec. 2024.05.29 21:52:07.529202 [ 3 ] {69a0362d-d620-4a5e-8578-96b94824c76b} DynamicQueryHandler: Done processing query 2024.05.29 21:52:07.529227 [ 3 ] {69a0362d-d620-4a5e-8578-96b94824c76b} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:52:07.529243 [ 3 ] {} HTTP-Session: b4cb5132-5e39-4f61-adba-7c33b516d819 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.529427 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 14954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:07.529481 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:07.529501 [ 3 ] {} HTTP-Session: daaa050e-e013-4af8-92aa-6ddf0e12c05b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:07.529517 [ 3 ] {} HTTP-Session: daaa050e-e013-4af8-92aa-6ddf0e12c05b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.529531 [ 3 ] {} HTTP-Session: daaa050e-e013-4af8-92aa-6ddf0e12c05b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.529562 [ 3 ] {} HTTP-Session: daaa050e-e013-4af8-92aa-6ddf0e12c05b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:07.529682 [ 3 ] {4b10e2e3-4524-4a58-8dae-3a4a0a5db0bd} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:07.529727 [ 3 ] {4b10e2e3-4524-4a58-8dae-3a4a0a5db0bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:52:07.529855 [ 3 ] {4b10e2e3-4524-4a58-8dae-3a4a0a5db0bd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:07.530196 [ 3 ] {4b10e2e3-4524-4a58-8dae-3a4a0a5db0bd} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:07.530234 [ 3 ] {4b10e2e3-4524-4a58-8dae-3a4a0a5db0bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:07.530555 [ 3 ] {4b10e2e3-4524-4a58-8dae-3a4a0a5db0bd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.29 21:52:07.530856 [ 3 ] {4b10e2e3-4524-4a58-8dae-3a4a0a5db0bd} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:07.531015 [ 3 ] {4b10e2e3-4524-4a58-8dae-3a4a0a5db0bd} executeQuery: Read 88 rows, 7.04 KiB in 0.001373 sec., 64093.22651128915 rows/sec., 5.01 MiB/sec. 2024.05.29 21:52:07.531171 [ 3 ] {4b10e2e3-4524-4a58-8dae-3a4a0a5db0bd} DynamicQueryHandler: Done processing query 2024.05.29 21:52:07.531195 [ 3 ] {4b10e2e3-4524-4a58-8dae-3a4a0a5db0bd} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:52:07.531212 [ 3 ] {} HTTP-Session: daaa050e-e013-4af8-92aa-6ddf0e12c05b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.531368 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:07.531415 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:07.531436 [ 3 ] {} HTTP-Session: b1f7015c-26ce-4b94-875d-61dbc1bf71ef Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:07.531452 [ 3 ] {} HTTP-Session: b1f7015c-26ce-4b94-875d-61dbc1bf71ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.531467 [ 3 ] {} HTTP-Session: b1f7015c-26ce-4b94-875d-61dbc1bf71ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.531499 [ 3 ] {} HTTP-Session: b1f7015c-26ce-4b94-875d-61dbc1bf71ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:07.531642 [ 3 ] {74a22e02-ceae-429b-90fd-12f57baa7465} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:07.531690 [ 3 ] {74a22e02-ceae-429b-90fd-12f57baa7465} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:52:07.531836 [ 3 ] {74a22e02-ceae-429b-90fd-12f57baa7465} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:07.532213 [ 3 ] {74a22e02-ceae-429b-90fd-12f57baa7465} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:07.532250 [ 3 ] {74a22e02-ceae-429b-90fd-12f57baa7465} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:07.532643 [ 3 ] {74a22e02-ceae-429b-90fd-12f57baa7465} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.29 21:52:07.532977 [ 3 ] {74a22e02-ceae-429b-90fd-12f57baa7465} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:07.533140 [ 3 ] {74a22e02-ceae-429b-90fd-12f57baa7465} executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. 2024.05.29 21:52:07.533299 [ 3 ] {74a22e02-ceae-429b-90fd-12f57baa7465} DynamicQueryHandler: Done processing query 2024.05.29 21:52:07.533323 [ 3 ] {74a22e02-ceae-429b-90fd-12f57baa7465} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:52:07.533338 [ 3 ] {} HTTP-Session: b1f7015c-26ce-4b94-875d-61dbc1bf71ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.533523 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:07.533570 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:07.533589 [ 3 ] {} HTTP-Session: 8ae8e508-879b-4669-a1d3-2bb8a3913b42 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:07.533606 [ 3 ] {} HTTP-Session: 8ae8e508-879b-4669-a1d3-2bb8a3913b42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.533619 [ 3 ] {} HTTP-Session: 8ae8e508-879b-4669-a1d3-2bb8a3913b42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.533650 [ 3 ] {} HTTP-Session: 8ae8e508-879b-4669-a1d3-2bb8a3913b42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:07.533889 [ 3 ] {cf3f2d02-3425-45eb-b6e0-71092fa80937} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:07.533936 [ 3 ] {cf3f2d02-3425-45eb-b6e0-71092fa80937} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:52:07.534097 [ 3 ] {cf3f2d02-3425-45eb-b6e0-71092fa80937} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:07.534523 [ 3 ] {cf3f2d02-3425-45eb-b6e0-71092fa80937} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:07.534560 [ 3 ] {cf3f2d02-3425-45eb-b6e0-71092fa80937} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:07.534984 [ 3 ] {cf3f2d02-3425-45eb-b6e0-71092fa80937} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.29 21:52:07.535329 [ 3 ] {cf3f2d02-3425-45eb-b6e0-71092fa80937} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:07.535495 [ 3 ] {cf3f2d02-3425-45eb-b6e0-71092fa80937} executeQuery: Read 24 rows, 33.16 KiB in 0.001767 sec., 13582.342954159592 rows/sec., 18.33 MiB/sec. 2024.05.29 21:52:07.535670 [ 3 ] {cf3f2d02-3425-45eb-b6e0-71092fa80937} DynamicQueryHandler: Done processing query 2024.05.29 21:52:07.535694 [ 3 ] {cf3f2d02-3425-45eb-b6e0-71092fa80937} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:52:07.535711 [ 3 ] {} HTTP-Session: 8ae8e508-879b-4669-a1d3-2bb8a3913b42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.535855 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:07.535904 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:07.535922 [ 3 ] {} HTTP-Session: 535ce2ce-fe57-43ec-af76-ad17e47a0de9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:07.535938 [ 3 ] {} HTTP-Session: 535ce2ce-fe57-43ec-af76-ad17e47a0de9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.535952 [ 3 ] {} HTTP-Session: 535ce2ce-fe57-43ec-af76-ad17e47a0de9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:07.535982 [ 3 ] {} HTTP-Session: 535ce2ce-fe57-43ec-af76-ad17e47a0de9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:07.536098 [ 3 ] {351c4b48-aaf5-41cd-9daa-c67ddbfa883c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:07.536143 [ 3 ] {351c4b48-aaf5-41cd-9daa-c67ddbfa883c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:52:07.536269 [ 3 ] {351c4b48-aaf5-41cd-9daa-c67ddbfa883c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:07.536545 [ 3 ] {351c4b48-aaf5-41cd-9daa-c67ddbfa883c} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:07.536582 [ 3 ] {351c4b48-aaf5-41cd-9daa-c67ddbfa883c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:07.536941 [ 3 ] {351c4b48-aaf5-41cd-9daa-c67ddbfa883c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.29 21:52:07.537259 [ 3 ] {351c4b48-aaf5-41cd-9daa-c67ddbfa883c} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:07.537419 [ 3 ] {351c4b48-aaf5-41cd-9daa-c67ddbfa883c} executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. 2024.05.29 21:52:07.537575 [ 3 ] {351c4b48-aaf5-41cd-9daa-c67ddbfa883c} DynamicQueryHandler: Done processing query 2024.05.29 21:52:07.537599 [ 3 ] {351c4b48-aaf5-41cd-9daa-c67ddbfa883c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:07.537614 [ 3 ] {} HTTP-Session: 535ce2ce-fe57-43ec-af76-ad17e47a0de9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.523164 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:12.523315 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:12.523348 [ 3 ] {} HTTP-Session: dd2e35b5-778b-41e7-89ea-2e37cc0e5dd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:12.523378 [ 3 ] {} HTTP-Session: dd2e35b5-778b-41e7-89ea-2e37cc0e5dd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.523397 [ 3 ] {} HTTP-Session: dd2e35b5-778b-41e7-89ea-2e37cc0e5dd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.523464 [ 3 ] {} HTTP-Session: dd2e35b5-778b-41e7-89ea-2e37cc0e5dd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:12.523674 [ 3 ] {e2c3c9ae-5dd6-433c-b52d-8cebdfdc11ef} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:12.523751 [ 3 ] {e2c3c9ae-5dd6-433c-b52d-8cebdfdc11ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:52:12.523951 [ 3 ] {e2c3c9ae-5dd6-433c-b52d-8cebdfdc11ef} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:12.524383 [ 3 ] {e2c3c9ae-5dd6-433c-b52d-8cebdfdc11ef} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:12.524428 [ 3 ] {e2c3c9ae-5dd6-433c-b52d-8cebdfdc11ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:12.524805 [ 3 ] {e2c3c9ae-5dd6-433c-b52d-8cebdfdc11ef} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.29 21:52:12.525145 [ 3 ] {e2c3c9ae-5dd6-433c-b52d-8cebdfdc11ef} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:12.525288 [ 3 ] {e2c3c9ae-5dd6-433c-b52d-8cebdfdc11ef} executeQuery: Read 4 rows, 332.00 B in 0.001674 sec., 2389.4862604540026 rows/sec., 193.68 KiB/sec. 2024.05.29 21:52:12.525560 [ 3 ] {e2c3c9ae-5dd6-433c-b52d-8cebdfdc11ef} DynamicQueryHandler: Done processing query 2024.05.29 21:52:12.525588 [ 3 ] {e2c3c9ae-5dd6-433c-b52d-8cebdfdc11ef} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:52:12.525606 [ 3 ] {} HTTP-Session: dd2e35b5-778b-41e7-89ea-2e37cc0e5dd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.525735 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:12.525787 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:12.525807 [ 3 ] {} HTTP-Session: 0142de1d-dd59-41f8-84ca-4e5ff57e740c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:12.525823 [ 3 ] {} HTTP-Session: 0142de1d-dd59-41f8-84ca-4e5ff57e740c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.525838 [ 3 ] {} HTTP-Session: 0142de1d-dd59-41f8-84ca-4e5ff57e740c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.525870 [ 3 ] {} HTTP-Session: 0142de1d-dd59-41f8-84ca-4e5ff57e740c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:12.525996 [ 3 ] {4cf3cd29-f586-4a26-976a-09f9c2dd1a10} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:12.526043 [ 3 ] {4cf3cd29-f586-4a26-976a-09f9c2dd1a10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:52:12.526185 [ 3 ] {4cf3cd29-f586-4a26-976a-09f9c2dd1a10} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:12.526537 [ 3 ] {4cf3cd29-f586-4a26-976a-09f9c2dd1a10} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:12.526574 [ 3 ] {4cf3cd29-f586-4a26-976a-09f9c2dd1a10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:12.526896 [ 3 ] {4cf3cd29-f586-4a26-976a-09f9c2dd1a10} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.29 21:52:12.527202 [ 3 ] {4cf3cd29-f586-4a26-976a-09f9c2dd1a10} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:12.527325 [ 3 ] {4cf3cd29-f586-4a26-976a-09f9c2dd1a10} executeQuery: Read 68 rows, 5.48 KiB in 0.001378 sec., 49346.87953555878 rows/sec., 3.88 MiB/sec. 2024.05.29 21:52:12.527582 [ 3 ] {4cf3cd29-f586-4a26-976a-09f9c2dd1a10} DynamicQueryHandler: Done processing query 2024.05.29 21:52:12.527608 [ 3 ] {4cf3cd29-f586-4a26-976a-09f9c2dd1a10} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:52:12.527625 [ 3 ] {} HTTP-Session: 0142de1d-dd59-41f8-84ca-4e5ff57e740c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.527738 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:12.527787 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:12.527807 [ 3 ] {} HTTP-Session: 8a8b026c-6a0a-46e4-be80-991a564c758d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:12.527823 [ 3 ] {} HTTP-Session: 8a8b026c-6a0a-46e4-be80-991a564c758d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.527837 [ 3 ] {} HTTP-Session: 8a8b026c-6a0a-46e4-be80-991a564c758d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.527868 [ 3 ] {} HTTP-Session: 8a8b026c-6a0a-46e4-be80-991a564c758d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:12.527986 [ 3 ] {bbfd461d-5ff6-4ad9-9461-9eaadf91701b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:12.528031 [ 3 ] {bbfd461d-5ff6-4ad9-9461-9eaadf91701b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:52:12.528175 [ 3 ] {bbfd461d-5ff6-4ad9-9461-9eaadf91701b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:12.528507 [ 3 ] {bbfd461d-5ff6-4ad9-9461-9eaadf91701b} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:12.528544 [ 3 ] {bbfd461d-5ff6-4ad9-9461-9eaadf91701b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:12.528857 [ 3 ] {bbfd461d-5ff6-4ad9-9461-9eaadf91701b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.29 21:52:12.529158 [ 3 ] {bbfd461d-5ff6-4ad9-9461-9eaadf91701b} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:12.529288 [ 3 ] {bbfd461d-5ff6-4ad9-9461-9eaadf91701b} executeQuery: Read 68 rows, 5.44 KiB in 0.001341 sec., 50708.42654735273 rows/sec., 3.96 MiB/sec. 2024.05.29 21:52:12.529561 [ 3 ] {bbfd461d-5ff6-4ad9-9461-9eaadf91701b} DynamicQueryHandler: Done processing query 2024.05.29 21:52:12.529586 [ 3 ] {bbfd461d-5ff6-4ad9-9461-9eaadf91701b} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:52:12.529604 [ 3 ] {} HTTP-Session: 8a8b026c-6a0a-46e4-be80-991a564c758d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.529757 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:12.529806 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:12.529825 [ 3 ] {} HTTP-Session: aeb5eae5-655b-4ead-820d-f9e06179eb89 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:12.529842 [ 3 ] {} HTTP-Session: aeb5eae5-655b-4ead-820d-f9e06179eb89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.529855 [ 3 ] {} HTTP-Session: aeb5eae5-655b-4ead-820d-f9e06179eb89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.529886 [ 3 ] {} HTTP-Session: aeb5eae5-655b-4ead-820d-f9e06179eb89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:12.530037 [ 3 ] {8d24b093-135b-4df7-b5be-c6192fa28036} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:12.530086 [ 3 ] {8d24b093-135b-4df7-b5be-c6192fa28036} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:52:12.530247 [ 3 ] {8d24b093-135b-4df7-b5be-c6192fa28036} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:12.530631 [ 3 ] {8d24b093-135b-4df7-b5be-c6192fa28036} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:12.530668 [ 3 ] {8d24b093-135b-4df7-b5be-c6192fa28036} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:12.531051 [ 3 ] {8d24b093-135b-4df7-b5be-c6192fa28036} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.29 21:52:12.531399 [ 3 ] {8d24b093-135b-4df7-b5be-c6192fa28036} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:12.531527 [ 3 ] {8d24b093-135b-4df7-b5be-c6192fa28036} executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. 2024.05.29 21:52:12.531675 [ 3 ] {8d24b093-135b-4df7-b5be-c6192fa28036} DynamicQueryHandler: Done processing query 2024.05.29 21:52:12.531700 [ 3 ] {8d24b093-135b-4df7-b5be-c6192fa28036} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:52:12.531716 [ 3 ] {} HTTP-Session: aeb5eae5-655b-4ead-820d-f9e06179eb89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.531828 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:12.531876 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:12.531895 [ 3 ] {} HTTP-Session: 2d9d1b6f-79be-43d8-8cd9-e751558fcc74 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:12.531911 [ 3 ] {} HTTP-Session: 2d9d1b6f-79be-43d8-8cd9-e751558fcc74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.531926 [ 3 ] {} HTTP-Session: 2d9d1b6f-79be-43d8-8cd9-e751558fcc74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.531956 [ 3 ] {} HTTP-Session: 2d9d1b6f-79be-43d8-8cd9-e751558fcc74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:12.532070 [ 3 ] {809698fd-2813-4556-9053-e9b9f54e4ff7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:12.532117 [ 3 ] {809698fd-2813-4556-9053-e9b9f54e4ff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:52:12.532272 [ 3 ] {809698fd-2813-4556-9053-e9b9f54e4ff7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:12.532576 [ 3 ] {809698fd-2813-4556-9053-e9b9f54e4ff7} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:12.532611 [ 3 ] {809698fd-2813-4556-9053-e9b9f54e4ff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:12.532994 [ 3 ] {809698fd-2813-4556-9053-e9b9f54e4ff7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.29 21:52:12.533324 [ 3 ] {809698fd-2813-4556-9053-e9b9f54e4ff7} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:12.533446 [ 3 ] {809698fd-2813-4556-9053-e9b9f54e4ff7} executeQuery: Read 4 rows, 5.53 KiB in 0.001419 sec., 2818.8865398167727 rows/sec., 3.80 MiB/sec. 2024.05.29 21:52:12.533607 [ 3 ] {809698fd-2813-4556-9053-e9b9f54e4ff7} DynamicQueryHandler: Done processing query 2024.05.29 21:52:12.533632 [ 3 ] {809698fd-2813-4556-9053-e9b9f54e4ff7} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:52:12.533649 [ 3 ] {} HTTP-Session: 2d9d1b6f-79be-43d8-8cd9-e751558fcc74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.533763 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:12.533811 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:12.533830 [ 3 ] {} HTTP-Session: dee9dd57-e8a5-4f24-aba1-f6430bdd47c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:12.533847 [ 3 ] {} HTTP-Session: dee9dd57-e8a5-4f24-aba1-f6430bdd47c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.533861 [ 3 ] {} HTTP-Session: dee9dd57-e8a5-4f24-aba1-f6430bdd47c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:12.533892 [ 3 ] {} HTTP-Session: dee9dd57-e8a5-4f24-aba1-f6430bdd47c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:12.534002 [ 3 ] {435925e6-03d4-4466-9a2e-b43bf662eed8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:12.534047 [ 3 ] {435925e6-03d4-4466-9a2e-b43bf662eed8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:52:12.534173 [ 3 ] {435925e6-03d4-4466-9a2e-b43bf662eed8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:12.534482 [ 3 ] {435925e6-03d4-4466-9a2e-b43bf662eed8} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:12.534518 [ 3 ] {435925e6-03d4-4466-9a2e-b43bf662eed8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2024.05.29 21:52:12.534898 [ 3 ] {435925e6-03d4-4466-9a2e-b43bf662eed8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.29 21:52:12.535210 [ 3 ] {435925e6-03d4-4466-9a2e-b43bf662eed8} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:12.535334 [ 3 ] {435925e6-03d4-4466-9a2e-b43bf662eed8} executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. 2024.05.29 21:52:12.535539 [ 3 ] {435925e6-03d4-4466-9a2e-b43bf662eed8} DynamicQueryHandler: Done processing query 2024.05.29 21:52:12.535564 [ 3 ] {435925e6-03d4-4466-9a2e-b43bf662eed8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:12.535580 [ 3 ] {} HTTP-Session: dee9dd57-e8a5-4f24-aba1-f6430bdd47c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:15.781372 [ 36 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:52:15.781438 [ 36 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:52:17.525144 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:17.525259 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:17.525285 [ 3 ] {} HTTP-Session: eb33f136-f3b7-48a0-a507-65f2bc05598c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:17.525309 [ 3 ] {} HTTP-Session: eb33f136-f3b7-48a0-a507-65f2bc05598c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.525328 [ 3 ] {} HTTP-Session: eb33f136-f3b7-48a0-a507-65f2bc05598c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.525377 [ 3 ] {} HTTP-Session: eb33f136-f3b7-48a0-a507-65f2bc05598c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:17.525568 [ 3 ] {85c0d296-3da2-4f8b-8da8-ca04d2f17c11} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:17.525636 [ 3 ] {85c0d296-3da2-4f8b-8da8-ca04d2f17c11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:52:17.525835 [ 3 ] {85c0d296-3da2-4f8b-8da8-ca04d2f17c11} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:17.526313 [ 3 ] {85c0d296-3da2-4f8b-8da8-ca04d2f17c11} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:17.526358 [ 3 ] {85c0d296-3da2-4f8b-8da8-ca04d2f17c11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:17.526742 [ 3 ] {85c0d296-3da2-4f8b-8da8-ca04d2f17c11} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.29 21:52:17.527090 [ 3 ] {85c0d296-3da2-4f8b-8da8-ca04d2f17c11} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:17.527239 [ 3 ] {85c0d296-3da2-4f8b-8da8-ca04d2f17c11} executeQuery: Read 24 rows, 1.95 KiB in 0.001729 sec., 13880.855986119144 rows/sec., 1.10 MiB/sec. 2024.05.29 21:52:17.527479 [ 3 ] {85c0d296-3da2-4f8b-8da8-ca04d2f17c11} DynamicQueryHandler: Done processing query 2024.05.29 21:52:17.527506 [ 3 ] {85c0d296-3da2-4f8b-8da8-ca04d2f17c11} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:17.527522 [ 3 ] {} HTTP-Session: eb33f136-f3b7-48a0-a507-65f2bc05598c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.527656 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:17.527710 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:17.527729 [ 3 ] {} HTTP-Session: 2c8fda7c-43a6-4bc3-ad91-1d4b8828581c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:17.527746 [ 3 ] {} HTTP-Session: 2c8fda7c-43a6-4bc3-ad91-1d4b8828581c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.527760 [ 3 ] {} HTTP-Session: 2c8fda7c-43a6-4bc3-ad91-1d4b8828581c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.527797 [ 3 ] {} HTTP-Session: 2c8fda7c-43a6-4bc3-ad91-1d4b8828581c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:17.527947 [ 3 ] {f4197fd5-d961-4ea1-a19b-5ef006fcbe67} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:17.527994 [ 3 ] {f4197fd5-d961-4ea1-a19b-5ef006fcbe67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:52:17.528126 [ 3 ] {f4197fd5-d961-4ea1-a19b-5ef006fcbe67} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:17.528541 [ 3 ] {f4197fd5-d961-4ea1-a19b-5ef006fcbe67} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:17.528584 [ 3 ] {f4197fd5-d961-4ea1-a19b-5ef006fcbe67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:17.528941 [ 3 ] {f4197fd5-d961-4ea1-a19b-5ef006fcbe67} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.29 21:52:17.529325 [ 3 ] {f4197fd5-d961-4ea1-a19b-5ef006fcbe67} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:17.529456 [ 3 ] {f4197fd5-d961-4ea1-a19b-5ef006fcbe67} executeQuery: Read 128 rows, 10.91 KiB in 0.001572 sec., 81424.93638676844 rows/sec., 6.77 MiB/sec. 2024.05.29 21:52:17.529792 [ 3 ] {f4197fd5-d961-4ea1-a19b-5ef006fcbe67} DynamicQueryHandler: Done processing query 2024.05.29 21:52:17.529817 [ 3 ] {f4197fd5-d961-4ea1-a19b-5ef006fcbe67} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:52:17.529833 [ 3 ] {} HTTP-Session: 2c8fda7c-43a6-4bc3-ad91-1d4b8828581c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.529956 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 14954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:17.530009 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:17.530028 [ 3 ] {} HTTP-Session: 15d99316-2287-4714-b659-c7aae2c53e31 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:17.530046 [ 3 ] {} HTTP-Session: 15d99316-2287-4714-b659-c7aae2c53e31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.530060 [ 3 ] {} HTTP-Session: 15d99316-2287-4714-b659-c7aae2c53e31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.530094 [ 3 ] {} HTTP-Session: 15d99316-2287-4714-b659-c7aae2c53e31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:17.530218 [ 3 ] {51469c16-d0f9-43f0-9968-9749c800fcca} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:17.530263 [ 3 ] {51469c16-d0f9-43f0-9968-9749c800fcca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:52:17.530413 [ 3 ] {51469c16-d0f9-43f0-9968-9749c800fcca} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:17.530817 [ 3 ] {51469c16-d0f9-43f0-9968-9749c800fcca} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:17.530854 [ 3 ] {51469c16-d0f9-43f0-9968-9749c800fcca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:17.531166 [ 3 ] {51469c16-d0f9-43f0-9968-9749c800fcca} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.29 21:52:17.531481 [ 3 ] {51469c16-d0f9-43f0-9968-9749c800fcca} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:17.531606 [ 3 ] {51469c16-d0f9-43f0-9968-9749c800fcca} executeQuery: Read 88 rows, 7.04 KiB in 0.001434 sec., 61366.806136680614 rows/sec., 4.79 MiB/sec. 2024.05.29 21:52:17.531766 [ 3 ] {51469c16-d0f9-43f0-9968-9749c800fcca} DynamicQueryHandler: Done processing query 2024.05.29 21:52:17.531791 [ 3 ] {51469c16-d0f9-43f0-9968-9749c800fcca} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:52:17.531811 [ 3 ] {} HTTP-Session: 15d99316-2287-4714-b659-c7aae2c53e31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.531981 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:17.532029 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:17.532049 [ 3 ] {} HTTP-Session: 12a6d7e5-f750-405b-9b36-d6044cb52e8f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:17.532065 [ 3 ] {} HTTP-Session: 12a6d7e5-f750-405b-9b36-d6044cb52e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.532079 [ 3 ] {} HTTP-Session: 12a6d7e5-f750-405b-9b36-d6044cb52e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.532110 [ 3 ] {} HTTP-Session: 12a6d7e5-f750-405b-9b36-d6044cb52e8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:17.532259 [ 3 ] {eb70ec3c-7c9a-42ab-801e-8ce6a55785dd} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:17.532306 [ 3 ] {eb70ec3c-7c9a-42ab-801e-8ce6a55785dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:52:17.532453 [ 3 ] {eb70ec3c-7c9a-42ab-801e-8ce6a55785dd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:17.532850 [ 3 ] {eb70ec3c-7c9a-42ab-801e-8ce6a55785dd} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:17.532886 [ 3 ] {eb70ec3c-7c9a-42ab-801e-8ce6a55785dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:17.533268 [ 3 ] {eb70ec3c-7c9a-42ab-801e-8ce6a55785dd} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.29 21:52:17.533612 [ 3 ] {eb70ec3c-7c9a-42ab-801e-8ce6a55785dd} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:17.533739 [ 3 ] {eb70ec3c-7c9a-42ab-801e-8ce6a55785dd} executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. 2024.05.29 21:52:17.533941 [ 3 ] {eb70ec3c-7c9a-42ab-801e-8ce6a55785dd} DynamicQueryHandler: Done processing query 2024.05.29 21:52:17.533965 [ 3 ] {eb70ec3c-7c9a-42ab-801e-8ce6a55785dd} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:52:17.533980 [ 3 ] {} HTTP-Session: 12a6d7e5-f750-405b-9b36-d6044cb52e8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.534129 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:17.534179 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:17.534197 [ 3 ] {} HTTP-Session: 0bea02e7-1abd-4c10-97e4-33e0b4f05da2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:17.534214 [ 3 ] {} HTTP-Session: 0bea02e7-1abd-4c10-97e4-33e0b4f05da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.534227 [ 3 ] {} HTTP-Session: 0bea02e7-1abd-4c10-97e4-33e0b4f05da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.534258 [ 3 ] {} HTTP-Session: 0bea02e7-1abd-4c10-97e4-33e0b4f05da2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:17.534505 [ 3 ] {975c1cde-e34a-45df-8e76-6346e849f5fe} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:17.534552 [ 3 ] {975c1cde-e34a-45df-8e76-6346e849f5fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:52:17.534707 [ 3 ] {975c1cde-e34a-45df-8e76-6346e849f5fe} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:17.535146 [ 3 ] {975c1cde-e34a-45df-8e76-6346e849f5fe} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:17.535181 [ 3 ] {975c1cde-e34a-45df-8e76-6346e849f5fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:17.535589 [ 3 ] {975c1cde-e34a-45df-8e76-6346e849f5fe} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.29 21:52:17.535937 [ 3 ] {975c1cde-e34a-45df-8e76-6346e849f5fe} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:17.536064 [ 3 ] {975c1cde-e34a-45df-8e76-6346e849f5fe} executeQuery: Read 24 rows, 33.16 KiB in 0.001727 sec., 13896.931094383324 rows/sec., 18.75 MiB/sec. 2024.05.29 21:52:17.536286 [ 3 ] {975c1cde-e34a-45df-8e76-6346e849f5fe} DynamicQueryHandler: Done processing query 2024.05.29 21:52:17.536309 [ 3 ] {975c1cde-e34a-45df-8e76-6346e849f5fe} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:52:17.536325 [ 3 ] {} HTTP-Session: 0bea02e7-1abd-4c10-97e4-33e0b4f05da2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.536440 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:17.536490 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:17.536509 [ 3 ] {} HTTP-Session: 1d17c2fd-2c68-4a49-b08f-b6ba4aee03fc Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:17.536527 [ 3 ] {} HTTP-Session: 1d17c2fd-2c68-4a49-b08f-b6ba4aee03fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.536540 [ 3 ] {} HTTP-Session: 1d17c2fd-2c68-4a49-b08f-b6ba4aee03fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:17.536573 [ 3 ] {} HTTP-Session: 1d17c2fd-2c68-4a49-b08f-b6ba4aee03fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:17.536700 [ 3 ] {0f12fd99-74ee-4ee1-a17e-d9cdff587fac} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:17.536747 [ 3 ] {0f12fd99-74ee-4ee1-a17e-d9cdff587fac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:52:17.536885 [ 3 ] {0f12fd99-74ee-4ee1-a17e-d9cdff587fac} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:17.537197 [ 3 ] {0f12fd99-74ee-4ee1-a17e-d9cdff587fac} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:17.537233 [ 3 ] {0f12fd99-74ee-4ee1-a17e-d9cdff587fac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:17.537592 [ 3 ] {0f12fd99-74ee-4ee1-a17e-d9cdff587fac} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.29 21:52:17.537928 [ 3 ] {0f12fd99-74ee-4ee1-a17e-d9cdff587fac} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:17.538091 [ 3 ] {0f12fd99-74ee-4ee1-a17e-d9cdff587fac} executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. 2024.05.29 21:52:17.538264 [ 3 ] {0f12fd99-74ee-4ee1-a17e-d9cdff587fac} DynamicQueryHandler: Done processing query 2024.05.29 21:52:17.538288 [ 3 ] {0f12fd99-74ee-4ee1-a17e-d9cdff587fac} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:17.538304 [ 3 ] {} HTTP-Session: 1d17c2fd-2c68-4a49-b08f-b6ba4aee03fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.523655 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:22.523799 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:22.523828 [ 3 ] {} HTTP-Session: 4be2c5a7-945f-435e-ac10-ee34bf227b2a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:22.523857 [ 3 ] {} HTTP-Session: 4be2c5a7-945f-435e-ac10-ee34bf227b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.523875 [ 3 ] {} HTTP-Session: 4be2c5a7-945f-435e-ac10-ee34bf227b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.523932 [ 3 ] {} HTTP-Session: 4be2c5a7-945f-435e-ac10-ee34bf227b2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:22.524135 [ 3 ] {06a156bb-90a2-4dc1-9595-82787d5b8d56} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:22.524210 [ 3 ] {06a156bb-90a2-4dc1-9595-82787d5b8d56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:52:22.524434 [ 3 ] {06a156bb-90a2-4dc1-9595-82787d5b8d56} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:22.524942 [ 3 ] {06a156bb-90a2-4dc1-9595-82787d5b8d56} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:22.524980 [ 3 ] {06a156bb-90a2-4dc1-9595-82787d5b8d56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:22.525353 [ 3 ] {06a156bb-90a2-4dc1-9595-82787d5b8d56} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.29 21:52:22.525695 [ 3 ] {06a156bb-90a2-4dc1-9595-82787d5b8d56} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:22.525840 [ 3 ] {06a156bb-90a2-4dc1-9595-82787d5b8d56} executeQuery: Read 4 rows, 332.00 B in 0.001768 sec., 2262.443438914027 rows/sec., 183.38 KiB/sec. 2024.05.29 21:52:22.526165 [ 3 ] {06a156bb-90a2-4dc1-9595-82787d5b8d56} DynamicQueryHandler: Done processing query 2024.05.29 21:52:22.526192 [ 3 ] {06a156bb-90a2-4dc1-9595-82787d5b8d56} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:52:22.526209 [ 3 ] {} HTTP-Session: 4be2c5a7-945f-435e-ac10-ee34bf227b2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.526346 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:22.526396 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:22.526416 [ 3 ] {} HTTP-Session: a621b66f-a817-48e9-bdb5-f5efa0da54c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:22.526433 [ 3 ] {} HTTP-Session: a621b66f-a817-48e9-bdb5-f5efa0da54c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.526447 [ 3 ] {} HTTP-Session: a621b66f-a817-48e9-bdb5-f5efa0da54c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.526478 [ 3 ] {} HTTP-Session: a621b66f-a817-48e9-bdb5-f5efa0da54c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:22.526598 [ 3 ] {8fed333b-f343-4823-b968-0cccc4531b39} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:22.526642 [ 3 ] {8fed333b-f343-4823-b968-0cccc4531b39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:52:22.526789 [ 3 ] {8fed333b-f343-4823-b968-0cccc4531b39} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:22.527155 [ 3 ] {8fed333b-f343-4823-b968-0cccc4531b39} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:22.527191 [ 3 ] {8fed333b-f343-4823-b968-0cccc4531b39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:22.527509 [ 3 ] {8fed333b-f343-4823-b968-0cccc4531b39} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.29 21:52:22.527816 [ 3 ] {8fed333b-f343-4823-b968-0cccc4531b39} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:22.527928 [ 30 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.29 21:52:22.527937 [ 3 ] {8fed333b-f343-4823-b968-0cccc4531b39} executeQuery: Read 68 rows, 5.48 KiB in 0.001381 sec., 49239.681390296886 rows/sec., 3.87 MiB/sec. 2024.05.29 21:52:22.527974 [ 30 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:22.528008 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:22.528169 [ 3 ] {8fed333b-f343-4823-b968-0cccc4531b39} DynamicQueryHandler: Done processing query 2024.05.29 21:52:22.528206 [ 3 ] {8fed333b-f343-4823-b968-0cccc4531b39} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:52:22.528216 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.29 21:52:22.528229 [ 3 ] {} HTTP-Session: a621b66f-a817-48e9-bdb5-f5efa0da54c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.528462 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:22.528503 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:52:22.528569 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:22.528585 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 177 rows starting from the beginning of the part 2024.05.29 21:52:22.528613 [ 3 ] {} HTTP-Session: bd2ee55f-1240-440c-8b90-74fbdb6fbfe3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:22.528655 [ 3 ] {} HTTP-Session: bd2ee55f-1240-440c-8b90-74fbdb6fbfe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.528697 [ 3 ] {} HTTP-Session: bd2ee55f-1240-440c-8b90-74fbdb6fbfe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.528836 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 68 rows starting from the beginning of the part 2024.05.29 21:52:22.528872 [ 3 ] {} HTTP-Session: bd2ee55f-1240-440c-8b90-74fbdb6fbfe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:22.529128 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 128 rows starting from the beginning of the part 2024.05.29 21:52:22.529306 [ 3 ] {5ba237b5-a0e0-4b49-897f-500497abea5b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:22.529395 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 68 rows starting from the beginning of the part 2024.05.29 21:52:22.529541 [ 3 ] {5ba237b5-a0e0-4b49-897f-500497abea5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:52:22.529705 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part 2024.05.29 21:52:22.530099 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 68 rows starting from the beginning of the part 2024.05.29 21:52:22.530584 [ 3 ] {5ba237b5-a0e0-4b49-897f-500497abea5b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:22.531429 [ 3 ] {5ba237b5-a0e0-4b49-897f-500497abea5b} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:22.531509 [ 3 ] {5ba237b5-a0e0-4b49-897f-500497abea5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:22.532416 [ 3 ] {5ba237b5-a0e0-4b49-897f-500497abea5b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.29 21:52:22.533108 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 637 rows, containing 4 columns (4 merged, 0 gathered) in 0.005018603 sec., 126927.75260366281 rows/sec., 10.33 MiB/sec. 2024.05.29 21:52:22.533271 [ 3 ] {5ba237b5-a0e0-4b49-897f-500497abea5b} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:22.533329 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.29 21:52:22.533483 [ 30 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.29 21:52:22.533547 [ 3 ] {5ba237b5-a0e0-4b49-897f-500497abea5b} executeQuery: Read 68 rows, 5.44 KiB in 0.004389 sec., 15493.278651173388 rows/sec., 1.21 MiB/sec. 2024.05.29 21:52:22.533567 [ 30 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:22.533646 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:22.534346 [ 3 ] {5ba237b5-a0e0-4b49-897f-500497abea5b} DynamicQueryHandler: Done processing query 2024.05.29 21:52:22.534445 [ 3 ] {5ba237b5-a0e0-4b49-897f-500497abea5b} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:52:22.534530 [ 3 ] {} HTTP-Session: bd2ee55f-1240-440c-8b90-74fbdb6fbfe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.534668 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.29 21:52:22.534767 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:22.534786 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_16_3} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:22.534900 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:22.535017 [ 3 ] {} HTTP-Session: 9efcfac6-f3f5-43e5-9025-1c5cc61c54a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:22.535071 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_16_3} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.29 21:52:22.535091 [ 3 ] {} HTTP-Session: 9efcfac6-f3f5-43e5-9025-1c5cc61c54a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.535144 [ 3 ] {} HTTP-Session: 9efcfac6-f3f5-43e5-9025-1c5cc61c54a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.535332 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.05.29 21:52:22.535345 [ 3 ] {} HTTP-Session: 9efcfac6-f3f5-43e5-9025-1c5cc61c54a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:22.535406 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:52:22.535476 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 136 rows starting from the beginning of the part 2024.05.29 21:52:22.535716 [ 3 ] {51840268-ca41-43b6-8761-f66b425c08a8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:22.535777 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 68 rows starting from the beginning of the part 2024.05.29 21:52:22.535866 [ 3 ] {51840268-ca41-43b6-8761-f66b425c08a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:52:22.536126 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 88 rows starting from the beginning of the part 2024.05.29 21:52:22.536440 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 68 rows starting from the beginning of the part 2024.05.29 21:52:22.536809 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 88 rows starting from the beginning of the part 2024.05.29 21:52:22.537179 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 68 rows starting from the beginning of the part 2024.05.29 21:52:22.537266 [ 3 ] {51840268-ca41-43b6-8761-f66b425c08a8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:22.538317 [ 3 ] {51840268-ca41-43b6-8761-f66b425c08a8} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:22.538367 [ 3 ] {51840268-ca41-43b6-8761-f66b425c08a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:22.539502 [ 3 ] {51840268-ca41-43b6-8761-f66b425c08a8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.29 21:52:22.540358 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 4 columns (4 merged, 0 gathered) in 0.006349719 sec., 81263.4385868099 rows/sec., 6.34 MiB/sec. 2024.05.29 21:52:22.540544 [ 3 ] {51840268-ca41-43b6-8761-f66b425c08a8} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:22.540807 [ 30 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.29 21:52:22.540852 [ 3 ] {51840268-ca41-43b6-8761-f66b425c08a8} executeQuery: Read 160 rows, 11.41 KiB in 0.005321 sec., 30069.535801541064 rows/sec., 2.09 MiB/sec. 2024.05.29 21:52:22.540869 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.29 21:52:22.540887 [ 30 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:22.540978 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:22.541537 [ 3 ] {51840268-ca41-43b6-8761-f66b425c08a8} DynamicQueryHandler: Done processing query 2024.05.29 21:52:22.541525 [ 195 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.29 21:52:22.541636 [ 3 ] {51840268-ca41-43b6-8761-f66b425c08a8} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:52:22.541740 [ 3 ] {} HTTP-Session: 9efcfac6-f3f5-43e5-9025-1c5cc61c54a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.542040 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:22.542234 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:22.542238 [ 195 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:52:22.542287 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_16_3} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:22.542310 [ 3 ] {} HTTP-Session: de388898-40d1-4f8b-9413-2e1947e21a62 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:22.542354 [ 195 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1233 rows starting from the beginning of the part 2024.05.29 21:52:22.542385 [ 3 ] {} HTTP-Session: de388898-40d1-4f8b-9413-2e1947e21a62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.542442 [ 3 ] {} HTTP-Session: de388898-40d1-4f8b-9413-2e1947e21a62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.542578 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_16_3} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.29 21:52:22.542618 [ 3 ] {} HTTP-Session: de388898-40d1-4f8b-9413-2e1947e21a62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:22.542901 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.29 21:52:22.542993 [ 195 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2024.05.29 21:52:22.543159 [ 3 ] {12993c86-9d02-4030-a4bc-fd04d65ecbc1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:22.543276 [ 195 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2024.05.29 21:52:22.543388 [ 3 ] {12993c86-9d02-4030-a4bc-fd04d65ecbc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:52:22.543632 [ 195 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2024.05.29 21:52:22.544016 [ 195 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2024.05.29 21:52:22.544378 [ 195 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2024.05.29 21:52:22.544779 [ 3 ] {12993c86-9d02-4030-a4bc-fd04d65ecbc1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:22.545676 [ 3 ] {12993c86-9d02-4030-a4bc-fd04d65ecbc1} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:22.545732 [ 3 ] {12993c86-9d02-4030-a4bc-fd04d65ecbc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:22.546921 [ 3 ] {12993c86-9d02-4030-a4bc-fd04d65ecbc1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.29 21:52:22.547775 [ 3 ] {12993c86-9d02-4030-a4bc-fd04d65ecbc1} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:22.548029 [ 189 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2033 rows, containing 5 columns (5 merged, 0 gathered) in 0.006805405 sec., 298733.1393208781 rows/sec., 20.84 MiB/sec. 2024.05.29 21:52:22.548162 [ 3 ] {12993c86-9d02-4030-a4bc-fd04d65ecbc1} executeQuery: Read 4 rows, 5.53 KiB in 0.005207 sec., 768.1966583445362 rows/sec., 1.04 MiB/sec. 2024.05.29 21:52:22.548429 [ 3 ] {12993c86-9d02-4030-a4bc-fd04d65ecbc1} DynamicQueryHandler: Done processing query 2024.05.29 21:52:22.548465 [ 3 ] {12993c86-9d02-4030-a4bc-fd04d65ecbc1} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:52:22.548493 [ 3 ] {} HTTP-Session: de388898-40d1-4f8b-9413-2e1947e21a62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.548563 [ 189 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.29 21:52:22.548678 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:22.548815 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:22.548837 [ 3 ] {} HTTP-Session: b998ef28-ecab-48cf-ac78-5352f8833507 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:22.548856 [ 3 ] {} HTTP-Session: b998ef28-ecab-48cf-ac78-5352f8833507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.548886 [ 3 ] {} HTTP-Session: b998ef28-ecab-48cf-ac78-5352f8833507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.548949 [ 3 ] {} HTTP-Session: b998ef28-ecab-48cf-ac78-5352f8833507 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:22.549276 [ 3 ] {9a9a988a-d719-4d42-a0c5-8bd53d78c8e6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:22.549347 [ 3 ] {9a9a988a-d719-4d42-a0c5-8bd53d78c8e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:52:22.549544 [ 189 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_11_2} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:22.549756 [ 3 ] {9a9a988a-d719-4d42-a0c5-8bd53d78c8e6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:22.549814 [ 189 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_11_2} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.29 21:52:22.549970 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2024.05.29 21:52:22.550170 [ 3 ] {9a9a988a-d719-4d42-a0c5-8bd53d78c8e6} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:22.550210 [ 3 ] {9a9a988a-d719-4d42-a0c5-8bd53d78c8e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:22.550598 [ 3 ] {9a9a988a-d719-4d42-a0c5-8bd53d78c8e6} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.29 21:52:22.550930 [ 3 ] {9a9a988a-d719-4d42-a0c5-8bd53d78c8e6} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:22.551053 [ 30 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.29 21:52:22.551059 [ 3 ] {9a9a988a-d719-4d42-a0c5-8bd53d78c8e6} executeQuery: Read 60 rows, 4.14 KiB in 0.00194 sec., 30927.83505154639 rows/sec., 2.08 MiB/sec. 2024.05.29 21:52:22.551085 [ 30 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:22.551128 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:22.551365 [ 3 ] {9a9a988a-d719-4d42-a0c5-8bd53d78c8e6} DynamicQueryHandler: Done processing query 2024.05.29 21:52:22.551458 [ 3 ] {9a9a988a-d719-4d42-a0c5-8bd53d78c8e6} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:22.551481 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.29 21:52:22.551538 [ 3 ] {} HTTP-Session: b998ef28-ecab-48cf-ac78-5352f8833507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:22.551715 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:52:22.551756 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 322 rows starting from the beginning of the part 2024.05.29 21:52:22.551852 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2024.05.29 21:52:22.551947 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2024.05.29 21:52:22.552004 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2024.05.29 21:52:22.552099 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2024.05.29 21:52:22.552451 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2024.05.29 21:52:22.553580 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 622 rows, containing 4 columns (4 merged, 0 gathered) in 0.002346449 sec., 265081.405988368 rows/sec., 17.89 MiB/sec. 2024.05.29 21:52:22.553719 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.29 21:52:22.554074 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_11_2} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:22.554147 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_11_2} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.29 21:52:22.554211 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2024.05.29 21:52:27.525200 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:27.525338 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:27.525364 [ 3 ] {} HTTP-Session: 2b344462-cc28-4127-aa65-82252965deb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:27.525389 [ 3 ] {} HTTP-Session: 2b344462-cc28-4127-aa65-82252965deb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.525404 [ 3 ] {} HTTP-Session: 2b344462-cc28-4127-aa65-82252965deb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.525457 [ 3 ] {} HTTP-Session: 2b344462-cc28-4127-aa65-82252965deb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:27.525658 [ 3 ] {89e3d2f5-7df2-44e3-aa00-1a7fb7b55486} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:27.525730 [ 3 ] {89e3d2f5-7df2-44e3-aa00-1a7fb7b55486} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:52:27.525927 [ 3 ] {89e3d2f5-7df2-44e3-aa00-1a7fb7b55486} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:27.526363 [ 3 ] {89e3d2f5-7df2-44e3-aa00-1a7fb7b55486} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:27.526411 [ 3 ] {89e3d2f5-7df2-44e3-aa00-1a7fb7b55486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:27.526796 [ 3 ] {89e3d2f5-7df2-44e3-aa00-1a7fb7b55486} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.29 21:52:27.527138 [ 3 ] {89e3d2f5-7df2-44e3-aa00-1a7fb7b55486} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:27.527302 [ 3 ] {89e3d2f5-7df2-44e3-aa00-1a7fb7b55486} executeQuery: Read 24 rows, 1.95 KiB in 0.001705 sec., 14076.24633431085 rows/sec., 1.11 MiB/sec. 2024.05.29 21:52:27.527331 [ 25 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.29 21:52:27.527465 [ 25 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:27.527502 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:27.527604 [ 3 ] {89e3d2f5-7df2-44e3-aa00-1a7fb7b55486} DynamicQueryHandler: Done processing query 2024.05.29 21:52:27.527662 [ 3 ] {89e3d2f5-7df2-44e3-aa00-1a7fb7b55486} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:27.527728 [ 3 ] {} HTTP-Session: 2b344462-cc28-4127-aa65-82252965deb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.527862 [ 199 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.29 21:52:27.527927 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:27.528022 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:27.528073 [ 3 ] {} HTTP-Session: a9081a5e-e5cc-4fbe-be08-aaf38cc3199a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:27.528121 [ 3 ] {} HTTP-Session: a9081a5e-e5cc-4fbe-be08-aaf38cc3199a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.528169 [ 3 ] {} HTTP-Session: a9081a5e-e5cc-4fbe-be08-aaf38cc3199a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.528276 [ 3 ] {} HTTP-Session: a9081a5e-e5cc-4fbe-be08-aaf38cc3199a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:27.528358 [ 199 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:52:27.528471 [ 199 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 28 rows starting from the beginning of the part 2024.05.29 21:52:27.528490 [ 3 ] {2a3429c1-8eef-4eab-9180-c4230c661363} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:27.528563 [ 3 ] {2a3429c1-8eef-4eab-9180-c4230c661363} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:52:27.528946 [ 199 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2024.05.29 21:52:27.529360 [ 199 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:27.529591 [ 3 ] {2a3429c1-8eef-4eab-9180-c4230c661363} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:27.529664 [ 199 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2024.05.29 21:52:27.530013 [ 199 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:27.530246 [ 199 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2024.05.29 21:52:27.531371 [ 3 ] {2a3429c1-8eef-4eab-9180-c4230c661363} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:27.531420 [ 3 ] {2a3429c1-8eef-4eab-9180-c4230c661363} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:27.532144 [ 3 ] {2a3429c1-8eef-4eab-9180-c4230c661363} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.29 21:52:27.533166 [ 3 ] {2a3429c1-8eef-4eab-9180-c4230c661363} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:27.533619 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.005990054 sec., 18029.887543584748 rows/sec., 1.43 MiB/sec. 2024.05.29 21:52:27.533631 [ 3 ] {2a3429c1-8eef-4eab-9180-c4230c661363} executeQuery: Read 2 rows, 167.00 B in 0.005184 sec., 385.8024691358024 rows/sec., 31.46 KiB/sec. 2024.05.29 21:52:27.533981 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.29 21:52:27.534084 [ 3 ] {2a3429c1-8eef-4eab-9180-c4230c661363} DynamicQueryHandler: Done processing query 2024.05.29 21:52:27.534114 [ 3 ] {2a3429c1-8eef-4eab-9180-c4230c661363} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:52:27.534140 [ 3 ] {} HTTP-Session: a9081a5e-e5cc-4fbe-be08-aaf38cc3199a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.534347 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 23768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:27.534442 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:27.534480 [ 3 ] {} HTTP-Session: a2d266cc-6b7f-4af6-b29b-44e0d96caa95 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:27.534508 [ 3 ] {} HTTP-Session: a2d266cc-6b7f-4af6-b29b-44e0d96caa95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.534526 [ 3 ] {} HTTP-Session: a2d266cc-6b7f-4af6-b29b-44e0d96caa95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.534579 [ 3 ] {} HTTP-Session: a2d266cc-6b7f-4af6-b29b-44e0d96caa95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:27.534635 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_16_3} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:27.534823 [ 3 ] {4c81a671-ec16-484f-b967-d224669b7a91} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:27.534824 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_16_3} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.29 21:52:27.534892 [ 3 ] {4c81a671-ec16-484f-b967-d224669b7a91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:52:27.535045 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.29 21:52:27.535193 [ 3 ] {4c81a671-ec16-484f-b967-d224669b7a91} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:27.535600 [ 3 ] {4c81a671-ec16-484f-b967-d224669b7a91} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:27.535639 [ 3 ] {4c81a671-ec16-484f-b967-d224669b7a91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:27.535968 [ 3 ] {4c81a671-ec16-484f-b967-d224669b7a91} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.29 21:52:27.536283 [ 3 ] {4c81a671-ec16-484f-b967-d224669b7a91} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:27.536435 [ 3 ] {4c81a671-ec16-484f-b967-d224669b7a91} executeQuery: Read 165 rows, 13.74 KiB in 0.001732 sec., 95265.58891454965 rows/sec., 7.75 MiB/sec. 2024.05.29 21:52:27.536604 [ 3 ] {4c81a671-ec16-484f-b967-d224669b7a91} DynamicQueryHandler: Done processing query 2024.05.29 21:52:27.536628 [ 3 ] {4c81a671-ec16-484f-b967-d224669b7a91} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:52:27.536643 [ 3 ] {} HTTP-Session: a2d266cc-6b7f-4af6-b29b-44e0d96caa95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.536751 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:27.536799 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:27.536818 [ 3 ] {} HTTP-Session: 0db392a4-ab11-47a0-a104-bc1d84d35574 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:27.536833 [ 3 ] {} HTTP-Session: 0db392a4-ab11-47a0-a104-bc1d84d35574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.536847 [ 3 ] {} HTTP-Session: 0db392a4-ab11-47a0-a104-bc1d84d35574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.536878 [ 3 ] {} HTTP-Session: 0db392a4-ab11-47a0-a104-bc1d84d35574 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:27.536970 [ 3 ] {710fce6b-c830-41d3-acec-6a6bf1f02b14} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:27.537013 [ 3 ] {710fce6b-c830-41d3-acec-6a6bf1f02b14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:52:27.537138 [ 3 ] {710fce6b-c830-41d3-acec-6a6bf1f02b14} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:27.537435 [ 3 ] {710fce6b-c830-41d3-acec-6a6bf1f02b14} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:27.537477 [ 3 ] {710fce6b-c830-41d3-acec-6a6bf1f02b14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:27.537792 [ 3 ] {710fce6b-c830-41d3-acec-6a6bf1f02b14} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.29 21:52:27.538100 [ 3 ] {710fce6b-c830-41d3-acec-6a6bf1f02b14} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:27.538271 [ 3 ] {710fce6b-c830-41d3-acec-6a6bf1f02b14} executeQuery: Read 2 rows, 143.00 B in 0.001312 sec., 1524.390243902439 rows/sec., 106.44 KiB/sec. 2024.05.29 21:52:27.538553 [ 3 ] {710fce6b-c830-41d3-acec-6a6bf1f02b14} DynamicQueryHandler: Done processing query 2024.05.29 21:52:27.538577 [ 3 ] {710fce6b-c830-41d3-acec-6a6bf1f02b14} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:52:27.538593 [ 3 ] {} HTTP-Session: 0db392a4-ab11-47a0-a104-bc1d84d35574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.538705 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 19335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:27.538753 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:27.538772 [ 3 ] {} HTTP-Session: 1447fdce-91b9-4c4f-9d97-ee58ffd6e72b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:27.538789 [ 3 ] {} HTTP-Session: 1447fdce-91b9-4c4f-9d97-ee58ffd6e72b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.538803 [ 3 ] {} HTTP-Session: 1447fdce-91b9-4c4f-9d97-ee58ffd6e72b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.538833 [ 3 ] {} HTTP-Session: 1447fdce-91b9-4c4f-9d97-ee58ffd6e72b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:27.538970 [ 3 ] {785b5bcf-2c0d-40f5-a6c1-c4e96c7f1085} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:27.539014 [ 3 ] {785b5bcf-2c0d-40f5-a6c1-c4e96c7f1085} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:52:27.539165 [ 3 ] {785b5bcf-2c0d-40f5-a6c1-c4e96c7f1085} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:27.539540 [ 3 ] {785b5bcf-2c0d-40f5-a6c1-c4e96c7f1085} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:27.539577 [ 3 ] {785b5bcf-2c0d-40f5-a6c1-c4e96c7f1085} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:27.539898 [ 3 ] {785b5bcf-2c0d-40f5-a6c1-c4e96c7f1085} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.29 21:52:27.540203 [ 3 ] {785b5bcf-2c0d-40f5-a6c1-c4e96c7f1085} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:27.540365 [ 3 ] {785b5bcf-2c0d-40f5-a6c1-c4e96c7f1085} executeQuery: Read 114 rows, 9.10 KiB in 0.001451 sec., 78566.50585802895 rows/sec., 6.12 MiB/sec. 2024.05.29 21:52:27.540531 [ 3 ] {785b5bcf-2c0d-40f5-a6c1-c4e96c7f1085} DynamicQueryHandler: Done processing query 2024.05.29 21:52:27.540555 [ 3 ] {785b5bcf-2c0d-40f5-a6c1-c4e96c7f1085} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:52:27.540570 [ 3 ] {} HTTP-Session: 1447fdce-91b9-4c4f-9d97-ee58ffd6e72b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.540704 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 37782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:27.540752 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:27.540771 [ 3 ] {} HTTP-Session: cb638abd-5c8f-4aba-9e3f-1da3b0d7becc Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:27.540788 [ 3 ] {} HTTP-Session: cb638abd-5c8f-4aba-9e3f-1da3b0d7becc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.540802 [ 3 ] {} HTTP-Session: cb638abd-5c8f-4aba-9e3f-1da3b0d7becc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.540834 [ 3 ] {} HTTP-Session: cb638abd-5c8f-4aba-9e3f-1da3b0d7becc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:27.541010 [ 3 ] {f0830414-cd2a-4593-8efe-8fb600c49738} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:27.541060 [ 3 ] {f0830414-cd2a-4593-8efe-8fb600c49738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:52:27.541211 [ 3 ] {f0830414-cd2a-4593-8efe-8fb600c49738} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:27.541623 [ 3 ] {f0830414-cd2a-4593-8efe-8fb600c49738} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:27.541659 [ 3 ] {f0830414-cd2a-4593-8efe-8fb600c49738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:27.542048 [ 3 ] {f0830414-cd2a-4593-8efe-8fb600c49738} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.29 21:52:27.542390 [ 3 ] {f0830414-cd2a-4593-8efe-8fb600c49738} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:27.542549 [ 3 ] {f0830414-cd2a-4593-8efe-8fb600c49738} executeQuery: Read 197 rows, 14.08 KiB in 0.001634 sec., 120563.03549571603 rows/sec., 8.42 MiB/sec. 2024.05.29 21:52:27.542704 [ 3 ] {f0830414-cd2a-4593-8efe-8fb600c49738} DynamicQueryHandler: Done processing query 2024.05.29 21:52:27.542728 [ 3 ] {f0830414-cd2a-4593-8efe-8fb600c49738} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:52:27.542744 [ 3 ] {} HTTP-Session: cb638abd-5c8f-4aba-9e3f-1da3b0d7becc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.542885 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25715, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:27.542934 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:27.542953 [ 3 ] {} HTTP-Session: eb1ee3e1-1cdd-4dc2-a10d-b162caed8f00 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:27.542969 [ 3 ] {} HTTP-Session: eb1ee3e1-1cdd-4dc2-a10d-b162caed8f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.542983 [ 3 ] {} HTTP-Session: eb1ee3e1-1cdd-4dc2-a10d-b162caed8f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.543013 [ 3 ] {} HTTP-Session: eb1ee3e1-1cdd-4dc2-a10d-b162caed8f00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:27.543480 [ 3 ] {fb257b9e-f29b-4423-903a-642610ba0116} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:27.543529 [ 3 ] {fb257b9e-f29b-4423-903a-642610ba0116} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:52:27.543692 [ 3 ] {fb257b9e-f29b-4423-903a-642610ba0116} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:27.544148 [ 3 ] {fb257b9e-f29b-4423-903a-642610ba0116} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:27.544184 [ 3 ] {fb257b9e-f29b-4423-903a-642610ba0116} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:27.544593 [ 3 ] {fb257b9e-f29b-4423-903a-642610ba0116} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.29 21:52:27.544934 [ 3 ] {fb257b9e-f29b-4423-903a-642610ba0116} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:27.545096 [ 25 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.29 21:52:27.545107 [ 3 ] {fb257b9e-f29b-4423-903a-642610ba0116} executeQuery: Read 24 rows, 33.16 KiB in 0.002006 sec., 11964.107676969094 rows/sec., 16.14 MiB/sec. 2024.05.29 21:52:27.545165 [ 25 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:27.545234 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:27.545422 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.29 21:52:27.545459 [ 3 ] {fb257b9e-f29b-4423-903a-642610ba0116} DynamicQueryHandler: Done processing query 2024.05.29 21:52:27.545498 [ 3 ] {fb257b9e-f29b-4423-903a-642610ba0116} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:52:27.545548 [ 3 ] {} HTTP-Session: eb1ee3e1-1cdd-4dc2-a10d-b162caed8f00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.545675 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:52:27.545749 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 202 rows starting from the beginning of the part 2024.05.29 21:52:27.545755 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:27.545887 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:27.545999 [ 3 ] {} HTTP-Session: b099aa2f-4af0-4374-9c13-115c58fd0e09 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:27.546060 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2024.05.29 21:52:27.546092 [ 3 ] {} HTTP-Session: b099aa2f-4af0-4374-9c13-115c58fd0e09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.546145 [ 3 ] {} HTTP-Session: b099aa2f-4af0-4374-9c13-115c58fd0e09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.546324 [ 3 ] {} HTTP-Session: b099aa2f-4af0-4374-9c13-115c58fd0e09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:27.546358 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:27.546678 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2024.05.29 21:52:27.546751 [ 3 ] {ea3e4178-f75e-4b0c-a5a7-e8fc22ba80c2} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:27.546960 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:27.546995 [ 3 ] {ea3e4178-f75e-4b0c-a5a7-e8fc22ba80c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:52:27.547300 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2024.05.29 21:52:27.548076 [ 3 ] {ea3e4178-f75e-4b0c-a5a7-e8fc22ba80c2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:27.548834 [ 3 ] {ea3e4178-f75e-4b0c-a5a7-e8fc22ba80c2} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:27.548888 [ 3 ] {ea3e4178-f75e-4b0c-a5a7-e8fc22ba80c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:27.549629 [ 3 ] {ea3e4178-f75e-4b0c-a5a7-e8fc22ba80c2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.29 21:52:27.550585 [ 3 ] {ea3e4178-f75e-4b0c-a5a7-e8fc22ba80c2} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:27.550972 [ 3 ] {ea3e4178-f75e-4b0c-a5a7-e8fc22ba80c2} executeQuery: Read 60 rows, 4.14 KiB in 0.004423 sec., 13565.453312231517 rows/sec., 936.16 KiB/sec. 2024.05.29 21:52:27.551738 [ 3 ] {ea3e4178-f75e-4b0c-a5a7-e8fc22ba80c2} DynamicQueryHandler: Done processing query 2024.05.29 21:52:27.551789 [ 3 ] {ea3e4178-f75e-4b0c-a5a7-e8fc22ba80c2} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:27.551822 [ 3 ] {} HTTP-Session: b099aa2f-4af0-4374-9c13-115c58fd0e09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:27.554472 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 6 columns (6 merged, 0 gathered) in 0.009139284 sec., 30855.80883579064 rows/sec., 41.64 MiB/sec. 2024.05.29 21:52:27.554801 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.29 21:52:27.555226 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_16_3} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:27.555305 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_16_3} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.29 21:52:27.555391 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. 2024.05.29 21:52:30.781679 [ 23 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:52:30.781752 [ 23 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:52:32.002226 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000870111 sec. 2024.05.29 21:52:32.522418 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:32.522545 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:32.522574 [ 3 ] {} HTTP-Session: 47dd4153-ffa5-4821-a14f-8dbbe8232c2b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:32.522603 [ 3 ] {} HTTP-Session: 47dd4153-ffa5-4821-a14f-8dbbe8232c2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.522621 [ 3 ] {} HTTP-Session: 47dd4153-ffa5-4821-a14f-8dbbe8232c2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.522679 [ 3 ] {} HTTP-Session: 47dd4153-ffa5-4821-a14f-8dbbe8232c2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:32.522887 [ 3 ] {0e276452-60f4-4551-b40c-de3dffb46c96} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:32.522955 [ 3 ] {0e276452-60f4-4551-b40c-de3dffb46c96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:52:32.523148 [ 3 ] {0e276452-60f4-4551-b40c-de3dffb46c96} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:32.523567 [ 3 ] {0e276452-60f4-4551-b40c-de3dffb46c96} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:32.523608 [ 3 ] {0e276452-60f4-4551-b40c-de3dffb46c96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:32.523984 [ 3 ] {0e276452-60f4-4551-b40c-de3dffb46c96} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.29 21:52:32.524324 [ 3 ] {0e276452-60f4-4551-b40c-de3dffb46c96} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:32.524501 [ 3 ] {0e276452-60f4-4551-b40c-de3dffb46c96} executeQuery: Read 4 rows, 332.00 B in 0.001673 sec., 2390.914524805738 rows/sec., 193.79 KiB/sec. 2024.05.29 21:52:32.524693 [ 3 ] {0e276452-60f4-4551-b40c-de3dffb46c96} DynamicQueryHandler: Done processing query 2024.05.29 21:52:32.524718 [ 3 ] {0e276452-60f4-4551-b40c-de3dffb46c96} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:52:32.524733 [ 3 ] {} HTTP-Session: 47dd4153-ffa5-4821-a14f-8dbbe8232c2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.524846 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:32.524895 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:32.524913 [ 3 ] {} HTTP-Session: b7f2d2f9-4b5c-4a14-8b7c-38804a6196f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:32.524930 [ 3 ] {} HTTP-Session: b7f2d2f9-4b5c-4a14-8b7c-38804a6196f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.524944 [ 3 ] {} HTTP-Session: b7f2d2f9-4b5c-4a14-8b7c-38804a6196f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.524975 [ 3 ] {} HTTP-Session: b7f2d2f9-4b5c-4a14-8b7c-38804a6196f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:32.525073 [ 3 ] {c963ac75-5db3-4e57-8667-24c64d66decd} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:32.525116 [ 3 ] {c963ac75-5db3-4e57-8667-24c64d66decd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:52:32.525245 [ 3 ] {c963ac75-5db3-4e57-8667-24c64d66decd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:32.525557 [ 3 ] {c963ac75-5db3-4e57-8667-24c64d66decd} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:32.525593 [ 3 ] {c963ac75-5db3-4e57-8667-24c64d66decd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:32.525892 [ 3 ] {c963ac75-5db3-4e57-8667-24c64d66decd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.29 21:52:32.526201 [ 3 ] {c963ac75-5db3-4e57-8667-24c64d66decd} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:32.526353 [ 3 ] {c963ac75-5db3-4e57-8667-24c64d66decd} executeQuery: Read 8 rows, 668.00 B in 0.001307 sec., 6120.88752869166 rows/sec., 499.12 KiB/sec. 2024.05.29 21:52:32.526634 [ 3 ] {c963ac75-5db3-4e57-8667-24c64d66decd} DynamicQueryHandler: Done processing query 2024.05.29 21:52:32.526659 [ 3 ] {c963ac75-5db3-4e57-8667-24c64d66decd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:52:32.526675 [ 3 ] {} HTTP-Session: b7f2d2f9-4b5c-4a14-8b7c-38804a6196f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.526785 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 10172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:32.526834 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:32.526853 [ 3 ] {} HTTP-Session: f9b063c3-5b05-417b-8dd1-283ee3b6e33e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:32.526869 [ 3 ] {} HTTP-Session: f9b063c3-5b05-417b-8dd1-283ee3b6e33e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.526883 [ 3 ] {} HTTP-Session: f9b063c3-5b05-417b-8dd1-283ee3b6e33e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.526913 [ 3 ] {} HTTP-Session: f9b063c3-5b05-417b-8dd1-283ee3b6e33e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:32.527029 [ 3 ] {184f7390-0c2c-451a-8938-adcd538f6606} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:32.527072 [ 3 ] {184f7390-0c2c-451a-8938-adcd538f6606} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:52:32.527215 [ 3 ] {184f7390-0c2c-451a-8938-adcd538f6606} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:32.527553 [ 3 ] {184f7390-0c2c-451a-8938-adcd538f6606} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:32.527590 [ 3 ] {184f7390-0c2c-451a-8938-adcd538f6606} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:32.527897 [ 3 ] {184f7390-0c2c-451a-8938-adcd538f6606} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.29 21:52:32.528199 [ 3 ] {184f7390-0c2c-451a-8938-adcd538f6606} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:32.528357 [ 3 ] {184f7390-0c2c-451a-8938-adcd538f6606} executeQuery: Read 72 rows, 5.77 KiB in 0.001363 sec., 52824.65150403522 rows/sec., 4.14 MiB/sec. 2024.05.29 21:52:32.528662 [ 3 ] {184f7390-0c2c-451a-8938-adcd538f6606} DynamicQueryHandler: Done processing query 2024.05.29 21:52:32.528686 [ 3 ] {184f7390-0c2c-451a-8938-adcd538f6606} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:52:32.528701 [ 3 ] {} HTTP-Session: f9b063c3-5b05-417b-8dd1-283ee3b6e33e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.528804 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:32.528853 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:32.528871 [ 3 ] {} HTTP-Session: 95796d95-b6d1-4623-853a-027edec801e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:32.528887 [ 3 ] {} HTTP-Session: 95796d95-b6d1-4623-853a-027edec801e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.528901 [ 3 ] {} HTTP-Session: 95796d95-b6d1-4623-853a-027edec801e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.528931 [ 3 ] {} HTTP-Session: 95796d95-b6d1-4623-853a-027edec801e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:32.529029 [ 3 ] {0839f478-1a98-4f3a-89c1-9f272ebcbbd0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:32.529072 [ 3 ] {0839f478-1a98-4f3a-89c1-9f272ebcbbd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:52:32.529223 [ 3 ] {0839f478-1a98-4f3a-89c1-9f272ebcbbd0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:32.529610 [ 3 ] {0839f478-1a98-4f3a-89c1-9f272ebcbbd0} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:32.529643 [ 3 ] {0839f478-1a98-4f3a-89c1-9f272ebcbbd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:32.529944 [ 3 ] {0839f478-1a98-4f3a-89c1-9f272ebcbbd0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.29 21:52:32.530241 [ 3 ] {0839f478-1a98-4f3a-89c1-9f272ebcbbd0} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:32.530390 [ 3 ] {0839f478-1a98-4f3a-89c1-9f272ebcbbd0} executeQuery: Read 8 rows, 572.00 B in 0.001385 sec., 5776.173285198556 rows/sec., 403.32 KiB/sec. 2024.05.29 21:52:32.530677 [ 3 ] {0839f478-1a98-4f3a-89c1-9f272ebcbbd0} DynamicQueryHandler: Done processing query 2024.05.29 21:52:32.530699 [ 3 ] {0839f478-1a98-4f3a-89c1-9f272ebcbbd0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:52:32.530715 [ 3 ] {} HTTP-Session: 95796d95-b6d1-4623-853a-027edec801e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.530819 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 12930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:32.530866 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:32.530885 [ 3 ] {} HTTP-Session: fda6cc87-d3ca-424e-a8ee-22e4a2f8b425 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:32.530901 [ 3 ] {} HTTP-Session: fda6cc87-d3ca-424e-a8ee-22e4a2f8b425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.530914 [ 3 ] {} HTTP-Session: fda6cc87-d3ca-424e-a8ee-22e4a2f8b425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.530943 [ 3 ] {} HTTP-Session: fda6cc87-d3ca-424e-a8ee-22e4a2f8b425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:32.531058 [ 3 ] {5e5c4848-fe9d-4dd2-9d83-ec6a974b6ae5} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:32.531101 [ 3 ] {5e5c4848-fe9d-4dd2-9d83-ec6a974b6ae5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:52:32.531246 [ 3 ] {5e5c4848-fe9d-4dd2-9d83-ec6a974b6ae5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:32.531549 [ 3 ] {5e5c4848-fe9d-4dd2-9d83-ec6a974b6ae5} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:32.531583 [ 3 ] {5e5c4848-fe9d-4dd2-9d83-ec6a974b6ae5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:32.531884 [ 3 ] {5e5c4848-fe9d-4dd2-9d83-ec6a974b6ae5} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.29 21:52:32.532181 [ 3 ] {5e5c4848-fe9d-4dd2-9d83-ec6a974b6ae5} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:32.532315 [ 3 ] {5e5c4848-fe9d-4dd2-9d83-ec6a974b6ae5} executeQuery: Read 76 rows, 6.09 KiB in 0.001292 sec., 58823.529411764706 rows/sec., 4.60 MiB/sec. 2024.05.29 21:52:32.532468 [ 3 ] {5e5c4848-fe9d-4dd2-9d83-ec6a974b6ae5} DynamicQueryHandler: Done processing query 2024.05.29 21:52:32.532491 [ 3 ] {5e5c4848-fe9d-4dd2-9d83-ec6a974b6ae5} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:52:32.532506 [ 3 ] {} HTTP-Session: fda6cc87-d3ca-424e-a8ee-22e4a2f8b425 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.532653 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 31391, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:32.532700 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:32.532718 [ 3 ] {} HTTP-Session: f2bcf94f-8a85-47a7-914d-fb59e0da9d1e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:32.532734 [ 3 ] {} HTTP-Session: f2bcf94f-8a85-47a7-914d-fb59e0da9d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.532747 [ 3 ] {} HTTP-Session: f2bcf94f-8a85-47a7-914d-fb59e0da9d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.532777 [ 3 ] {} HTTP-Session: f2bcf94f-8a85-47a7-914d-fb59e0da9d1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:32.532914 [ 3 ] {a254927e-55cf-449d-9d91-39dd19152cb0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:32.532960 [ 3 ] {a254927e-55cf-449d-9d91-39dd19152cb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:52:32.533103 [ 3 ] {a254927e-55cf-449d-9d91-39dd19152cb0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:32.533454 [ 3 ] {a254927e-55cf-449d-9d91-39dd19152cb0} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:32.533489 [ 3 ] {a254927e-55cf-449d-9d91-39dd19152cb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:32.533864 [ 3 ] {a254927e-55cf-449d-9d91-39dd19152cb0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.29 21:52:32.534190 [ 3 ] {a254927e-55cf-449d-9d91-39dd19152cb0} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:32.534339 [ 3 ] {a254927e-55cf-449d-9d91-39dd19152cb0} executeQuery: Read 164 rows, 11.69 KiB in 0.001493 sec., 109845.94775619559 rows/sec., 7.65 MiB/sec. 2024.05.29 21:52:32.534500 [ 3 ] {a254927e-55cf-449d-9d91-39dd19152cb0} DynamicQueryHandler: Done processing query 2024.05.29 21:52:32.534523 [ 3 ] {a254927e-55cf-449d-9d91-39dd19152cb0} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:52:32.534538 [ 3 ] {} HTTP-Session: f2bcf94f-8a85-47a7-914d-fb59e0da9d1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.534635 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:32.534682 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:32.534700 [ 3 ] {} HTTP-Session: 06044574-fc9e-46d4-b4ab-50cad5dd86b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:32.534716 [ 3 ] {} HTTP-Session: 06044574-fc9e-46d4-b4ab-50cad5dd86b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.534730 [ 3 ] {} HTTP-Session: 06044574-fc9e-46d4-b4ab-50cad5dd86b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.534759 [ 3 ] {} HTTP-Session: 06044574-fc9e-46d4-b4ab-50cad5dd86b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:32.534883 [ 3 ] {58b1a1a3-70c3-478e-80f2-d912c66b769b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:32.534929 [ 3 ] {58b1a1a3-70c3-478e-80f2-d912c66b769b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:52:32.535085 [ 3 ] {58b1a1a3-70c3-478e-80f2-d912c66b769b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:32.535371 [ 3 ] {58b1a1a3-70c3-478e-80f2-d912c66b769b} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:32.535406 [ 3 ] {58b1a1a3-70c3-478e-80f2-d912c66b769b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:32.535778 [ 3 ] {58b1a1a3-70c3-478e-80f2-d912c66b769b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.29 21:52:32.536100 [ 3 ] {58b1a1a3-70c3-478e-80f2-d912c66b769b} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:32.536258 [ 3 ] {58b1a1a3-70c3-478e-80f2-d912c66b769b} executeQuery: Read 4 rows, 5.53 KiB in 0.001418 sec., 2820.8744710860365 rows/sec., 3.81 MiB/sec. 2024.05.29 21:52:32.536408 [ 3 ] {58b1a1a3-70c3-478e-80f2-d912c66b769b} DynamicQueryHandler: Done processing query 2024.05.29 21:52:32.536430 [ 3 ] {58b1a1a3-70c3-478e-80f2-d912c66b769b} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:52:32.536445 [ 3 ] {} HTTP-Session: 06044574-fc9e-46d4-b4ab-50cad5dd86b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.536554 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:32.536601 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:32.536618 [ 3 ] {} HTTP-Session: 0d59491a-2f8a-4869-918e-d4ec8a55ee14 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:32.536635 [ 3 ] {} HTTP-Session: 0d59491a-2f8a-4869-918e-d4ec8a55ee14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.536649 [ 3 ] {} HTTP-Session: 0d59491a-2f8a-4869-918e-d4ec8a55ee14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:32.536677 [ 3 ] {} HTTP-Session: 0d59491a-2f8a-4869-918e-d4ec8a55ee14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:32.536786 [ 3 ] {fa386432-0ba5-42e4-af91-4c32acd64aee} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:32.536830 [ 3 ] {fa386432-0ba5-42e4-af91-4c32acd64aee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:52:32.536954 [ 3 ] {fa386432-0ba5-42e4-af91-4c32acd64aee} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:32.537223 [ 3 ] {fa386432-0ba5-42e4-af91-4c32acd64aee} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:32.537258 [ 3 ] {fa386432-0ba5-42e4-af91-4c32acd64aee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:32.537602 [ 3 ] {fa386432-0ba5-42e4-af91-4c32acd64aee} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.29 21:52:32.537910 [ 3 ] {fa386432-0ba5-42e4-af91-4c32acd64aee} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:32.538061 [ 3 ] {fa386432-0ba5-42e4-af91-4c32acd64aee} executeQuery: Read 60 rows, 4.14 KiB in 0.001312 sec., 45731.70731707317 rows/sec., 3.08 MiB/sec. 2024.05.29 21:52:32.538207 [ 3 ] {fa386432-0ba5-42e4-af91-4c32acd64aee} DynamicQueryHandler: Done processing query 2024.05.29 21:52:32.538229 [ 3 ] {fa386432-0ba5-42e4-af91-4c32acd64aee} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:32.538244 [ 3 ] {} HTTP-Session: 0d59491a-2f8a-4869-918e-d4ec8a55ee14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.523758 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:37.523917 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:37.523946 [ 3 ] {} HTTP-Session: f01c29be-4f9a-4601-9c7d-0e2809856797 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:37.523975 [ 3 ] {} HTTP-Session: f01c29be-4f9a-4601-9c7d-0e2809856797 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.523991 [ 3 ] {} HTTP-Session: f01c29be-4f9a-4601-9c7d-0e2809856797 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.524051 [ 3 ] {} HTTP-Session: f01c29be-4f9a-4601-9c7d-0e2809856797 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:37.524256 [ 3 ] {1dc66ac1-1065-4e7c-a192-77c5487a54d3} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:37.524327 [ 3 ] {1dc66ac1-1065-4e7c-a192-77c5487a54d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:52:37.524520 [ 3 ] {1dc66ac1-1065-4e7c-a192-77c5487a54d3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:37.524894 [ 3 ] {1dc66ac1-1065-4e7c-a192-77c5487a54d3} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:37.524936 [ 3 ] {1dc66ac1-1065-4e7c-a192-77c5487a54d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:37.525317 [ 3 ] {1dc66ac1-1065-4e7c-a192-77c5487a54d3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.29 21:52:37.525646 [ 3 ] {1dc66ac1-1065-4e7c-a192-77c5487a54d3} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:37.525797 [ 3 ] {1dc66ac1-1065-4e7c-a192-77c5487a54d3} executeQuery: Read 24 rows, 1.95 KiB in 0.0016 sec., 15000 rows/sec., 1.19 MiB/sec. 2024.05.29 21:52:37.526026 [ 3 ] {1dc66ac1-1065-4e7c-a192-77c5487a54d3} DynamicQueryHandler: Done processing query 2024.05.29 21:52:37.526052 [ 3 ] {1dc66ac1-1065-4e7c-a192-77c5487a54d3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:37.526069 [ 3 ] {} HTTP-Session: f01c29be-4f9a-4601-9c7d-0e2809856797 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.526185 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:37.526237 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:37.526256 [ 3 ] {} HTTP-Session: b25a00f1-e9cd-42c0-98e3-1ace518d75f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:37.526275 [ 3 ] {} HTTP-Session: b25a00f1-e9cd-42c0-98e3-1ace518d75f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.526289 [ 3 ] {} HTTP-Session: b25a00f1-e9cd-42c0-98e3-1ace518d75f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.526324 [ 3 ] {} HTTP-Session: b25a00f1-e9cd-42c0-98e3-1ace518d75f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:37.526432 [ 3 ] {e7813a57-a6aa-4a4e-afe5-31a9d5d19e6d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:37.526478 [ 3 ] {e7813a57-a6aa-4a4e-afe5-31a9d5d19e6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:52:37.526606 [ 3 ] {e7813a57-a6aa-4a4e-afe5-31a9d5d19e6d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:37.526859 [ 3 ] {e7813a57-a6aa-4a4e-afe5-31a9d5d19e6d} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:37.526896 [ 3 ] {e7813a57-a6aa-4a4e-afe5-31a9d5d19e6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:37.527204 [ 3 ] {e7813a57-a6aa-4a4e-afe5-31a9d5d19e6d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.29 21:52:37.527510 [ 3 ] {e7813a57-a6aa-4a4e-afe5-31a9d5d19e6d} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:37.527634 [ 3 ] {e7813a57-a6aa-4a4e-afe5-31a9d5d19e6d} executeQuery: Read 4 rows, 334.00 B in 0.001233 sec., 3244.1200324412007 rows/sec., 264.54 KiB/sec. 2024.05.29 21:52:37.527781 [ 3 ] {e7813a57-a6aa-4a4e-afe5-31a9d5d19e6d} DynamicQueryHandler: Done processing query 2024.05.29 21:52:37.527804 [ 3 ] {e7813a57-a6aa-4a4e-afe5-31a9d5d19e6d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:52:37.527821 [ 3 ] {} HTTP-Session: b25a00f1-e9cd-42c0-98e3-1ace518d75f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.527941 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:37.527988 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:37.528006 [ 3 ] {} HTTP-Session: ff4445c8-7611-4e7b-971e-54d504c37758 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:37.528022 [ 3 ] {} HTTP-Session: ff4445c8-7611-4e7b-971e-54d504c37758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.528036 [ 3 ] {} HTTP-Session: ff4445c8-7611-4e7b-971e-54d504c37758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.528067 [ 3 ] {} HTTP-Session: ff4445c8-7611-4e7b-971e-54d504c37758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:37.528212 [ 3 ] {6a53b2e3-f16b-4b34-9cf4-519802fcb884} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:37.528255 [ 3 ] {6a53b2e3-f16b-4b34-9cf4-519802fcb884} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:52:37.528375 [ 3 ] {6a53b2e3-f16b-4b34-9cf4-519802fcb884} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:37.528704 [ 3 ] {6a53b2e3-f16b-4b34-9cf4-519802fcb884} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:37.528760 [ 3 ] {6a53b2e3-f16b-4b34-9cf4-519802fcb884} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:37.529255 [ 3 ] {6a53b2e3-f16b-4b34-9cf4-519802fcb884} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.29 21:52:37.529555 [ 3 ] {6a53b2e3-f16b-4b34-9cf4-519802fcb884} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:37.529711 [ 3 ] {6a53b2e3-f16b-4b34-9cf4-519802fcb884} executeQuery: Read 130 rows, 11.05 KiB in 0.001549 sec., 83925.11297611363 rows/sec., 6.97 MiB/sec. 2024.05.29 21:52:37.529866 [ 3 ] {6a53b2e3-f16b-4b34-9cf4-519802fcb884} DynamicQueryHandler: Done processing query 2024.05.29 21:52:37.529889 [ 3 ] {6a53b2e3-f16b-4b34-9cf4-519802fcb884} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:52:37.529904 [ 3 ] {} HTTP-Session: ff4445c8-7611-4e7b-971e-54d504c37758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.530009 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:37.530055 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:37.530075 [ 3 ] {} HTTP-Session: 5f1a5091-58df-40db-a78d-a8e541aaa765 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:37.530092 [ 3 ] {} HTTP-Session: 5f1a5091-58df-40db-a78d-a8e541aaa765 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.530105 [ 3 ] {} HTTP-Session: 5f1a5091-58df-40db-a78d-a8e541aaa765 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.530134 [ 3 ] {} HTTP-Session: 5f1a5091-58df-40db-a78d-a8e541aaa765 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:37.530229 [ 3 ] {cdc477a5-daf0-43cb-827e-0798c091d57d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:37.530271 [ 3 ] {cdc477a5-daf0-43cb-827e-0798c091d57d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:52:37.530395 [ 3 ] {cdc477a5-daf0-43cb-827e-0798c091d57d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:37.530725 [ 3 ] {cdc477a5-daf0-43cb-827e-0798c091d57d} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:37.530763 [ 3 ] {cdc477a5-daf0-43cb-827e-0798c091d57d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:37.531058 [ 3 ] {cdc477a5-daf0-43cb-827e-0798c091d57d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.29 21:52:37.531366 [ 3 ] {cdc477a5-daf0-43cb-827e-0798c091d57d} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:37.531524 [ 3 ] {cdc477a5-daf0-43cb-827e-0798c091d57d} executeQuery: Read 4 rows, 286.00 B in 0.001311 sec., 3051.106025934401 rows/sec., 213.04 KiB/sec. 2024.05.29 21:52:37.531688 [ 3 ] {cdc477a5-daf0-43cb-827e-0798c091d57d} DynamicQueryHandler: Done processing query 2024.05.29 21:52:37.531712 [ 3 ] {cdc477a5-daf0-43cb-827e-0798c091d57d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:52:37.531729 [ 3 ] {} HTTP-Session: 5f1a5091-58df-40db-a78d-a8e541aaa765 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.531840 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 15638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:37.531889 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:37.531907 [ 3 ] {} HTTP-Session: abac43e7-ac3a-4122-b0d9-5166d1a79ff2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:37.531924 [ 3 ] {} HTTP-Session: abac43e7-ac3a-4122-b0d9-5166d1a79ff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.531937 [ 3 ] {} HTTP-Session: abac43e7-ac3a-4122-b0d9-5166d1a79ff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.531967 [ 3 ] {} HTTP-Session: abac43e7-ac3a-4122-b0d9-5166d1a79ff2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:37.532082 [ 3 ] {2c53ec83-f3b2-4d87-bcd5-4a0553d16bc9} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:37.532125 [ 3 ] {2c53ec83-f3b2-4d87-bcd5-4a0553d16bc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:52:37.532250 [ 3 ] {2c53ec83-f3b2-4d87-bcd5-4a0553d16bc9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:37.532569 [ 3 ] {2c53ec83-f3b2-4d87-bcd5-4a0553d16bc9} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:37.532606 [ 3 ] {2c53ec83-f3b2-4d87-bcd5-4a0553d16bc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:37.532915 [ 3 ] {2c53ec83-f3b2-4d87-bcd5-4a0553d16bc9} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.29 21:52:37.533228 [ 3 ] {2c53ec83-f3b2-4d87-bcd5-4a0553d16bc9} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:37.533385 [ 3 ] {2c53ec83-f3b2-4d87-bcd5-4a0553d16bc9} executeQuery: Read 92 rows, 7.36 KiB in 0.001345 sec., 68401.48698884758 rows/sec., 5.35 MiB/sec. 2024.05.29 21:52:37.533577 [ 3 ] {2c53ec83-f3b2-4d87-bcd5-4a0553d16bc9} DynamicQueryHandler: Done processing query 2024.05.29 21:52:37.533601 [ 3 ] {2c53ec83-f3b2-4d87-bcd5-4a0553d16bc9} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:52:37.533616 [ 3 ] {} HTTP-Session: abac43e7-ac3a-4122-b0d9-5166d1a79ff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.533755 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 31013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:37.533803 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:37.533822 [ 3 ] {} HTTP-Session: a333fd94-fc87-45d3-a689-cf455b4b7820 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:37.533838 [ 3 ] {} HTTP-Session: a333fd94-fc87-45d3-a689-cf455b4b7820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.533851 [ 3 ] {} HTTP-Session: a333fd94-fc87-45d3-a689-cf455b4b7820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.533881 [ 3 ] {} HTTP-Session: a333fd94-fc87-45d3-a689-cf455b4b7820 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:37.534021 [ 3 ] {c2c96852-adc6-4470-8bab-05e47c205e84} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:37.534067 [ 3 ] {c2c96852-adc6-4470-8bab-05e47c205e84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:52:37.534208 [ 3 ] {c2c96852-adc6-4470-8bab-05e47c205e84} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:37.534604 [ 3 ] {c2c96852-adc6-4470-8bab-05e47c205e84} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:37.534639 [ 3 ] {c2c96852-adc6-4470-8bab-05e47c205e84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:37.535026 [ 3 ] {c2c96852-adc6-4470-8bab-05e47c205e84} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.29 21:52:37.535363 [ 3 ] {c2c96852-adc6-4470-8bab-05e47c205e84} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:37.535521 [ 3 ] {c2c96852-adc6-4470-8bab-05e47c205e84} executeQuery: Read 162 rows, 11.55 KiB in 0.00156 sec., 103846.15384615384 rows/sec., 7.23 MiB/sec. 2024.05.29 21:52:37.535842 [ 3 ] {c2c96852-adc6-4470-8bab-05e47c205e84} DynamicQueryHandler: Done processing query 2024.05.29 21:52:37.535865 [ 3 ] {c2c96852-adc6-4470-8bab-05e47c205e84} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:52:37.535880 [ 3 ] {} HTTP-Session: a333fd94-fc87-45d3-a689-cf455b4b7820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.536015 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:37.536062 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:37.536081 [ 3 ] {} HTTP-Session: 9ad21441-49e7-41b7-9b1a-eaa0c43d6cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:37.536098 [ 3 ] {} HTTP-Session: 9ad21441-49e7-41b7-9b1a-eaa0c43d6cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.536111 [ 3 ] {} HTTP-Session: 9ad21441-49e7-41b7-9b1a-eaa0c43d6cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.536141 [ 3 ] {} HTTP-Session: 9ad21441-49e7-41b7-9b1a-eaa0c43d6cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:37.536375 [ 3 ] {ea9bbce5-3ea6-401a-a4d7-93f47e4eb1d6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:37.536423 [ 3 ] {ea9bbce5-3ea6-401a-a4d7-93f47e4eb1d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:52:37.536602 [ 3 ] {ea9bbce5-3ea6-401a-a4d7-93f47e4eb1d6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:37.537025 [ 3 ] {ea9bbce5-3ea6-401a-a4d7-93f47e4eb1d6} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:37.537060 [ 3 ] {ea9bbce5-3ea6-401a-a4d7-93f47e4eb1d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:37.537456 [ 3 ] {ea9bbce5-3ea6-401a-a4d7-93f47e4eb1d6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.29 21:52:37.537782 [ 3 ] {ea9bbce5-3ea6-401a-a4d7-93f47e4eb1d6} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:37.537946 [ 3 ] {ea9bbce5-3ea6-401a-a4d7-93f47e4eb1d6} executeQuery: Read 24 rows, 33.16 KiB in 0.001729 sec., 13880.855986119144 rows/sec., 18.73 MiB/sec. 2024.05.29 21:52:37.538102 [ 3 ] {ea9bbce5-3ea6-401a-a4d7-93f47e4eb1d6} DynamicQueryHandler: Done processing query 2024.05.29 21:52:37.538126 [ 3 ] {ea9bbce5-3ea6-401a-a4d7-93f47e4eb1d6} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:52:37.538142 [ 3 ] {} HTTP-Session: 9ad21441-49e7-41b7-9b1a-eaa0c43d6cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.538250 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:37.538296 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:37.538314 [ 3 ] {} HTTP-Session: 1d9659d1-4e18-444e-9992-3d71c3c7d630 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:37.538330 [ 3 ] {} HTTP-Session: 1d9659d1-4e18-444e-9992-3d71c3c7d630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.538343 [ 3 ] {} HTTP-Session: 1d9659d1-4e18-444e-9992-3d71c3c7d630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:37.538373 [ 3 ] {} HTTP-Session: 1d9659d1-4e18-444e-9992-3d71c3c7d630 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:37.538479 [ 3 ] {0274808e-561a-4966-bda4-619072068b57} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:37.538522 [ 3 ] {0274808e-561a-4966-bda4-619072068b57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:52:37.538644 [ 3 ] {0274808e-561a-4966-bda4-619072068b57} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:37.538917 [ 3 ] {0274808e-561a-4966-bda4-619072068b57} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:37.538953 [ 3 ] {0274808e-561a-4966-bda4-619072068b57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:37.539302 [ 3 ] {0274808e-561a-4966-bda4-619072068b57} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.29 21:52:37.539625 [ 3 ] {0274808e-561a-4966-bda4-619072068b57} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:37.539781 [ 3 ] {0274808e-561a-4966-bda4-619072068b57} executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec. 2024.05.29 21:52:37.539944 [ 3 ] {0274808e-561a-4966-bda4-619072068b57} DynamicQueryHandler: Done processing query 2024.05.29 21:52:37.539967 [ 3 ] {0274808e-561a-4966-bda4-619072068b57} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:37.539982 [ 3 ] {} HTTP-Session: 1d9659d1-4e18-444e-9992-3d71c3c7d630 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.523069 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:42.523206 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:42.523232 [ 3 ] {} HTTP-Session: 11354fcf-c596-435f-8251-db3c70879e29 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:42.523257 [ 3 ] {} HTTP-Session: 11354fcf-c596-435f-8251-db3c70879e29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.523271 [ 3 ] {} HTTP-Session: 11354fcf-c596-435f-8251-db3c70879e29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.523322 [ 3 ] {} HTTP-Session: 11354fcf-c596-435f-8251-db3c70879e29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:42.523506 [ 3 ] {37cfff3c-8b1f-4ddc-be81-d4ae6b9a177f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:42.523575 [ 3 ] {37cfff3c-8b1f-4ddc-be81-d4ae6b9a177f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:52:42.523769 [ 3 ] {37cfff3c-8b1f-4ddc-be81-d4ae6b9a177f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:42.524172 [ 3 ] {37cfff3c-8b1f-4ddc-be81-d4ae6b9a177f} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:42.524212 [ 3 ] {37cfff3c-8b1f-4ddc-be81-d4ae6b9a177f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:42.524589 [ 3 ] {37cfff3c-8b1f-4ddc-be81-d4ae6b9a177f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.29 21:52:42.524932 [ 3 ] {37cfff3c-8b1f-4ddc-be81-d4ae6b9a177f} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:42.525081 [ 3 ] {37cfff3c-8b1f-4ddc-be81-d4ae6b9a177f} executeQuery: Read 4 rows, 332.00 B in 0.00163 sec., 2453.98773006135 rows/sec., 198.91 KiB/sec. 2024.05.29 21:52:42.525353 [ 3 ] {37cfff3c-8b1f-4ddc-be81-d4ae6b9a177f} DynamicQueryHandler: Done processing query 2024.05.29 21:52:42.525381 [ 3 ] {37cfff3c-8b1f-4ddc-be81-d4ae6b9a177f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:52:42.525398 [ 3 ] {} HTTP-Session: 11354fcf-c596-435f-8251-db3c70879e29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.525541 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:42.525590 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:42.525608 [ 3 ] {} HTTP-Session: dad8f311-5ad6-4d28-87fa-160cdae72691 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:42.525625 [ 3 ] {} HTTP-Session: dad8f311-5ad6-4d28-87fa-160cdae72691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.525639 [ 3 ] {} HTTP-Session: dad8f311-5ad6-4d28-87fa-160cdae72691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.525670 [ 3 ] {} HTTP-Session: dad8f311-5ad6-4d28-87fa-160cdae72691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:42.525789 [ 3 ] {e244bfbb-86c8-49ca-83da-216af3471df1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:42.525833 [ 3 ] {e244bfbb-86c8-49ca-83da-216af3471df1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:52:42.525976 [ 3 ] {e244bfbb-86c8-49ca-83da-216af3471df1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:42.526326 [ 3 ] {e244bfbb-86c8-49ca-83da-216af3471df1} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:42.526363 [ 3 ] {e244bfbb-86c8-49ca-83da-216af3471df1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:42.526680 [ 3 ] {e244bfbb-86c8-49ca-83da-216af3471df1} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.29 21:52:42.526990 [ 3 ] {e244bfbb-86c8-49ca-83da-216af3471df1} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:42.527150 [ 3 ] {e244bfbb-86c8-49ca-83da-216af3471df1} executeQuery: Read 68 rows, 5.48 KiB in 0.001393 sec., 48815.50610193826 rows/sec., 3.84 MiB/sec. 2024.05.29 21:52:42.527431 [ 3 ] {e244bfbb-86c8-49ca-83da-216af3471df1} DynamicQueryHandler: Done processing query 2024.05.29 21:52:42.527473 [ 3 ] {e244bfbb-86c8-49ca-83da-216af3471df1} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:52:42.527492 [ 3 ] {} HTTP-Session: dad8f311-5ad6-4d28-87fa-160cdae72691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.527612 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:42.527661 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:42.527679 [ 3 ] {} HTTP-Session: 99554495-4ee3-4c75-81e5-93f089a13b62 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:42.527696 [ 3 ] {} HTTP-Session: 99554495-4ee3-4c75-81e5-93f089a13b62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.527710 [ 3 ] {} HTTP-Session: 99554495-4ee3-4c75-81e5-93f089a13b62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.527740 [ 3 ] {} HTTP-Session: 99554495-4ee3-4c75-81e5-93f089a13b62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:42.527857 [ 3 ] {5ad4fab4-d51d-42e2-88df-90b43f776270} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:42.527903 [ 3 ] {5ad4fab4-d51d-42e2-88df-90b43f776270} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:52:42.528052 [ 3 ] {5ad4fab4-d51d-42e2-88df-90b43f776270} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:42.528381 [ 3 ] {5ad4fab4-d51d-42e2-88df-90b43f776270} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:42.528418 [ 3 ] {5ad4fab4-d51d-42e2-88df-90b43f776270} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:42.528738 [ 3 ] {5ad4fab4-d51d-42e2-88df-90b43f776270} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.29 21:52:42.529060 [ 3 ] {5ad4fab4-d51d-42e2-88df-90b43f776270} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:42.529216 [ 3 ] {5ad4fab4-d51d-42e2-88df-90b43f776270} executeQuery: Read 68 rows, 5.44 KiB in 0.001389 sec., 48956.08351331893 rows/sec., 3.82 MiB/sec. 2024.05.29 21:52:42.529508 [ 3 ] {5ad4fab4-d51d-42e2-88df-90b43f776270} DynamicQueryHandler: Done processing query 2024.05.29 21:52:42.529534 [ 3 ] {5ad4fab4-d51d-42e2-88df-90b43f776270} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:52:42.529550 [ 3 ] {} HTTP-Session: 99554495-4ee3-4c75-81e5-93f089a13b62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.529700 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:42.529749 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:42.529767 [ 3 ] {} HTTP-Session: 9851dfac-c863-4d3b-a1de-fc8663d391d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:42.529784 [ 3 ] {} HTTP-Session: 9851dfac-c863-4d3b-a1de-fc8663d391d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.529798 [ 3 ] {} HTTP-Session: 9851dfac-c863-4d3b-a1de-fc8663d391d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.529828 [ 3 ] {} HTTP-Session: 9851dfac-c863-4d3b-a1de-fc8663d391d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:42.529977 [ 3 ] {3b152372-3f18-4c4d-8497-10941a5c6ac8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:42.530025 [ 3 ] {3b152372-3f18-4c4d-8497-10941a5c6ac8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:52:42.530189 [ 3 ] {3b152372-3f18-4c4d-8497-10941a5c6ac8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:42.530566 [ 3 ] {3b152372-3f18-4c4d-8497-10941a5c6ac8} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:42.530602 [ 3 ] {3b152372-3f18-4c4d-8497-10941a5c6ac8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:42.530995 [ 3 ] {3b152372-3f18-4c4d-8497-10941a5c6ac8} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.29 21:52:42.531358 [ 3 ] {3b152372-3f18-4c4d-8497-10941a5c6ac8} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:42.531520 [ 3 ] {3b152372-3f18-4c4d-8497-10941a5c6ac8} executeQuery: Read 160 rows, 11.41 KiB in 0.001609 sec., 99440.64636420137 rows/sec., 6.93 MiB/sec. 2024.05.29 21:52:42.531677 [ 3 ] {3b152372-3f18-4c4d-8497-10941a5c6ac8} DynamicQueryHandler: Done processing query 2024.05.29 21:52:42.531701 [ 3 ] {3b152372-3f18-4c4d-8497-10941a5c6ac8} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:52:42.531716 [ 3 ] {} HTTP-Session: 9851dfac-c863-4d3b-a1de-fc8663d391d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.531828 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:42.531875 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:42.531894 [ 3 ] {} HTTP-Session: 5ea45019-c247-4e6a-944f-10e083894186 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:42.531911 [ 3 ] {} HTTP-Session: 5ea45019-c247-4e6a-944f-10e083894186 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.531924 [ 3 ] {} HTTP-Session: 5ea45019-c247-4e6a-944f-10e083894186 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.531955 [ 3 ] {} HTTP-Session: 5ea45019-c247-4e6a-944f-10e083894186 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:42.532084 [ 3 ] {5c8d80ee-9f57-4493-925f-05d972d04a91} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:42.532132 [ 3 ] {5c8d80ee-9f57-4493-925f-05d972d04a91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:52:42.532292 [ 3 ] {5c8d80ee-9f57-4493-925f-05d972d04a91} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:42.532617 [ 3 ] {5c8d80ee-9f57-4493-925f-05d972d04a91} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:42.532654 [ 3 ] {5c8d80ee-9f57-4493-925f-05d972d04a91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:42.533065 [ 3 ] {5c8d80ee-9f57-4493-925f-05d972d04a91} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.29 21:52:42.533420 [ 3 ] {5c8d80ee-9f57-4493-925f-05d972d04a91} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:42.533565 [ 3 ] {5c8d80ee-9f57-4493-925f-05d972d04a91} executeQuery: Read 4 rows, 5.53 KiB in 0.001533 sec., 2609.262883235486 rows/sec., 3.52 MiB/sec. 2024.05.29 21:52:42.533737 [ 3 ] {5c8d80ee-9f57-4493-925f-05d972d04a91} DynamicQueryHandler: Done processing query 2024.05.29 21:52:42.533763 [ 3 ] {5c8d80ee-9f57-4493-925f-05d972d04a91} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:52:42.533779 [ 3 ] {} HTTP-Session: 5ea45019-c247-4e6a-944f-10e083894186 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.533883 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:42.533932 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:42.533951 [ 3 ] {} HTTP-Session: 89c5a507-fd43-4839-96a6-d63403b7a6a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:42.533967 [ 3 ] {} HTTP-Session: 89c5a507-fd43-4839-96a6-d63403b7a6a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.533980 [ 3 ] {} HTTP-Session: 89c5a507-fd43-4839-96a6-d63403b7a6a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:42.534012 [ 3 ] {} HTTP-Session: 89c5a507-fd43-4839-96a6-d63403b7a6a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:42.534126 [ 3 ] {31691907-b507-4444-83e0-ebf5c4714280} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:42.534171 [ 3 ] {31691907-b507-4444-83e0-ebf5c4714280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:52:42.534298 [ 3 ] {31691907-b507-4444-83e0-ebf5c4714280} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:42.534574 [ 3 ] {31691907-b507-4444-83e0-ebf5c4714280} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:42.534612 [ 3 ] {31691907-b507-4444-83e0-ebf5c4714280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:42.534987 [ 3 ] {31691907-b507-4444-83e0-ebf5c4714280} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.29 21:52:42.535328 [ 3 ] {31691907-b507-4444-83e0-ebf5c4714280} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:42.535497 [ 3 ] {31691907-b507-4444-83e0-ebf5c4714280} executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. 2024.05.29 21:52:42.535804 [ 3 ] {31691907-b507-4444-83e0-ebf5c4714280} DynamicQueryHandler: Done processing query 2024.05.29 21:52:42.535842 [ 3 ] {31691907-b507-4444-83e0-ebf5c4714280} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:42.535864 [ 3 ] {} HTTP-Session: 89c5a507-fd43-4839-96a6-d63403b7a6a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:45.781814 [ 135 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:52:45.781908 [ 135 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:52:47.523839 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:47.523954 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:47.523978 [ 3 ] {} HTTP-Session: 08cd1c2f-f5d9-4ebd-9750-226c166561b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:47.524002 [ 3 ] {} HTTP-Session: 08cd1c2f-f5d9-4ebd-9750-226c166561b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.524019 [ 3 ] {} HTTP-Session: 08cd1c2f-f5d9-4ebd-9750-226c166561b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.524077 [ 3 ] {} HTTP-Session: 08cd1c2f-f5d9-4ebd-9750-226c166561b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:47.524289 [ 3 ] {eb325c8f-63e1-4b31-b60b-b8258cc4c763} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:47.524367 [ 3 ] {eb325c8f-63e1-4b31-b60b-b8258cc4c763} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:52:47.524590 [ 3 ] {eb325c8f-63e1-4b31-b60b-b8258cc4c763} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:47.525043 [ 3 ] {eb325c8f-63e1-4b31-b60b-b8258cc4c763} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:47.525089 [ 3 ] {eb325c8f-63e1-4b31-b60b-b8258cc4c763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:47.525470 [ 3 ] {eb325c8f-63e1-4b31-b60b-b8258cc4c763} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.29 21:52:47.525809 [ 3 ] {eb325c8f-63e1-4b31-b60b-b8258cc4c763} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:47.526002 [ 3 ] {eb325c8f-63e1-4b31-b60b-b8258cc4c763} executeQuery: Read 24 rows, 1.95 KiB in 0.00177 sec., 13559.322033898305 rows/sec., 1.07 MiB/sec. 2024.05.29 21:52:47.526225 [ 3 ] {eb325c8f-63e1-4b31-b60b-b8258cc4c763} DynamicQueryHandler: Done processing query 2024.05.29 21:52:47.526251 [ 3 ] {eb325c8f-63e1-4b31-b60b-b8258cc4c763} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:47.526267 [ 3 ] {} HTTP-Session: 08cd1c2f-f5d9-4ebd-9750-226c166561b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.526417 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:47.526469 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:47.526489 [ 3 ] {} HTTP-Session: 0e9becdd-8b50-4a38-ba49-598c5e05c85c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:47.526506 [ 3 ] {} HTTP-Session: 0e9becdd-8b50-4a38-ba49-598c5e05c85c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.526520 [ 3 ] {} HTTP-Session: 0e9becdd-8b50-4a38-ba49-598c5e05c85c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.526555 [ 3 ] {} HTTP-Session: 0e9becdd-8b50-4a38-ba49-598c5e05c85c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:47.526698 [ 3 ] {3fc59862-0106-49f3-846c-391defc1bb15} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:47.526745 [ 3 ] {3fc59862-0106-49f3-846c-391defc1bb15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:52:47.526879 [ 3 ] {3fc59862-0106-49f3-846c-391defc1bb15} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:47.527255 [ 3 ] {3fc59862-0106-49f3-846c-391defc1bb15} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:47.527293 [ 3 ] {3fc59862-0106-49f3-846c-391defc1bb15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:47.527644 [ 3 ] {3fc59862-0106-49f3-846c-391defc1bb15} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.29 21:52:47.527958 [ 3 ] {3fc59862-0106-49f3-846c-391defc1bb15} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:47.528120 [ 3 ] {3fc59862-0106-49f3-846c-391defc1bb15} executeQuery: Read 128 rows, 10.91 KiB in 0.001475 sec., 86779.66101694916 rows/sec., 7.22 MiB/sec. 2024.05.29 21:52:47.528134 [ 107 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.29 21:52:47.528262 [ 107 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:47.528325 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:47.528338 [ 3 ] {3fc59862-0106-49f3-846c-391defc1bb15} DynamicQueryHandler: Done processing query 2024.05.29 21:52:47.528398 [ 3 ] {3fc59862-0106-49f3-846c-391defc1bb15} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:52:47.528468 [ 3 ] {} HTTP-Session: 0e9becdd-8b50-4a38-ba49-598c5e05c85c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.528590 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.29 21:52:47.528698 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 14954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:47.528801 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:47.528855 [ 3 ] {} HTTP-Session: 8a3e87b3-83d4-414e-a835-250328678a92 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:47.528900 [ 3 ] {} HTTP-Session: 8a3e87b3-83d4-414e-a835-250328678a92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.528911 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:52:47.528929 [ 3 ] {} HTTP-Session: 8a3e87b3-83d4-414e-a835-250328678a92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.528977 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 177 rows starting from the beginning of the part 2024.05.29 21:52:47.528992 [ 3 ] {} HTTP-Session: 8a3e87b3-83d4-414e-a835-250328678a92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:47.529084 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 165 rows starting from the beginning of the part 2024.05.29 21:52:47.529443 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 72 rows starting from the beginning of the part 2024.05.29 21:52:47.529461 [ 3 ] {5b4f4b11-c19e-4d03-8462-880929eba62c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:47.529676 [ 3 ] {5b4f4b11-c19e-4d03-8462-880929eba62c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:52:47.529759 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 130 rows starting from the beginning of the part 2024.05.29 21:52:47.530076 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 68 rows starting from the beginning of the part 2024.05.29 21:52:47.530427 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 128 rows starting from the beginning of the part 2024.05.29 21:52:47.531074 [ 3 ] {5b4f4b11-c19e-4d03-8462-880929eba62c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:47.531946 [ 3 ] {5b4f4b11-c19e-4d03-8462-880929eba62c} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:47.532013 [ 3 ] {5b4f4b11-c19e-4d03-8462-880929eba62c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:47.533002 [ 3 ] {5b4f4b11-c19e-4d03-8462-880929eba62c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.29 21:52:47.533669 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 4 columns (4 merged, 0 gathered) in 0.005204125 sec., 142194.89347392693 rows/sec., 11.60 MiB/sec. 2024.05.29 21:52:47.533831 [ 3 ] {5b4f4b11-c19e-4d03-8462-880929eba62c} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:47.533920 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.29 21:52:47.534085 [ 107 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.29 21:52:47.534163 [ 3 ] {5b4f4b11-c19e-4d03-8462-880929eba62c} executeQuery: Read 88 rows, 7.04 KiB in 0.004959 sec., 17745.513208308126 rows/sec., 1.39 MiB/sec. 2024.05.29 21:52:47.534187 [ 107 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:47.534461 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:47.534762 [ 3 ] {5b4f4b11-c19e-4d03-8462-880929eba62c} DynamicQueryHandler: Done processing query 2024.05.29 21:52:47.534843 [ 3 ] {5b4f4b11-c19e-4d03-8462-880929eba62c} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:52:47.534878 [ 3 ] {} HTTP-Session: 8a3e87b3-83d4-414e-a835-250328678a92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.534892 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.29 21:52:47.535108 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:47.535242 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:47.535243 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_21_4} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:47.535273 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:52:47.535292 [ 3 ] {} HTTP-Session: 3a280d08-e50b-42ed-81d3-c2d84818f76e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:47.535363 [ 3 ] {} HTTP-Session: 3a280d08-e50b-42ed-81d3-c2d84818f76e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.535386 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 136 rows starting from the beginning of the part 2024.05.29 21:52:47.535422 [ 3 ] {} HTTP-Session: 3a280d08-e50b-42ed-81d3-c2d84818f76e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.535545 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_21_4} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.29 21:52:47.535537 [ 3 ] {} HTTP-Session: 3a280d08-e50b-42ed-81d3-c2d84818f76e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:47.535731 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 114 rows starting from the beginning of the part 2024.05.29 21:52:47.535941 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2024.05.29 21:52:47.536128 [ 3 ] {41b89e18-1a30-40e9-b634-2aaf54b4ec48} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:47.536137 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 76 rows starting from the beginning of the part 2024.05.29 21:52:47.536246 [ 3 ] {41b89e18-1a30-40e9-b634-2aaf54b4ec48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:52:47.536296 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 92 rows starting from the beginning of the part 2024.05.29 21:52:47.536502 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 68 rows starting from the beginning of the part 2024.05.29 21:52:47.536702 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 88 rows starting from the beginning of the part 2024.05.29 21:52:47.537057 [ 3 ] {41b89e18-1a30-40e9-b634-2aaf54b4ec48} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:47.537594 [ 3 ] {41b89e18-1a30-40e9-b634-2aaf54b4ec48} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:47.537638 [ 3 ] {41b89e18-1a30-40e9-b634-2aaf54b4ec48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:47.538284 [ 198 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 574 rows, containing 4 columns (4 merged, 0 gathered) in 0.003624985 sec., 158345.4828088944 rows/sec., 12.36 MiB/sec. 2024.05.29 21:52:47.538302 [ 3 ] {41b89e18-1a30-40e9-b634-2aaf54b4ec48} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.29 21:52:47.538451 [ 198 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.29 21:52:47.538807 [ 3 ] {41b89e18-1a30-40e9-b634-2aaf54b4ec48} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:47.539019 [ 198 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_21_4} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:47.539070 [ 107 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.29 21:52:47.539100 [ 3 ] {41b89e18-1a30-40e9-b634-2aaf54b4ec48} executeQuery: Read 160 rows, 11.41 KiB in 0.003249 sec., 49245.9218220991 rows/sec., 3.43 MiB/sec. 2024.05.29 21:52:47.539166 [ 107 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:47.539294 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:47.539329 [ 198 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_21_4} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.29 21:52:47.539670 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.29 21:52:47.539682 [ 3 ] {41b89e18-1a30-40e9-b634-2aaf54b4ec48} DynamicQueryHandler: Done processing query 2024.05.29 21:52:47.539719 [ 3 ] {41b89e18-1a30-40e9-b634-2aaf54b4ec48} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:52:47.539732 [ 200 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.29 21:52:47.539749 [ 3 ] {} HTTP-Session: 3a280d08-e50b-42ed-81d3-c2d84818f76e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.539904 [ 200 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:52:47.539941 [ 200 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2033 rows starting from the beginning of the part 2024.05.29 21:52:47.540113 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:47.540127 [ 200 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 197 rows starting from the beginning of the part 2024.05.29 21:52:47.540215 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:47.540320 [ 3 ] {} HTTP-Session: 0419c6ef-29d1-4d0f-bf7a-740857329e1b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:47.540402 [ 3 ] {} HTTP-Session: 0419c6ef-29d1-4d0f-bf7a-740857329e1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.540428 [ 200 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 164 rows starting from the beginning of the part 2024.05.29 21:52:47.540442 [ 3 ] {} HTTP-Session: 0419c6ef-29d1-4d0f-bf7a-740857329e1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.540570 [ 3 ] {} HTTP-Session: 0419c6ef-29d1-4d0f-bf7a-740857329e1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:47.540695 [ 200 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 162 rows starting from the beginning of the part 2024.05.29 21:52:47.540891 [ 200 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2024.05.29 21:52:47.541092 [ 200 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2024.05.29 21:52:47.541165 [ 3 ] {d9a497ef-f7c5-4e6e-864a-47a866e5c745} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:47.541367 [ 3 ] {d9a497ef-f7c5-4e6e-864a-47a866e5c745} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:52:47.542082 [ 3 ] {d9a497ef-f7c5-4e6e-864a-47a866e5c745} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:47.543158 [ 3 ] {d9a497ef-f7c5-4e6e-864a-47a866e5c745} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:47.543217 [ 3 ] {d9a497ef-f7c5-4e6e-864a-47a866e5c745} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:47.544401 [ 3 ] {d9a497ef-f7c5-4e6e-864a-47a866e5c745} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.29 21:52:47.545029 [ 200 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2876 rows, containing 5 columns (5 merged, 0 gathered) in 0.005560859 sec., 517186.28362992126 rows/sec., 36.07 MiB/sec. 2024.05.29 21:52:47.545260 [ 3 ] {d9a497ef-f7c5-4e6e-864a-47a866e5c745} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:47.545311 [ 198 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.29 21:52:47.545514 [ 3 ] {d9a497ef-f7c5-4e6e-864a-47a866e5c745} executeQuery: Read 24 rows, 33.16 KiB in 0.004742 sec., 5061.155630535639 rows/sec., 6.83 MiB/sec. 2024.05.29 21:52:47.545801 [ 3 ] {d9a497ef-f7c5-4e6e-864a-47a866e5c745} DynamicQueryHandler: Done processing query 2024.05.29 21:52:47.545831 [ 3 ] {d9a497ef-f7c5-4e6e-864a-47a866e5c745} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:52:47.545852 [ 3 ] {} HTTP-Session: 0419c6ef-29d1-4d0f-bf7a-740857329e1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.545938 [ 198 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_16_3} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:47.546000 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:47.546024 [ 198 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_16_3} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.29 21:52:47.546051 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:47.546090 [ 3 ] {} HTTP-Session: 4c1549ed-50f5-4028-afa2-6a280d08bfdf Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:47.546118 [ 3 ] {} HTTP-Session: 4c1549ed-50f5-4028-afa2-6a280d08bfdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.546119 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2024.05.29 21:52:47.546137 [ 3 ] {} HTTP-Session: 4c1549ed-50f5-4028-afa2-6a280d08bfdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.546175 [ 3 ] {} HTTP-Session: 4c1549ed-50f5-4028-afa2-6a280d08bfdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:47.546296 [ 3 ] {d9d37054-8386-4959-8eeb-c324e52ca1ca} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:47.546342 [ 3 ] {d9d37054-8386-4959-8eeb-c324e52ca1ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:52:47.546474 [ 3 ] {d9d37054-8386-4959-8eeb-c324e52ca1ca} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:47.546948 [ 3 ] {d9d37054-8386-4959-8eeb-c324e52ca1ca} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:47.546987 [ 3 ] {d9d37054-8386-4959-8eeb-c324e52ca1ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:47.547363 [ 3 ] {d9d37054-8386-4959-8eeb-c324e52ca1ca} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.29 21:52:47.547697 [ 3 ] {d9d37054-8386-4959-8eeb-c324e52ca1ca} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:47.547849 [ 3 ] {d9d37054-8386-4959-8eeb-c324e52ca1ca} executeQuery: Read 60 rows, 4.14 KiB in 0.001593 sec., 37664.78342749529 rows/sec., 2.54 MiB/sec. 2024.05.29 21:52:47.547863 [ 91 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.29 21:52:47.547945 [ 91 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:47.548003 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2024.05.29 21:52:47.548140 [ 3 ] {d9d37054-8386-4959-8eeb-c324e52ca1ca} DynamicQueryHandler: Done processing query 2024.05.29 21:52:47.548162 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.29 21:52:47.548182 [ 3 ] {d9d37054-8386-4959-8eeb-c324e52ca1ca} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:47.548240 [ 3 ] {} HTTP-Session: 4c1549ed-50f5-4028-afa2-6a280d08bfdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:47.548365 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:52:47.548399 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 622 rows starting from the beginning of the part 2024.05.29 21:52:47.548485 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2024.05.29 21:52:47.548676 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2024.05.29 21:52:47.548834 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2024.05.29 21:52:47.548971 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2024.05.29 21:52:47.549118 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2024.05.29 21:52:47.550230 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 922 rows, containing 4 columns (4 merged, 0 gathered) in 0.002138717 sec., 431099.5797948022 rows/sec., 29.08 MiB/sec. 2024.05.29 21:52:47.550391 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.29 21:52:47.550765 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_16_3} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:47.550838 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_16_3} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.29 21:52:47.550917 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2024.05.29 21:52:52.522820 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:52.522964 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:52.522993 [ 3 ] {} HTTP-Session: e51c4a56-a741-4af0-b525-2222951f6225 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:52.523022 [ 3 ] {} HTTP-Session: e51c4a56-a741-4af0-b525-2222951f6225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.523040 [ 3 ] {} HTTP-Session: e51c4a56-a741-4af0-b525-2222951f6225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.523098 [ 3 ] {} HTTP-Session: e51c4a56-a741-4af0-b525-2222951f6225 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:52.523305 [ 3 ] {ddf03a3b-7b2e-4e63-b70b-b3ce09b5f039} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:52.523383 [ 3 ] {ddf03a3b-7b2e-4e63-b70b-b3ce09b5f039} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:52:52.523604 [ 3 ] {ddf03a3b-7b2e-4e63-b70b-b3ce09b5f039} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:52.524047 [ 3 ] {ddf03a3b-7b2e-4e63-b70b-b3ce09b5f039} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:52.524095 [ 3 ] {ddf03a3b-7b2e-4e63-b70b-b3ce09b5f039} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:52:52.524545 [ 3 ] {ddf03a3b-7b2e-4e63-b70b-b3ce09b5f039} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.29 21:52:52.524921 [ 3 ] {ddf03a3b-7b2e-4e63-b70b-b3ce09b5f039} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:52.525089 [ 3 ] {ddf03a3b-7b2e-4e63-b70b-b3ce09b5f039} executeQuery: Read 4 rows, 332.00 B in 0.001841 sec., 2172.7322107550244 rows/sec., 176.11 KiB/sec. 2024.05.29 21:52:52.525112 [ 80 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.29 21:52:52.525239 [ 80 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:52.525277 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:52:52.525375 [ 3 ] {ddf03a3b-7b2e-4e63-b70b-b3ce09b5f039} DynamicQueryHandler: Done processing query 2024.05.29 21:52:52.525440 [ 3 ] {ddf03a3b-7b2e-4e63-b70b-b3ce09b5f039} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:52:52.525477 [ 3 ] {} HTTP-Session: e51c4a56-a741-4af0-b525-2222951f6225 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.525498 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.29 21:52:52.525661 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:52.525785 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:52.525798 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:52:52.525816 [ 3 ] {} HTTP-Session: 884af943-cd57-4564-bcf0-cffd5a6fe2a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:52.525858 [ 3 ] {} HTTP-Session: 884af943-cd57-4564-bcf0-cffd5a6fe2a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.525864 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 28 rows starting from the beginning of the part 2024.05.29 21:52:52.525882 [ 3 ] {} HTTP-Session: 884af943-cd57-4564-bcf0-cffd5a6fe2a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.525962 [ 3 ] {} HTTP-Session: 884af943-cd57-4564-bcf0-cffd5a6fe2a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:52.526094 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:52.526372 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2024.05.29 21:52:52.526543 [ 3 ] {52851aee-d1e3-47cb-bf44-abd0348dbb52} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:52.526645 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:52.526762 [ 3 ] {52851aee-d1e3-47cb-bf44-abd0348dbb52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:52:52.526874 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2024.05.29 21:52:52.527226 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:52.527943 [ 3 ] {52851aee-d1e3-47cb-bf44-abd0348dbb52} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:52.528799 [ 3 ] {52851aee-d1e3-47cb-bf44-abd0348dbb52} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:52.528881 [ 3 ] {52851aee-d1e3-47cb-bf44-abd0348dbb52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:52:52.529790 [ 3 ] {52851aee-d1e3-47cb-bf44-abd0348dbb52} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.29 21:52:52.530111 [ 187 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 4 columns (4 merged, 0 gathered) in 0.00474249 sec., 18555.6532538814 rows/sec., 1.47 MiB/sec. 2024.05.29 21:52:52.530415 [ 187 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.29 21:52:52.530410 [ 3 ] {52851aee-d1e3-47cb-bf44-abd0348dbb52} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:52.530768 [ 3 ] {52851aee-d1e3-47cb-bf44-abd0348dbb52} executeQuery: Read 68 rows, 5.48 KiB in 0.004476 sec., 15192.135835567471 rows/sec., 1.20 MiB/sec. 2024.05.29 21:52:52.531217 [ 3 ] {52851aee-d1e3-47cb-bf44-abd0348dbb52} DynamicQueryHandler: Done processing query 2024.05.29 21:52:52.531268 [ 3 ] {52851aee-d1e3-47cb-bf44-abd0348dbb52} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:52:52.531337 [ 3 ] {} HTTP-Session: 884af943-cd57-4564-bcf0-cffd5a6fe2a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.531418 [ 187 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_21_4} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:52.531502 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:52.531571 [ 187 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_21_4} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.29 21:52:52.531586 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:52.531624 [ 3 ] {} HTTP-Session: 6f482d65-2a83-47e2-9a42-190b41f1521c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:52.531667 [ 3 ] {} HTTP-Session: 6f482d65-2a83-47e2-9a42-190b41f1521c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.531717 [ 3 ] {} HTTP-Session: 6f482d65-2a83-47e2-9a42-190b41f1521c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.531744 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.29 21:52:52.531770 [ 3 ] {} HTTP-Session: 6f482d65-2a83-47e2-9a42-190b41f1521c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:52.531916 [ 3 ] {65c8c7de-3866-4220-89e5-bb9c4853f78f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:52.531959 [ 3 ] {65c8c7de-3866-4220-89e5-bb9c4853f78f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:52:52.532113 [ 3 ] {65c8c7de-3866-4220-89e5-bb9c4853f78f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:52.532449 [ 3 ] {65c8c7de-3866-4220-89e5-bb9c4853f78f} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:52.532486 [ 3 ] {65c8c7de-3866-4220-89e5-bb9c4853f78f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:52:52.532811 [ 3 ] {65c8c7de-3866-4220-89e5-bb9c4853f78f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.29 21:52:52.533127 [ 3 ] {65c8c7de-3866-4220-89e5-bb9c4853f78f} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:52.533279 [ 3 ] {65c8c7de-3866-4220-89e5-bb9c4853f78f} executeQuery: Read 68 rows, 5.44 KiB in 0.001403 sec., 48467.569493941555 rows/sec., 3.78 MiB/sec. 2024.05.29 21:52:52.533570 [ 3 ] {65c8c7de-3866-4220-89e5-bb9c4853f78f} DynamicQueryHandler: Done processing query 2024.05.29 21:52:52.533599 [ 3 ] {65c8c7de-3866-4220-89e5-bb9c4853f78f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:52:52.533615 [ 3 ] {} HTTP-Session: 6f482d65-2a83-47e2-9a42-190b41f1521c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.533798 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:52.533850 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:52.533870 [ 3 ] {} HTTP-Session: 35f9964f-458e-4955-a34c-8636eed8654c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:52.533889 [ 3 ] {} HTTP-Session: 35f9964f-458e-4955-a34c-8636eed8654c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.533902 [ 3 ] {} HTTP-Session: 35f9964f-458e-4955-a34c-8636eed8654c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.533934 [ 3 ] {} HTTP-Session: 35f9964f-458e-4955-a34c-8636eed8654c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:52.534112 [ 3 ] {93197d49-a470-47bb-84d3-c9118e843e7b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:52.534163 [ 3 ] {93197d49-a470-47bb-84d3-c9118e843e7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:52:52.534332 [ 3 ] {93197d49-a470-47bb-84d3-c9118e843e7b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:52.534731 [ 3 ] {93197d49-a470-47bb-84d3-c9118e843e7b} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:52.534768 [ 3 ] {93197d49-a470-47bb-84d3-c9118e843e7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:52:52.535167 [ 3 ] {93197d49-a470-47bb-84d3-c9118e843e7b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.29 21:52:52.535524 [ 3 ] {93197d49-a470-47bb-84d3-c9118e843e7b} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:52.535681 [ 3 ] {93197d49-a470-47bb-84d3-c9118e843e7b} executeQuery: Read 160 rows, 11.41 KiB in 0.001656 sec., 96618.35748792271 rows/sec., 6.73 MiB/sec. 2024.05.29 21:52:52.535857 [ 3 ] {93197d49-a470-47bb-84d3-c9118e843e7b} DynamicQueryHandler: Done processing query 2024.05.29 21:52:52.535882 [ 3 ] {93197d49-a470-47bb-84d3-c9118e843e7b} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:52:52.535897 [ 3 ] {} HTTP-Session: 35f9964f-458e-4955-a34c-8636eed8654c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.536056 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:52.536105 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:52.536124 [ 3 ] {} HTTP-Session: 3a3db241-a329-4fd7-b63c-588790718d93 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:52.536140 [ 3 ] {} HTTP-Session: 3a3db241-a329-4fd7-b63c-588790718d93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.536154 [ 3 ] {} HTTP-Session: 3a3db241-a329-4fd7-b63c-588790718d93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.536185 [ 3 ] {} HTTP-Session: 3a3db241-a329-4fd7-b63c-588790718d93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:52.536304 [ 3 ] {5e7bfda5-7902-40b9-a1da-5526061f6676} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:52.536352 [ 3 ] {5e7bfda5-7902-40b9-a1da-5526061f6676} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:52:52.536515 [ 3 ] {5e7bfda5-7902-40b9-a1da-5526061f6676} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:52.536827 [ 3 ] {5e7bfda5-7902-40b9-a1da-5526061f6676} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:52.536863 [ 3 ] {5e7bfda5-7902-40b9-a1da-5526061f6676} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:52:52.537253 [ 3 ] {5e7bfda5-7902-40b9-a1da-5526061f6676} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.29 21:52:52.537604 [ 3 ] {5e7bfda5-7902-40b9-a1da-5526061f6676} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:52.537756 [ 3 ] {5e7bfda5-7902-40b9-a1da-5526061f6676} executeQuery: Read 4 rows, 5.53 KiB in 0.001489 sec., 2686.366689053056 rows/sec., 3.63 MiB/sec. 2024.05.29 21:52:52.537772 [ 80 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.29 21:52:52.537857 [ 80 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:52.537914 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:52:52.538040 [ 3 ] {5e7bfda5-7902-40b9-a1da-5526061f6676} DynamicQueryHandler: Done processing query 2024.05.29 21:52:52.538099 [ 3 ] {5e7bfda5-7902-40b9-a1da-5526061f6676} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:52:52.538122 [ 3 ] {} HTTP-Session: 3a3db241-a329-4fd7-b63c-588790718d93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.538129 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.29 21:52:52.538279 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:52.538388 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:52.538445 [ 3 ] {} HTTP-Session: 9cb46251-42b4-493e-91ad-c9f552ce6730 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:52.538491 [ 3 ] {} HTTP-Session: 9cb46251-42b4-493e-91ad-c9f552ce6730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.538528 [ 3 ] {} HTTP-Session: 9cb46251-42b4-493e-91ad-c9f552ce6730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.538560 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:52:52.538588 [ 3 ] {} HTTP-Session: 9cb46251-42b4-493e-91ad-c9f552ce6730 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:52.538644 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 282 rows starting from the beginning of the part 2024.05.29 21:52:52.538952 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:52.539017 [ 3 ] {c7366bcb-c5c9-4c9b-8af3-2b512f5beef5} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:52.539216 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2024.05.29 21:52:52.539285 [ 3 ] {c7366bcb-c5c9-4c9b-8af3-2b512f5beef5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:52:52.539488 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:52.539826 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2024.05.29 21:52:52.540159 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part 2024.05.29 21:52:52.540789 [ 3 ] {c7366bcb-c5c9-4c9b-8af3-2b512f5beef5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:52.541545 [ 3 ] {c7366bcb-c5c9-4c9b-8af3-2b512f5beef5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:52.541612 [ 3 ] {c7366bcb-c5c9-4c9b-8af3-2b512f5beef5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:52:52.542381 [ 3 ] {c7366bcb-c5c9-4c9b-8af3-2b512f5beef5} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.29 21:52:52.543351 [ 3 ] {c7366bcb-c5c9-4c9b-8af3-2b512f5beef5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:52.543669 [ 3 ] {c7366bcb-c5c9-4c9b-8af3-2b512f5beef5} executeQuery: Read 60 rows, 4.14 KiB in 0.004916 sec., 12205.044751830756 rows/sec., 842.28 KiB/sec. 2024.05.29 21:52:52.543951 [ 3 ] {c7366bcb-c5c9-4c9b-8af3-2b512f5beef5} DynamicQueryHandler: Done processing query 2024.05.29 21:52:52.543979 [ 3 ] {c7366bcb-c5c9-4c9b-8af3-2b512f5beef5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:52.543996 [ 3 ] {} HTTP-Session: 9cb46251-42b4-493e-91ad-c9f552ce6730 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:52.544549 [ 187 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 342 rows, containing 6 columns (6 merged, 0 gathered) in 0.006538961 sec., 52301.88710408274 rows/sec., 70.58 MiB/sec. 2024.05.29 21:52:52.544928 [ 187 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.29 21:52:52.545391 [ 187 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_21_4} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:52.545479 [ 187 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_21_4} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.29 21:52:52.545573 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. 2024.05.29 21:52:57.525448 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:57.525597 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:57.525627 [ 3 ] {} HTTP-Session: 22641bf5-f814-4f02-978f-72e8870da402 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:57.525658 [ 3 ] {} HTTP-Session: 22641bf5-f814-4f02-978f-72e8870da402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.525677 [ 3 ] {} HTTP-Session: 22641bf5-f814-4f02-978f-72e8870da402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.525734 [ 3 ] {} HTTP-Session: 22641bf5-f814-4f02-978f-72e8870da402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:57.525951 [ 3 ] {c76da194-b766-41e2-a4b3-43b71c8ff92d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:57.526029 [ 3 ] {c76da194-b766-41e2-a4b3-43b71c8ff92d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:52:57.526224 [ 3 ] {c76da194-b766-41e2-a4b3-43b71c8ff92d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:57.526654 [ 3 ] {c76da194-b766-41e2-a4b3-43b71c8ff92d} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:57.526697 [ 3 ] {c76da194-b766-41e2-a4b3-43b71c8ff92d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:52:57.527073 [ 3 ] {c76da194-b766-41e2-a4b3-43b71c8ff92d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.29 21:52:57.527420 [ 3 ] {c76da194-b766-41e2-a4b3-43b71c8ff92d} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:57.527586 [ 3 ] {c76da194-b766-41e2-a4b3-43b71c8ff92d} executeQuery: Read 24 rows, 1.95 KiB in 0.0017 sec., 14117.64705882353 rows/sec., 1.12 MiB/sec. 2024.05.29 21:52:57.527784 [ 3 ] {c76da194-b766-41e2-a4b3-43b71c8ff92d} DynamicQueryHandler: Done processing query 2024.05.29 21:52:57.527811 [ 3 ] {c76da194-b766-41e2-a4b3-43b71c8ff92d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:57.527827 [ 3 ] {} HTTP-Session: 22641bf5-f814-4f02-978f-72e8870da402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.528009 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 23634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:57.528059 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:57.528079 [ 3 ] {} HTTP-Session: 2729fcb1-ee85-4d1a-a7b0-08458145661b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:57.528096 [ 3 ] {} HTTP-Session: 2729fcb1-ee85-4d1a-a7b0-08458145661b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.528110 [ 3 ] {} HTTP-Session: 2729fcb1-ee85-4d1a-a7b0-08458145661b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.528142 [ 3 ] {} HTTP-Session: 2729fcb1-ee85-4d1a-a7b0-08458145661b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:57.528283 [ 3 ] {b13f1966-74b7-4252-ab69-eed7c6adf405} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:57.528328 [ 3 ] {b13f1966-74b7-4252-ab69-eed7c6adf405} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:52:57.528454 [ 3 ] {b13f1966-74b7-4252-ab69-eed7c6adf405} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:57.528946 [ 3 ] {b13f1966-74b7-4252-ab69-eed7c6adf405} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:57.528982 [ 3 ] {b13f1966-74b7-4252-ab69-eed7c6adf405} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:52:57.529304 [ 3 ] {b13f1966-74b7-4252-ab69-eed7c6adf405} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.29 21:52:57.529616 [ 3 ] {b13f1966-74b7-4252-ab69-eed7c6adf405} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:57.529745 [ 3 ] {b13f1966-74b7-4252-ab69-eed7c6adf405} executeQuery: Read 164 rows, 13.67 KiB in 0.001521 sec., 107823.80013149243 rows/sec., 8.78 MiB/sec. 2024.05.29 21:52:57.530023 [ 3 ] {b13f1966-74b7-4252-ab69-eed7c6adf405} DynamicQueryHandler: Done processing query 2024.05.29 21:52:57.530079 [ 3 ] {b13f1966-74b7-4252-ab69-eed7c6adf405} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:52:57.530123 [ 3 ] {} HTTP-Session: 2729fcb1-ee85-4d1a-a7b0-08458145661b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.530308 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:57.530362 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:57.530381 [ 3 ] {} HTTP-Session: 0e254925-bed6-48c9-9e5a-f0fc99f21c7c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:57.530399 [ 3 ] {} HTTP-Session: 0e254925-bed6-48c9-9e5a-f0fc99f21c7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.530413 [ 3 ] {} HTTP-Session: 0e254925-bed6-48c9-9e5a-f0fc99f21c7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.530446 [ 3 ] {} HTTP-Session: 0e254925-bed6-48c9-9e5a-f0fc99f21c7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:57.530583 [ 3 ] {f557bbeb-4c76-4ec2-9163-910a5c4af9a2} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:57.530627 [ 3 ] {f557bbeb-4c76-4ec2-9163-910a5c4af9a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:52:57.530779 [ 3 ] {f557bbeb-4c76-4ec2-9163-910a5c4af9a2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:57.531177 [ 3 ] {f557bbeb-4c76-4ec2-9163-910a5c4af9a2} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:57.531216 [ 3 ] {f557bbeb-4c76-4ec2-9163-910a5c4af9a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:52:57.531534 [ 3 ] {f557bbeb-4c76-4ec2-9163-910a5c4af9a2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.29 21:52:57.531844 [ 3 ] {f557bbeb-4c76-4ec2-9163-910a5c4af9a2} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:57.532001 [ 3 ] {f557bbeb-4c76-4ec2-9163-910a5c4af9a2} executeQuery: Read 112 rows, 8.94 KiB in 0.001469 sec., 76242.3417290674 rows/sec., 5.94 MiB/sec. 2024.05.29 21:52:57.532328 [ 3 ] {f557bbeb-4c76-4ec2-9163-910a5c4af9a2} DynamicQueryHandler: Done processing query 2024.05.29 21:52:57.532359 [ 3 ] {f557bbeb-4c76-4ec2-9163-910a5c4af9a2} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:52:57.532375 [ 3 ] {} HTTP-Session: 0e254925-bed6-48c9-9e5a-f0fc99f21c7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.532558 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 37592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:57.532608 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:57.532626 [ 3 ] {} HTTP-Session: e83c8b8b-f311-4dc5-9a21-c5963300b9a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:57.532643 [ 3 ] {} HTTP-Session: e83c8b8b-f311-4dc5-9a21-c5963300b9a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.532657 [ 3 ] {} HTTP-Session: e83c8b8b-f311-4dc5-9a21-c5963300b9a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.532688 [ 3 ] {} HTTP-Session: e83c8b8b-f311-4dc5-9a21-c5963300b9a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:57.532860 [ 3 ] {0106f3e2-1ef7-421f-89a4-f847d6ed30c7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:57.532907 [ 3 ] {0106f3e2-1ef7-421f-89a4-f847d6ed30c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:52:57.533072 [ 3 ] {0106f3e2-1ef7-421f-89a4-f847d6ed30c7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:57.533503 [ 3 ] {0106f3e2-1ef7-421f-89a4-f847d6ed30c7} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:57.533540 [ 3 ] {0106f3e2-1ef7-421f-89a4-f847d6ed30c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:52:57.533937 [ 3 ] {0106f3e2-1ef7-421f-89a4-f847d6ed30c7} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.29 21:52:57.534279 [ 3 ] {0106f3e2-1ef7-421f-89a4-f847d6ed30c7} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:57.534451 [ 3 ] {0106f3e2-1ef7-421f-89a4-f847d6ed30c7} executeQuery: Read 196 rows, 14.01 KiB in 0.001668 sec., 117505.99520383694 rows/sec., 8.20 MiB/sec. 2024.05.29 21:52:57.534665 [ 3 ] {0106f3e2-1ef7-421f-89a4-f847d6ed30c7} DynamicQueryHandler: Done processing query 2024.05.29 21:52:57.534690 [ 3 ] {0106f3e2-1ef7-421f-89a4-f847d6ed30c7} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:52:57.534706 [ 3 ] {} HTTP-Session: e83c8b8b-f311-4dc5-9a21-c5963300b9a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.534855 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:57.534905 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:57.534923 [ 3 ] {} HTTP-Session: 1e15b874-f0cb-4822-8462-581f90e2121a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:57.534941 [ 3 ] {} HTTP-Session: 1e15b874-f0cb-4822-8462-581f90e2121a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.534956 [ 3 ] {} HTTP-Session: 1e15b874-f0cb-4822-8462-581f90e2121a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.534989 [ 3 ] {} HTTP-Session: 1e15b874-f0cb-4822-8462-581f90e2121a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:57.535274 [ 3 ] {6c5a64ea-0561-4625-a1a0-72cdfdca0905} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:57.535323 [ 3 ] {6c5a64ea-0561-4625-a1a0-72cdfdca0905} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:52:57.535486 [ 3 ] {6c5a64ea-0561-4625-a1a0-72cdfdca0905} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:57.535967 [ 3 ] {6c5a64ea-0561-4625-a1a0-72cdfdca0905} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:57.536003 [ 3 ] {6c5a64ea-0561-4625-a1a0-72cdfdca0905} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:52:57.536412 [ 3 ] {6c5a64ea-0561-4625-a1a0-72cdfdca0905} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.29 21:52:57.536745 [ 3 ] {6c5a64ea-0561-4625-a1a0-72cdfdca0905} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:57.536911 [ 3 ] {6c5a64ea-0561-4625-a1a0-72cdfdca0905} executeQuery: Read 24 rows, 33.16 KiB in 0.001846 sec., 13001.083423618635 rows/sec., 17.54 MiB/sec. 2024.05.29 21:52:57.537251 [ 3 ] {6c5a64ea-0561-4625-a1a0-72cdfdca0905} DynamicQueryHandler: Done processing query 2024.05.29 21:52:57.537282 [ 3 ] {6c5a64ea-0561-4625-a1a0-72cdfdca0905} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:52:57.537299 [ 3 ] {} HTTP-Session: 1e15b874-f0cb-4822-8462-581f90e2121a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.537433 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:52:57.537484 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:52:57.537503 [ 3 ] {} HTTP-Session: 70e913fd-6154-4f8f-b79b-7be547f9d168 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:52:57.537519 [ 3 ] {} HTTP-Session: 70e913fd-6154-4f8f-b79b-7be547f9d168 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.537533 [ 3 ] {} HTTP-Session: 70e913fd-6154-4f8f-b79b-7be547f9d168 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:52:57.537566 [ 3 ] {} HTTP-Session: 70e913fd-6154-4f8f-b79b-7be547f9d168 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:52:57.537697 [ 3 ] {be42a0b8-2efd-4ce3-a54d-94820aa67ca5} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:52:57.537743 [ 3 ] {be42a0b8-2efd-4ce3-a54d-94820aa67ca5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:52:57.537895 [ 3 ] {be42a0b8-2efd-4ce3-a54d-94820aa67ca5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:52:57.538196 [ 3 ] {be42a0b8-2efd-4ce3-a54d-94820aa67ca5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:52:57.538232 [ 3 ] {be42a0b8-2efd-4ce3-a54d-94820aa67ca5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:52:57.538590 [ 3 ] {be42a0b8-2efd-4ce3-a54d-94820aa67ca5} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.29 21:52:57.538913 [ 3 ] {be42a0b8-2efd-4ce3-a54d-94820aa67ca5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:52:57.539083 [ 3 ] {be42a0b8-2efd-4ce3-a54d-94820aa67ca5} executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. 2024.05.29 21:52:57.539253 [ 3 ] {be42a0b8-2efd-4ce3-a54d-94820aa67ca5} DynamicQueryHandler: Done processing query 2024.05.29 21:52:57.539278 [ 3 ] {be42a0b8-2efd-4ce3-a54d-94820aa67ca5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:52:57.539294 [ 3 ] {} HTTP-Session: 70e913fd-6154-4f8f-b79b-7be547f9d168 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:00.781956 [ 151 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:53:00.782023 [ 151 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:53:02.522595 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:02.522712 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:02.522736 [ 3 ] {} HTTP-Session: 66348819-e17b-4de4-b96e-db49ef17abed Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:02.522761 [ 3 ] {} HTTP-Session: 66348819-e17b-4de4-b96e-db49ef17abed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.522777 [ 3 ] {} HTTP-Session: 66348819-e17b-4de4-b96e-db49ef17abed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.522828 [ 3 ] {} HTTP-Session: 66348819-e17b-4de4-b96e-db49ef17abed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:02.523015 [ 3 ] {7fed9403-497b-4f10-922e-b905db6f0806} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:02.523082 [ 3 ] {7fed9403-497b-4f10-922e-b905db6f0806} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:53:02.523282 [ 3 ] {7fed9403-497b-4f10-922e-b905db6f0806} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:02.523808 [ 3 ] {7fed9403-497b-4f10-922e-b905db6f0806} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:02.523851 [ 3 ] {7fed9403-497b-4f10-922e-b905db6f0806} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:02.524225 [ 3 ] {7fed9403-497b-4f10-922e-b905db6f0806} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.29 21:53:02.524558 [ 3 ] {7fed9403-497b-4f10-922e-b905db6f0806} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:02.524729 [ 3 ] {7fed9403-497b-4f10-922e-b905db6f0806} executeQuery: Read 4 rows, 332.00 B in 0.001762 sec., 2270.1475595913735 rows/sec., 184.01 KiB/sec. 2024.05.29 21:53:02.524929 [ 3 ] {7fed9403-497b-4f10-922e-b905db6f0806} DynamicQueryHandler: Done processing query 2024.05.29 21:53:02.524957 [ 3 ] {7fed9403-497b-4f10-922e-b905db6f0806} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:53:02.524973 [ 3 ] {} HTTP-Session: 66348819-e17b-4de4-b96e-db49ef17abed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.525123 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:02.525175 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:02.525194 [ 3 ] {} HTTP-Session: baaa5a39-5d96-40e6-be7f-10b7ea74068b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:02.525212 [ 3 ] {} HTTP-Session: baaa5a39-5d96-40e6-be7f-10b7ea74068b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.525226 [ 3 ] {} HTTP-Session: baaa5a39-5d96-40e6-be7f-10b7ea74068b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.525259 [ 3 ] {} HTTP-Session: baaa5a39-5d96-40e6-be7f-10b7ea74068b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:02.525376 [ 3 ] {db854ed8-9003-4f9c-b219-78787978c8f0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:02.525420 [ 3 ] {db854ed8-9003-4f9c-b219-78787978c8f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:53:02.525549 [ 3 ] {db854ed8-9003-4f9c-b219-78787978c8f0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:02.525911 [ 3 ] {db854ed8-9003-4f9c-b219-78787978c8f0} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:02.525951 [ 3 ] {db854ed8-9003-4f9c-b219-78787978c8f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:02.526271 [ 3 ] {db854ed8-9003-4f9c-b219-78787978c8f0} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.29 21:53:02.526574 [ 3 ] {db854ed8-9003-4f9c-b219-78787978c8f0} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:02.526732 [ 3 ] {db854ed8-9003-4f9c-b219-78787978c8f0} executeQuery: Read 68 rows, 5.48 KiB in 0.001397 sec., 48675.733715103794 rows/sec., 3.83 MiB/sec. 2024.05.29 21:53:02.526904 [ 3 ] {db854ed8-9003-4f9c-b219-78787978c8f0} DynamicQueryHandler: Done processing query 2024.05.29 21:53:02.526929 [ 3 ] {db854ed8-9003-4f9c-b219-78787978c8f0} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:53:02.526945 [ 3 ] {} HTTP-Session: baaa5a39-5d96-40e6-be7f-10b7ea74068b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.527122 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:02.527170 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:02.527190 [ 3 ] {} HTTP-Session: 87490682-f41b-4f4e-8316-c0238d908c65 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:02.527208 [ 3 ] {} HTTP-Session: 87490682-f41b-4f4e-8316-c0238d908c65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.527222 [ 3 ] {} HTTP-Session: 87490682-f41b-4f4e-8316-c0238d908c65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.527254 [ 3 ] {} HTTP-Session: 87490682-f41b-4f4e-8316-c0238d908c65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:02.527380 [ 3 ] {d912b3d1-65f7-4b67-be59-fe4c0805a4ae} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:02.527424 [ 3 ] {d912b3d1-65f7-4b67-be59-fe4c0805a4ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:53:02.527551 [ 3 ] {d912b3d1-65f7-4b67-be59-fe4c0805a4ae} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:02.527912 [ 3 ] {d912b3d1-65f7-4b67-be59-fe4c0805a4ae} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:02.527948 [ 3 ] {d912b3d1-65f7-4b67-be59-fe4c0805a4ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:02.528256 [ 3 ] {d912b3d1-65f7-4b67-be59-fe4c0805a4ae} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.29 21:53:02.528560 [ 3 ] {d912b3d1-65f7-4b67-be59-fe4c0805a4ae} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:02.528704 [ 3 ] {d912b3d1-65f7-4b67-be59-fe4c0805a4ae} executeQuery: Read 68 rows, 5.44 KiB in 0.001362 sec., 49926.57856093979 rows/sec., 3.90 MiB/sec. 2024.05.29 21:53:02.528881 [ 3 ] {d912b3d1-65f7-4b67-be59-fe4c0805a4ae} DynamicQueryHandler: Done processing query 2024.05.29 21:53:02.528906 [ 3 ] {d912b3d1-65f7-4b67-be59-fe4c0805a4ae} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:53:02.528921 [ 3 ] {} HTTP-Session: 87490682-f41b-4f4e-8316-c0238d908c65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.529080 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:02.529130 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:02.529149 [ 3 ] {} HTTP-Session: c3d5c48e-27d9-40f5-84ea-1bdd2f555ad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:02.529166 [ 3 ] {} HTTP-Session: c3d5c48e-27d9-40f5-84ea-1bdd2f555ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.529179 [ 3 ] {} HTTP-Session: c3d5c48e-27d9-40f5-84ea-1bdd2f555ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.529210 [ 3 ] {} HTTP-Session: c3d5c48e-27d9-40f5-84ea-1bdd2f555ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:02.529351 [ 3 ] {2ae697ff-c67a-4248-b053-12698a9d8ff0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:02.529399 [ 3 ] {2ae697ff-c67a-4248-b053-12698a9d8ff0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:53:02.529545 [ 3 ] {2ae697ff-c67a-4248-b053-12698a9d8ff0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:02.529949 [ 3 ] {2ae697ff-c67a-4248-b053-12698a9d8ff0} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:02.529991 [ 3 ] {2ae697ff-c67a-4248-b053-12698a9d8ff0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:02.530393 [ 3 ] {2ae697ff-c67a-4248-b053-12698a9d8ff0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.29 21:53:02.530736 [ 3 ] {2ae697ff-c67a-4248-b053-12698a9d8ff0} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:02.530900 [ 3 ] {2ae697ff-c67a-4248-b053-12698a9d8ff0} executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec. 2024.05.29 21:53:02.531057 [ 3 ] {2ae697ff-c67a-4248-b053-12698a9d8ff0} DynamicQueryHandler: Done processing query 2024.05.29 21:53:02.531081 [ 3 ] {2ae697ff-c67a-4248-b053-12698a9d8ff0} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:53:02.531098 [ 3 ] {} HTTP-Session: c3d5c48e-27d9-40f5-84ea-1bdd2f555ad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.531208 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:02.531257 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:02.531276 [ 3 ] {} HTTP-Session: f8d304c1-9cc5-4434-ae99-3245aff7a861 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:02.531293 [ 3 ] {} HTTP-Session: f8d304c1-9cc5-4434-ae99-3245aff7a861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.531306 [ 3 ] {} HTTP-Session: f8d304c1-9cc5-4434-ae99-3245aff7a861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.531337 [ 3 ] {} HTTP-Session: f8d304c1-9cc5-4434-ae99-3245aff7a861 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:02.531464 [ 3 ] {56aa71ea-abd0-41c7-8b06-0631cbf381c0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:02.531513 [ 3 ] {56aa71ea-abd0-41c7-8b06-0631cbf381c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:53:02.531674 [ 3 ] {56aa71ea-abd0-41c7-8b06-0631cbf381c0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:02.531987 [ 3 ] {56aa71ea-abd0-41c7-8b06-0631cbf381c0} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:02.532023 [ 3 ] {56aa71ea-abd0-41c7-8b06-0631cbf381c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:02.532406 [ 3 ] {56aa71ea-abd0-41c7-8b06-0631cbf381c0} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.29 21:53:02.532753 [ 3 ] {56aa71ea-abd0-41c7-8b06-0631cbf381c0} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:02.532914 [ 3 ] {56aa71ea-abd0-41c7-8b06-0631cbf381c0} executeQuery: Read 4 rows, 5.53 KiB in 0.001503 sec., 2661.3439787092484 rows/sec., 3.59 MiB/sec. 2024.05.29 21:53:02.533084 [ 3 ] {56aa71ea-abd0-41c7-8b06-0631cbf381c0} DynamicQueryHandler: Done processing query 2024.05.29 21:53:02.533109 [ 3 ] {56aa71ea-abd0-41c7-8b06-0631cbf381c0} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:53:02.533125 [ 3 ] {} HTTP-Session: f8d304c1-9cc5-4434-ae99-3245aff7a861 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.533253 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:02.533301 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:02.533320 [ 3 ] {} HTTP-Session: b4ec3ed8-faac-4d82-a963-6d17039c322c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:02.533336 [ 3 ] {} HTTP-Session: b4ec3ed8-faac-4d82-a963-6d17039c322c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.533350 [ 3 ] {} HTTP-Session: b4ec3ed8-faac-4d82-a963-6d17039c322c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:02.533380 [ 3 ] {} HTTP-Session: b4ec3ed8-faac-4d82-a963-6d17039c322c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:02.533491 [ 3 ] {9cb2b9c2-3e59-4020-9148-9a92e5094164} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:02.533535 [ 3 ] {9cb2b9c2-3e59-4020-9148-9a92e5094164} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:53:02.533662 [ 3 ] {9cb2b9c2-3e59-4020-9148-9a92e5094164} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:02.533940 [ 3 ] {9cb2b9c2-3e59-4020-9148-9a92e5094164} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:02.533977 [ 3 ] {9cb2b9c2-3e59-4020-9148-9a92e5094164} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:02.534329 [ 3 ] {9cb2b9c2-3e59-4020-9148-9a92e5094164} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.29 21:53:02.534668 [ 3 ] {9cb2b9c2-3e59-4020-9148-9a92e5094164} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:02.534830 [ 3 ] {9cb2b9c2-3e59-4020-9148-9a92e5094164} executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. 2024.05.29 21:53:02.535186 [ 3 ] {9cb2b9c2-3e59-4020-9148-9a92e5094164} DynamicQueryHandler: Done processing query 2024.05.29 21:53:02.535211 [ 3 ] {9cb2b9c2-3e59-4020-9148-9a92e5094164} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:02.535227 [ 3 ] {} HTTP-Session: b4ec3ed8-faac-4d82-a963-6d17039c322c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.522767 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:07.522902 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:07.522928 [ 3 ] {} HTTP-Session: 716e5d14-31d6-4136-9270-19445877186b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:07.522952 [ 3 ] {} HTTP-Session: 716e5d14-31d6-4136-9270-19445877186b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.522968 [ 3 ] {} HTTP-Session: 716e5d14-31d6-4136-9270-19445877186b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.523018 [ 3 ] {} HTTP-Session: 716e5d14-31d6-4136-9270-19445877186b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:07.523216 [ 3 ] {be806785-00ba-439f-8663-8a877bda85aa} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:07.523284 [ 3 ] {be806785-00ba-439f-8663-8a877bda85aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:53:07.523481 [ 3 ] {be806785-00ba-439f-8663-8a877bda85aa} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:07.523930 [ 3 ] {be806785-00ba-439f-8663-8a877bda85aa} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:07.523977 [ 3 ] {be806785-00ba-439f-8663-8a877bda85aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:07.524353 [ 3 ] {be806785-00ba-439f-8663-8a877bda85aa} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.29 21:53:07.524692 [ 3 ] {be806785-00ba-439f-8663-8a877bda85aa} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:07.524866 [ 3 ] {be806785-00ba-439f-8663-8a877bda85aa} executeQuery: Read 24 rows, 1.95 KiB in 0.001707 sec., 14059.7539543058 rows/sec., 1.11 MiB/sec. 2024.05.29 21:53:07.525125 [ 3 ] {be806785-00ba-439f-8663-8a877bda85aa} DynamicQueryHandler: Done processing query 2024.05.29 21:53:07.525152 [ 3 ] {be806785-00ba-439f-8663-8a877bda85aa} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:07.525168 [ 3 ] {} HTTP-Session: 716e5d14-31d6-4136-9270-19445877186b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.525307 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:07.525360 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:07.525379 [ 3 ] {} HTTP-Session: 6837c81c-2d0a-452f-bbe0-2149b816e411 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:07.525397 [ 3 ] {} HTTP-Session: 6837c81c-2d0a-452f-bbe0-2149b816e411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.525411 [ 3 ] {} HTTP-Session: 6837c81c-2d0a-452f-bbe0-2149b816e411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.525447 [ 3 ] {} HTTP-Session: 6837c81c-2d0a-452f-bbe0-2149b816e411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:07.525592 [ 3 ] {93106f70-ebae-4438-8ada-87a61eaa6831} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:07.525639 [ 3 ] {93106f70-ebae-4438-8ada-87a61eaa6831} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:53:07.525768 [ 3 ] {93106f70-ebae-4438-8ada-87a61eaa6831} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:07.526143 [ 3 ] {93106f70-ebae-4438-8ada-87a61eaa6831} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:07.526182 [ 3 ] {93106f70-ebae-4438-8ada-87a61eaa6831} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:07.526512 [ 3 ] {93106f70-ebae-4438-8ada-87a61eaa6831} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.29 21:53:07.526838 [ 3 ] {93106f70-ebae-4438-8ada-87a61eaa6831} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:07.527000 [ 3 ] {93106f70-ebae-4438-8ada-87a61eaa6831} executeQuery: Read 128 rows, 10.91 KiB in 0.001469 sec., 87134.10483321987 rows/sec., 7.25 MiB/sec. 2024.05.29 21:53:07.527157 [ 3 ] {93106f70-ebae-4438-8ada-87a61eaa6831} DynamicQueryHandler: Done processing query 2024.05.29 21:53:07.527180 [ 3 ] {93106f70-ebae-4438-8ada-87a61eaa6831} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:53:07.527196 [ 3 ] {} HTTP-Session: 6837c81c-2d0a-452f-bbe0-2149b816e411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.527320 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 14954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:07.527367 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:07.527385 [ 3 ] {} HTTP-Session: 691f2134-723d-4777-99d7-64af9ba7d238 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:07.527402 [ 3 ] {} HTTP-Session: 691f2134-723d-4777-99d7-64af9ba7d238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.527416 [ 3 ] {} HTTP-Session: 691f2134-723d-4777-99d7-64af9ba7d238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.527447 [ 3 ] {} HTTP-Session: 691f2134-723d-4777-99d7-64af9ba7d238 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:07.527565 [ 3 ] {f9d7ca4c-a8b4-4fca-8b9d-24f1d629ef16} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:07.527608 [ 3 ] {f9d7ca4c-a8b4-4fca-8b9d-24f1d629ef16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:53:07.527735 [ 3 ] {f9d7ca4c-a8b4-4fca-8b9d-24f1d629ef16} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:07.528066 [ 3 ] {f9d7ca4c-a8b4-4fca-8b9d-24f1d629ef16} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:07.528103 [ 3 ] {f9d7ca4c-a8b4-4fca-8b9d-24f1d629ef16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:07.528412 [ 3 ] {f9d7ca4c-a8b4-4fca-8b9d-24f1d629ef16} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.29 21:53:07.528715 [ 3 ] {f9d7ca4c-a8b4-4fca-8b9d-24f1d629ef16} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:07.528863 [ 3 ] {f9d7ca4c-a8b4-4fca-8b9d-24f1d629ef16} executeQuery: Read 88 rows, 7.04 KiB in 0.001333 sec., 66016.5041260315 rows/sec., 5.16 MiB/sec. 2024.05.29 21:53:07.529134 [ 3 ] {f9d7ca4c-a8b4-4fca-8b9d-24f1d629ef16} DynamicQueryHandler: Done processing query 2024.05.29 21:53:07.529172 [ 3 ] {f9d7ca4c-a8b4-4fca-8b9d-24f1d629ef16} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:53:07.529199 [ 3 ] {} HTTP-Session: 691f2134-723d-4777-99d7-64af9ba7d238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.529352 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:07.529402 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:07.529421 [ 3 ] {} HTTP-Session: 43af4b13-0c43-41db-a901-7cde6c5cdf7e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:07.529438 [ 3 ] {} HTTP-Session: 43af4b13-0c43-41db-a901-7cde6c5cdf7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.529452 [ 3 ] {} HTTP-Session: 43af4b13-0c43-41db-a901-7cde6c5cdf7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.529483 [ 3 ] {} HTTP-Session: 43af4b13-0c43-41db-a901-7cde6c5cdf7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:07.529629 [ 3 ] {acc40c30-ef31-4898-80c9-3aebea070819} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:07.529679 [ 3 ] {acc40c30-ef31-4898-80c9-3aebea070819} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:53:07.529843 [ 3 ] {acc40c30-ef31-4898-80c9-3aebea070819} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:07.530202 [ 3 ] {acc40c30-ef31-4898-80c9-3aebea070819} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:07.530238 [ 3 ] {acc40c30-ef31-4898-80c9-3aebea070819} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:07.530625 [ 3 ] {acc40c30-ef31-4898-80c9-3aebea070819} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.29 21:53:07.530962 [ 3 ] {acc40c30-ef31-4898-80c9-3aebea070819} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:07.531115 [ 3 ] {acc40c30-ef31-4898-80c9-3aebea070819} executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec. 2024.05.29 21:53:07.531274 [ 3 ] {acc40c30-ef31-4898-80c9-3aebea070819} DynamicQueryHandler: Done processing query 2024.05.29 21:53:07.531298 [ 3 ] {acc40c30-ef31-4898-80c9-3aebea070819} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:53:07.531313 [ 3 ] {} HTTP-Session: 43af4b13-0c43-41db-a901-7cde6c5cdf7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.531453 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:07.531501 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:07.531519 [ 3 ] {} HTTP-Session: f0c12b59-a65b-4b6b-b79c-be590f83eaaa Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:07.531536 [ 3 ] {} HTTP-Session: f0c12b59-a65b-4b6b-b79c-be590f83eaaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.531550 [ 3 ] {} HTTP-Session: f0c12b59-a65b-4b6b-b79c-be590f83eaaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.531580 [ 3 ] {} HTTP-Session: f0c12b59-a65b-4b6b-b79c-be590f83eaaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:07.531862 [ 3 ] {2527cdc7-0105-4cf7-9173-516c24e0c0b5} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:07.531910 [ 3 ] {2527cdc7-0105-4cf7-9173-516c24e0c0b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:53:07.532066 [ 3 ] {2527cdc7-0105-4cf7-9173-516c24e0c0b5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:07.532517 [ 3 ] {2527cdc7-0105-4cf7-9173-516c24e0c0b5} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:07.532553 [ 3 ] {2527cdc7-0105-4cf7-9173-516c24e0c0b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:07.532974 [ 3 ] {2527cdc7-0105-4cf7-9173-516c24e0c0b5} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.29 21:53:07.533306 [ 3 ] {2527cdc7-0105-4cf7-9173-516c24e0c0b5} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:07.533459 [ 3 ] {2527cdc7-0105-4cf7-9173-516c24e0c0b5} executeQuery: Read 24 rows, 33.16 KiB in 0.001791 sec., 13400.335008375208 rows/sec., 18.08 MiB/sec. 2024.05.29 21:53:07.533690 [ 3 ] {2527cdc7-0105-4cf7-9173-516c24e0c0b5} DynamicQueryHandler: Done processing query 2024.05.29 21:53:07.533715 [ 3 ] {2527cdc7-0105-4cf7-9173-516c24e0c0b5} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:53:07.533731 [ 3 ] {} HTTP-Session: f0c12b59-a65b-4b6b-b79c-be590f83eaaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.533857 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:07.533905 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:07.533923 [ 3 ] {} HTTP-Session: 4b5c30d7-b94a-496f-85db-09fc7d0c4eaf Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:07.533940 [ 3 ] {} HTTP-Session: 4b5c30d7-b94a-496f-85db-09fc7d0c4eaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.533953 [ 3 ] {} HTTP-Session: 4b5c30d7-b94a-496f-85db-09fc7d0c4eaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:07.533984 [ 3 ] {} HTTP-Session: 4b5c30d7-b94a-496f-85db-09fc7d0c4eaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:07.534108 [ 3 ] {a403ff28-a9e9-4b29-ab28-3bf2901fb565} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:07.534152 [ 3 ] {a403ff28-a9e9-4b29-ab28-3bf2901fb565} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:53:07.534278 [ 3 ] {a403ff28-a9e9-4b29-ab28-3bf2901fb565} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:07.534570 [ 3 ] {a403ff28-a9e9-4b29-ab28-3bf2901fb565} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:07.534605 [ 3 ] {a403ff28-a9e9-4b29-ab28-3bf2901fb565} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:07.534953 [ 3 ] {a403ff28-a9e9-4b29-ab28-3bf2901fb565} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.29 21:53:07.535269 [ 3 ] {a403ff28-a9e9-4b29-ab28-3bf2901fb565} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:07.535420 [ 3 ] {a403ff28-a9e9-4b29-ab28-3bf2901fb565} executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. 2024.05.29 21:53:07.535754 [ 3 ] {a403ff28-a9e9-4b29-ab28-3bf2901fb565} DynamicQueryHandler: Done processing query 2024.05.29 21:53:07.535778 [ 3 ] {a403ff28-a9e9-4b29-ab28-3bf2901fb565} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:07.535794 [ 3 ] {} HTTP-Session: 4b5c30d7-b94a-496f-85db-09fc7d0c4eaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.523072 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:12.523208 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:12.523233 [ 3 ] {} HTTP-Session: 95097be5-b438-4bb6-96bc-f8566932e346 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:12.523259 [ 3 ] {} HTTP-Session: 95097be5-b438-4bb6-96bc-f8566932e346 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.523274 [ 3 ] {} HTTP-Session: 95097be5-b438-4bb6-96bc-f8566932e346 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.523324 [ 3 ] {} HTTP-Session: 95097be5-b438-4bb6-96bc-f8566932e346 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:12.523511 [ 3 ] {18aaef85-48a8-4a2c-89e1-5270777bc031} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:12.523590 [ 3 ] {18aaef85-48a8-4a2c-89e1-5270777bc031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:53:12.523783 [ 3 ] {18aaef85-48a8-4a2c-89e1-5270777bc031} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:12.524137 [ 3 ] {18aaef85-48a8-4a2c-89e1-5270777bc031} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:12.524177 [ 3 ] {18aaef85-48a8-4a2c-89e1-5270777bc031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:12.524540 [ 3 ] {18aaef85-48a8-4a2c-89e1-5270777bc031} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.29 21:53:12.524869 [ 3 ] {18aaef85-48a8-4a2c-89e1-5270777bc031} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:12.525017 [ 3 ] {18aaef85-48a8-4a2c-89e1-5270777bc031} executeQuery: Read 4 rows, 332.00 B in 0.001562 sec., 2560.819462227913 rows/sec., 207.57 KiB/sec. 2024.05.29 21:53:12.525192 [ 3 ] {18aaef85-48a8-4a2c-89e1-5270777bc031} DynamicQueryHandler: Done processing query 2024.05.29 21:53:12.525217 [ 3 ] {18aaef85-48a8-4a2c-89e1-5270777bc031} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:53:12.525232 [ 3 ] {} HTTP-Session: 95097be5-b438-4bb6-96bc-f8566932e346 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.525353 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:12.525401 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:12.525420 [ 3 ] {} HTTP-Session: 704f5512-9b26-44ff-a13b-ef235a98537e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:12.525438 [ 3 ] {} HTTP-Session: 704f5512-9b26-44ff-a13b-ef235a98537e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.525451 [ 3 ] {} HTTP-Session: 704f5512-9b26-44ff-a13b-ef235a98537e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.525483 [ 3 ] {} HTTP-Session: 704f5512-9b26-44ff-a13b-ef235a98537e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:12.525601 [ 3 ] {08e9d858-00a6-4442-b64a-fa3e99a685c4} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:12.525645 [ 3 ] {08e9d858-00a6-4442-b64a-fa3e99a685c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:53:12.525768 [ 3 ] {08e9d858-00a6-4442-b64a-fa3e99a685c4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:12.526070 [ 3 ] {08e9d858-00a6-4442-b64a-fa3e99a685c4} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:12.526106 [ 3 ] {08e9d858-00a6-4442-b64a-fa3e99a685c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:12.526416 [ 3 ] {08e9d858-00a6-4442-b64a-fa3e99a685c4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.29 21:53:12.526713 [ 3 ] {08e9d858-00a6-4442-b64a-fa3e99a685c4} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:12.526835 [ 3 ] {08e9d858-00a6-4442-b64a-fa3e99a685c4} executeQuery: Read 68 rows, 5.48 KiB in 0.001277 sec., 53249.80422866093 rows/sec., 4.19 MiB/sec. 2024.05.29 21:53:12.526841 [ 146 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.29 21:53:12.526898 [ 146 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:12.526924 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:12.527042 [ 3 ] {08e9d858-00a6-4442-b64a-fa3e99a685c4} DynamicQueryHandler: Done processing query 2024.05.29 21:53:12.527097 [ 3 ] {08e9d858-00a6-4442-b64a-fa3e99a685c4} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:53:12.527119 [ 3 ] {} HTTP-Session: 704f5512-9b26-44ff-a13b-ef235a98537e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.527138 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.29 21:53:12.527277 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:12.527392 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:12.527449 [ 3 ] {} HTTP-Session: 036ac882-20f5-4cd2-809f-ce089901edd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:12.527451 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:53:12.527477 [ 3 ] {} HTTP-Session: 036ac882-20f5-4cd2-809f-ce089901edd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.527519 [ 3 ] {} HTTP-Session: 036ac882-20f5-4cd2-809f-ce089901edd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.527527 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 183 rows starting from the beginning of the part 2024.05.29 21:53:12.527588 [ 3 ] {} HTTP-Session: 036ac882-20f5-4cd2-809f-ce089901edd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:12.527741 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 68 rows starting from the beginning of the part 2024.05.29 21:53:12.528000 [ 3 ] {912b6c42-74e0-48b7-b59a-d18e0d75c578} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:12.528072 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 164 rows starting from the beginning of the part 2024.05.29 21:53:12.528169 [ 3 ] {912b6c42-74e0-48b7-b59a-d18e0d75c578} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:53:12.528430 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 68 rows starting from the beginning of the part 2024.05.29 21:53:12.528741 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 128 rows starting from the beginning of the part 2024.05.29 21:53:12.529086 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 68 rows starting from the beginning of the part 2024.05.29 21:53:12.529655 [ 3 ] {912b6c42-74e0-48b7-b59a-d18e0d75c578} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:12.530367 [ 3 ] {912b6c42-74e0-48b7-b59a-d18e0d75c578} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:12.530419 [ 3 ] {912b6c42-74e0-48b7-b59a-d18e0d75c578} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:12.531314 [ 3 ] {912b6c42-74e0-48b7-b59a-d18e0d75c578} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.29 21:53:12.532071 [ 3 ] {912b6c42-74e0-48b7-b59a-d18e0d75c578} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:12.532099 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 679 rows, containing 4 columns (4 merged, 0 gathered) in 0.005092814 sec., 133325.11259983183 rows/sec., 10.80 MiB/sec. 2024.05.29 21:53:12.532287 [ 146 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.29 21:53:12.532313 [ 3 ] {912b6c42-74e0-48b7-b59a-d18e0d75c578} executeQuery: Read 68 rows, 5.44 KiB in 0.004509 sec., 15080.94921268574 rows/sec., 1.18 MiB/sec. 2024.05.29 21:53:12.532344 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.29 21:53:12.532359 [ 146 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:12.532461 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:12.532970 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.29 21:53:12.533059 [ 3 ] {912b6c42-74e0-48b7-b59a-d18e0d75c578} DynamicQueryHandler: Done processing query 2024.05.29 21:53:12.533146 [ 3 ] {912b6c42-74e0-48b7-b59a-d18e0d75c578} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:53:12.533245 [ 3 ] {} HTTP-Session: 036ac882-20f5-4cd2-809f-ce089901edd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.533528 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:53:12.533600 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:12.533620 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 148 rows starting from the beginning of the part 2024.05.29 21:53:12.533642 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_26_5} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:12.533743 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:12.533862 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 68 rows starting from the beginning of the part 2024.05.29 21:53:12.533872 [ 3 ] {} HTTP-Session: 9fe9c031-41e8-42c5-bbc0-a859879e1e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:12.533963 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_26_5} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.29 21:53:12.533989 [ 3 ] {} HTTP-Session: 9fe9c031-41e8-42c5-bbc0-a859879e1e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.534169 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part 2024.05.29 21:53:12.534165 [ 3 ] {} HTTP-Session: 9fe9c031-41e8-42c5-bbc0-a859879e1e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.534364 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.05.29 21:53:12.534404 [ 3 ] {} HTTP-Session: 9fe9c031-41e8-42c5-bbc0-a859879e1e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:12.534527 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 68 rows starting from the beginning of the part 2024.05.29 21:53:12.535077 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 88 rows starting from the beginning of the part 2024.05.29 21:53:12.535106 [ 3 ] {94026501-a286-4668-962d-f2bd344a5902} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:12.535386 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 68 rows starting from the beginning of the part 2024.05.29 21:53:12.535440 [ 3 ] {94026501-a286-4668-962d-f2bd344a5902} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:53:12.536274 [ 3 ] {94026501-a286-4668-962d-f2bd344a5902} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:12.537220 [ 3 ] {94026501-a286-4668-962d-f2bd344a5902} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:12.537291 [ 3 ] {94026501-a286-4668-962d-f2bd344a5902} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:12.538310 [ 3 ] {94026501-a286-4668-962d-f2bd344a5902} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.29 21:53:12.538325 [ 201 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 4 columns (4 merged, 0 gathered) in 0.00567506 sec., 97267.69408605371 rows/sec., 7.59 MiB/sec. 2024.05.29 21:53:12.538586 [ 201 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.29 21:53:12.539139 [ 3 ] {94026501-a286-4668-962d-f2bd344a5902} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:12.539387 [ 146 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.29 21:53:12.539466 [ 3 ] {94026501-a286-4668-962d-f2bd344a5902} executeQuery: Read 160 rows, 11.41 KiB in 0.004747 sec., 33705.4982093954 rows/sec., 2.35 MiB/sec. 2024.05.29 21:53:12.539479 [ 146 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:12.539558 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:12.539670 [ 201 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_26_5} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:12.539979 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.29 21:53:12.540000 [ 201 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_26_5} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.29 21:53:12.540180 [ 3 ] {94026501-a286-4668-962d-f2bd344a5902} DynamicQueryHandler: Done processing query 2024.05.29 21:53:12.540241 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.29 21:53:12.540272 [ 3 ] {94026501-a286-4668-962d-f2bd344a5902} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:53:12.540352 [ 3 ] {} HTTP-Session: 9fe9c031-41e8-42c5-bbc0-a859879e1e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.540438 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:53:12.540473 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2876 rows starting from the beginning of the part 2024.05.29 21:53:12.540531 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:12.540664 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2024.05.29 21:53:12.540759 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:12.540862 [ 3 ] {} HTTP-Session: 2da7dec8-6fff-44a3-a293-ee6e84812e07 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:12.540931 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 196 rows starting from the beginning of the part 2024.05.29 21:53:12.540950 [ 3 ] {} HTTP-Session: 2da7dec8-6fff-44a3-a293-ee6e84812e07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.541018 [ 3 ] {} HTTP-Session: 2da7dec8-6fff-44a3-a293-ee6e84812e07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.541208 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2024.05.29 21:53:12.541238 [ 3 ] {} HTTP-Session: 2da7dec8-6fff-44a3-a293-ee6e84812e07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:12.541521 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2024.05.29 21:53:12.541768 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2024.05.29 21:53:12.541878 [ 3 ] {1dc25df9-f26e-4f4f-a58f-5e36b3635fc8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:12.542149 [ 3 ] {1dc25df9-f26e-4f4f-a58f-5e36b3635fc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:53:12.542783 [ 3 ] {1dc25df9-f26e-4f4f-a58f-5e36b3635fc8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:12.543620 [ 3 ] {1dc25df9-f26e-4f4f-a58f-5e36b3635fc8} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:12.543692 [ 3 ] {1dc25df9-f26e-4f4f-a58f-5e36b3635fc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:12.544745 [ 3 ] {1dc25df9-f26e-4f4f-a58f-5e36b3635fc8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.29 21:53:12.545451 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3712 rows, containing 5 columns (5 merged, 0 gathered) in 0.005731851 sec., 647609.297589906 rows/sec., 45.16 MiB/sec. 2024.05.29 21:53:12.545466 [ 3 ] {1dc25df9-f26e-4f4f-a58f-5e36b3635fc8} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:12.545664 [ 3 ] {1dc25df9-f26e-4f4f-a58f-5e36b3635fc8} executeQuery: Read 4 rows, 5.53 KiB in 0.004074 sec., 981.8360333824251 rows/sec., 1.32 MiB/sec. 2024.05.29 21:53:12.545838 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.29 21:53:12.545968 [ 3 ] {1dc25df9-f26e-4f4f-a58f-5e36b3635fc8} DynamicQueryHandler: Done processing query 2024.05.29 21:53:12.546010 [ 3 ] {1dc25df9-f26e-4f4f-a58f-5e36b3635fc8} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:53:12.546041 [ 3 ] {} HTTP-Session: 2da7dec8-6fff-44a3-a293-ee6e84812e07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.546224 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:12.546316 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:12.546349 [ 3 ] {} HTTP-Session: b8c11739-7aa8-4d7f-be1f-7356be55560e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:12.546391 [ 3 ] {} HTTP-Session: b8c11739-7aa8-4d7f-be1f-7356be55560e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.546415 [ 3 ] {} HTTP-Session: b8c11739-7aa8-4d7f-be1f-7356be55560e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.546469 [ 3 ] {} HTTP-Session: b8c11739-7aa8-4d7f-be1f-7356be55560e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:12.546546 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_21_4} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:12.546696 [ 3 ] {6fc61352-bd55-4602-aab9-665c14ed97f5} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:12.546710 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_21_4} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.29 21:53:12.546766 [ 3 ] {6fc61352-bd55-4602-aab9-665c14ed97f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:53:12.546888 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2024.05.29 21:53:12.547049 [ 3 ] {6fc61352-bd55-4602-aab9-665c14ed97f5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:12.547356 [ 3 ] {6fc61352-bd55-4602-aab9-665c14ed97f5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:12.547393 [ 3 ] {6fc61352-bd55-4602-aab9-665c14ed97f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:12.547773 [ 3 ] {6fc61352-bd55-4602-aab9-665c14ed97f5} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.29 21:53:12.548099 [ 3 ] {6fc61352-bd55-4602-aab9-665c14ed97f5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:12.548217 [ 146 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.29 21:53:12.548228 [ 3 ] {6fc61352-bd55-4602-aab9-665c14ed97f5} executeQuery: Read 60 rows, 4.14 KiB in 0.001632 sec., 36764.705882352944 rows/sec., 2.48 MiB/sec. 2024.05.29 21:53:12.548249 [ 146 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:12.548281 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:12.548445 [ 201 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.29 21:53:12.548478 [ 3 ] {6fc61352-bd55-4602-aab9-665c14ed97f5} DynamicQueryHandler: Done processing query 2024.05.29 21:53:12.548521 [ 3 ] {6fc61352-bd55-4602-aab9-665c14ed97f5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:12.548551 [ 3 ] {} HTTP-Session: b8c11739-7aa8-4d7f-be1f-7356be55560e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:12.548657 [ 201 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:53:12.548692 [ 201 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 922 rows starting from the beginning of the part 2024.05.29 21:53:12.548751 [ 201 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2024.05.29 21:53:12.548901 [ 201 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2024.05.29 21:53:12.549123 [ 201 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2024.05.29 21:53:12.549199 [ 201 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2024.05.29 21:53:12.549359 [ 201 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2024.05.29 21:53:12.550570 [ 188 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1222 rows, containing 4 columns (4 merged, 0 gathered) in 0.002204857 sec., 554230.9546605516 rows/sec., 37.38 MiB/sec. 2024.05.29 21:53:12.550751 [ 201 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.29 21:53:12.551124 [ 201 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_21_4} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:12.551198 [ 201 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_21_4} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.29 21:53:12.551263 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2024.05.29 21:53:15.782073 [ 142 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:53:15.782147 [ 142 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:53:17.523191 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:17.523314 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:17.523338 [ 3 ] {} HTTP-Session: fae5d13f-1c60-48ba-90c3-297b61aabf37 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:17.523365 [ 3 ] {} HTTP-Session: fae5d13f-1c60-48ba-90c3-297b61aabf37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.523379 [ 3 ] {} HTTP-Session: fae5d13f-1c60-48ba-90c3-297b61aabf37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.523429 [ 3 ] {} HTTP-Session: fae5d13f-1c60-48ba-90c3-297b61aabf37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:17.523622 [ 3 ] {e362b7d7-6c7e-4511-a1e0-99dee07a01a2} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:17.523690 [ 3 ] {e362b7d7-6c7e-4511-a1e0-99dee07a01a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:53:17.523884 [ 3 ] {e362b7d7-6c7e-4511-a1e0-99dee07a01a2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:17.524255 [ 3 ] {e362b7d7-6c7e-4511-a1e0-99dee07a01a2} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:17.524297 [ 3 ] {e362b7d7-6c7e-4511-a1e0-99dee07a01a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:17.524679 [ 3 ] {e362b7d7-6c7e-4511-a1e0-99dee07a01a2} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.29 21:53:17.525014 [ 3 ] {e362b7d7-6c7e-4511-a1e0-99dee07a01a2} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:17.525192 [ 3 ] {e362b7d7-6c7e-4511-a1e0-99dee07a01a2} executeQuery: Read 24 rows, 1.95 KiB in 0.001623 sec., 14787.430683918668 rows/sec., 1.17 MiB/sec. 2024.05.29 21:53:17.525196 [ 140 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.29 21:53:17.525310 [ 140 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:17.525357 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:17.525507 [ 3 ] {e362b7d7-6c7e-4511-a1e0-99dee07a01a2} DynamicQueryHandler: Done processing query 2024.05.29 21:53:17.525589 [ 3 ] {e362b7d7-6c7e-4511-a1e0-99dee07a01a2} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:17.525673 [ 3 ] {} HTTP-Session: fae5d13f-1c60-48ba-90c3-297b61aabf37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.525824 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.29 21:53:17.525969 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:17.526056 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:17.526113 [ 3 ] {} HTTP-Session: ac222da7-bae8-4a49-853d-98a71aca96c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:17.526156 [ 3 ] {} HTTP-Session: ac222da7-bae8-4a49-853d-98a71aca96c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.526204 [ 3 ] {} HTTP-Session: ac222da7-bae8-4a49-853d-98a71aca96c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.526232 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:53:17.526270 [ 3 ] {} HTTP-Session: ac222da7-bae8-4a49-853d-98a71aca96c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:17.526296 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 28 rows starting from the beginning of the part 2024.05.29 21:53:17.526515 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2024.05.29 21:53:17.526729 [ 3 ] {55f25f8f-063f-42a2-97c9-b4c484595320} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:17.526838 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part 2024.05.29 21:53:17.526888 [ 3 ] {55f25f8f-063f-42a2-97c9-b4c484595320} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:53:17.527164 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2024.05.29 21:53:17.527480 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part 2024.05.29 21:53:17.527871 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2024.05.29 21:53:17.528048 [ 3 ] {55f25f8f-063f-42a2-97c9-b4c484595320} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:17.529243 [ 3 ] {55f25f8f-063f-42a2-97c9-b4c484595320} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:17.529306 [ 3 ] {55f25f8f-063f-42a2-97c9-b4c484595320} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:17.530254 [ 3 ] {55f25f8f-063f-42a2-97c9-b4c484595320} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.29 21:53:17.530528 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.005070303 sec., 21300.502159338408 rows/sec., 1.69 MiB/sec. 2024.05.29 21:53:17.530800 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.29 21:53:17.530969 [ 3 ] {55f25f8f-063f-42a2-97c9-b4c484595320} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:17.531398 [ 3 ] {55f25f8f-063f-42a2-97c9-b4c484595320} executeQuery: Read 128 rows, 10.91 KiB in 0.004941 sec., 25905.6871078729 rows/sec., 2.16 MiB/sec. 2024.05.29 21:53:17.532059 [ 3 ] {55f25f8f-063f-42a2-97c9-b4c484595320} DynamicQueryHandler: Done processing query 2024.05.29 21:53:17.532100 [ 3 ] {55f25f8f-063f-42a2-97c9-b4c484595320} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:53:17.532125 [ 3 ] {} HTTP-Session: ac222da7-bae8-4a49-853d-98a71aca96c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.532240 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_26_5} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:17.532317 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 14954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:17.532421 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_26_5} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.29 21:53:17.532431 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:17.532491 [ 3 ] {} HTTP-Session: 54e60900-a524-415a-9913-2a943590a2b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:17.532550 [ 3 ] {} HTTP-Session: 54e60900-a524-415a-9913-2a943590a2b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.532577 [ 3 ] {} HTTP-Session: 54e60900-a524-415a-9913-2a943590a2b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.532584 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.29 21:53:17.532642 [ 3 ] {} HTTP-Session: 54e60900-a524-415a-9913-2a943590a2b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:17.532792 [ 3 ] {9fc13cfc-ed12-4106-bce9-56a79cef7173} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:17.532838 [ 3 ] {9fc13cfc-ed12-4106-bce9-56a79cef7173} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:53:17.532980 [ 3 ] {9fc13cfc-ed12-4106-bce9-56a79cef7173} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:17.533383 [ 3 ] {9fc13cfc-ed12-4106-bce9-56a79cef7173} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:17.533421 [ 3 ] {9fc13cfc-ed12-4106-bce9-56a79cef7173} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:17.533753 [ 3 ] {9fc13cfc-ed12-4106-bce9-56a79cef7173} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.29 21:53:17.534063 [ 3 ] {9fc13cfc-ed12-4106-bce9-56a79cef7173} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:17.534219 [ 3 ] {9fc13cfc-ed12-4106-bce9-56a79cef7173} executeQuery: Read 88 rows, 7.04 KiB in 0.001484 sec., 59299.19137466307 rows/sec., 4.63 MiB/sec. 2024.05.29 21:53:17.534538 [ 3 ] {9fc13cfc-ed12-4106-bce9-56a79cef7173} DynamicQueryHandler: Done processing query 2024.05.29 21:53:17.534564 [ 3 ] {9fc13cfc-ed12-4106-bce9-56a79cef7173} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:53:17.534580 [ 3 ] {} HTTP-Session: 54e60900-a524-415a-9913-2a943590a2b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.534714 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:17.534760 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:17.534779 [ 3 ] {} HTTP-Session: 38ce06ac-f22a-44ff-a508-97d8c7e9709a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:17.534795 [ 3 ] {} HTTP-Session: 38ce06ac-f22a-44ff-a508-97d8c7e9709a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.534809 [ 3 ] {} HTTP-Session: 38ce06ac-f22a-44ff-a508-97d8c7e9709a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.534838 [ 3 ] {} HTTP-Session: 38ce06ac-f22a-44ff-a508-97d8c7e9709a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:17.534993 [ 3 ] {031feb0e-fd8e-4ed0-9196-6403404898b6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:17.535041 [ 3 ] {031feb0e-fd8e-4ed0-9196-6403404898b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:53:17.535205 [ 3 ] {031feb0e-fd8e-4ed0-9196-6403404898b6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:17.535592 [ 3 ] {031feb0e-fd8e-4ed0-9196-6403404898b6} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:17.535629 [ 3 ] {031feb0e-fd8e-4ed0-9196-6403404898b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:17.536017 [ 3 ] {031feb0e-fd8e-4ed0-9196-6403404898b6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.29 21:53:17.536358 [ 3 ] {031feb0e-fd8e-4ed0-9196-6403404898b6} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:17.536520 [ 3 ] {031feb0e-fd8e-4ed0-9196-6403404898b6} executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec. 2024.05.29 21:53:17.536688 [ 3 ] {031feb0e-fd8e-4ed0-9196-6403404898b6} DynamicQueryHandler: Done processing query 2024.05.29 21:53:17.536712 [ 3 ] {031feb0e-fd8e-4ed0-9196-6403404898b6} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:53:17.536727 [ 3 ] {} HTTP-Session: 38ce06ac-f22a-44ff-a508-97d8c7e9709a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.536880 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:17.536927 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:17.536945 [ 3 ] {} HTTP-Session: c1917a3a-b3ec-409c-8cf3-54f08f1ed7ad Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:17.536961 [ 3 ] {} HTTP-Session: c1917a3a-b3ec-409c-8cf3-54f08f1ed7ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.536974 [ 3 ] {} HTTP-Session: c1917a3a-b3ec-409c-8cf3-54f08f1ed7ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.537003 [ 3 ] {} HTTP-Session: c1917a3a-b3ec-409c-8cf3-54f08f1ed7ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:17.537241 [ 3 ] {321c2dd0-9551-4f58-9083-6171b7edc373} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:17.537289 [ 3 ] {321c2dd0-9551-4f58-9083-6171b7edc373} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:53:17.537450 [ 3 ] {321c2dd0-9551-4f58-9083-6171b7edc373} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:17.537907 [ 3 ] {321c2dd0-9551-4f58-9083-6171b7edc373} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:17.537944 [ 3 ] {321c2dd0-9551-4f58-9083-6171b7edc373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:17.538341 [ 3 ] {321c2dd0-9551-4f58-9083-6171b7edc373} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.29 21:53:17.538686 [ 3 ] {321c2dd0-9551-4f58-9083-6171b7edc373} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:17.538842 [ 140 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.29 21:53:17.538850 [ 3 ] {321c2dd0-9551-4f58-9083-6171b7edc373} executeQuery: Read 24 rows, 33.16 KiB in 0.001761 sec., 13628.62010221465 rows/sec., 18.39 MiB/sec. 2024.05.29 21:53:17.538907 [ 140 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:17.538980 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:17.539156 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.29 21:53:17.539167 [ 3 ] {321c2dd0-9551-4f58-9083-6171b7edc373} DynamicQueryHandler: Done processing query 2024.05.29 21:53:17.539212 [ 3 ] {321c2dd0-9551-4f58-9083-6171b7edc373} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:53:17.539238 [ 3 ] {} HTTP-Session: c1917a3a-b3ec-409c-8cf3-54f08f1ed7ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.539341 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:53:17.539370 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:17.539390 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 342 rows starting from the beginning of the part 2024.05.29 21:53:17.539428 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:17.539473 [ 3 ] {} HTTP-Session: ab15072d-0bbc-4441-ab86-f85bce24c04d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:17.539545 [ 3 ] {} HTTP-Session: ab15072d-0bbc-4441-ab86-f85bce24c04d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.539603 [ 3 ] {} HTTP-Session: ab15072d-0bbc-4441-ab86-f85bce24c04d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.539640 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2024.05.29 21:53:17.539698 [ 3 ] {} HTTP-Session: ab15072d-0bbc-4441-ab86-f85bce24c04d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:17.540037 [ 3 ] {601b5de6-510a-40ef-b4aa-5e363db28e31} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:17.540052 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part 2024.05.29 21:53:17.540186 [ 3 ] {601b5de6-510a-40ef-b4aa-5e363db28e31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:53:17.540330 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2024.05.29 21:53:17.540799 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part 2024.05.29 21:53:17.541172 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2024.05.29 21:53:17.541497 [ 3 ] {601b5de6-510a-40ef-b4aa-5e363db28e31} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:17.542080 [ 3 ] {601b5de6-510a-40ef-b4aa-5e363db28e31} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:17.542124 [ 3 ] {601b5de6-510a-40ef-b4aa-5e363db28e31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2024.05.29 21:53:17.542606 [ 3 ] {601b5de6-510a-40ef-b4aa-5e363db28e31} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.29 21:53:17.543153 [ 3 ] {601b5de6-510a-40ef-b4aa-5e363db28e31} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:17.543603 [ 3 ] {601b5de6-510a-40ef-b4aa-5e363db28e31} executeQuery: Read 60 rows, 4.14 KiB in 0.003704 sec., 16198.704103671707 rows/sec., 1.09 MiB/sec. 2024.05.29 21:53:17.543770 [ 3 ] {601b5de6-510a-40ef-b4aa-5e363db28e31} DynamicQueryHandler: Done processing query 2024.05.29 21:53:17.543794 [ 3 ] {601b5de6-510a-40ef-b4aa-5e363db28e31} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:17.543817 [ 3 ] {} HTTP-Session: ab15072d-0bbc-4441-ab86-f85bce24c04d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:17.544174 [ 192 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 6 columns (6 merged, 0 gathered) in 0.005080033 sec., 83070.32651165848 rows/sec., 112.10 MiB/sec. 2024.05.29 21:53:17.544609 [ 192 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.29 21:53:17.545080 [ 192 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_26_5} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:17.545166 [ 192 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_26_5} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.29 21:53:17.545271 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2024.05.29 21:53:22.521723 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:22.521870 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:22.521899 [ 3 ] {} HTTP-Session: 811e37fa-cab3-4b03-9573-5477144661b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:22.521928 [ 3 ] {} HTTP-Session: 811e37fa-cab3-4b03-9573-5477144661b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.521945 [ 3 ] {} HTTP-Session: 811e37fa-cab3-4b03-9573-5477144661b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.522002 [ 3 ] {} HTTP-Session: 811e37fa-cab3-4b03-9573-5477144661b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:22.522208 [ 3 ] {eb7b8bde-bef5-495b-a7d3-2215ad99960f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:22.522285 [ 3 ] {eb7b8bde-bef5-495b-a7d3-2215ad99960f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:53:22.522551 [ 3 ] {eb7b8bde-bef5-495b-a7d3-2215ad99960f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:22.522966 [ 3 ] {eb7b8bde-bef5-495b-a7d3-2215ad99960f} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:22.523012 [ 3 ] {eb7b8bde-bef5-495b-a7d3-2215ad99960f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:22.523398 [ 3 ] {eb7b8bde-bef5-495b-a7d3-2215ad99960f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.29 21:53:22.523743 [ 3 ] {eb7b8bde-bef5-495b-a7d3-2215ad99960f} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:22.523909 [ 3 ] {eb7b8bde-bef5-495b-a7d3-2215ad99960f} executeQuery: Read 4 rows, 332.00 B in 0.001762 sec., 2270.1475595913735 rows/sec., 184.01 KiB/sec. 2024.05.29 21:53:22.524202 [ 3 ] {eb7b8bde-bef5-495b-a7d3-2215ad99960f} DynamicQueryHandler: Done processing query 2024.05.29 21:53:22.524228 [ 3 ] {eb7b8bde-bef5-495b-a7d3-2215ad99960f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:53:22.524244 [ 3 ] {} HTTP-Session: 811e37fa-cab3-4b03-9573-5477144661b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.524385 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:22.524465 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:22.524485 [ 3 ] {} HTTP-Session: 3bdbde46-a3b1-4ca4-8187-95876f6b1352 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:22.524502 [ 3 ] {} HTTP-Session: 3bdbde46-a3b1-4ca4-8187-95876f6b1352 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.524516 [ 3 ] {} HTTP-Session: 3bdbde46-a3b1-4ca4-8187-95876f6b1352 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.524552 [ 3 ] {} HTTP-Session: 3bdbde46-a3b1-4ca4-8187-95876f6b1352 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:22.524683 [ 3 ] {4c3c70eb-ebee-4a88-9a31-e171ab632e0a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:22.524729 [ 3 ] {4c3c70eb-ebee-4a88-9a31-e171ab632e0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:53:22.524879 [ 3 ] {4c3c70eb-ebee-4a88-9a31-e171ab632e0a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:22.525211 [ 3 ] {4c3c70eb-ebee-4a88-9a31-e171ab632e0a} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:22.525248 [ 3 ] {4c3c70eb-ebee-4a88-9a31-e171ab632e0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:22.525572 [ 3 ] {4c3c70eb-ebee-4a88-9a31-e171ab632e0a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.29 21:53:22.525881 [ 3 ] {4c3c70eb-ebee-4a88-9a31-e171ab632e0a} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:22.526047 [ 3 ] {4c3c70eb-ebee-4a88-9a31-e171ab632e0a} executeQuery: Read 68 rows, 5.48 KiB in 0.001408 sec., 48295.454545454544 rows/sec., 3.80 MiB/sec. 2024.05.29 21:53:22.526203 [ 3 ] {4c3c70eb-ebee-4a88-9a31-e171ab632e0a} DynamicQueryHandler: Done processing query 2024.05.29 21:53:22.526227 [ 3 ] {4c3c70eb-ebee-4a88-9a31-e171ab632e0a} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:53:22.526242 [ 3 ] {} HTTP-Session: 3bdbde46-a3b1-4ca4-8187-95876f6b1352 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.526366 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:22.526415 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:22.526434 [ 3 ] {} HTTP-Session: 4e5ef6f9-d223-4b55-8d87-b43b85e7f8f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:22.526451 [ 3 ] {} HTTP-Session: 4e5ef6f9-d223-4b55-8d87-b43b85e7f8f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.526464 [ 3 ] {} HTTP-Session: 4e5ef6f9-d223-4b55-8d87-b43b85e7f8f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.526496 [ 3 ] {} HTTP-Session: 4e5ef6f9-d223-4b55-8d87-b43b85e7f8f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:22.526616 [ 3 ] {373a93b3-b02a-4d29-b696-3eff4f3e91cd} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:22.526660 [ 3 ] {373a93b3-b02a-4d29-b696-3eff4f3e91cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:53:22.526789 [ 3 ] {373a93b3-b02a-4d29-b696-3eff4f3e91cd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:22.527089 [ 3 ] {373a93b3-b02a-4d29-b696-3eff4f3e91cd} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:22.527125 [ 3 ] {373a93b3-b02a-4d29-b696-3eff4f3e91cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:22.527437 [ 3 ] {373a93b3-b02a-4d29-b696-3eff4f3e91cd} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.29 21:53:22.527746 [ 3 ] {373a93b3-b02a-4d29-b696-3eff4f3e91cd} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:22.527905 [ 3 ] {373a93b3-b02a-4d29-b696-3eff4f3e91cd} executeQuery: Read 68 rows, 5.44 KiB in 0.00133 sec., 51127.81954887218 rows/sec., 3.99 MiB/sec. 2024.05.29 21:53:22.528056 [ 3 ] {373a93b3-b02a-4d29-b696-3eff4f3e91cd} DynamicQueryHandler: Done processing query 2024.05.29 21:53:22.528079 [ 3 ] {373a93b3-b02a-4d29-b696-3eff4f3e91cd} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:53:22.528095 [ 3 ] {} HTTP-Session: 4e5ef6f9-d223-4b55-8d87-b43b85e7f8f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.528254 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:22.528300 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:22.528320 [ 3 ] {} HTTP-Session: a5419807-fd8a-418a-b74f-0666afc8b10e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:22.528336 [ 3 ] {} HTTP-Session: a5419807-fd8a-418a-b74f-0666afc8b10e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.528349 [ 3 ] {} HTTP-Session: a5419807-fd8a-418a-b74f-0666afc8b10e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.528381 [ 3 ] {} HTTP-Session: a5419807-fd8a-418a-b74f-0666afc8b10e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:22.528526 [ 3 ] {dd877996-7a27-47a6-be5a-1ecc3bbe108e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:22.528573 [ 3 ] {dd877996-7a27-47a6-be5a-1ecc3bbe108e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:53:22.528718 [ 3 ] {dd877996-7a27-47a6-be5a-1ecc3bbe108e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:22.529189 [ 3 ] {dd877996-7a27-47a6-be5a-1ecc3bbe108e} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:22.529225 [ 3 ] {dd877996-7a27-47a6-be5a-1ecc3bbe108e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:22.529619 [ 3 ] {dd877996-7a27-47a6-be5a-1ecc3bbe108e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.29 21:53:22.529957 [ 3 ] {dd877996-7a27-47a6-be5a-1ecc3bbe108e} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:22.530116 [ 3 ] {dd877996-7a27-47a6-be5a-1ecc3bbe108e} executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec. 2024.05.29 21:53:22.530287 [ 3 ] {dd877996-7a27-47a6-be5a-1ecc3bbe108e} DynamicQueryHandler: Done processing query 2024.05.29 21:53:22.530311 [ 3 ] {dd877996-7a27-47a6-be5a-1ecc3bbe108e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:53:22.530326 [ 3 ] {} HTTP-Session: a5419807-fd8a-418a-b74f-0666afc8b10e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.530448 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:22.530497 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:22.530515 [ 3 ] {} HTTP-Session: 1320eb3d-86dd-4b40-8aee-0143654f5aaf Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:22.530532 [ 3 ] {} HTTP-Session: 1320eb3d-86dd-4b40-8aee-0143654f5aaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.530545 [ 3 ] {} HTTP-Session: 1320eb3d-86dd-4b40-8aee-0143654f5aaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.530576 [ 3 ] {} HTTP-Session: 1320eb3d-86dd-4b40-8aee-0143654f5aaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:22.530704 [ 3 ] {6d133f3b-bc8b-41fe-8e18-3227026d765e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:22.530752 [ 3 ] {6d133f3b-bc8b-41fe-8e18-3227026d765e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:53:22.530912 [ 3 ] {6d133f3b-bc8b-41fe-8e18-3227026d765e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:22.531213 [ 3 ] {6d133f3b-bc8b-41fe-8e18-3227026d765e} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:22.531249 [ 3 ] {6d133f3b-bc8b-41fe-8e18-3227026d765e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:22.531642 [ 3 ] {6d133f3b-bc8b-41fe-8e18-3227026d765e} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.29 21:53:22.531973 [ 3 ] {6d133f3b-bc8b-41fe-8e18-3227026d765e} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:22.532133 [ 3 ] {6d133f3b-bc8b-41fe-8e18-3227026d765e} executeQuery: Read 4 rows, 5.53 KiB in 0.001483 sec., 2697.2353337828727 rows/sec., 3.64 MiB/sec. 2024.05.29 21:53:22.532290 [ 3 ] {6d133f3b-bc8b-41fe-8e18-3227026d765e} DynamicQueryHandler: Done processing query 2024.05.29 21:53:22.532313 [ 3 ] {6d133f3b-bc8b-41fe-8e18-3227026d765e} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:53:22.532328 [ 3 ] {} HTTP-Session: 1320eb3d-86dd-4b40-8aee-0143654f5aaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.532511 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:22.532632 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:22.532661 [ 3 ] {} HTTP-Session: 03c99419-9768-470b-b77a-905d2c370c15 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:22.532689 [ 3 ] {} HTTP-Session: 03c99419-9768-470b-b77a-905d2c370c15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.532706 [ 3 ] {} HTTP-Session: 03c99419-9768-470b-b77a-905d2c370c15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:22.532765 [ 3 ] {} HTTP-Session: 03c99419-9768-470b-b77a-905d2c370c15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:22.533009 [ 3 ] {30f4c38d-2c95-47a8-958c-bfa5c9b42e9a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:22.533085 [ 3 ] {30f4c38d-2c95-47a8-958c-bfa5c9b42e9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:53:22.533306 [ 3 ] {30f4c38d-2c95-47a8-958c-bfa5c9b42e9a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:22.533662 [ 3 ] {30f4c38d-2c95-47a8-958c-bfa5c9b42e9a} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:22.533708 [ 3 ] {30f4c38d-2c95-47a8-958c-bfa5c9b42e9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:22.534097 [ 3 ] {30f4c38d-2c95-47a8-958c-bfa5c9b42e9a} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.29 21:53:22.534421 [ 3 ] {30f4c38d-2c95-47a8-958c-bfa5c9b42e9a} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:22.534594 [ 3 ] {30f4c38d-2c95-47a8-958c-bfa5c9b42e9a} executeQuery: Read 60 rows, 4.14 KiB in 0.001669 sec., 35949.67046135411 rows/sec., 2.42 MiB/sec. 2024.05.29 21:53:22.534851 [ 3 ] {30f4c38d-2c95-47a8-958c-bfa5c9b42e9a} DynamicQueryHandler: Done processing query 2024.05.29 21:53:22.534877 [ 3 ] {30f4c38d-2c95-47a8-958c-bfa5c9b42e9a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:22.534894 [ 3 ] {} HTTP-Session: 03c99419-9768-470b-b77a-905d2c370c15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.524120 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:27.524261 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:27.524287 [ 3 ] {} HTTP-Session: e8913e60-f751-47db-902a-460b0bc7ab0b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:27.524314 [ 3 ] {} HTTP-Session: e8913e60-f751-47db-902a-460b0bc7ab0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.524328 [ 3 ] {} HTTP-Session: e8913e60-f751-47db-902a-460b0bc7ab0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.524381 [ 3 ] {} HTTP-Session: e8913e60-f751-47db-902a-460b0bc7ab0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:27.524606 [ 3 ] {b23dd006-df61-4de5-bc5a-782ebfa6d310} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:27.524686 [ 3 ] {b23dd006-df61-4de5-bc5a-782ebfa6d310} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:53:27.524908 [ 3 ] {b23dd006-df61-4de5-bc5a-782ebfa6d310} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:27.525395 [ 3 ] {b23dd006-df61-4de5-bc5a-782ebfa6d310} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:27.525445 [ 3 ] {b23dd006-df61-4de5-bc5a-782ebfa6d310} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:27.525824 [ 3 ] {b23dd006-df61-4de5-bc5a-782ebfa6d310} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.29 21:53:27.526168 [ 3 ] {b23dd006-df61-4de5-bc5a-782ebfa6d310} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:27.526327 [ 3 ] {b23dd006-df61-4de5-bc5a-782ebfa6d310} executeQuery: Read 24 rows, 1.95 KiB in 0.001787 sec., 13430.330162283157 rows/sec., 1.06 MiB/sec. 2024.05.29 21:53:27.526630 [ 3 ] {b23dd006-df61-4de5-bc5a-782ebfa6d310} DynamicQueryHandler: Done processing query 2024.05.29 21:53:27.526664 [ 3 ] {b23dd006-df61-4de5-bc5a-782ebfa6d310} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:27.526681 [ 3 ] {} HTTP-Session: e8913e60-f751-47db-902a-460b0bc7ab0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.526819 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:27.526877 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:27.526897 [ 3 ] {} HTTP-Session: 5870c3ba-5a0c-4061-97b4-11c2d1763fcf Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:27.526915 [ 3 ] {} HTTP-Session: 5870c3ba-5a0c-4061-97b4-11c2d1763fcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.526930 [ 3 ] {} HTTP-Session: 5870c3ba-5a0c-4061-97b4-11c2d1763fcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.526967 [ 3 ] {} HTTP-Session: 5870c3ba-5a0c-4061-97b4-11c2d1763fcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:27.527075 [ 3 ] {41e31683-05ba-4d6b-ac7b-4a01907ff9fc} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:27.527122 [ 3 ] {41e31683-05ba-4d6b-ac7b-4a01907ff9fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:53:27.527272 [ 3 ] {41e31683-05ba-4d6b-ac7b-4a01907ff9fc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:27.527558 [ 3 ] {41e31683-05ba-4d6b-ac7b-4a01907ff9fc} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:27.527596 [ 3 ] {41e31683-05ba-4d6b-ac7b-4a01907ff9fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:27.527903 [ 3 ] {41e31683-05ba-4d6b-ac7b-4a01907ff9fc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.29 21:53:27.528224 [ 3 ] {41e31683-05ba-4d6b-ac7b-4a01907ff9fc} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:27.528352 [ 3 ] {41e31683-05ba-4d6b-ac7b-4a01907ff9fc} executeQuery: Read 2 rows, 167.00 B in 0.001309 sec., 1527.8838808250573 rows/sec., 124.59 KiB/sec. 2024.05.29 21:53:27.528515 [ 3 ] {41e31683-05ba-4d6b-ac7b-4a01907ff9fc} DynamicQueryHandler: Done processing query 2024.05.29 21:53:27.528539 [ 3 ] {41e31683-05ba-4d6b-ac7b-4a01907ff9fc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:53:27.528555 [ 3 ] {} HTTP-Session: 5870c3ba-5a0c-4061-97b4-11c2d1763fcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.528764 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 23768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:27.528813 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:27.528832 [ 3 ] {} HTTP-Session: 031f3af7-5cc9-467c-add0-111ac5216677 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:27.528848 [ 3 ] {} HTTP-Session: 031f3af7-5cc9-467c-add0-111ac5216677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.528862 [ 3 ] {} HTTP-Session: 031f3af7-5cc9-467c-add0-111ac5216677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.528892 [ 3 ] {} HTTP-Session: 031f3af7-5cc9-467c-add0-111ac5216677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:27.529035 [ 3 ] {868434ae-1177-47e9-8aea-04d74a78d92e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:27.529077 [ 3 ] {868434ae-1177-47e9-8aea-04d74a78d92e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:53:27.529198 [ 3 ] {868434ae-1177-47e9-8aea-04d74a78d92e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:27.529769 [ 3 ] {868434ae-1177-47e9-8aea-04d74a78d92e} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:27.529805 [ 3 ] {868434ae-1177-47e9-8aea-04d74a78d92e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:27.530120 [ 3 ] {868434ae-1177-47e9-8aea-04d74a78d92e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.29 21:53:27.530428 [ 3 ] {868434ae-1177-47e9-8aea-04d74a78d92e} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:27.530554 [ 3 ] {868434ae-1177-47e9-8aea-04d74a78d92e} executeQuery: Read 165 rows, 13.74 KiB in 0.001582 sec., 104298.35651074589 rows/sec., 8.48 MiB/sec. 2024.05.29 21:53:27.530718 [ 3 ] {868434ae-1177-47e9-8aea-04d74a78d92e} DynamicQueryHandler: Done processing query 2024.05.29 21:53:27.530743 [ 3 ] {868434ae-1177-47e9-8aea-04d74a78d92e} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:53:27.530758 [ 3 ] {} HTTP-Session: 031f3af7-5cc9-467c-add0-111ac5216677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.530881 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:27.530930 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:27.530949 [ 3 ] {} HTTP-Session: 7f9513b7-b8c1-43a1-887c-afb1dc414072 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:27.530965 [ 3 ] {} HTTP-Session: 7f9513b7-b8c1-43a1-887c-afb1dc414072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.530979 [ 3 ] {} HTTP-Session: 7f9513b7-b8c1-43a1-887c-afb1dc414072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.531010 [ 3 ] {} HTTP-Session: 7f9513b7-b8c1-43a1-887c-afb1dc414072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:27.531103 [ 3 ] {f813454a-4c85-4909-b3bc-39339d0510a7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:27.531146 [ 3 ] {f813454a-4c85-4909-b3bc-39339d0510a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:53:27.531268 [ 3 ] {f813454a-4c85-4909-b3bc-39339d0510a7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:27.531548 [ 3 ] {f813454a-4c85-4909-b3bc-39339d0510a7} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:27.531584 [ 3 ] {f813454a-4c85-4909-b3bc-39339d0510a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:27.531880 [ 3 ] {f813454a-4c85-4909-b3bc-39339d0510a7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.29 21:53:27.532189 [ 3 ] {f813454a-4c85-4909-b3bc-39339d0510a7} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:27.532318 [ 3 ] {f813454a-4c85-4909-b3bc-39339d0510a7} executeQuery: Read 2 rows, 143.00 B in 0.001239 sec., 1614.2050040355125 rows/sec., 112.71 KiB/sec. 2024.05.29 21:53:27.532475 [ 3 ] {f813454a-4c85-4909-b3bc-39339d0510a7} DynamicQueryHandler: Done processing query 2024.05.29 21:53:27.532499 [ 3 ] {f813454a-4c85-4909-b3bc-39339d0510a7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:53:27.532515 [ 3 ] {} HTTP-Session: 7f9513b7-b8c1-43a1-887c-afb1dc414072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.532655 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 19335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:27.532703 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:27.532722 [ 3 ] {} HTTP-Session: 639eee55-5ff1-4bfc-a405-05bd256fd023 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:27.532738 [ 3 ] {} HTTP-Session: 639eee55-5ff1-4bfc-a405-05bd256fd023 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.532752 [ 3 ] {} HTTP-Session: 639eee55-5ff1-4bfc-a405-05bd256fd023 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.532783 [ 3 ] {} HTTP-Session: 639eee55-5ff1-4bfc-a405-05bd256fd023 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:27.532909 [ 3 ] {dab3a296-5f2e-4e94-b82e-752dac013769} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:27.532949 [ 3 ] {dab3a296-5f2e-4e94-b82e-752dac013769} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:53:27.533074 [ 3 ] {dab3a296-5f2e-4e94-b82e-752dac013769} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:27.533431 [ 3 ] {dab3a296-5f2e-4e94-b82e-752dac013769} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:27.533469 [ 3 ] {dab3a296-5f2e-4e94-b82e-752dac013769} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:27.533782 [ 3 ] {dab3a296-5f2e-4e94-b82e-752dac013769} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.29 21:53:27.534093 [ 3 ] {dab3a296-5f2e-4e94-b82e-752dac013769} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:27.534215 [ 3 ] {dab3a296-5f2e-4e94-b82e-752dac013769} executeQuery: Read 114 rows, 9.10 KiB in 0.001358 sec., 83946.98085419735 rows/sec., 6.54 MiB/sec. 2024.05.29 21:53:27.534383 [ 3 ] {dab3a296-5f2e-4e94-b82e-752dac013769} DynamicQueryHandler: Done processing query 2024.05.29 21:53:27.534412 [ 3 ] {dab3a296-5f2e-4e94-b82e-752dac013769} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:53:27.534428 [ 3 ] {} HTTP-Session: 639eee55-5ff1-4bfc-a405-05bd256fd023 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.534597 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 37782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:27.534645 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:27.534665 [ 3 ] {} HTTP-Session: 99f7655c-3b10-4b84-9606-938af2672bd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:27.534681 [ 3 ] {} HTTP-Session: 99f7655c-3b10-4b84-9606-938af2672bd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.534695 [ 3 ] {} HTTP-Session: 99f7655c-3b10-4b84-9606-938af2672bd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.534725 [ 3 ] {} HTTP-Session: 99f7655c-3b10-4b84-9606-938af2672bd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:27.534893 [ 3 ] {12886870-4524-4767-8a3b-a4bda531147f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:27.534940 [ 3 ] {12886870-4524-4767-8a3b-a4bda531147f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:53:27.535080 [ 3 ] {12886870-4524-4767-8a3b-a4bda531147f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:27.535487 [ 3 ] {12886870-4524-4767-8a3b-a4bda531147f} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:27.535525 [ 3 ] {12886870-4524-4767-8a3b-a4bda531147f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:27.535906 [ 3 ] {12886870-4524-4767-8a3b-a4bda531147f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.29 21:53:27.536238 [ 3 ] {12886870-4524-4767-8a3b-a4bda531147f} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:27.536364 [ 3 ] {12886870-4524-4767-8a3b-a4bda531147f} executeQuery: Read 197 rows, 14.08 KiB in 0.001556 sec., 126606.68380462725 rows/sec., 8.84 MiB/sec. 2024.05.29 21:53:27.536515 [ 3 ] {12886870-4524-4767-8a3b-a4bda531147f} DynamicQueryHandler: Done processing query 2024.05.29 21:53:27.536539 [ 3 ] {12886870-4524-4767-8a3b-a4bda531147f} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:53:27.536554 [ 3 ] {} HTTP-Session: 99f7655c-3b10-4b84-9606-938af2672bd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.536737 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:27.536784 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:27.536803 [ 3 ] {} HTTP-Session: 91e2cf71-90ec-4b29-9469-c4f02ea3db52 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:27.536820 [ 3 ] {} HTTP-Session: 91e2cf71-90ec-4b29-9469-c4f02ea3db52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.536834 [ 3 ] {} HTTP-Session: 91e2cf71-90ec-4b29-9469-c4f02ea3db52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.536864 [ 3 ] {} HTTP-Session: 91e2cf71-90ec-4b29-9469-c4f02ea3db52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:27.537100 [ 3 ] {9a0222b5-4d3c-447d-bfb3-f4bd1fdd2ad1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:27.537149 [ 3 ] {9a0222b5-4d3c-447d-bfb3-f4bd1fdd2ad1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:53:27.537301 [ 3 ] {9a0222b5-4d3c-447d-bfb3-f4bd1fdd2ad1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:27.537762 [ 3 ] {9a0222b5-4d3c-447d-bfb3-f4bd1fdd2ad1} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:27.537797 [ 3 ] {9a0222b5-4d3c-447d-bfb3-f4bd1fdd2ad1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:27.538198 [ 3 ] {9a0222b5-4d3c-447d-bfb3-f4bd1fdd2ad1} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.29 21:53:27.538532 [ 3 ] {9a0222b5-4d3c-447d-bfb3-f4bd1fdd2ad1} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:27.538659 [ 3 ] {9a0222b5-4d3c-447d-bfb3-f4bd1fdd2ad1} executeQuery: Read 24 rows, 33.16 KiB in 0.001723 sec., 13929.193267556588 rows/sec., 18.80 MiB/sec. 2024.05.29 21:53:27.538824 [ 3 ] {9a0222b5-4d3c-447d-bfb3-f4bd1fdd2ad1} DynamicQueryHandler: Done processing query 2024.05.29 21:53:27.538849 [ 3 ] {9a0222b5-4d3c-447d-bfb3-f4bd1fdd2ad1} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:53:27.538864 [ 3 ] {} HTTP-Session: 91e2cf71-90ec-4b29-9469-c4f02ea3db52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.538982 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:27.539030 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:27.539049 [ 3 ] {} HTTP-Session: 8de6a1fa-70f6-45f4-8feb-248d2440c9a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:27.539065 [ 3 ] {} HTTP-Session: 8de6a1fa-70f6-45f4-8feb-248d2440c9a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.539078 [ 3 ] {} HTTP-Session: 8de6a1fa-70f6-45f4-8feb-248d2440c9a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:27.539108 [ 3 ] {} HTTP-Session: 8de6a1fa-70f6-45f4-8feb-248d2440c9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:27.539217 [ 3 ] {a9cffb96-f58a-4577-9305-42bdfe547b9a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:27.539260 [ 3 ] {a9cffb96-f58a-4577-9305-42bdfe547b9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:53:27.539385 [ 3 ] {a9cffb96-f58a-4577-9305-42bdfe547b9a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:27.539708 [ 3 ] {a9cffb96-f58a-4577-9305-42bdfe547b9a} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:27.539743 [ 3 ] {a9cffb96-f58a-4577-9305-42bdfe547b9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:27.540093 [ 3 ] {a9cffb96-f58a-4577-9305-42bdfe547b9a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.29 21:53:27.540417 [ 3 ] {a9cffb96-f58a-4577-9305-42bdfe547b9a} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:27.540547 [ 3 ] {a9cffb96-f58a-4577-9305-42bdfe547b9a} executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. 2024.05.29 21:53:27.540816 [ 3 ] {a9cffb96-f58a-4577-9305-42bdfe547b9a} DynamicQueryHandler: Done processing query 2024.05.29 21:53:27.540866 [ 3 ] {a9cffb96-f58a-4577-9305-42bdfe547b9a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:27.540884 [ 3 ] {} HTTP-Session: 8de6a1fa-70f6-45f4-8feb-248d2440c9a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:30.782190 [ 129 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:53:30.782255 [ 129 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:53:32.521975 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:32.522091 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:32.522115 [ 3 ] {} HTTP-Session: bd9730d6-8ce1-499b-8a7c-cf40cc40d181 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:32.522140 [ 3 ] {} HTTP-Session: bd9730d6-8ce1-499b-8a7c-cf40cc40d181 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.522155 [ 3 ] {} HTTP-Session: bd9730d6-8ce1-499b-8a7c-cf40cc40d181 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.522206 [ 3 ] {} HTTP-Session: bd9730d6-8ce1-499b-8a7c-cf40cc40d181 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:32.522400 [ 3 ] {50e05c06-00c9-43d1-8c99-79563d6ba8e7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:32.522471 [ 3 ] {50e05c06-00c9-43d1-8c99-79563d6ba8e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:53:32.522668 [ 3 ] {50e05c06-00c9-43d1-8c99-79563d6ba8e7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:32.523081 [ 3 ] {50e05c06-00c9-43d1-8c99-79563d6ba8e7} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:32.523127 [ 3 ] {50e05c06-00c9-43d1-8c99-79563d6ba8e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:32.523502 [ 3 ] {50e05c06-00c9-43d1-8c99-79563d6ba8e7} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.29 21:53:32.523837 [ 3 ] {50e05c06-00c9-43d1-8c99-79563d6ba8e7} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:32.524002 [ 3 ] {50e05c06-00c9-43d1-8c99-79563d6ba8e7} executeQuery: Read 4 rows, 332.00 B in 0.00166 sec., 2409.6385542168673 rows/sec., 195.31 KiB/sec. 2024.05.29 21:53:32.524244 [ 3 ] {50e05c06-00c9-43d1-8c99-79563d6ba8e7} DynamicQueryHandler: Done processing query 2024.05.29 21:53:32.524273 [ 3 ] {50e05c06-00c9-43d1-8c99-79563d6ba8e7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:53:32.524289 [ 3 ] {} HTTP-Session: bd9730d6-8ce1-499b-8a7c-cf40cc40d181 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.524440 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:32.524497 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:32.524516 [ 3 ] {} HTTP-Session: 07173162-8180-4f57-bd1f-7fba7a7de7b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:32.524537 [ 3 ] {} HTTP-Session: 07173162-8180-4f57-bd1f-7fba7a7de7b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.524550 [ 3 ] {} HTTP-Session: 07173162-8180-4f57-bd1f-7fba7a7de7b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.524585 [ 3 ] {} HTTP-Session: 07173162-8180-4f57-bd1f-7fba7a7de7b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:32.524694 [ 3 ] {343153eb-85a9-4be1-b38d-bcc877e0f576} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:32.524741 [ 3 ] {343153eb-85a9-4be1-b38d-bcc877e0f576} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:53:32.524868 [ 3 ] {343153eb-85a9-4be1-b38d-bcc877e0f576} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:32.525152 [ 3 ] {343153eb-85a9-4be1-b38d-bcc877e0f576} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:32.525188 [ 3 ] {343153eb-85a9-4be1-b38d-bcc877e0f576} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:32.525490 [ 3 ] {343153eb-85a9-4be1-b38d-bcc877e0f576} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.29 21:53:32.525786 [ 3 ] {343153eb-85a9-4be1-b38d-bcc877e0f576} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:32.525939 [ 3 ] {343153eb-85a9-4be1-b38d-bcc877e0f576} executeQuery: Read 8 rows, 668.00 B in 0.001267 sec., 6314.127861089188 rows/sec., 514.87 KiB/sec. 2024.05.29 21:53:32.525952 [ 127 ] {} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.29 21:53:32.526067 [ 127 ] {} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:32.526107 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:32.526190 [ 3 ] {343153eb-85a9-4be1-b38d-bcc877e0f576} DynamicQueryHandler: Done processing query 2024.05.29 21:53:32.526249 [ 3 ] {343153eb-85a9-4be1-b38d-bcc877e0f576} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:53:32.526301 [ 3 ] {} HTTP-Session: 07173162-8180-4f57-bd1f-7fba7a7de7b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.526360 [ 196 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.29 21:53:32.526517 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 10172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:32.526590 [ 196 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:53:32.526613 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:32.526650 [ 196 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2024.05.29 21:53:32.526660 [ 3 ] {} HTTP-Session: 0c863f5b-1f76-4873-bb3d-df34f17d9fbc Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:32.526714 [ 3 ] {} HTTP-Session: 0c863f5b-1f76-4873-bb3d-df34f17d9fbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.526757 [ 3 ] {} HTTP-Session: 0c863f5b-1f76-4873-bb3d-df34f17d9fbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.526854 [ 196 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2024.05.29 21:53:32.526897 [ 3 ] {} HTTP-Session: 0c863f5b-1f76-4873-bb3d-df34f17d9fbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:32.527182 [ 196 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part 2024.05.29 21:53:32.527426 [ 3 ] {e40e3dc1-e67e-4069-a815-bd67d80b112d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:32.527467 [ 196 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2024.05.29 21:53:32.527580 [ 3 ] {e40e3dc1-e67e-4069-a815-bd67d80b112d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:53:32.527795 [ 196 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2024.05.29 21:53:32.528182 [ 196 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2024.05.29 21:53:32.528763 [ 3 ] {e40e3dc1-e67e-4069-a815-bd67d80b112d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:32.529485 [ 3 ] {e40e3dc1-e67e-4069-a815-bd67d80b112d} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:32.529550 [ 3 ] {e40e3dc1-e67e-4069-a815-bd67d80b112d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:32.530472 [ 3 ] {e40e3dc1-e67e-4069-a815-bd67d80b112d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.29 21:53:32.530959 [ 196 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.004750339 sec., 5473.293590204825 rows/sec., 446.31 KiB/sec. 2024.05.29 21:53:32.531167 [ 196 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.29 21:53:32.531330 [ 3 ] {e40e3dc1-e67e-4069-a815-bd67d80b112d} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:32.531763 [ 3 ] {e40e3dc1-e67e-4069-a815-bd67d80b112d} executeQuery: Read 72 rows, 5.77 KiB in 0.004574 sec., 15741.145605596852 rows/sec., 1.23 MiB/sec. 2024.05.29 21:53:32.532131 [ 3 ] {e40e3dc1-e67e-4069-a815-bd67d80b112d} DynamicQueryHandler: Done processing query 2024.05.29 21:53:32.532138 [ 196 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_6_1} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:32.532174 [ 3 ] {e40e3dc1-e67e-4069-a815-bd67d80b112d} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:53:32.532227 [ 3 ] {} HTTP-Session: 0c863f5b-1f76-4873-bb3d-df34f17d9fbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.532322 [ 196 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_6_1} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.29 21:53:32.532430 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:32.532468 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.05.29 21:53:32.532527 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:32.532557 [ 3 ] {} HTTP-Session: 37a09886-06b7-4ea3-b54d-c3cc868d6817 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:32.532578 [ 3 ] {} HTTP-Session: 37a09886-06b7-4ea3-b54d-c3cc868d6817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.532597 [ 3 ] {} HTTP-Session: 37a09886-06b7-4ea3-b54d-c3cc868d6817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.532635 [ 3 ] {} HTTP-Session: 37a09886-06b7-4ea3-b54d-c3cc868d6817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:32.532739 [ 3 ] {ccf75ff8-0d79-41cb-be9f-2f1b1323297c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:32.532783 [ 3 ] {ccf75ff8-0d79-41cb-be9f-2f1b1323297c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:53:32.532930 [ 3 ] {ccf75ff8-0d79-41cb-be9f-2f1b1323297c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:32.533249 [ 3 ] {ccf75ff8-0d79-41cb-be9f-2f1b1323297c} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:32.533292 [ 3 ] {ccf75ff8-0d79-41cb-be9f-2f1b1323297c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:32.533620 [ 3 ] {ccf75ff8-0d79-41cb-be9f-2f1b1323297c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.29 21:53:32.533940 [ 3 ] {ccf75ff8-0d79-41cb-be9f-2f1b1323297c} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:32.534098 [ 127 ] {} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.29 21:53:32.534105 [ 3 ] {ccf75ff8-0d79-41cb-be9f-2f1b1323297c} executeQuery: Read 8 rows, 572.00 B in 0.001384 sec., 5780.346820809248 rows/sec., 403.61 KiB/sec. 2024.05.29 21:53:32.534154 [ 127 ] {} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:32.534221 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:32.534535 [ 3 ] {ccf75ff8-0d79-41cb-be9f-2f1b1323297c} DynamicQueryHandler: Done processing query 2024.05.29 21:53:32.534623 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.29 21:53:32.534643 [ 3 ] {ccf75ff8-0d79-41cb-be9f-2f1b1323297c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:53:32.534714 [ 3 ] {} HTTP-Session: 37a09886-06b7-4ea3-b54d-c3cc868d6817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.534912 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 12930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:32.534932 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:53:32.535006 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:32.535007 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2024.05.29 21:53:32.535047 [ 3 ] {} HTTP-Session: e7544c45-4962-494c-922a-10d788d42494 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:32.535085 [ 3 ] {} HTTP-Session: e7544c45-4962-494c-922a-10d788d42494 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.535132 [ 3 ] {} HTTP-Session: e7544c45-4962-494c-922a-10d788d42494 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.535241 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2024.05.29 21:53:32.535352 [ 3 ] {} HTTP-Session: e7544c45-4962-494c-922a-10d788d42494 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:32.535497 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part 2024.05.29 21:53:32.535762 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2024.05.29 21:53:32.535986 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2024.05.29 21:53:32.536004 [ 3 ] {4a0ddbd8-3d9d-4387-ba50-2d2569bc05d9} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:32.536198 [ 3 ] {4a0ddbd8-3d9d-4387-ba50-2d2569bc05d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:53:32.536201 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2024.05.29 21:53:32.536974 [ 3 ] {4a0ddbd8-3d9d-4387-ba50-2d2569bc05d9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:32.537774 [ 3 ] {4a0ddbd8-3d9d-4387-ba50-2d2569bc05d9} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:32.537846 [ 3 ] {4a0ddbd8-3d9d-4387-ba50-2d2569bc05d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:32.538735 [ 3 ] {4a0ddbd8-3d9d-4387-ba50-2d2569bc05d9} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.29 21:53:32.538848 [ 195 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.004522357 sec., 5749.214403020372 rows/sec., 401.43 KiB/sec. 2024.05.29 21:53:32.539220 [ 195 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.29 21:53:32.539408 [ 3 ] {4a0ddbd8-3d9d-4387-ba50-2d2569bc05d9} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:32.539863 [ 3 ] {4a0ddbd8-3d9d-4387-ba50-2d2569bc05d9} executeQuery: Read 76 rows, 6.09 KiB in 0.004152 sec., 18304.431599229287 rows/sec., 1.43 MiB/sec. 2024.05.29 21:53:32.540425 [ 3 ] {4a0ddbd8-3d9d-4387-ba50-2d2569bc05d9} DynamicQueryHandler: Done processing query 2024.05.29 21:53:32.540471 [ 3 ] {4a0ddbd8-3d9d-4387-ba50-2d2569bc05d9} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:53:32.540526 [ 3 ] {} HTTP-Session: e7544c45-4962-494c-922a-10d788d42494 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.540556 [ 195 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_6_1} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:32.540679 [ 195 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_6_1} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.29 21:53:32.540717 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 31395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:32.540818 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:32.540837 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.29 21:53:32.540850 [ 3 ] {} HTTP-Session: 80d9c1fe-45d6-4ac4-b2bb-f237afb3da96 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:32.540891 [ 3 ] {} HTTP-Session: 80d9c1fe-45d6-4ac4-b2bb-f237afb3da96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.540906 [ 3 ] {} HTTP-Session: 80d9c1fe-45d6-4ac4-b2bb-f237afb3da96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.540938 [ 3 ] {} HTTP-Session: 80d9c1fe-45d6-4ac4-b2bb-f237afb3da96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:32.541106 [ 3 ] {fd109307-7dca-4b81-953b-865d5ec0d193} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:32.541154 [ 3 ] {fd109307-7dca-4b81-953b-865d5ec0d193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:53:32.541314 [ 3 ] {fd109307-7dca-4b81-953b-865d5ec0d193} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:32.541725 [ 3 ] {fd109307-7dca-4b81-953b-865d5ec0d193} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:32.541761 [ 3 ] {fd109307-7dca-4b81-953b-865d5ec0d193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:32.542157 [ 3 ] {fd109307-7dca-4b81-953b-865d5ec0d193} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.29 21:53:32.542525 [ 3 ] {fd109307-7dca-4b81-953b-865d5ec0d193} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:32.542696 [ 3 ] {fd109307-7dca-4b81-953b-865d5ec0d193} executeQuery: Read 164 rows, 11.69 KiB in 0.001662 sec., 98676.293622142 rows/sec., 6.87 MiB/sec. 2024.05.29 21:53:32.542853 [ 3 ] {fd109307-7dca-4b81-953b-865d5ec0d193} DynamicQueryHandler: Done processing query 2024.05.29 21:53:32.542877 [ 3 ] {fd109307-7dca-4b81-953b-865d5ec0d193} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:53:32.542893 [ 3 ] {} HTTP-Session: 80d9c1fe-45d6-4ac4-b2bb-f237afb3da96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.543009 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:32.543055 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:32.543073 [ 3 ] {} HTTP-Session: b2b90432-41ae-4b53-9e69-a18225e144a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:32.543090 [ 3 ] {} HTTP-Session: b2b90432-41ae-4b53-9e69-a18225e144a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.543103 [ 3 ] {} HTTP-Session: b2b90432-41ae-4b53-9e69-a18225e144a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.543132 [ 3 ] {} HTTP-Session: b2b90432-41ae-4b53-9e69-a18225e144a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:32.543261 [ 3 ] {6e2ac808-1bf7-4db1-99b1-4420d67febc5} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:32.543308 [ 3 ] {6e2ac808-1bf7-4db1-99b1-4420d67febc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:53:32.543475 [ 3 ] {6e2ac808-1bf7-4db1-99b1-4420d67febc5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:32.543796 [ 3 ] {6e2ac808-1bf7-4db1-99b1-4420d67febc5} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:32.543832 [ 3 ] {6e2ac808-1bf7-4db1-99b1-4420d67febc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:32.544221 [ 3 ] {6e2ac808-1bf7-4db1-99b1-4420d67febc5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.29 21:53:32.544561 [ 3 ] {6e2ac808-1bf7-4db1-99b1-4420d67febc5} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:32.544724 [ 3 ] {6e2ac808-1bf7-4db1-99b1-4420d67febc5} executeQuery: Read 4 rows, 5.53 KiB in 0.001515 sec., 2640.26402640264 rows/sec., 3.56 MiB/sec. 2024.05.29 21:53:32.544894 [ 3 ] {6e2ac808-1bf7-4db1-99b1-4420d67febc5} DynamicQueryHandler: Done processing query 2024.05.29 21:53:32.544918 [ 3 ] {6e2ac808-1bf7-4db1-99b1-4420d67febc5} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:53:32.544934 [ 3 ] {} HTTP-Session: b2b90432-41ae-4b53-9e69-a18225e144a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.545044 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:32.545091 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:32.545110 [ 3 ] {} HTTP-Session: c5176e35-1f1a-4be4-bd08-25d603f4ec51 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:32.545126 [ 3 ] {} HTTP-Session: c5176e35-1f1a-4be4-bd08-25d603f4ec51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.545139 [ 3 ] {} HTTP-Session: c5176e35-1f1a-4be4-bd08-25d603f4ec51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:32.545169 [ 3 ] {} HTTP-Session: c5176e35-1f1a-4be4-bd08-25d603f4ec51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:32.545285 [ 3 ] {377b9962-c857-4208-9495-63645c8d8509} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:32.545329 [ 3 ] {377b9962-c857-4208-9495-63645c8d8509} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:53:32.545456 [ 3 ] {377b9962-c857-4208-9495-63645c8d8509} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:32.545742 [ 3 ] {377b9962-c857-4208-9495-63645c8d8509} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:32.545779 [ 3 ] {377b9962-c857-4208-9495-63645c8d8509} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:32.546151 [ 3 ] {377b9962-c857-4208-9495-63645c8d8509} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.29 21:53:32.546472 [ 3 ] {377b9962-c857-4208-9495-63645c8d8509} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:32.546635 [ 3 ] {377b9962-c857-4208-9495-63645c8d8509} executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. 2024.05.29 21:53:32.546792 [ 3 ] {377b9962-c857-4208-9495-63645c8d8509} DynamicQueryHandler: Done processing query 2024.05.29 21:53:32.546816 [ 3 ] {377b9962-c857-4208-9495-63645c8d8509} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:32.546831 [ 3 ] {} HTTP-Session: c5176e35-1f1a-4be4-bd08-25d603f4ec51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.522854 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:37.522995 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:37.523020 [ 3 ] {} HTTP-Session: cc706617-14e6-4588-85b0-aafbe23bf315 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:37.523046 [ 3 ] {} HTTP-Session: cc706617-14e6-4588-85b0-aafbe23bf315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.523060 [ 3 ] {} HTTP-Session: cc706617-14e6-4588-85b0-aafbe23bf315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.523111 [ 3 ] {} HTTP-Session: cc706617-14e6-4588-85b0-aafbe23bf315 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:37.523306 [ 3 ] {1b9cf923-65c6-477a-9d79-06527ad96979} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:37.523373 [ 3 ] {1b9cf923-65c6-477a-9d79-06527ad96979} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:53:37.523565 [ 3 ] {1b9cf923-65c6-477a-9d79-06527ad96979} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:37.524006 [ 3 ] {1b9cf923-65c6-477a-9d79-06527ad96979} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:37.524049 [ 3 ] {1b9cf923-65c6-477a-9d79-06527ad96979} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:37.524426 [ 3 ] {1b9cf923-65c6-477a-9d79-06527ad96979} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.29 21:53:37.524766 [ 3 ] {1b9cf923-65c6-477a-9d79-06527ad96979} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:37.524931 [ 3 ] {1b9cf923-65c6-477a-9d79-06527ad96979} executeQuery: Read 24 rows, 1.95 KiB in 0.001681 sec., 14277.215942891136 rows/sec., 1.13 MiB/sec. 2024.05.29 21:53:37.525155 [ 3 ] {1b9cf923-65c6-477a-9d79-06527ad96979} DynamicQueryHandler: Done processing query 2024.05.29 21:53:37.525180 [ 3 ] {1b9cf923-65c6-477a-9d79-06527ad96979} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:37.525197 [ 3 ] {} HTTP-Session: cc706617-14e6-4588-85b0-aafbe23bf315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.525318 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:37.525370 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:37.525390 [ 3 ] {} HTTP-Session: a60fc3e6-07ad-448a-af86-2160b043ff42 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:37.525407 [ 3 ] {} HTTP-Session: a60fc3e6-07ad-448a-af86-2160b043ff42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.525421 [ 3 ] {} HTTP-Session: a60fc3e6-07ad-448a-af86-2160b043ff42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.525456 [ 3 ] {} HTTP-Session: a60fc3e6-07ad-448a-af86-2160b043ff42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:37.525559 [ 3 ] {889e9200-ddaf-4f1e-8a28-fb94ac7618d6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:37.525604 [ 3 ] {889e9200-ddaf-4f1e-8a28-fb94ac7618d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:53:37.525736 [ 3 ] {889e9200-ddaf-4f1e-8a28-fb94ac7618d6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:37.526032 [ 3 ] {889e9200-ddaf-4f1e-8a28-fb94ac7618d6} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:37.526069 [ 3 ] {889e9200-ddaf-4f1e-8a28-fb94ac7618d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:37.526371 [ 3 ] {889e9200-ddaf-4f1e-8a28-fb94ac7618d6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.29 21:53:37.526671 [ 3 ] {889e9200-ddaf-4f1e-8a28-fb94ac7618d6} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:37.526821 [ 3 ] {889e9200-ddaf-4f1e-8a28-fb94ac7618d6} executeQuery: Read 4 rows, 334.00 B in 0.001284 sec., 3115.264797507788 rows/sec., 254.03 KiB/sec. 2024.05.29 21:53:37.526972 [ 3 ] {889e9200-ddaf-4f1e-8a28-fb94ac7618d6} DynamicQueryHandler: Done processing query 2024.05.29 21:53:37.526994 [ 3 ] {889e9200-ddaf-4f1e-8a28-fb94ac7618d6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:53:37.527010 [ 3 ] {} HTTP-Session: a60fc3e6-07ad-448a-af86-2160b043ff42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.527135 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:37.527179 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:37.527198 [ 3 ] {} HTTP-Session: ee0c228f-df25-42e4-a5e9-2a22eb4a2cf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:37.527213 [ 3 ] {} HTTP-Session: ee0c228f-df25-42e4-a5e9-2a22eb4a2cf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.527227 [ 3 ] {} HTTP-Session: ee0c228f-df25-42e4-a5e9-2a22eb4a2cf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.527257 [ 3 ] {} HTTP-Session: ee0c228f-df25-42e4-a5e9-2a22eb4a2cf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:37.527388 [ 3 ] {7485dc78-f496-42be-9013-c3a5d761321a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:37.527429 [ 3 ] {7485dc78-f496-42be-9013-c3a5d761321a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:53:37.527549 [ 3 ] {7485dc78-f496-42be-9013-c3a5d761321a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:37.527917 [ 3 ] {7485dc78-f496-42be-9013-c3a5d761321a} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:37.527953 [ 3 ] {7485dc78-f496-42be-9013-c3a5d761321a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:37.528274 [ 3 ] {7485dc78-f496-42be-9013-c3a5d761321a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.29 21:53:37.528592 [ 3 ] {7485dc78-f496-42be-9013-c3a5d761321a} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:37.528747 [ 3 ] {7485dc78-f496-42be-9013-c3a5d761321a} executeQuery: Read 130 rows, 11.05 KiB in 0.001411 sec., 92133.23883770376 rows/sec., 7.65 MiB/sec. 2024.05.29 21:53:37.528746 [ 124 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.29 21:53:37.528860 [ 124 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:37.528901 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:37.529002 [ 3 ] {7485dc78-f496-42be-9013-c3a5d761321a} DynamicQueryHandler: Done processing query 2024.05.29 21:53:37.529068 [ 3 ] {7485dc78-f496-42be-9013-c3a5d761321a} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:53:37.529153 [ 3 ] {} HTTP-Session: ee0c228f-df25-42e4-a5e9-2a22eb4a2cf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.529448 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:37.529619 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:37.529660 [ 195 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.29 21:53:37.529699 [ 3 ] {} HTTP-Session: b48c5602-3422-47d9-a9d9-a9a9378a6217 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:37.529779 [ 3 ] {} HTTP-Session: b48c5602-3422-47d9-a9d9-a9a9378a6217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.529817 [ 3 ] {} HTTP-Session: b48c5602-3422-47d9-a9d9-a9a9378a6217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.529878 [ 3 ] {} HTTP-Session: b48c5602-3422-47d9-a9d9-a9a9378a6217 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:37.530030 [ 195 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:53:37.530085 [ 3 ] {6535688a-c23d-48f4-8df2-1c7b77f0e1d1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:37.530101 [ 195 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 183 rows starting from the beginning of the part 2024.05.29 21:53:37.530179 [ 3 ] {6535688a-c23d-48f4-8df2-1c7b77f0e1d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:53:37.530354 [ 195 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 128 rows starting from the beginning of the part 2024.05.29 21:53:37.530742 [ 195 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 68 rows starting from the beginning of the part 2024.05.29 21:53:37.531146 [ 195 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 165 rows starting from the beginning of the part 2024.05.29 21:53:37.531185 [ 3 ] {6535688a-c23d-48f4-8df2-1c7b77f0e1d1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:37.531409 [ 195 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 72 rows starting from the beginning of the part 2024.05.29 21:53:37.531703 [ 195 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 130 rows starting from the beginning of the part 2024.05.29 21:53:37.532453 [ 3 ] {6535688a-c23d-48f4-8df2-1c7b77f0e1d1} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:37.532519 [ 3 ] {6535688a-c23d-48f4-8df2-1c7b77f0e1d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:37.533272 [ 3 ] {6535688a-c23d-48f4-8df2-1c7b77f0e1d1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.29 21:53:37.534254 [ 3 ] {6535688a-c23d-48f4-8df2-1c7b77f0e1d1} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:37.534560 [ 3 ] {6535688a-c23d-48f4-8df2-1c7b77f0e1d1} executeQuery: Read 4 rows, 286.00 B in 0.004511 sec., 886.7213478164487 rows/sec., 61.91 KiB/sec. 2024.05.29 21:53:37.535291 [ 3 ] {6535688a-c23d-48f4-8df2-1c7b77f0e1d1} DynamicQueryHandler: Done processing query 2024.05.29 21:53:37.535291 [ 199 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 746 rows, containing 4 columns (4 merged, 0 gathered) in 0.006237998 sec., 119589.65039745123 rows/sec., 9.74 MiB/sec. 2024.05.29 21:53:37.535325 [ 3 ] {6535688a-c23d-48f4-8df2-1c7b77f0e1d1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:53:37.535366 [ 3 ] {} HTTP-Session: b48c5602-3422-47d9-a9d9-a9a9378a6217 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.535511 [ 199 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.29 21:53:37.535581 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 15638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:37.535657 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:37.535689 [ 3 ] {} HTTP-Session: 7fe78f55-12c1-473b-8713-56cf7900f0ae Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:37.535728 [ 3 ] {} HTTP-Session: 7fe78f55-12c1-473b-8713-56cf7900f0ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.535750 [ 3 ] {} HTTP-Session: 7fe78f55-12c1-473b-8713-56cf7900f0ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.535883 [ 3 ] {} HTTP-Session: 7fe78f55-12c1-473b-8713-56cf7900f0ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:37.536180 [ 3 ] {2705967a-8a10-41f8-89b0-88faf7d1041f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:37.536257 [ 3 ] {2705967a-8a10-41f8-89b0-88faf7d1041f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:53:37.536321 [ 199 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_31_6} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:37.536563 [ 199 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_31_6} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.29 21:53:37.536700 [ 3 ] {2705967a-8a10-41f8-89b0-88faf7d1041f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:37.536728 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.29 21:53:37.537104 [ 3 ] {2705967a-8a10-41f8-89b0-88faf7d1041f} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:37.537146 [ 3 ] {2705967a-8a10-41f8-89b0-88faf7d1041f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:37.537485 [ 3 ] {2705967a-8a10-41f8-89b0-88faf7d1041f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.29 21:53:37.537805 [ 3 ] {2705967a-8a10-41f8-89b0-88faf7d1041f} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:37.537958 [ 3 ] {2705967a-8a10-41f8-89b0-88faf7d1041f} executeQuery: Read 92 rows, 7.36 KiB in 0.00187 sec., 49197.86096256685 rows/sec., 3.85 MiB/sec. 2024.05.29 21:53:37.537970 [ 124 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.29 21:53:37.538055 [ 124 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:37.538107 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:37.538285 [ 3 ] {2705967a-8a10-41f8-89b0-88faf7d1041f} DynamicQueryHandler: Done processing query 2024.05.29 21:53:37.538365 [ 3 ] {2705967a-8a10-41f8-89b0-88faf7d1041f} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:53:37.538458 [ 3 ] {} HTTP-Session: 7fe78f55-12c1-473b-8713-56cf7900f0ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.538457 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.29 21:53:37.538730 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 31014, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:37.538891 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:37.538980 [ 3 ] {} HTTP-Session: 75c35b98-31ec-4c3c-a747-63429acfcb15 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:37.539031 [ 3 ] {} HTTP-Session: 75c35b98-31ec-4c3c-a747-63429acfcb15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.539041 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:53:37.539055 [ 3 ] {} HTTP-Session: 75c35b98-31ec-4c3c-a747-63429acfcb15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.539101 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 148 rows starting from the beginning of the part 2024.05.29 21:53:37.539127 [ 3 ] {} HTTP-Session: 75c35b98-31ec-4c3c-a747-63429acfcb15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:37.539353 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 88 rows starting from the beginning of the part 2024.05.29 21:53:37.539550 [ 3 ] {ae43adc7-548c-4c22-bd28-bc2ff4f502ff} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:37.539586 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 68 rows starting from the beginning of the part 2024.05.29 21:53:37.539697 [ 3 ] {ae43adc7-548c-4c22-bd28-bc2ff4f502ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:53:37.539941 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 114 rows starting from the beginning of the part 2024.05.29 21:53:37.540220 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 76 rows starting from the beginning of the part 2024.05.29 21:53:37.540567 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 92 rows starting from the beginning of the part 2024.05.29 21:53:37.541181 [ 3 ] {ae43adc7-548c-4c22-bd28-bc2ff4f502ff} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:37.542126 [ 3 ] {ae43adc7-548c-4c22-bd28-bc2ff4f502ff} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:37.542198 [ 3 ] {ae43adc7-548c-4c22-bd28-bc2ff4f502ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:37.543318 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 4 columns (4 merged, 0 gathered) in 0.005124414 sec., 114354.53887995779 rows/sec., 8.93 MiB/sec. 2024.05.29 21:53:37.543326 [ 3 ] {ae43adc7-548c-4c22-bd28-bc2ff4f502ff} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.29 21:53:37.543481 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.29 21:53:37.544269 [ 3 ] {ae43adc7-548c-4c22-bd28-bc2ff4f502ff} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:37.544355 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_31_6} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:37.544560 [ 124 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.29 21:53:37.544621 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_31_6} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.29 21:53:37.544650 [ 3 ] {ae43adc7-548c-4c22-bd28-bc2ff4f502ff} executeQuery: Read 162 rows, 11.55 KiB in 0.005309 sec., 30514.221133923525 rows/sec., 2.12 MiB/sec. 2024.05.29 21:53:37.544659 [ 124 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:37.544755 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:37.545087 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.05.29 21:53:37.545162 [ 199 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.29 21:53:37.545213 [ 3 ] {ae43adc7-548c-4c22-bd28-bc2ff4f502ff} DynamicQueryHandler: Done processing query 2024.05.29 21:53:37.545269 [ 3 ] {ae43adc7-548c-4c22-bd28-bc2ff4f502ff} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:53:37.545322 [ 3 ] {} HTTP-Session: 75c35b98-31ec-4c3c-a747-63429acfcb15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.545421 [ 199 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:53:37.545456 [ 199 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3712 rows starting from the beginning of the part 2024.05.29 21:53:37.545601 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:37.545684 [ 199 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2024.05.29 21:53:37.545753 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:37.545825 [ 3 ] {} HTTP-Session: 683b9ea8-f3c9-49cf-9d7a-34321fd53726 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:37.545907 [ 3 ] {} HTTP-Session: 683b9ea8-f3c9-49cf-9d7a-34321fd53726 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.545978 [ 3 ] {} HTTP-Session: 683b9ea8-f3c9-49cf-9d7a-34321fd53726 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.545991 [ 199 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2024.05.29 21:53:37.546071 [ 3 ] {} HTTP-Session: 683b9ea8-f3c9-49cf-9d7a-34321fd53726 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:37.546264 [ 199 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 197 rows starting from the beginning of the part 2024.05.29 21:53:37.546414 [ 199 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 164 rows starting from the beginning of the part 2024.05.29 21:53:37.546508 [ 199 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 162 rows starting from the beginning of the part 2024.05.29 21:53:37.546938 [ 3 ] {82237dfc-0cad-4c58-bac3-006eb412659d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:37.547102 [ 3 ] {82237dfc-0cad-4c58-bac3-006eb412659d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:53:37.547797 [ 3 ] {82237dfc-0cad-4c58-bac3-006eb412659d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:37.548827 [ 3 ] {82237dfc-0cad-4c58-bac3-006eb412659d} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:37.548881 [ 3 ] {82237dfc-0cad-4c58-bac3-006eb412659d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:37.550068 [ 3 ] {82237dfc-0cad-4c58-bac3-006eb412659d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.29 21:53:37.550636 [ 199 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4555 rows, containing 5 columns (5 merged, 0 gathered) in 0.005687871 sec., 800826.8823255661 rows/sec., 55.84 MiB/sec. 2024.05.29 21:53:37.550887 [ 3 ] {82237dfc-0cad-4c58-bac3-006eb412659d} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:37.551079 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.29 21:53:37.551121 [ 3 ] {82237dfc-0cad-4c58-bac3-006eb412659d} executeQuery: Read 24 rows, 33.16 KiB in 0.004818 sec., 4981.3200498132 rows/sec., 6.72 MiB/sec. 2024.05.29 21:53:37.551368 [ 3 ] {82237dfc-0cad-4c58-bac3-006eb412659d} DynamicQueryHandler: Done processing query 2024.05.29 21:53:37.551409 [ 3 ] {82237dfc-0cad-4c58-bac3-006eb412659d} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:53:37.551440 [ 3 ] {} HTTP-Session: 683b9ea8-f3c9-49cf-9d7a-34321fd53726 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.551592 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:37.551632 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_26_5} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:37.551652 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:37.551679 [ 3 ] {} HTTP-Session: 5807e413-ad02-4d5a-8db8-a3f6c1d78a9b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:37.551699 [ 3 ] {} HTTP-Session: 5807e413-ad02-4d5a-8db8-a3f6c1d78a9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.551715 [ 3 ] {} HTTP-Session: 5807e413-ad02-4d5a-8db8-a3f6c1d78a9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.551725 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_26_5} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.29 21:53:37.551750 [ 3 ] {} HTTP-Session: 5807e413-ad02-4d5a-8db8-a3f6c1d78a9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:37.551823 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2024.05.29 21:53:37.551887 [ 3 ] {7c1bf27c-28dd-449e-86bf-8e7c017dffef} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:37.551932 [ 3 ] {7c1bf27c-28dd-449e-86bf-8e7c017dffef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:53:37.552058 [ 3 ] {7c1bf27c-28dd-449e-86bf-8e7c017dffef} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:37.552332 [ 3 ] {7c1bf27c-28dd-449e-86bf-8e7c017dffef} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:37.552369 [ 3 ] {7c1bf27c-28dd-449e-86bf-8e7c017dffef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:37.552726 [ 3 ] {7c1bf27c-28dd-449e-86bf-8e7c017dffef} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.29 21:53:37.553056 [ 3 ] {7c1bf27c-28dd-449e-86bf-8e7c017dffef} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:37.553219 [ 124 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.29 21:53:37.553228 [ 3 ] {7c1bf27c-28dd-449e-86bf-8e7c017dffef} executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. 2024.05.29 21:53:37.553266 [ 124 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:37.553336 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:37.553583 [ 3 ] {7c1bf27c-28dd-449e-86bf-8e7c017dffef} DynamicQueryHandler: Done processing query 2024.05.29 21:53:37.553675 [ 3 ] {7c1bf27c-28dd-449e-86bf-8e7c017dffef} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:37.553755 [ 3 ] {} HTTP-Session: 5807e413-ad02-4d5a-8db8-a3f6c1d78a9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:37.553796 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.29 21:53:37.554093 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:53:37.554129 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1222 rows starting from the beginning of the part 2024.05.29 21:53:37.554218 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2024.05.29 21:53:37.554315 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2024.05.29 21:53:37.554572 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2024.05.29 21:53:37.554644 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2024.05.29 21:53:37.554718 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2024.05.29 21:53:37.555828 [ 186 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1522 rows, containing 4 columns (4 merged, 0 gathered) in 0.002375879 sec., 640605.0139758801 rows/sec., 43.20 MiB/sec. 2024.05.29 21:53:37.556041 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.29 21:53:37.556391 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_26_5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:37.556462 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_26_5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.29 21:53:37.556526 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2024.05.29 21:53:42.522302 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:42.522447 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:42.522477 [ 3 ] {} HTTP-Session: 6a378fea-fb27-4ab8-9744-4c8060cfa607 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:42.522506 [ 3 ] {} HTTP-Session: 6a378fea-fb27-4ab8-9744-4c8060cfa607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.522524 [ 3 ] {} HTTP-Session: 6a378fea-fb27-4ab8-9744-4c8060cfa607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.522581 [ 3 ] {} HTTP-Session: 6a378fea-fb27-4ab8-9744-4c8060cfa607 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:42.522769 [ 3 ] {209a9d44-2c86-4bc7-b8bc-72c0b4f7fc38} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:42.522835 [ 3 ] {209a9d44-2c86-4bc7-b8bc-72c0b4f7fc38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:53:42.523032 [ 3 ] {209a9d44-2c86-4bc7-b8bc-72c0b4f7fc38} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:42.523400 [ 3 ] {209a9d44-2c86-4bc7-b8bc-72c0b4f7fc38} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:42.523438 [ 3 ] {209a9d44-2c86-4bc7-b8bc-72c0b4f7fc38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:42.523808 [ 3 ] {209a9d44-2c86-4bc7-b8bc-72c0b4f7fc38} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.29 21:53:42.524146 [ 3 ] {209a9d44-2c86-4bc7-b8bc-72c0b4f7fc38} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:42.524286 [ 118 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.29 21:53:42.524287 [ 3 ] {209a9d44-2c86-4bc7-b8bc-72c0b4f7fc38} executeQuery: Read 4 rows, 332.00 B in 0.001572 sec., 2544.529262086514 rows/sec., 206.25 KiB/sec. 2024.05.29 21:53:42.524327 [ 118 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:42.524363 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:42.524617 [ 3 ] {209a9d44-2c86-4bc7-b8bc-72c0b4f7fc38} DynamicQueryHandler: Done processing query 2024.05.29 21:53:42.524709 [ 3 ] {209a9d44-2c86-4bc7-b8bc-72c0b4f7fc38} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:53:42.524743 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.29 21:53:42.524780 [ 3 ] {} HTTP-Session: 6a378fea-fb27-4ab8-9744-4c8060cfa607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.525151 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:42.525327 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:42.525420 [ 3 ] {} HTTP-Session: fa799a50-04b2-40c9-937c-25558ce0fa70 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:42.525444 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:53:42.525482 [ 3 ] {} HTTP-Session: fa799a50-04b2-40c9-937c-25558ce0fa70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.525555 [ 3 ] {} HTTP-Session: fa799a50-04b2-40c9-937c-25558ce0fa70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.525566 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 28 rows starting from the beginning of the part 2024.05.29 21:53:42.525635 [ 3 ] {} HTTP-Session: fa799a50-04b2-40c9-937c-25558ce0fa70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:42.525786 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part 2024.05.29 21:53:42.526155 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2024.05.29 21:53:42.526162 [ 3 ] {21bd571a-64c5-4bdf-a6c5-4ece4402d140} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:42.526377 [ 3 ] {21bd571a-64c5-4bdf-a6c5-4ece4402d140} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:53:42.526450 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part 2024.05.29 21:53:42.526768 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part 2024.05.29 21:53:42.527098 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part 2024.05.29 21:53:42.527731 [ 3 ] {21bd571a-64c5-4bdf-a6c5-4ece4402d140} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:42.528475 [ 3 ] {21bd571a-64c5-4bdf-a6c5-4ece4402d140} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:42.528535 [ 3 ] {21bd571a-64c5-4bdf-a6c5-4ece4402d140} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:42.529389 [ 3 ] {21bd571a-64c5-4bdf-a6c5-4ece4402d140} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.29 21:53:42.529733 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 4 columns (4 merged, 0 gathered) in 0.005250465 sec., 16760.420267538208 rows/sec., 1.33 MiB/sec. 2024.05.29 21:53:42.529951 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.29 21:53:42.530113 [ 3 ] {21bd571a-64c5-4bdf-a6c5-4ece4402d140} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:42.530548 [ 3 ] {21bd571a-64c5-4bdf-a6c5-4ece4402d140} executeQuery: Read 68 rows, 5.48 KiB in 0.004679 sec., 14533.01987604189 rows/sec., 1.14 MiB/sec. 2024.05.29 21:53:42.530877 [ 3 ] {21bd571a-64c5-4bdf-a6c5-4ece4402d140} DynamicQueryHandler: Done processing query 2024.05.29 21:53:42.530886 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_31_6} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:42.530921 [ 3 ] {21bd571a-64c5-4bdf-a6c5-4ece4402d140} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:53:42.530971 [ 3 ] {} HTTP-Session: fa799a50-04b2-40c9-937c-25558ce0fa70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.531071 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_31_6} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.29 21:53:42.531188 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:42.531199 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.29 21:53:42.531263 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:42.531289 [ 3 ] {} HTTP-Session: 26f2cbe7-3055-46f8-9916-28c873306f76 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:42.531305 [ 3 ] {} HTTP-Session: 26f2cbe7-3055-46f8-9916-28c873306f76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.531320 [ 3 ] {} HTTP-Session: 26f2cbe7-3055-46f8-9916-28c873306f76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.531354 [ 3 ] {} HTTP-Session: 26f2cbe7-3055-46f8-9916-28c873306f76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:42.531485 [ 3 ] {a9c97613-8f1e-45cd-b94f-abc4df67324c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:42.531530 [ 3 ] {a9c97613-8f1e-45cd-b94f-abc4df67324c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:53:42.531678 [ 3 ] {a9c97613-8f1e-45cd-b94f-abc4df67324c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:42.531992 [ 3 ] {a9c97613-8f1e-45cd-b94f-abc4df67324c} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:42.532030 [ 3 ] {a9c97613-8f1e-45cd-b94f-abc4df67324c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:42.532389 [ 3 ] {a9c97613-8f1e-45cd-b94f-abc4df67324c} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.29 21:53:42.532709 [ 3 ] {a9c97613-8f1e-45cd-b94f-abc4df67324c} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:42.532836 [ 3 ] {a9c97613-8f1e-45cd-b94f-abc4df67324c} executeQuery: Read 68 rows, 5.44 KiB in 0.001402 sec., 48502.1398002853 rows/sec., 3.79 MiB/sec. 2024.05.29 21:53:42.532984 [ 3 ] {a9c97613-8f1e-45cd-b94f-abc4df67324c} DynamicQueryHandler: Done processing query 2024.05.29 21:53:42.533008 [ 3 ] {a9c97613-8f1e-45cd-b94f-abc4df67324c} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:53:42.533024 [ 3 ] {} HTTP-Session: 26f2cbe7-3055-46f8-9916-28c873306f76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.533273 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:42.533321 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:42.533342 [ 3 ] {} HTTP-Session: 79f8b234-9040-4738-8e27-fe094987db62 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:42.533358 [ 3 ] {} HTTP-Session: 79f8b234-9040-4738-8e27-fe094987db62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.533372 [ 3 ] {} HTTP-Session: 79f8b234-9040-4738-8e27-fe094987db62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.533403 [ 3 ] {} HTTP-Session: 79f8b234-9040-4738-8e27-fe094987db62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:42.533551 [ 3 ] {7aa30145-0d82-4faa-b9b0-0220b8ac5053} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:42.533597 [ 3 ] {7aa30145-0d82-4faa-b9b0-0220b8ac5053} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:53:42.533736 [ 3 ] {7aa30145-0d82-4faa-b9b0-0220b8ac5053} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:42.534066 [ 3 ] {7aa30145-0d82-4faa-b9b0-0220b8ac5053} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:42.534101 [ 3 ] {7aa30145-0d82-4faa-b9b0-0220b8ac5053} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:42.534489 [ 3 ] {7aa30145-0d82-4faa-b9b0-0220b8ac5053} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.29 21:53:42.534835 [ 3 ] {7aa30145-0d82-4faa-b9b0-0220b8ac5053} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:42.534960 [ 3 ] {7aa30145-0d82-4faa-b9b0-0220b8ac5053} executeQuery: Read 160 rows, 11.41 KiB in 0.001478 sec., 108254.39783491204 rows/sec., 7.54 MiB/sec. 2024.05.29 21:53:42.535153 [ 3 ] {7aa30145-0d82-4faa-b9b0-0220b8ac5053} DynamicQueryHandler: Done processing query 2024.05.29 21:53:42.535179 [ 3 ] {7aa30145-0d82-4faa-b9b0-0220b8ac5053} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:53:42.535196 [ 3 ] {} HTTP-Session: 79f8b234-9040-4738-8e27-fe094987db62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.535317 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:42.535366 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:42.535386 [ 3 ] {} HTTP-Session: 49ddb60c-3941-4057-af4b-10b841121bea Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:42.535402 [ 3 ] {} HTTP-Session: 49ddb60c-3941-4057-af4b-10b841121bea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.535416 [ 3 ] {} HTTP-Session: 49ddb60c-3941-4057-af4b-10b841121bea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.535446 [ 3 ] {} HTTP-Session: 49ddb60c-3941-4057-af4b-10b841121bea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:42.535559 [ 3 ] {d5870629-bdfe-4652-bf44-8f7408b61ebd} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:42.535607 [ 3 ] {d5870629-bdfe-4652-bf44-8f7408b61ebd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:53:42.535760 [ 3 ] {d5870629-bdfe-4652-bf44-8f7408b61ebd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:42.536044 [ 3 ] {d5870629-bdfe-4652-bf44-8f7408b61ebd} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:42.536079 [ 3 ] {d5870629-bdfe-4652-bf44-8f7408b61ebd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:42.536460 [ 3 ] {d5870629-bdfe-4652-bf44-8f7408b61ebd} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.29 21:53:42.536798 [ 3 ] {d5870629-bdfe-4652-bf44-8f7408b61ebd} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:42.536922 [ 118 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.29 21:53:42.536923 [ 3 ] {d5870629-bdfe-4652-bf44-8f7408b61ebd} executeQuery: Read 4 rows, 5.53 KiB in 0.001405 sec., 2846.9750889679717 rows/sec., 3.84 MiB/sec. 2024.05.29 21:53:42.536959 [ 118 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:42.536998 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:42.537192 [ 3 ] {d5870629-bdfe-4652-bf44-8f7408b61ebd} DynamicQueryHandler: Done processing query 2024.05.29 21:53:42.537214 [ 186 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.29 21:53:42.537231 [ 3 ] {d5870629-bdfe-4652-bf44-8f7408b61ebd} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:53:42.537271 [ 3 ] {} HTTP-Session: 49ddb60c-3941-4057-af4b-10b841121bea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.537548 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:42.537746 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:42.537854 [ 3 ] {} HTTP-Session: c76dc8d0-3224-4206-93f6-f8687ab4c56c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:42.537937 [ 3 ] {} HTTP-Session: c76dc8d0-3224-4206-93f6-f8687ab4c56c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.538012 [ 3 ] {} HTTP-Session: c76dc8d0-3224-4206-93f6-f8687ab4c56c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.538046 [ 186 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:53:42.538158 [ 3 ] {} HTTP-Session: c76dc8d0-3224-4206-93f6-f8687ab4c56c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:42.538176 [ 186 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 422 rows starting from the beginning of the part 2024.05.29 21:53:42.538519 [ 3 ] {34b1048b-4fe1-428e-b24e-bdef211dd5d2} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:42.538557 [ 186 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part 2024.05.29 21:53:42.538683 [ 3 ] {34b1048b-4fe1-428e-b24e-bdef211dd5d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:53:42.538856 [ 186 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2024.05.29 21:53:42.539272 [ 186 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part 2024.05.29 21:53:42.539608 [ 186 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part 2024.05.29 21:53:42.539834 [ 3 ] {34b1048b-4fe1-428e-b24e-bdef211dd5d2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:42.539850 [ 186 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part 2024.05.29 21:53:42.540629 [ 3 ] {34b1048b-4fe1-428e-b24e-bdef211dd5d2} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:42.540675 [ 3 ] {34b1048b-4fe1-428e-b24e-bdef211dd5d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:42.541083 [ 3 ] {34b1048b-4fe1-428e-b24e-bdef211dd5d2} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.29 21:53:42.541497 [ 3 ] {34b1048b-4fe1-428e-b24e-bdef211dd5d2} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:42.541743 [ 3 ] {34b1048b-4fe1-428e-b24e-bdef211dd5d2} executeQuery: Read 60 rows, 4.14 KiB in 0.003388 sec., 17709.56316410862 rows/sec., 1.19 MiB/sec. 2024.05.29 21:53:42.542289 [ 3 ] {34b1048b-4fe1-428e-b24e-bdef211dd5d2} DynamicQueryHandler: Done processing query 2024.05.29 21:53:42.542330 [ 3 ] {34b1048b-4fe1-428e-b24e-bdef211dd5d2} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:42.542356 [ 3 ] {} HTTP-Session: c76dc8d0-3224-4206-93f6-f8687ab4c56c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:42.543180 [ 187 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 6 columns (6 merged, 0 gathered) in 0.006112216 sec., 78858.46966141248 rows/sec., 106.42 MiB/sec. 2024.05.29 21:53:42.543702 [ 187 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.29 21:53:42.544182 [ 187 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_31_6} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:42.544280 [ 187 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_31_6} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.29 21:53:42.544390 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB. 2024.05.29 21:53:45.782295 [ 116 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:53:45.782368 [ 116 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:53:47.524152 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:47.524272 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:47.524301 [ 3 ] {} HTTP-Session: af025ae6-c2f4-4b69-b652-7ef602f19231 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:47.524330 [ 3 ] {} HTTP-Session: af025ae6-c2f4-4b69-b652-7ef602f19231 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.524347 [ 3 ] {} HTTP-Session: af025ae6-c2f4-4b69-b652-7ef602f19231 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.524404 [ 3 ] {} HTTP-Session: af025ae6-c2f4-4b69-b652-7ef602f19231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:47.524613 [ 3 ] {3992d109-96d5-4a93-9755-01c909e584c4} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:47.524687 [ 3 ] {3992d109-96d5-4a93-9755-01c909e584c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:53:47.524889 [ 3 ] {3992d109-96d5-4a93-9755-01c909e584c4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:47.525308 [ 3 ] {3992d109-96d5-4a93-9755-01c909e584c4} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:47.525346 [ 3 ] {3992d109-96d5-4a93-9755-01c909e584c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:47.525718 [ 3 ] {3992d109-96d5-4a93-9755-01c909e584c4} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.29 21:53:47.526070 [ 3 ] {3992d109-96d5-4a93-9755-01c909e584c4} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:47.526210 [ 3 ] {3992d109-96d5-4a93-9755-01c909e584c4} executeQuery: Read 24 rows, 1.95 KiB in 0.001666 sec., 14405.76230492197 rows/sec., 1.14 MiB/sec. 2024.05.29 21:53:47.526497 [ 3 ] {3992d109-96d5-4a93-9755-01c909e584c4} DynamicQueryHandler: Done processing query 2024.05.29 21:53:47.526531 [ 3 ] {3992d109-96d5-4a93-9755-01c909e584c4} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:47.526549 [ 3 ] {} HTTP-Session: af025ae6-c2f4-4b69-b652-7ef602f19231 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.526704 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:47.526751 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:47.526770 [ 3 ] {} HTTP-Session: b11a29e2-be00-46dd-b9d6-d6221e9f044e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:47.526787 [ 3 ] {} HTTP-Session: b11a29e2-be00-46dd-b9d6-d6221e9f044e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.526801 [ 3 ] {} HTTP-Session: b11a29e2-be00-46dd-b9d6-d6221e9f044e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.526832 [ 3 ] {} HTTP-Session: b11a29e2-be00-46dd-b9d6-d6221e9f044e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:47.526971 [ 3 ] {ef3ddabd-5c01-488c-bd08-9aa0b383febc} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:47.527015 [ 3 ] {ef3ddabd-5c01-488c-bd08-9aa0b383febc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:53:47.527157 [ 3 ] {ef3ddabd-5c01-488c-bd08-9aa0b383febc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:47.527554 [ 3 ] {ef3ddabd-5c01-488c-bd08-9aa0b383febc} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:47.527590 [ 3 ] {ef3ddabd-5c01-488c-bd08-9aa0b383febc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:47.527905 [ 3 ] {ef3ddabd-5c01-488c-bd08-9aa0b383febc} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.29 21:53:47.528209 [ 3 ] {ef3ddabd-5c01-488c-bd08-9aa0b383febc} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:47.528336 [ 3 ] {ef3ddabd-5c01-488c-bd08-9aa0b383febc} executeQuery: Read 128 rows, 10.91 KiB in 0.001422 sec., 90014.06469760899 rows/sec., 7.49 MiB/sec. 2024.05.29 21:53:47.528500 [ 3 ] {ef3ddabd-5c01-488c-bd08-9aa0b383febc} DynamicQueryHandler: Done processing query 2024.05.29 21:53:47.528523 [ 3 ] {ef3ddabd-5c01-488c-bd08-9aa0b383febc} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:53:47.528540 [ 3 ] {} HTTP-Session: b11a29e2-be00-46dd-b9d6-d6221e9f044e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.528699 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 14954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:47.528746 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:47.528766 [ 3 ] {} HTTP-Session: 85417600-e285-4a28-b663-65224afcf221 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:47.528782 [ 3 ] {} HTTP-Session: 85417600-e285-4a28-b663-65224afcf221 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.528796 [ 3 ] {} HTTP-Session: 85417600-e285-4a28-b663-65224afcf221 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.528827 [ 3 ] {} HTTP-Session: 85417600-e285-4a28-b663-65224afcf221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:47.528944 [ 3 ] {8b3b08c5-1822-4364-91ff-f7ad70714bb1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:47.528986 [ 3 ] {8b3b08c5-1822-4364-91ff-f7ad70714bb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:53:47.529111 [ 3 ] {8b3b08c5-1822-4364-91ff-f7ad70714bb1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:47.529434 [ 3 ] {8b3b08c5-1822-4364-91ff-f7ad70714bb1} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:47.529471 [ 3 ] {8b3b08c5-1822-4364-91ff-f7ad70714bb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:47.529784 [ 3 ] {8b3b08c5-1822-4364-91ff-f7ad70714bb1} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.29 21:53:47.530084 [ 3 ] {8b3b08c5-1822-4364-91ff-f7ad70714bb1} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:47.530205 [ 3 ] {8b3b08c5-1822-4364-91ff-f7ad70714bb1} executeQuery: Read 88 rows, 7.04 KiB in 0.001304 sec., 67484.66257668711 rows/sec., 5.27 MiB/sec. 2024.05.29 21:53:47.530352 [ 3 ] {8b3b08c5-1822-4364-91ff-f7ad70714bb1} DynamicQueryHandler: Done processing query 2024.05.29 21:53:47.530376 [ 3 ] {8b3b08c5-1822-4364-91ff-f7ad70714bb1} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:53:47.530392 [ 3 ] {} HTTP-Session: 85417600-e285-4a28-b663-65224afcf221 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.530556 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:47.530604 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:47.530623 [ 3 ] {} HTTP-Session: b723d54f-5942-4b05-8f77-3f21bff42dae Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:47.530639 [ 3 ] {} HTTP-Session: b723d54f-5942-4b05-8f77-3f21bff42dae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.530653 [ 3 ] {} HTTP-Session: b723d54f-5942-4b05-8f77-3f21bff42dae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.530683 [ 3 ] {} HTTP-Session: b723d54f-5942-4b05-8f77-3f21bff42dae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:47.530824 [ 3 ] {acb692ae-bd8f-445d-82ed-b36c2a04c67c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:47.530870 [ 3 ] {acb692ae-bd8f-445d-82ed-b36c2a04c67c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:53:47.531010 [ 3 ] {acb692ae-bd8f-445d-82ed-b36c2a04c67c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:47.531385 [ 3 ] {acb692ae-bd8f-445d-82ed-b36c2a04c67c} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:47.531421 [ 3 ] {acb692ae-bd8f-445d-82ed-b36c2a04c67c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:47.531808 [ 3 ] {acb692ae-bd8f-445d-82ed-b36c2a04c67c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.29 21:53:47.532152 [ 3 ] {acb692ae-bd8f-445d-82ed-b36c2a04c67c} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:47.532279 [ 3 ] {acb692ae-bd8f-445d-82ed-b36c2a04c67c} executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec. 2024.05.29 21:53:47.532439 [ 3 ] {acb692ae-bd8f-445d-82ed-b36c2a04c67c} DynamicQueryHandler: Done processing query 2024.05.29 21:53:47.532463 [ 3 ] {acb692ae-bd8f-445d-82ed-b36c2a04c67c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:53:47.532480 [ 3 ] {} HTTP-Session: b723d54f-5942-4b05-8f77-3f21bff42dae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.532619 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:47.532666 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:47.532685 [ 3 ] {} HTTP-Session: eb726104-0304-4b0b-b448-1d984b1e68e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:47.532702 [ 3 ] {} HTTP-Session: eb726104-0304-4b0b-b448-1d984b1e68e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.532715 [ 3 ] {} HTTP-Session: eb726104-0304-4b0b-b448-1d984b1e68e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.532747 [ 3 ] {} HTTP-Session: eb726104-0304-4b0b-b448-1d984b1e68e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:47.532987 [ 3 ] {e1ad5e7d-60dd-4df9-a4c2-180eaa0957d6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:47.533033 [ 3 ] {e1ad5e7d-60dd-4df9-a4c2-180eaa0957d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:53:47.533189 [ 3 ] {e1ad5e7d-60dd-4df9-a4c2-180eaa0957d6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:47.533620 [ 3 ] {e1ad5e7d-60dd-4df9-a4c2-180eaa0957d6} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:47.533654 [ 3 ] {e1ad5e7d-60dd-4df9-a4c2-180eaa0957d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:47.534048 [ 3 ] {e1ad5e7d-60dd-4df9-a4c2-180eaa0957d6} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.29 21:53:47.534385 [ 3 ] {e1ad5e7d-60dd-4df9-a4c2-180eaa0957d6} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:47.534511 [ 3 ] {e1ad5e7d-60dd-4df9-a4c2-180eaa0957d6} executeQuery: Read 24 rows, 33.16 KiB in 0.001689 sec., 14209.591474245115 rows/sec., 19.18 MiB/sec. 2024.05.29 21:53:47.534663 [ 3 ] {e1ad5e7d-60dd-4df9-a4c2-180eaa0957d6} DynamicQueryHandler: Done processing query 2024.05.29 21:53:47.534687 [ 3 ] {e1ad5e7d-60dd-4df9-a4c2-180eaa0957d6} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:53:47.534702 [ 3 ] {} HTTP-Session: eb726104-0304-4b0b-b448-1d984b1e68e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.534818 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:47.534866 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:47.534886 [ 3 ] {} HTTP-Session: c22bf8a0-c782-4be9-b4e1-5ca71f801154 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:47.534902 [ 3 ] {} HTTP-Session: c22bf8a0-c782-4be9-b4e1-5ca71f801154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.534916 [ 3 ] {} HTTP-Session: c22bf8a0-c782-4be9-b4e1-5ca71f801154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:47.534946 [ 3 ] {} HTTP-Session: c22bf8a0-c782-4be9-b4e1-5ca71f801154 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:47.535065 [ 3 ] {cc8f3e76-310d-42a1-a476-2f03ec7450d5} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:47.535109 [ 3 ] {cc8f3e76-310d-42a1-a476-2f03ec7450d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:53:47.535233 [ 3 ] {cc8f3e76-310d-42a1-a476-2f03ec7450d5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:47.535527 [ 3 ] {cc8f3e76-310d-42a1-a476-2f03ec7450d5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:47.535562 [ 3 ] {cc8f3e76-310d-42a1-a476-2f03ec7450d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:47.535913 [ 3 ] {cc8f3e76-310d-42a1-a476-2f03ec7450d5} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.29 21:53:47.536229 [ 3 ] {cc8f3e76-310d-42a1-a476-2f03ec7450d5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:47.536356 [ 3 ] {cc8f3e76-310d-42a1-a476-2f03ec7450d5} executeQuery: Read 60 rows, 4.14 KiB in 0.001339 sec., 44809.55937266617 rows/sec., 3.02 MiB/sec. 2024.05.29 21:53:47.536515 [ 3 ] {cc8f3e76-310d-42a1-a476-2f03ec7450d5} DynamicQueryHandler: Done processing query 2024.05.29 21:53:47.536538 [ 3 ] {cc8f3e76-310d-42a1-a476-2f03ec7450d5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:47.536554 [ 3 ] {} HTTP-Session: c22bf8a0-c782-4be9-b4e1-5ca71f801154 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.521458 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:52.521600 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:52.521629 [ 3 ] {} HTTP-Session: a793a73e-93bc-4d32-a1bd-5d3617f63d7f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:52.521658 [ 3 ] {} HTTP-Session: a793a73e-93bc-4d32-a1bd-5d3617f63d7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.521676 [ 3 ] {} HTTP-Session: a793a73e-93bc-4d32-a1bd-5d3617f63d7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.521730 [ 3 ] {} HTTP-Session: a793a73e-93bc-4d32-a1bd-5d3617f63d7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:52.521923 [ 3 ] {f91d0d07-1c57-484d-8861-9e107cd73d94} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:52.521990 [ 3 ] {f91d0d07-1c57-484d-8861-9e107cd73d94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:53:52.522185 [ 3 ] {f91d0d07-1c57-484d-8861-9e107cd73d94} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:52.522576 [ 3 ] {f91d0d07-1c57-484d-8861-9e107cd73d94} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:52.522615 [ 3 ] {f91d0d07-1c57-484d-8861-9e107cd73d94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:52.522990 [ 3 ] {f91d0d07-1c57-484d-8861-9e107cd73d94} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.29 21:53:52.523319 [ 3 ] {f91d0d07-1c57-484d-8861-9e107cd73d94} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:52.523463 [ 3 ] {f91d0d07-1c57-484d-8861-9e107cd73d94} executeQuery: Read 4 rows, 332.00 B in 0.001595 sec., 2507.836990595611 rows/sec., 203.27 KiB/sec. 2024.05.29 21:53:52.523766 [ 3 ] {f91d0d07-1c57-484d-8861-9e107cd73d94} DynamicQueryHandler: Done processing query 2024.05.29 21:53:52.523810 [ 3 ] {f91d0d07-1c57-484d-8861-9e107cd73d94} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:53:52.523827 [ 3 ] {} HTTP-Session: a793a73e-93bc-4d32-a1bd-5d3617f63d7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.523953 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:52.524002 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:52.524023 [ 3 ] {} HTTP-Session: 9531416f-0f58-4806-8c55-a562eaf24843 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:52.524040 [ 3 ] {} HTTP-Session: 9531416f-0f58-4806-8c55-a562eaf24843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.524053 [ 3 ] {} HTTP-Session: 9531416f-0f58-4806-8c55-a562eaf24843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.524084 [ 3 ] {} HTTP-Session: 9531416f-0f58-4806-8c55-a562eaf24843 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:52.524203 [ 3 ] {784dfac3-c294-4ce1-a43f-5d9a154404c8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:52.524248 [ 3 ] {784dfac3-c294-4ce1-a43f-5d9a154404c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:53:52.524391 [ 3 ] {784dfac3-c294-4ce1-a43f-5d9a154404c8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:52.524776 [ 3 ] {784dfac3-c294-4ce1-a43f-5d9a154404c8} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:52.524813 [ 3 ] {784dfac3-c294-4ce1-a43f-5d9a154404c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:52.525126 [ 3 ] {784dfac3-c294-4ce1-a43f-5d9a154404c8} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.29 21:53:52.525427 [ 3 ] {784dfac3-c294-4ce1-a43f-5d9a154404c8} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:52.525558 [ 3 ] {784dfac3-c294-4ce1-a43f-5d9a154404c8} executeQuery: Read 68 rows, 5.48 KiB in 0.0014 sec., 48571.42857142857 rows/sec., 3.82 MiB/sec. 2024.05.29 21:53:52.525718 [ 3 ] {784dfac3-c294-4ce1-a43f-5d9a154404c8} DynamicQueryHandler: Done processing query 2024.05.29 21:53:52.525742 [ 3 ] {784dfac3-c294-4ce1-a43f-5d9a154404c8} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:53:52.525758 [ 3 ] {} HTTP-Session: 9531416f-0f58-4806-8c55-a562eaf24843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.525883 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:52.525931 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:52.525951 [ 3 ] {} HTTP-Session: 253a48da-deb4-4648-8c9c-aacde49c2362 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:52.525967 [ 3 ] {} HTTP-Session: 253a48da-deb4-4648-8c9c-aacde49c2362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.525980 [ 3 ] {} HTTP-Session: 253a48da-deb4-4648-8c9c-aacde49c2362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.526010 [ 3 ] {} HTTP-Session: 253a48da-deb4-4648-8c9c-aacde49c2362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:52.526130 [ 3 ] {13347732-abe5-42f0-944c-dbf905971e41} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:52.526172 [ 3 ] {13347732-abe5-42f0-944c-dbf905971e41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:53:52.526298 [ 3 ] {13347732-abe5-42f0-944c-dbf905971e41} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:52.526653 [ 3 ] {13347732-abe5-42f0-944c-dbf905971e41} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:52.526689 [ 3 ] {13347732-abe5-42f0-944c-dbf905971e41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:52.526997 [ 3 ] {13347732-abe5-42f0-944c-dbf905971e41} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.29 21:53:52.527302 [ 3 ] {13347732-abe5-42f0-944c-dbf905971e41} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:52.527423 [ 3 ] {13347732-abe5-42f0-944c-dbf905971e41} executeQuery: Read 68 rows, 5.44 KiB in 0.001335 sec., 50936.32958801498 rows/sec., 3.98 MiB/sec. 2024.05.29 21:53:52.527592 [ 3 ] {13347732-abe5-42f0-944c-dbf905971e41} DynamicQueryHandler: Done processing query 2024.05.29 21:53:52.527621 [ 3 ] {13347732-abe5-42f0-944c-dbf905971e41} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:53:52.527640 [ 3 ] {} HTTP-Session: 253a48da-deb4-4648-8c9c-aacde49c2362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.527821 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:52.527878 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:52.527902 [ 3 ] {} HTTP-Session: 3f9d75c4-5cdc-4e0f-8909-3123ff02474e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:52.527921 [ 3 ] {} HTTP-Session: 3f9d75c4-5cdc-4e0f-8909-3123ff02474e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.527936 [ 3 ] {} HTTP-Session: 3f9d75c4-5cdc-4e0f-8909-3123ff02474e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.527971 [ 3 ] {} HTTP-Session: 3f9d75c4-5cdc-4e0f-8909-3123ff02474e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:52.528125 [ 3 ] {6dd934bd-7520-4879-be2f-63533445b457} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:52.528171 [ 3 ] {6dd934bd-7520-4879-be2f-63533445b457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:53:52.528314 [ 3 ] {6dd934bd-7520-4879-be2f-63533445b457} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:52.528707 [ 3 ] {6dd934bd-7520-4879-be2f-63533445b457} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:52.528742 [ 3 ] {6dd934bd-7520-4879-be2f-63533445b457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:52.529126 [ 3 ] {6dd934bd-7520-4879-be2f-63533445b457} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.29 21:53:52.529456 [ 3 ] {6dd934bd-7520-4879-be2f-63533445b457} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:52.529582 [ 3 ] {6dd934bd-7520-4879-be2f-63533445b457} executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. 2024.05.29 21:53:52.529741 [ 3 ] {6dd934bd-7520-4879-be2f-63533445b457} DynamicQueryHandler: Done processing query 2024.05.29 21:53:52.529765 [ 3 ] {6dd934bd-7520-4879-be2f-63533445b457} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:53:52.529780 [ 3 ] {} HTTP-Session: 3f9d75c4-5cdc-4e0f-8909-3123ff02474e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.529896 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:52.529944 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:52.529964 [ 3 ] {} HTTP-Session: 1f9254e0-9e6e-4bcd-912f-ab76270d4efa Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:52.529980 [ 3 ] {} HTTP-Session: 1f9254e0-9e6e-4bcd-912f-ab76270d4efa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.529994 [ 3 ] {} HTTP-Session: 1f9254e0-9e6e-4bcd-912f-ab76270d4efa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.530025 [ 3 ] {} HTTP-Session: 1f9254e0-9e6e-4bcd-912f-ab76270d4efa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:52.530159 [ 3 ] {44c688e3-88cd-4aae-96cd-49dbe2b41f44} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:52.530206 [ 3 ] {44c688e3-88cd-4aae-96cd-49dbe2b41f44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:53:52.530360 [ 3 ] {44c688e3-88cd-4aae-96cd-49dbe2b41f44} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:52.530676 [ 3 ] {44c688e3-88cd-4aae-96cd-49dbe2b41f44} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:52.530711 [ 3 ] {44c688e3-88cd-4aae-96cd-49dbe2b41f44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:52.531095 [ 3 ] {44c688e3-88cd-4aae-96cd-49dbe2b41f44} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.29 21:53:52.531432 [ 3 ] {44c688e3-88cd-4aae-96cd-49dbe2b41f44} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:52.531556 [ 3 ] {44c688e3-88cd-4aae-96cd-49dbe2b41f44} executeQuery: Read 4 rows, 5.53 KiB in 0.00146 sec., 2739.7260273972606 rows/sec., 3.70 MiB/sec. 2024.05.29 21:53:52.531720 [ 3 ] {44c688e3-88cd-4aae-96cd-49dbe2b41f44} DynamicQueryHandler: Done processing query 2024.05.29 21:53:52.531745 [ 3 ] {44c688e3-88cd-4aae-96cd-49dbe2b41f44} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:53:52.531761 [ 3 ] {} HTTP-Session: 1f9254e0-9e6e-4bcd-912f-ab76270d4efa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.531870 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:52.531920 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:52.531938 [ 3 ] {} HTTP-Session: 2021ec6d-a24f-4979-a2a9-89bb925eed36 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:52.531954 [ 3 ] {} HTTP-Session: 2021ec6d-a24f-4979-a2a9-89bb925eed36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.531968 [ 3 ] {} HTTP-Session: 2021ec6d-a24f-4979-a2a9-89bb925eed36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:52.531998 [ 3 ] {} HTTP-Session: 2021ec6d-a24f-4979-a2a9-89bb925eed36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:52.532115 [ 3 ] {98da0bc4-5a09-4aff-acca-165a0a183b5f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:52.532159 [ 3 ] {98da0bc4-5a09-4aff-acca-165a0a183b5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:53:52.532286 [ 3 ] {98da0bc4-5a09-4aff-acca-165a0a183b5f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:52.532576 [ 3 ] {98da0bc4-5a09-4aff-acca-165a0a183b5f} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:52.532612 [ 3 ] {98da0bc4-5a09-4aff-acca-165a0a183b5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:52.532964 [ 3 ] {98da0bc4-5a09-4aff-acca-165a0a183b5f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.29 21:53:52.533289 [ 3 ] {98da0bc4-5a09-4aff-acca-165a0a183b5f} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:52.533420 [ 3 ] {98da0bc4-5a09-4aff-acca-165a0a183b5f} executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. 2024.05.29 21:53:52.533744 [ 3 ] {98da0bc4-5a09-4aff-acca-165a0a183b5f} DynamicQueryHandler: Done processing query 2024.05.29 21:53:52.533768 [ 3 ] {98da0bc4-5a09-4aff-acca-165a0a183b5f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:52.533785 [ 3 ] {} HTTP-Session: 2021ec6d-a24f-4979-a2a9-89bb925eed36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.524858 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:57.524991 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:57.525020 [ 3 ] {} HTTP-Session: 3b3b9345-821b-4ab7-a6a0-537d990376dd Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:57.525049 [ 3 ] {} HTTP-Session: 3b3b9345-821b-4ab7-a6a0-537d990376dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.525067 [ 3 ] {} HTTP-Session: 3b3b9345-821b-4ab7-a6a0-537d990376dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.525124 [ 3 ] {} HTTP-Session: 3b3b9345-821b-4ab7-a6a0-537d990376dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:57.525333 [ 3 ] {a14bfa02-a65a-4cae-a4f0-40d20bcd9db6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:57.525409 [ 3 ] {a14bfa02-a65a-4cae-a4f0-40d20bcd9db6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:53:57.525636 [ 3 ] {a14bfa02-a65a-4cae-a4f0-40d20bcd9db6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:57.526131 [ 3 ] {a14bfa02-a65a-4cae-a4f0-40d20bcd9db6} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:57.526173 [ 3 ] {a14bfa02-a65a-4cae-a4f0-40d20bcd9db6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:57.526546 [ 3 ] {a14bfa02-a65a-4cae-a4f0-40d20bcd9db6} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.29 21:53:57.526879 [ 3 ] {a14bfa02-a65a-4cae-a4f0-40d20bcd9db6} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:57.527059 [ 3 ] {a14bfa02-a65a-4cae-a4f0-40d20bcd9db6} executeQuery: Read 24 rows, 1.95 KiB in 0.001788 sec., 13422.818791946309 rows/sec., 1.06 MiB/sec. 2024.05.29 21:53:57.527254 [ 3 ] {a14bfa02-a65a-4cae-a4f0-40d20bcd9db6} DynamicQueryHandler: Done processing query 2024.05.29 21:53:57.527281 [ 3 ] {a14bfa02-a65a-4cae-a4f0-40d20bcd9db6} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:57.527298 [ 3 ] {} HTTP-Session: 3b3b9345-821b-4ab7-a6a0-537d990376dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.527482 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 23634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:57.527533 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:57.527552 [ 3 ] {} HTTP-Session: 9b1e9c88-42a1-41e0-a55b-aa05ffdc48be Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:57.527570 [ 3 ] {} HTTP-Session: 9b1e9c88-42a1-41e0-a55b-aa05ffdc48be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.527584 [ 3 ] {} HTTP-Session: 9b1e9c88-42a1-41e0-a55b-aa05ffdc48be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.527615 [ 3 ] {} HTTP-Session: 9b1e9c88-42a1-41e0-a55b-aa05ffdc48be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:57.527753 [ 3 ] {e261ca91-89f0-4807-8039-88cd364a1723} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:57.527798 [ 3 ] {e261ca91-89f0-4807-8039-88cd364a1723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:53:57.527925 [ 3 ] {e261ca91-89f0-4807-8039-88cd364a1723} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:57.528360 [ 3 ] {e261ca91-89f0-4807-8039-88cd364a1723} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:57.528398 [ 3 ] {e261ca91-89f0-4807-8039-88cd364a1723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:57.528728 [ 3 ] {e261ca91-89f0-4807-8039-88cd364a1723} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.29 21:53:57.529040 [ 3 ] {e261ca91-89f0-4807-8039-88cd364a1723} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:57.529193 [ 3 ] {e261ca91-89f0-4807-8039-88cd364a1723} executeQuery: Read 164 rows, 13.67 KiB in 0.001494 sec., 109772.42302543507 rows/sec., 8.94 MiB/sec. 2024.05.29 21:53:57.529473 [ 3 ] {e261ca91-89f0-4807-8039-88cd364a1723} DynamicQueryHandler: Done processing query 2024.05.29 21:53:57.529523 [ 3 ] {e261ca91-89f0-4807-8039-88cd364a1723} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:53:57.529548 [ 3 ] {} HTTP-Session: 9b1e9c88-42a1-41e0-a55b-aa05ffdc48be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.529691 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:57.529741 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:57.529761 [ 3 ] {} HTTP-Session: 8e3d9ce2-8aa2-4075-8382-120b37beb456 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:57.529779 [ 3 ] {} HTTP-Session: 8e3d9ce2-8aa2-4075-8382-120b37beb456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.529792 [ 3 ] {} HTTP-Session: 8e3d9ce2-8aa2-4075-8382-120b37beb456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.529823 [ 3 ] {} HTTP-Session: 8e3d9ce2-8aa2-4075-8382-120b37beb456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:57.529958 [ 3 ] {ed4b5fd5-39fd-4323-ba36-2ffac0b110d7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:57.530002 [ 3 ] {ed4b5fd5-39fd-4323-ba36-2ffac0b110d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:53:57.530149 [ 3 ] {ed4b5fd5-39fd-4323-ba36-2ffac0b110d7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:57.530533 [ 3 ] {ed4b5fd5-39fd-4323-ba36-2ffac0b110d7} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:57.530570 [ 3 ] {ed4b5fd5-39fd-4323-ba36-2ffac0b110d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:57.530888 [ 3 ] {ed4b5fd5-39fd-4323-ba36-2ffac0b110d7} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.29 21:53:57.531214 [ 3 ] {ed4b5fd5-39fd-4323-ba36-2ffac0b110d7} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:57.531377 [ 3 ] {ed4b5fd5-39fd-4323-ba36-2ffac0b110d7} executeQuery: Read 112 rows, 8.94 KiB in 0.001465 sec., 76450.5119453925 rows/sec., 5.96 MiB/sec. 2024.05.29 21:53:57.531544 [ 3 ] {ed4b5fd5-39fd-4323-ba36-2ffac0b110d7} DynamicQueryHandler: Done processing query 2024.05.29 21:53:57.531568 [ 3 ] {ed4b5fd5-39fd-4323-ba36-2ffac0b110d7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:53:57.531584 [ 3 ] {} HTTP-Session: 8e3d9ce2-8aa2-4075-8382-120b37beb456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.531765 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 37592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:57.531814 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:57.531834 [ 3 ] {} HTTP-Session: 363021c2-7b96-4abf-972b-429ed3750da0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:57.531850 [ 3 ] {} HTTP-Session: 363021c2-7b96-4abf-972b-429ed3750da0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.531864 [ 3 ] {} HTTP-Session: 363021c2-7b96-4abf-972b-429ed3750da0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.531896 [ 3 ] {} HTTP-Session: 363021c2-7b96-4abf-972b-429ed3750da0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:57.532062 [ 3 ] {b8a3286b-ff29-417f-ae06-dec84be6fa9b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:57.532110 [ 3 ] {b8a3286b-ff29-417f-ae06-dec84be6fa9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:53:57.532255 [ 3 ] {b8a3286b-ff29-417f-ae06-dec84be6fa9b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:57.532714 [ 3 ] {b8a3286b-ff29-417f-ae06-dec84be6fa9b} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:57.532751 [ 3 ] {b8a3286b-ff29-417f-ae06-dec84be6fa9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:57.533156 [ 3 ] {b8a3286b-ff29-417f-ae06-dec84be6fa9b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.29 21:53:57.533498 [ 3 ] {b8a3286b-ff29-417f-ae06-dec84be6fa9b} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:57.533658 [ 3 ] {b8a3286b-ff29-417f-ae06-dec84be6fa9b} executeQuery: Read 196 rows, 14.01 KiB in 0.001672 sec., 117224.88038277511 rows/sec., 8.18 MiB/sec. 2024.05.29 21:53:57.533872 [ 3 ] {b8a3286b-ff29-417f-ae06-dec84be6fa9b} DynamicQueryHandler: Done processing query 2024.05.29 21:53:57.533897 [ 3 ] {b8a3286b-ff29-417f-ae06-dec84be6fa9b} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:53:57.533914 [ 3 ] {} HTTP-Session: 363021c2-7b96-4abf-972b-429ed3750da0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.534052 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:57.534101 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:57.534121 [ 3 ] {} HTTP-Session: f6afa805-854f-4616-bf6b-ab9218fb4c06 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:57.534139 [ 3 ] {} HTTP-Session: f6afa805-854f-4616-bf6b-ab9218fb4c06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.534152 [ 3 ] {} HTTP-Session: f6afa805-854f-4616-bf6b-ab9218fb4c06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.534183 [ 3 ] {} HTTP-Session: f6afa805-854f-4616-bf6b-ab9218fb4c06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:57.534507 [ 3 ] {ed58a259-da5e-467b-a0d4-4daa4a9bfded} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:57.534555 [ 3 ] {ed58a259-da5e-467b-a0d4-4daa4a9bfded} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:53:57.534713 [ 3 ] {ed58a259-da5e-467b-a0d4-4daa4a9bfded} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:57.535135 [ 3 ] {ed58a259-da5e-467b-a0d4-4daa4a9bfded} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:57.535171 [ 3 ] {ed58a259-da5e-467b-a0d4-4daa4a9bfded} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:57.535586 [ 3 ] {ed58a259-da5e-467b-a0d4-4daa4a9bfded} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.29 21:53:57.535914 [ 3 ] {ed58a259-da5e-467b-a0d4-4daa4a9bfded} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:57.536074 [ 3 ] {ed58a259-da5e-467b-a0d4-4daa4a9bfded} executeQuery: Read 24 rows, 33.16 KiB in 0.001814 sec., 13230.429988974642 rows/sec., 17.85 MiB/sec. 2024.05.29 21:53:57.536246 [ 3 ] {ed58a259-da5e-467b-a0d4-4daa4a9bfded} DynamicQueryHandler: Done processing query 2024.05.29 21:53:57.536270 [ 3 ] {ed58a259-da5e-467b-a0d4-4daa4a9bfded} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:53:57.536286 [ 3 ] {} HTTP-Session: f6afa805-854f-4616-bf6b-ab9218fb4c06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.536410 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:53:57.536459 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:53:57.536478 [ 3 ] {} HTTP-Session: 92593f1a-c515-4d36-9710-bd4bbe385b5c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:53:57.536495 [ 3 ] {} HTTP-Session: 92593f1a-c515-4d36-9710-bd4bbe385b5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.536509 [ 3 ] {} HTTP-Session: 92593f1a-c515-4d36-9710-bd4bbe385b5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:53:57.536540 [ 3 ] {} HTTP-Session: 92593f1a-c515-4d36-9710-bd4bbe385b5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:53:57.536671 [ 3 ] {49249626-e806-494d-991f-cb064d9dab5c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:53:57.536715 [ 3 ] {49249626-e806-494d-991f-cb064d9dab5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:53:57.536843 [ 3 ] {49249626-e806-494d-991f-cb064d9dab5c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:53:57.537135 [ 3 ] {49249626-e806-494d-991f-cb064d9dab5c} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:53:57.537173 [ 3 ] {49249626-e806-494d-991f-cb064d9dab5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2024.05.29 21:53:57.537551 [ 3 ] {49249626-e806-494d-991f-cb064d9dab5c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.29 21:53:57.537880 [ 3 ] {49249626-e806-494d-991f-cb064d9dab5c} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:53:57.538035 [ 3 ] {49249626-e806-494d-991f-cb064d9dab5c} executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec. 2024.05.29 21:53:57.538203 [ 3 ] {49249626-e806-494d-991f-cb064d9dab5c} DynamicQueryHandler: Done processing query 2024.05.29 21:53:57.538227 [ 3 ] {49249626-e806-494d-991f-cb064d9dab5c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:53:57.538243 [ 3 ] {} HTTP-Session: 92593f1a-c515-4d36-9710-bd4bbe385b5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:00.782421 [ 102 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:54:00.782489 [ 102 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:54:02.521289 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:02.521421 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:02.521453 [ 3 ] {} HTTP-Session: c3fee5e6-6873-4a44-b2a5-8ca48a9edb30 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:02.521481 [ 3 ] {} HTTP-Session: c3fee5e6-6873-4a44-b2a5-8ca48a9edb30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.521499 [ 3 ] {} HTTP-Session: c3fee5e6-6873-4a44-b2a5-8ca48a9edb30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.521556 [ 3 ] {} HTTP-Session: c3fee5e6-6873-4a44-b2a5-8ca48a9edb30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:02.521766 [ 3 ] {8a2d66ea-ff92-4396-b4cd-6918ffca3f50} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:02.521842 [ 3 ] {8a2d66ea-ff92-4396-b4cd-6918ffca3f50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:54:02.522056 [ 3 ] {8a2d66ea-ff92-4396-b4cd-6918ffca3f50} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:02.522468 [ 3 ] {8a2d66ea-ff92-4396-b4cd-6918ffca3f50} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:02.522515 [ 3 ] {8a2d66ea-ff92-4396-b4cd-6918ffca3f50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:02.522894 [ 3 ] {8a2d66ea-ff92-4396-b4cd-6918ffca3f50} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.29 21:54:02.523222 [ 3 ] {8a2d66ea-ff92-4396-b4cd-6918ffca3f50} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:02.523394 [ 3 ] {8a2d66ea-ff92-4396-b4cd-6918ffca3f50} executeQuery: Read 4 rows, 332.00 B in 0.001681 sec., 2379.535990481856 rows/sec., 192.87 KiB/sec. 2024.05.29 21:54:02.523697 [ 3 ] {8a2d66ea-ff92-4396-b4cd-6918ffca3f50} DynamicQueryHandler: Done processing query 2024.05.29 21:54:02.523729 [ 3 ] {8a2d66ea-ff92-4396-b4cd-6918ffca3f50} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:54:02.523746 [ 3 ] {} HTTP-Session: c3fee5e6-6873-4a44-b2a5-8ca48a9edb30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.523876 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:02.523931 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:02.523951 [ 3 ] {} HTTP-Session: 90cdf9ee-7fd3-4243-abc9-de3dc04cc0af Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:02.523968 [ 3 ] {} HTTP-Session: 90cdf9ee-7fd3-4243-abc9-de3dc04cc0af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.523982 [ 3 ] {} HTTP-Session: 90cdf9ee-7fd3-4243-abc9-de3dc04cc0af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.524016 [ 3 ] {} HTTP-Session: 90cdf9ee-7fd3-4243-abc9-de3dc04cc0af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:02.524145 [ 3 ] {899eb830-3d1a-40ac-ab81-e00adb963c1a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:02.524191 [ 3 ] {899eb830-3d1a-40ac-ab81-e00adb963c1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:54:02.524341 [ 3 ] {899eb830-3d1a-40ac-ab81-e00adb963c1a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:02.524671 [ 3 ] {899eb830-3d1a-40ac-ab81-e00adb963c1a} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:02.524708 [ 3 ] {899eb830-3d1a-40ac-ab81-e00adb963c1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:02.525019 [ 3 ] {899eb830-3d1a-40ac-ab81-e00adb963c1a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.29 21:54:02.525325 [ 3 ] {899eb830-3d1a-40ac-ab81-e00adb963c1a} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:02.525475 [ 101 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.29 21:54:02.525479 [ 3 ] {899eb830-3d1a-40ac-ab81-e00adb963c1a} executeQuery: Read 68 rows, 5.48 KiB in 0.001377 sec., 49382.71604938272 rows/sec., 3.89 MiB/sec. 2024.05.29 21:54:02.525559 [ 101 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:02.525620 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:02.525795 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.29 21:54:02.525816 [ 3 ] {899eb830-3d1a-40ac-ab81-e00adb963c1a} DynamicQueryHandler: Done processing query 2024.05.29 21:54:02.525866 [ 3 ] {899eb830-3d1a-40ac-ab81-e00adb963c1a} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:54:02.525885 [ 3 ] {} HTTP-Session: 90cdf9ee-7fd3-4243-abc9-de3dc04cc0af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.525987 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:02.526026 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:02.526046 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 183 rows starting from the beginning of the part 2024.05.29 21:54:02.526113 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:02.526175 [ 3 ] {} HTTP-Session: 42fbbe9f-d263-4a30-bb90-c03e96d1a845 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:02.526214 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 68 rows starting from the beginning of the part 2024.05.29 21:54:02.526249 [ 3 ] {} HTTP-Session: 42fbbe9f-d263-4a30-bb90-c03e96d1a845 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.526315 [ 3 ] {} HTTP-Session: 42fbbe9f-d263-4a30-bb90-c03e96d1a845 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.526502 [ 3 ] {} HTTP-Session: 42fbbe9f-d263-4a30-bb90-c03e96d1a845 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:02.526561 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 128 rows starting from the beginning of the part 2024.05.29 21:54:02.526910 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 68 rows starting from the beginning of the part 2024.05.29 21:54:02.527095 [ 3 ] {c4cad53e-89da-4229-9d63-18a269fe9aed} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:02.527236 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 164 rows starting from the beginning of the part 2024.05.29 21:54:02.527250 [ 3 ] {c4cad53e-89da-4229-9d63-18a269fe9aed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:54:02.527550 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 68 rows starting from the beginning of the part 2024.05.29 21:54:02.528259 [ 3 ] {c4cad53e-89da-4229-9d63-18a269fe9aed} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:02.529010 [ 3 ] {c4cad53e-89da-4229-9d63-18a269fe9aed} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:02.529069 [ 3 ] {c4cad53e-89da-4229-9d63-18a269fe9aed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:02.529891 [ 3 ] {c4cad53e-89da-4229-9d63-18a269fe9aed} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.29 21:54:02.530535 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 679 rows, containing 4 columns (4 merged, 0 gathered) in 0.00481082 sec., 141140.1798446003 rows/sec., 11.43 MiB/sec. 2024.05.29 21:54:02.530602 [ 3 ] {c4cad53e-89da-4229-9d63-18a269fe9aed} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:02.530769 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.29 21:54:02.530818 [ 101 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.29 21:54:02.530866 [ 3 ] {c4cad53e-89da-4229-9d63-18a269fe9aed} executeQuery: Read 68 rows, 5.44 KiB in 0.004054 sec., 16773.556980759742 rows/sec., 1.31 MiB/sec. 2024.05.29 21:54:02.530902 [ 101 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:02.531000 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:02.531551 [ 3 ] {c4cad53e-89da-4229-9d63-18a269fe9aed} DynamicQueryHandler: Done processing query 2024.05.29 21:54:02.531610 [ 190 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.29 21:54:02.531628 [ 3 ] {c4cad53e-89da-4229-9d63-18a269fe9aed} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:54:02.531705 [ 3 ] {} HTTP-Session: 42fbbe9f-d263-4a30-bb90-c03e96d1a845 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.531939 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 28722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:02.532030 [ 190 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:02.532045 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:02.532124 [ 3 ] {} HTTP-Session: 5183fea4-3d8c-4965-b202-94bd2f22a745 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:02.532129 [ 190 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 148 rows starting from the beginning of the part 2024.05.29 21:54:02.532166 [ 3 ] {} HTTP-Session: 5183fea4-3d8c-4965-b202-94bd2f22a745 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.532218 [ 3 ] {} HTTP-Session: 5183fea4-3d8c-4965-b202-94bd2f22a745 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.532385 [ 3 ] {} HTTP-Session: 5183fea4-3d8c-4965-b202-94bd2f22a745 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:02.532400 [ 190 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 68 rows starting from the beginning of the part 2024.05.29 21:54:02.532637 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_36_7} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:02.532939 [ 190 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 88 rows starting from the beginning of the part 2024.05.29 21:54:02.532999 [ 3 ] {cf6d70b7-141d-49ae-9525-a77239dd4ece} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:02.533124 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_36_7} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.29 21:54:02.533222 [ 3 ] {cf6d70b7-141d-49ae-9525-a77239dd4ece} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:54:02.533305 [ 190 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 68 rows starting from the beginning of the part 2024.05.29 21:54:02.533686 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.05.29 21:54:02.533735 [ 190 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part 2024.05.29 21:54:02.534117 [ 190 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 68 rows starting from the beginning of the part 2024.05.29 21:54:02.534725 [ 3 ] {cf6d70b7-141d-49ae-9525-a77239dd4ece} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:02.535302 [ 3 ] {cf6d70b7-141d-49ae-9525-a77239dd4ece} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:02.535346 [ 3 ] {cf6d70b7-141d-49ae-9525-a77239dd4ece} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:02.535957 [ 186 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 4 columns (4 merged, 0 gathered) in 0.0048114 sec., 114727.52213492953 rows/sec., 8.96 MiB/sec. 2024.05.29 21:54:02.535961 [ 3 ] {cf6d70b7-141d-49ae-9525-a77239dd4ece} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.29 21:54:02.536173 [ 197 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.29 21:54:02.536882 [ 3 ] {cf6d70b7-141d-49ae-9525-a77239dd4ece} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:02.537142 [ 101 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.29 21:54:02.537200 [ 3 ] {cf6d70b7-141d-49ae-9525-a77239dd4ece} executeQuery: Read 150 rows, 10.70 KiB in 0.004548 sec., 32981.530343007915 rows/sec., 2.30 MiB/sec. 2024.05.29 21:54:02.537223 [ 101 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:02.537305 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:02.537300 [ 197 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_36_7} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:02.537652 [ 197 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_36_7} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.29 21:54:02.537836 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.29 21:54:02.537873 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.29 21:54:02.537960 [ 3 ] {cf6d70b7-141d-49ae-9525-a77239dd4ece} DynamicQueryHandler: Done processing query 2024.05.29 21:54:02.538013 [ 3 ] {cf6d70b7-141d-49ae-9525-a77239dd4ece} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:54:02.538063 [ 3 ] {} HTTP-Session: 5183fea4-3d8c-4965-b202-94bd2f22a745 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.538166 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:02.538240 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4555 rows starting from the beginning of the part 2024.05.29 21:54:02.538239 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:02.538411 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:02.538462 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2024.05.29 21:54:02.538520 [ 3 ] {} HTTP-Session: 8bd636b3-2139-4a2d-bead-7677fb006680 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:02.538629 [ 3 ] {} HTTP-Session: 8bd636b3-2139-4a2d-bead-7677fb006680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.538680 [ 3 ] {} HTTP-Session: 8bd636b3-2139-4a2d-bead-7677fb006680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.538756 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2024.05.29 21:54:02.538820 [ 3 ] {} HTTP-Session: 8bd636b3-2139-4a2d-bead-7677fb006680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:02.539041 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2024.05.29 21:54:02.539380 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 196 rows starting from the beginning of the part 2024.05.29 21:54:02.539515 [ 3 ] {b42d5d1e-7343-4ec6-b306-acfa02392ea0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:02.539646 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 150 rows starting from the beginning of the part 2024.05.29 21:54:02.539715 [ 3 ] {b42d5d1e-7343-4ec6-b306-acfa02392ea0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:54:02.540546 [ 3 ] {b42d5d1e-7343-4ec6-b306-acfa02392ea0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:02.541177 [ 3 ] {b42d5d1e-7343-4ec6-b306-acfa02392ea0} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:02.541214 [ 3 ] {b42d5d1e-7343-4ec6-b306-acfa02392ea0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:02.542050 [ 3 ] {b42d5d1e-7343-4ec6-b306-acfa02392ea0} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.29 21:54:02.543014 [ 3 ] {b42d5d1e-7343-4ec6-b306-acfa02392ea0} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:02.543202 [ 3 ] {b42d5d1e-7343-4ec6-b306-acfa02392ea0} executeQuery: Read 4 rows, 5.53 KiB in 0.003956 sec., 1011.1223458038422 rows/sec., 1.36 MiB/sec. 2024.05.29 21:54:02.543467 [ 3 ] {b42d5d1e-7343-4ec6-b306-acfa02392ea0} DynamicQueryHandler: Done processing query 2024.05.29 21:54:02.543492 [ 3 ] {b42d5d1e-7343-4ec6-b306-acfa02392ea0} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:54:02.543509 [ 3 ] {} HTTP-Session: 8bd636b3-2139-4a2d-bead-7677fb006680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.543640 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 8513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:02.543688 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:02.543707 [ 3 ] {} HTTP-Session: 48e18342-0b44-448c-88b8-75e7487ee871 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:02.543723 [ 3 ] {} HTTP-Session: 48e18342-0b44-448c-88b8-75e7487ee871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.543736 [ 3 ] {} HTTP-Session: 48e18342-0b44-448c-88b8-75e7487ee871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.543767 [ 3 ] {} HTTP-Session: 48e18342-0b44-448c-88b8-75e7487ee871 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:02.544011 [ 3 ] {66f4c5c5-f057-49fe-a268-4d132b061f89} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:02.544150 [ 3 ] {66f4c5c5-f057-49fe-a268-4d132b061f89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:54:02.544204 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5381 rows, containing 5 columns (5 merged, 0 gathered) in 0.006724793 sec., 800173.3287552495 rows/sec., 55.79 MiB/sec. 2024.05.29 21:54:02.544383 [ 3 ] {66f4c5c5-f057-49fe-a268-4d132b061f89} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:02.544699 [ 197 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.29 21:54:02.544943 [ 3 ] {66f4c5c5-f057-49fe-a268-4d132b061f89} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:02.544993 [ 3 ] {66f4c5c5-f057-49fe-a268-4d132b061f89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:02.545814 [ 197 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_31_6} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:02.545887 [ 3 ] {66f4c5c5-f057-49fe-a268-4d132b061f89} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.29 21:54:02.545943 [ 197 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_31_6} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.29 21:54:02.546123 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. 2024.05.29 21:54:02.546405 [ 3 ] {66f4c5c5-f057-49fe-a268-4d132b061f89} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:02.546578 [ 3 ] {66f4c5c5-f057-49fe-a268-4d132b061f89} executeQuery: Read 56 rows, 3.86 KiB in 0.00271 sec., 20664.20664206642 rows/sec., 1.39 MiB/sec. 2024.05.29 21:54:02.546588 [ 101 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.29 21:54:02.546687 [ 101 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:02.546748 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:02.546929 [ 3 ] {66f4c5c5-f057-49fe-a268-4d132b061f89} DynamicQueryHandler: Done processing query 2024.05.29 21:54:02.547003 [ 3 ] {66f4c5c5-f057-49fe-a268-4d132b061f89} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:02.547083 [ 3 ] {} HTTP-Session: 48e18342-0b44-448c-88b8-75e7487ee871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:02.547281 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.29 21:54:02.547493 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:02.547533 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1522 rows starting from the beginning of the part 2024.05.29 21:54:02.547651 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2024.05.29 21:54:02.547834 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2024.05.29 21:54:02.547971 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2024.05.29 21:54:02.548161 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2024.05.29 21:54:02.548297 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2024.05.29 21:54:02.549587 [ 202 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 4 columns (4 merged, 0 gathered) in 0.002718674 sec., 668708.3482609537 rows/sec., 45.09 MiB/sec. 2024.05.29 21:54:02.549884 [ 202 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.29 21:54:02.550297 [ 202 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_31_6} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:02.550380 [ 202 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_31_6} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.29 21:54:02.550465 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2024.05.29 21:54:07.522773 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:07.522923 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:07.522952 [ 3 ] {} HTTP-Session: 585e4418-95a9-49e4-8ada-d421454cef95 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:07.522980 [ 3 ] {} HTTP-Session: 585e4418-95a9-49e4-8ada-d421454cef95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.523000 [ 3 ] {} HTTP-Session: 585e4418-95a9-49e4-8ada-d421454cef95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.523056 [ 3 ] {} HTTP-Session: 585e4418-95a9-49e4-8ada-d421454cef95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:07.523257 [ 3 ] {b9679e30-f044-4225-93f2-d8cbade2cebb} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:07.523322 [ 3 ] {b9679e30-f044-4225-93f2-d8cbade2cebb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:54:07.523514 [ 3 ] {b9679e30-f044-4225-93f2-d8cbade2cebb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:07.523950 [ 3 ] {b9679e30-f044-4225-93f2-d8cbade2cebb} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:07.523989 [ 3 ] {b9679e30-f044-4225-93f2-d8cbade2cebb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:07.524367 [ 3 ] {b9679e30-f044-4225-93f2-d8cbade2cebb} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.29 21:54:07.524701 [ 3 ] {b9679e30-f044-4225-93f2-d8cbade2cebb} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:07.524846 [ 3 ] {b9679e30-f044-4225-93f2-d8cbade2cebb} executeQuery: Read 24 rows, 1.95 KiB in 0.001655 sec., 14501.510574018126 rows/sec., 1.15 MiB/sec. 2024.05.29 21:54:07.524851 [ 98 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.29 21:54:07.524909 [ 98 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:07.524939 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:07.525088 [ 3 ] {b9679e30-f044-4225-93f2-d8cbade2cebb} DynamicQueryHandler: Done processing query 2024.05.29 21:54:07.525127 [ 3 ] {b9679e30-f044-4225-93f2-d8cbade2cebb} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:07.525138 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.29 21:54:07.525151 [ 3 ] {} HTTP-Session: 585e4418-95a9-49e4-8ada-d421454cef95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.525363 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:07.525398 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:07.525431 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 28 rows starting from the beginning of the part 2024.05.29 21:54:07.525492 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:07.525557 [ 3 ] {} HTTP-Session: dc5bf629-1b86-470e-8691-6880140bcac3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:07.525642 [ 3 ] {} HTTP-Session: dc5bf629-1b86-470e-8691-6880140bcac3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.525665 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:07.525707 [ 3 ] {} HTTP-Session: dc5bf629-1b86-470e-8691-6880140bcac3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.525865 [ 3 ] {} HTTP-Session: dc5bf629-1b86-470e-8691-6880140bcac3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:07.525915 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:07.526230 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:07.526366 [ 3 ] {711856e2-b670-4c2a-a6d6-6bf113d05d1e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:07.526499 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:07.526538 [ 3 ] {711856e2-b670-4c2a-a6d6-6bf113d05d1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:54:07.526865 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:07.527448 [ 3 ] {711856e2-b670-4c2a-a6d6-6bf113d05d1e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:07.528282 [ 3 ] {711856e2-b670-4c2a-a6d6-6bf113d05d1e} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:07.528350 [ 3 ] {711856e2-b670-4c2a-a6d6-6bf113d05d1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:07.529263 [ 3 ] {711856e2-b670-4c2a-a6d6-6bf113d05d1e} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.29 21:54:07.529579 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.004548827 sec., 23742.384575188284 rows/sec., 1.88 MiB/sec. 2024.05.29 21:54:07.529813 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.29 21:54:07.530040 [ 3 ] {711856e2-b670-4c2a-a6d6-6bf113d05d1e} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:07.530459 [ 3 ] {711856e2-b670-4c2a-a6d6-6bf113d05d1e} executeQuery: Read 128 rows, 10.91 KiB in 0.004296 sec., 29795.158286778395 rows/sec., 2.48 MiB/sec. 2024.05.29 21:54:07.530709 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_36_7} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:07.530811 [ 3 ] {711856e2-b670-4c2a-a6d6-6bf113d05d1e} DynamicQueryHandler: Done processing query 2024.05.29 21:54:07.530861 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_36_7} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.29 21:54:07.530865 [ 3 ] {711856e2-b670-4c2a-a6d6-6bf113d05d1e} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:54:07.530911 [ 3 ] {} HTTP-Session: dc5bf629-1b86-470e-8691-6880140bcac3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.531037 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.29 21:54:07.531096 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 14954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:07.531153 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:07.531172 [ 3 ] {} HTTP-Session: 8feb4190-119c-4296-aa79-75845b556485 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:07.531188 [ 3 ] {} HTTP-Session: 8feb4190-119c-4296-aa79-75845b556485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.531202 [ 3 ] {} HTTP-Session: 8feb4190-119c-4296-aa79-75845b556485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.531237 [ 3 ] {} HTTP-Session: 8feb4190-119c-4296-aa79-75845b556485 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:07.531371 [ 3 ] {ef975cb0-3059-4281-8dd0-11d7dabfc1c6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:07.531415 [ 3 ] {ef975cb0-3059-4281-8dd0-11d7dabfc1c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:54:07.531563 [ 3 ] {ef975cb0-3059-4281-8dd0-11d7dabfc1c6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:07.531935 [ 3 ] {ef975cb0-3059-4281-8dd0-11d7dabfc1c6} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:07.531970 [ 3 ] {ef975cb0-3059-4281-8dd0-11d7dabfc1c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:07.532283 [ 3 ] {ef975cb0-3059-4281-8dd0-11d7dabfc1c6} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.29 21:54:07.532600 [ 3 ] {ef975cb0-3059-4281-8dd0-11d7dabfc1c6} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:07.532751 [ 3 ] {ef975cb0-3059-4281-8dd0-11d7dabfc1c6} executeQuery: Read 88 rows, 7.04 KiB in 0.001431 sec., 61495.457721872815 rows/sec., 4.80 MiB/sec. 2024.05.29 21:54:07.532916 [ 3 ] {ef975cb0-3059-4281-8dd0-11d7dabfc1c6} DynamicQueryHandler: Done processing query 2024.05.29 21:54:07.532939 [ 3 ] {ef975cb0-3059-4281-8dd0-11d7dabfc1c6} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:54:07.532955 [ 3 ] {} HTTP-Session: 8feb4190-119c-4296-aa79-75845b556485 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.533115 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:07.533162 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:07.533180 [ 3 ] {} HTTP-Session: 8e95cdee-e7d9-49ea-bdb7-480c10191d87 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:07.533196 [ 3 ] {} HTTP-Session: 8e95cdee-e7d9-49ea-bdb7-480c10191d87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.533211 [ 3 ] {} HTTP-Session: 8e95cdee-e7d9-49ea-bdb7-480c10191d87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.533241 [ 3 ] {} HTTP-Session: 8e95cdee-e7d9-49ea-bdb7-480c10191d87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:07.533385 [ 3 ] {57d96c24-2430-447e-b41c-3e74b26ef894} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:07.533430 [ 3 ] {57d96c24-2430-447e-b41c-3e74b26ef894} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:54:07.533576 [ 3 ] {57d96c24-2430-447e-b41c-3e74b26ef894} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:07.533963 [ 3 ] {57d96c24-2430-447e-b41c-3e74b26ef894} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:07.533998 [ 3 ] {57d96c24-2430-447e-b41c-3e74b26ef894} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:07.534379 [ 3 ] {57d96c24-2430-447e-b41c-3e74b26ef894} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.29 21:54:07.534720 [ 3 ] {57d96c24-2430-447e-b41c-3e74b26ef894} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:07.534875 [ 3 ] {57d96c24-2430-447e-b41c-3e74b26ef894} executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec. 2024.05.29 21:54:07.535076 [ 3 ] {57d96c24-2430-447e-b41c-3e74b26ef894} DynamicQueryHandler: Done processing query 2024.05.29 21:54:07.535099 [ 3 ] {57d96c24-2430-447e-b41c-3e74b26ef894} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:54:07.535114 [ 3 ] {} HTTP-Session: 8e95cdee-e7d9-49ea-bdb7-480c10191d87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.535276 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:07.535322 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:07.535341 [ 3 ] {} HTTP-Session: a6ef018b-5691-4439-9625-2879908a5c86 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:07.535357 [ 3 ] {} HTTP-Session: a6ef018b-5691-4439-9625-2879908a5c86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.535371 [ 3 ] {} HTTP-Session: a6ef018b-5691-4439-9625-2879908a5c86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.535400 [ 3 ] {} HTTP-Session: a6ef018b-5691-4439-9625-2879908a5c86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:07.535702 [ 3 ] {04cd29b7-6e7f-4bcc-9881-99593d888b1b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:07.535752 [ 3 ] {04cd29b7-6e7f-4bcc-9881-99593d888b1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:54:07.535909 [ 3 ] {04cd29b7-6e7f-4bcc-9881-99593d888b1b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:07.536327 [ 3 ] {04cd29b7-6e7f-4bcc-9881-99593d888b1b} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:07.536361 [ 3 ] {04cd29b7-6e7f-4bcc-9881-99593d888b1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:07.536762 [ 3 ] {04cd29b7-6e7f-4bcc-9881-99593d888b1b} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.29 21:54:07.537094 [ 3 ] {04cd29b7-6e7f-4bcc-9881-99593d888b1b} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:07.537257 [ 97 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.29 21:54:07.537259 [ 3 ] {04cd29b7-6e7f-4bcc-9881-99593d888b1b} executeQuery: Read 24 rows, 33.16 KiB in 0.001773 sec., 13536.37901861252 rows/sec., 18.27 MiB/sec. 2024.05.29 21:54:07.537348 [ 97 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:07.537421 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:07.537621 [ 3 ] {04cd29b7-6e7f-4bcc-9881-99593d888b1b} DynamicQueryHandler: Done processing query 2024.05.29 21:54:07.537616 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.29 21:54:07.537657 [ 3 ] {04cd29b7-6e7f-4bcc-9881-99593d888b1b} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:54:07.537704 [ 3 ] {} HTTP-Session: a6ef018b-5691-4439-9625-2879908a5c86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.537866 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:07.537960 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:07.537970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:07.538038 [ 3 ] {} HTTP-Session: 72569cbd-b392-47c5-8473-fa559d52a699 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:07.538043 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 482 rows starting from the beginning of the part 2024.05.29 21:54:07.538071 [ 3 ] {} HTTP-Session: 72569cbd-b392-47c5-8473-fa559d52a699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.538112 [ 3 ] {} HTTP-Session: 72569cbd-b392-47c5-8473-fa559d52a699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.538253 [ 3 ] {} HTTP-Session: 72569cbd-b392-47c5-8473-fa559d52a699 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:07.538344 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:07.538604 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:07.538770 [ 3 ] {32b96193-193c-46fb-a3ad-14bd1a1f6905} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:07.538888 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:07.538961 [ 3 ] {32b96193-193c-46fb-a3ad-14bd1a1f6905} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:54:07.539246 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:07.539656 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:07.540143 [ 3 ] {32b96193-193c-46fb-a3ad-14bd1a1f6905} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:07.540886 [ 3 ] {32b96193-193c-46fb-a3ad-14bd1a1f6905} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:07.540952 [ 3 ] {32b96193-193c-46fb-a3ad-14bd1a1f6905} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:07.541399 [ 3 ] {32b96193-193c-46fb-a3ad-14bd1a1f6905} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.29 21:54:07.541907 [ 3 ] {32b96193-193c-46fb-a3ad-14bd1a1f6905} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:07.542246 [ 3 ] {32b96193-193c-46fb-a3ad-14bd1a1f6905} executeQuery: Read 60 rows, 4.14 KiB in 0.003683 sec., 16291.06706489275 rows/sec., 1.10 MiB/sec. 2024.05.29 21:54:07.542641 [ 3 ] {32b96193-193c-46fb-a3ad-14bd1a1f6905} DynamicQueryHandler: Done processing query 2024.05.29 21:54:07.542686 [ 3 ] {32b96193-193c-46fb-a3ad-14bd1a1f6905} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:07.542735 [ 3 ] {} HTTP-Session: 72569cbd-b392-47c5-8473-fa559d52a699 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:07.543800 [ 191 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 6 columns (6 merged, 0 gathered) in 0.006269258 sec., 89643.78240614758 rows/sec., 120.97 MiB/sec. 2024.05.29 21:54:07.544206 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.29 21:54:07.544632 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_36_7} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:07.544713 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_36_7} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.29 21:54:07.544803 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB. 2024.05.29 21:54:12.522212 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:12.522359 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:12.522391 [ 3 ] {} HTTP-Session: 2211c8f9-a63c-46de-917e-4ae093d516d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:12.522420 [ 3 ] {} HTTP-Session: 2211c8f9-a63c-46de-917e-4ae093d516d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.522439 [ 3 ] {} HTTP-Session: 2211c8f9-a63c-46de-917e-4ae093d516d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.522495 [ 3 ] {} HTTP-Session: 2211c8f9-a63c-46de-917e-4ae093d516d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:12.522698 [ 3 ] {00d20bb3-7de1-4df9-85a4-2fa3bde87705} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:12.522773 [ 3 ] {00d20bb3-7de1-4df9-85a4-2fa3bde87705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:54:12.522999 [ 3 ] {00d20bb3-7de1-4df9-85a4-2fa3bde87705} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:12.523439 [ 3 ] {00d20bb3-7de1-4df9-85a4-2fa3bde87705} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:12.523483 [ 3 ] {00d20bb3-7de1-4df9-85a4-2fa3bde87705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:12.523856 [ 3 ] {00d20bb3-7de1-4df9-85a4-2fa3bde87705} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.29 21:54:12.524197 [ 3 ] {00d20bb3-7de1-4df9-85a4-2fa3bde87705} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:12.524371 [ 3 ] {00d20bb3-7de1-4df9-85a4-2fa3bde87705} executeQuery: Read 4 rows, 332.00 B in 0.001732 sec., 2309.4688221709007 rows/sec., 187.19 KiB/sec. 2024.05.29 21:54:12.524591 [ 3 ] {00d20bb3-7de1-4df9-85a4-2fa3bde87705} DynamicQueryHandler: Done processing query 2024.05.29 21:54:12.524619 [ 3 ] {00d20bb3-7de1-4df9-85a4-2fa3bde87705} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:54:12.524635 [ 3 ] {} HTTP-Session: 2211c8f9-a63c-46de-917e-4ae093d516d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.524761 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:12.524818 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:12.524839 [ 3 ] {} HTTP-Session: 3c1fc873-6702-4141-9368-757fe90612ce Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:12.524857 [ 3 ] {} HTTP-Session: 3c1fc873-6702-4141-9368-757fe90612ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.524871 [ 3 ] {} HTTP-Session: 3c1fc873-6702-4141-9368-757fe90612ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.524906 [ 3 ] {} HTTP-Session: 3c1fc873-6702-4141-9368-757fe90612ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:12.525038 [ 3 ] {79f2e90f-6c0c-4efc-8ab1-fc2e7881fca3} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:12.525083 [ 3 ] {79f2e90f-6c0c-4efc-8ab1-fc2e7881fca3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:54:12.525217 [ 3 ] {79f2e90f-6c0c-4efc-8ab1-fc2e7881fca3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:12.525572 [ 3 ] {79f2e90f-6c0c-4efc-8ab1-fc2e7881fca3} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:12.525609 [ 3 ] {79f2e90f-6c0c-4efc-8ab1-fc2e7881fca3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:12.525925 [ 3 ] {79f2e90f-6c0c-4efc-8ab1-fc2e7881fca3} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.29 21:54:12.526234 [ 3 ] {79f2e90f-6c0c-4efc-8ab1-fc2e7881fca3} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:12.526396 [ 3 ] {79f2e90f-6c0c-4efc-8ab1-fc2e7881fca3} executeQuery: Read 68 rows, 5.48 KiB in 0.001401 sec., 48536.75945753034 rows/sec., 3.82 MiB/sec. 2024.05.29 21:54:12.526563 [ 3 ] {79f2e90f-6c0c-4efc-8ab1-fc2e7881fca3} DynamicQueryHandler: Done processing query 2024.05.29 21:54:12.526586 [ 3 ] {79f2e90f-6c0c-4efc-8ab1-fc2e7881fca3} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:54:12.526602 [ 3 ] {} HTTP-Session: 3c1fc873-6702-4141-9368-757fe90612ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.526720 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:12.526768 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:12.526788 [ 3 ] {} HTTP-Session: a476e81a-2fc4-4b98-b316-789750ad0cdd Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:12.526806 [ 3 ] {} HTTP-Session: a476e81a-2fc4-4b98-b316-789750ad0cdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.526820 [ 3 ] {} HTTP-Session: a476e81a-2fc4-4b98-b316-789750ad0cdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.526853 [ 3 ] {} HTTP-Session: a476e81a-2fc4-4b98-b316-789750ad0cdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:12.526972 [ 3 ] {4fd73036-2df4-44d3-a7ae-d4151220185e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:12.527016 [ 3 ] {4fd73036-2df4-44d3-a7ae-d4151220185e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:54:12.527144 [ 3 ] {4fd73036-2df4-44d3-a7ae-d4151220185e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:12.527489 [ 3 ] {4fd73036-2df4-44d3-a7ae-d4151220185e} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:12.527526 [ 3 ] {4fd73036-2df4-44d3-a7ae-d4151220185e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:12.527852 [ 3 ] {4fd73036-2df4-44d3-a7ae-d4151220185e} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.29 21:54:12.528156 [ 3 ] {4fd73036-2df4-44d3-a7ae-d4151220185e} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:12.528313 [ 3 ] {4fd73036-2df4-44d3-a7ae-d4151220185e} executeQuery: Read 68 rows, 5.44 KiB in 0.001378 sec., 49346.87953555878 rows/sec., 3.85 MiB/sec. 2024.05.29 21:54:12.528475 [ 3 ] {4fd73036-2df4-44d3-a7ae-d4151220185e} DynamicQueryHandler: Done processing query 2024.05.29 21:54:12.528499 [ 3 ] {4fd73036-2df4-44d3-a7ae-d4151220185e} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:54:12.528514 [ 3 ] {} HTTP-Session: a476e81a-2fc4-4b98-b316-789750ad0cdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.528668 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:12.528716 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:12.528736 [ 3 ] {} HTTP-Session: ca6e26bc-391b-4201-9b23-a650b4b7c71f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:12.528752 [ 3 ] {} HTTP-Session: ca6e26bc-391b-4201-9b23-a650b4b7c71f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.528766 [ 3 ] {} HTTP-Session: ca6e26bc-391b-4201-9b23-a650b4b7c71f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.528796 [ 3 ] {} HTTP-Session: ca6e26bc-391b-4201-9b23-a650b4b7c71f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:12.528948 [ 3 ] {7a19a318-5e8d-4afc-886c-f523d643376d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:12.528993 [ 3 ] {7a19a318-5e8d-4afc-886c-f523d643376d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:54:12.529139 [ 3 ] {7a19a318-5e8d-4afc-886c-f523d643376d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:12.529504 [ 3 ] {7a19a318-5e8d-4afc-886c-f523d643376d} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:12.529540 [ 3 ] {7a19a318-5e8d-4afc-886c-f523d643376d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:12.529917 [ 3 ] {7a19a318-5e8d-4afc-886c-f523d643376d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.29 21:54:12.530257 [ 3 ] {7a19a318-5e8d-4afc-886c-f523d643376d} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:12.530438 [ 3 ] {7a19a318-5e8d-4afc-886c-f523d643376d} executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. 2024.05.29 21:54:12.530599 [ 3 ] {7a19a318-5e8d-4afc-886c-f523d643376d} DynamicQueryHandler: Done processing query 2024.05.29 21:54:12.530623 [ 3 ] {7a19a318-5e8d-4afc-886c-f523d643376d} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:54:12.530639 [ 3 ] {} HTTP-Session: ca6e26bc-391b-4201-9b23-a650b4b7c71f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.530740 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:12.530788 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:12.530808 [ 3 ] {} HTTP-Session: 8b1a4969-deb2-47db-85b1-934debb570c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:12.530825 [ 3 ] {} HTTP-Session: 8b1a4969-deb2-47db-85b1-934debb570c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.530838 [ 3 ] {} HTTP-Session: 8b1a4969-deb2-47db-85b1-934debb570c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.530869 [ 3 ] {} HTTP-Session: 8b1a4969-deb2-47db-85b1-934debb570c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:12.530999 [ 3 ] {60a1655c-1117-487c-b603-1dd867723f26} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:12.531046 [ 3 ] {60a1655c-1117-487c-b603-1dd867723f26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:54:12.531203 [ 3 ] {60a1655c-1117-487c-b603-1dd867723f26} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:12.531517 [ 3 ] {60a1655c-1117-487c-b603-1dd867723f26} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:12.531552 [ 3 ] {60a1655c-1117-487c-b603-1dd867723f26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:12.531934 [ 3 ] {60a1655c-1117-487c-b603-1dd867723f26} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.29 21:54:12.532266 [ 3 ] {60a1655c-1117-487c-b603-1dd867723f26} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:12.532438 [ 3 ] {60a1655c-1117-487c-b603-1dd867723f26} executeQuery: Read 4 rows, 5.53 KiB in 0.001487 sec., 2689.979825151311 rows/sec., 3.63 MiB/sec. 2024.05.29 21:54:12.532613 [ 3 ] {60a1655c-1117-487c-b603-1dd867723f26} DynamicQueryHandler: Done processing query 2024.05.29 21:54:12.532636 [ 3 ] {60a1655c-1117-487c-b603-1dd867723f26} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:54:12.532652 [ 3 ] {} HTTP-Session: 8b1a4969-deb2-47db-85b1-934debb570c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.532761 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:12.532809 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:12.532830 [ 3 ] {} HTTP-Session: bc39c83d-c5be-4321-b71c-cdf8e44b0179 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:12.532847 [ 3 ] {} HTTP-Session: bc39c83d-c5be-4321-b71c-cdf8e44b0179 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.532860 [ 3 ] {} HTTP-Session: bc39c83d-c5be-4321-b71c-cdf8e44b0179 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:12.532918 [ 3 ] {} HTTP-Session: bc39c83d-c5be-4321-b71c-cdf8e44b0179 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:12.533033 [ 3 ] {a82d8f77-6a7f-45e7-ac2b-fd73db5999dd} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:12.533077 [ 3 ] {a82d8f77-6a7f-45e7-ac2b-fd73db5999dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:54:12.533208 [ 3 ] {a82d8f77-6a7f-45e7-ac2b-fd73db5999dd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:12.533493 [ 3 ] {a82d8f77-6a7f-45e7-ac2b-fd73db5999dd} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:12.533528 [ 3 ] {a82d8f77-6a7f-45e7-ac2b-fd73db5999dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:12.533892 [ 3 ] {a82d8f77-6a7f-45e7-ac2b-fd73db5999dd} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.29 21:54:12.534210 [ 3 ] {a82d8f77-6a7f-45e7-ac2b-fd73db5999dd} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:12.534332 [ 3 ] {a82d8f77-6a7f-45e7-ac2b-fd73db5999dd} executeQuery: Read 60 rows, 4.14 KiB in 0.00134 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec. 2024.05.29 21:54:12.534482 [ 3 ] {a82d8f77-6a7f-45e7-ac2b-fd73db5999dd} DynamicQueryHandler: Done processing query 2024.05.29 21:54:12.534531 [ 3 ] {a82d8f77-6a7f-45e7-ac2b-fd73db5999dd} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:12.534548 [ 3 ] {} HTTP-Session: bc39c83d-c5be-4321-b71c-cdf8e44b0179 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:15.782723 [ 93 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:54:15.782794 [ 93 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:54:17.522899 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:17.523030 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:17.523059 [ 3 ] {} HTTP-Session: 11827cba-dad2-4298-9539-79c1075e834b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:17.523088 [ 3 ] {} HTTP-Session: 11827cba-dad2-4298-9539-79c1075e834b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.523106 [ 3 ] {} HTTP-Session: 11827cba-dad2-4298-9539-79c1075e834b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.523161 [ 3 ] {} HTTP-Session: 11827cba-dad2-4298-9539-79c1075e834b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:17.523365 [ 3 ] {46d9c1e9-922a-4680-b7e4-7553f4002e98} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:17.523432 [ 3 ] {46d9c1e9-922a-4680-b7e4-7553f4002e98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:54:17.523623 [ 3 ] {46d9c1e9-922a-4680-b7e4-7553f4002e98} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:17.524042 [ 3 ] {46d9c1e9-922a-4680-b7e4-7553f4002e98} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:17.524082 [ 3 ] {46d9c1e9-922a-4680-b7e4-7553f4002e98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:17.524449 [ 3 ] {46d9c1e9-922a-4680-b7e4-7553f4002e98} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.29 21:54:17.524777 [ 3 ] {46d9c1e9-922a-4680-b7e4-7553f4002e98} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:17.524938 [ 3 ] {46d9c1e9-922a-4680-b7e4-7553f4002e98} executeQuery: Read 24 rows, 1.95 KiB in 0.00163 sec., 14723.926380368099 rows/sec., 1.17 MiB/sec. 2024.05.29 21:54:17.525137 [ 3 ] {46d9c1e9-922a-4680-b7e4-7553f4002e98} DynamicQueryHandler: Done processing query 2024.05.29 21:54:17.525164 [ 3 ] {46d9c1e9-922a-4680-b7e4-7553f4002e98} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:17.525180 [ 3 ] {} HTTP-Session: 11827cba-dad2-4298-9539-79c1075e834b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.525315 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:17.525363 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:17.525381 [ 3 ] {} HTTP-Session: 38d68c95-db1b-410c-bf57-efdf5763d89b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:17.525398 [ 3 ] {} HTTP-Session: 38d68c95-db1b-410c-bf57-efdf5763d89b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.525412 [ 3 ] {} HTTP-Session: 38d68c95-db1b-410c-bf57-efdf5763d89b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.525442 [ 3 ] {} HTTP-Session: 38d68c95-db1b-410c-bf57-efdf5763d89b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:17.525575 [ 3 ] {1e9c2a38-ca1f-48f2-ab44-a21c46b2b7c3} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:17.525618 [ 3 ] {1e9c2a38-ca1f-48f2-ab44-a21c46b2b7c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:54:17.525742 [ 3 ] {1e9c2a38-ca1f-48f2-ab44-a21c46b2b7c3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:17.526104 [ 3 ] {1e9c2a38-ca1f-48f2-ab44-a21c46b2b7c3} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:17.526140 [ 3 ] {1e9c2a38-ca1f-48f2-ab44-a21c46b2b7c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:17.526456 [ 3 ] {1e9c2a38-ca1f-48f2-ab44-a21c46b2b7c3} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.29 21:54:17.526759 [ 3 ] {1e9c2a38-ca1f-48f2-ab44-a21c46b2b7c3} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:17.526915 [ 3 ] {1e9c2a38-ca1f-48f2-ab44-a21c46b2b7c3} executeQuery: Read 128 rows, 10.91 KiB in 0.001387 sec., 92285.50829127614 rows/sec., 7.68 MiB/sec. 2024.05.29 21:54:17.527169 [ 3 ] {1e9c2a38-ca1f-48f2-ab44-a21c46b2b7c3} DynamicQueryHandler: Done processing query 2024.05.29 21:54:17.527224 [ 3 ] {1e9c2a38-ca1f-48f2-ab44-a21c46b2b7c3} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:54:17.527257 [ 3 ] {} HTTP-Session: 38d68c95-db1b-410c-bf57-efdf5763d89b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.527409 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 14954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:17.527456 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:17.527475 [ 3 ] {} HTTP-Session: 4982cb43-be1b-4aeb-944f-3973c1b1ee17 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:17.527491 [ 3 ] {} HTTP-Session: 4982cb43-be1b-4aeb-944f-3973c1b1ee17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.527504 [ 3 ] {} HTTP-Session: 4982cb43-be1b-4aeb-944f-3973c1b1ee17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.527534 [ 3 ] {} HTTP-Session: 4982cb43-be1b-4aeb-944f-3973c1b1ee17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:17.527660 [ 3 ] {221d0872-c6fb-48f4-b0f5-e078640f6f25} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:17.527703 [ 3 ] {221d0872-c6fb-48f4-b0f5-e078640f6f25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:54:17.527846 [ 3 ] {221d0872-c6fb-48f4-b0f5-e078640f6f25} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:17.528187 [ 3 ] {221d0872-c6fb-48f4-b0f5-e078640f6f25} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:17.528223 [ 3 ] {221d0872-c6fb-48f4-b0f5-e078640f6f25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:17.528527 [ 3 ] {221d0872-c6fb-48f4-b0f5-e078640f6f25} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.29 21:54:17.528821 [ 3 ] {221d0872-c6fb-48f4-b0f5-e078640f6f25} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:17.528971 [ 3 ] {221d0872-c6fb-48f4-b0f5-e078640f6f25} executeQuery: Read 88 rows, 7.04 KiB in 0.001354 sec., 64992.61447562777 rows/sec., 5.08 MiB/sec. 2024.05.29 21:54:17.529135 [ 3 ] {221d0872-c6fb-48f4-b0f5-e078640f6f25} DynamicQueryHandler: Done processing query 2024.05.29 21:54:17.529159 [ 3 ] {221d0872-c6fb-48f4-b0f5-e078640f6f25} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:54:17.529175 [ 3 ] {} HTTP-Session: 4982cb43-be1b-4aeb-944f-3973c1b1ee17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.529323 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:17.529372 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:17.529390 [ 3 ] {} HTTP-Session: de7d7b62-9330-4326-b8ef-9da040c7f7dc Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:17.529405 [ 3 ] {} HTTP-Session: de7d7b62-9330-4326-b8ef-9da040c7f7dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.529419 [ 3 ] {} HTTP-Session: de7d7b62-9330-4326-b8ef-9da040c7f7dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.529448 [ 3 ] {} HTTP-Session: de7d7b62-9330-4326-b8ef-9da040c7f7dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:17.529594 [ 3 ] {d0326143-5dec-48d8-b7e3-4d0cd3378c5c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:17.529638 [ 3 ] {d0326143-5dec-48d8-b7e3-4d0cd3378c5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:54:17.529781 [ 3 ] {d0326143-5dec-48d8-b7e3-4d0cd3378c5c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:17.530153 [ 3 ] {d0326143-5dec-48d8-b7e3-4d0cd3378c5c} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:17.530189 [ 3 ] {d0326143-5dec-48d8-b7e3-4d0cd3378c5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:17.530558 [ 3 ] {d0326143-5dec-48d8-b7e3-4d0cd3378c5c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.29 21:54:17.530879 [ 3 ] {d0326143-5dec-48d8-b7e3-4d0cd3378c5c} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:17.531035 [ 3 ] {d0326143-5dec-48d8-b7e3-4d0cd3378c5c} executeQuery: Read 160 rows, 11.41 KiB in 0.001511 sec., 105890.13898080742 rows/sec., 7.38 MiB/sec. 2024.05.29 21:54:17.531185 [ 3 ] {d0326143-5dec-48d8-b7e3-4d0cd3378c5c} DynamicQueryHandler: Done processing query 2024.05.29 21:54:17.531208 [ 3 ] {d0326143-5dec-48d8-b7e3-4d0cd3378c5c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:54:17.531223 [ 3 ] {} HTTP-Session: de7d7b62-9330-4326-b8ef-9da040c7f7dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.531356 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:17.531402 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:17.531420 [ 3 ] {} HTTP-Session: 103240c7-74c0-4f9b-91cd-debe57c504fb Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:17.531436 [ 3 ] {} HTTP-Session: 103240c7-74c0-4f9b-91cd-debe57c504fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.531449 [ 3 ] {} HTTP-Session: 103240c7-74c0-4f9b-91cd-debe57c504fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.531478 [ 3 ] {} HTTP-Session: 103240c7-74c0-4f9b-91cd-debe57c504fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:17.531709 [ 3 ] {3b280695-67b3-4c13-be35-51c117858632} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:17.531755 [ 3 ] {3b280695-67b3-4c13-be35-51c117858632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:54:17.531908 [ 3 ] {3b280695-67b3-4c13-be35-51c117858632} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:17.532274 [ 3 ] {3b280695-67b3-4c13-be35-51c117858632} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:17.532308 [ 3 ] {3b280695-67b3-4c13-be35-51c117858632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:17.532690 [ 3 ] {3b280695-67b3-4c13-be35-51c117858632} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.29 21:54:17.533026 [ 3 ] {3b280695-67b3-4c13-be35-51c117858632} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:17.533180 [ 3 ] {3b280695-67b3-4c13-be35-51c117858632} executeQuery: Read 24 rows, 33.16 KiB in 0.001629 sec., 14732.965009208103 rows/sec., 19.88 MiB/sec. 2024.05.29 21:54:17.533333 [ 3 ] {3b280695-67b3-4c13-be35-51c117858632} DynamicQueryHandler: Done processing query 2024.05.29 21:54:17.533357 [ 3 ] {3b280695-67b3-4c13-be35-51c117858632} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:54:17.533373 [ 3 ] {} HTTP-Session: 103240c7-74c0-4f9b-91cd-debe57c504fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.533483 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:17.533530 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:17.533549 [ 3 ] {} HTTP-Session: 3b1446a6-a00f-4191-8908-4bf75d273691 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:17.533564 [ 3 ] {} HTTP-Session: 3b1446a6-a00f-4191-8908-4bf75d273691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.533577 [ 3 ] {} HTTP-Session: 3b1446a6-a00f-4191-8908-4bf75d273691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:17.533607 [ 3 ] {} HTTP-Session: 3b1446a6-a00f-4191-8908-4bf75d273691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:17.533715 [ 3 ] {68fa6235-7818-47ec-9a38-5c07362a5641} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:17.533758 [ 3 ] {68fa6235-7818-47ec-9a38-5c07362a5641} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:54:17.533879 [ 3 ] {68fa6235-7818-47ec-9a38-5c07362a5641} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:17.534125 [ 3 ] {68fa6235-7818-47ec-9a38-5c07362a5641} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:17.534161 [ 3 ] {68fa6235-7818-47ec-9a38-5c07362a5641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:17.534504 [ 3 ] {68fa6235-7818-47ec-9a38-5c07362a5641} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.29 21:54:17.534816 [ 3 ] {68fa6235-7818-47ec-9a38-5c07362a5641} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:17.534974 [ 3 ] {68fa6235-7818-47ec-9a38-5c07362a5641} executeQuery: Read 60 rows, 4.14 KiB in 0.001286 sec., 46656.29860031104 rows/sec., 3.14 MiB/sec. 2024.05.29 21:54:17.535122 [ 3 ] {68fa6235-7818-47ec-9a38-5c07362a5641} DynamicQueryHandler: Done processing query 2024.05.29 21:54:17.535145 [ 3 ] {68fa6235-7818-47ec-9a38-5c07362a5641} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:17.535160 [ 3 ] {} HTTP-Session: 3b1446a6-a00f-4191-8908-4bf75d273691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.521676 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:22.521805 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:22.521830 [ 3 ] {} HTTP-Session: 6be6211a-06f3-4ed8-83f8-dfdbb70c1fa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:22.521854 [ 3 ] {} HTTP-Session: 6be6211a-06f3-4ed8-83f8-dfdbb70c1fa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.521870 [ 3 ] {} HTTP-Session: 6be6211a-06f3-4ed8-83f8-dfdbb70c1fa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.521918 [ 3 ] {} HTTP-Session: 6be6211a-06f3-4ed8-83f8-dfdbb70c1fa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:22.522104 [ 3 ] {22844de9-3531-4517-bd9b-b3585eb410e8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:22.522171 [ 3 ] {22844de9-3531-4517-bd9b-b3585eb410e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:54:22.522365 [ 3 ] {22844de9-3531-4517-bd9b-b3585eb410e8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:22.522728 [ 3 ] {22844de9-3531-4517-bd9b-b3585eb410e8} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:22.522769 [ 3 ] {22844de9-3531-4517-bd9b-b3585eb410e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:22.523130 [ 3 ] {22844de9-3531-4517-bd9b-b3585eb410e8} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.29 21:54:22.523460 [ 3 ] {22844de9-3531-4517-bd9b-b3585eb410e8} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:22.523616 [ 3 ] {22844de9-3531-4517-bd9b-b3585eb410e8} executeQuery: Read 4 rows, 332.00 B in 0.001566 sec., 2554.278416347382 rows/sec., 207.04 KiB/sec. 2024.05.29 21:54:22.523885 [ 3 ] {22844de9-3531-4517-bd9b-b3585eb410e8} DynamicQueryHandler: Done processing query 2024.05.29 21:54:22.523948 [ 3 ] {22844de9-3531-4517-bd9b-b3585eb410e8} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:54:22.523994 [ 3 ] {} HTTP-Session: 6be6211a-06f3-4ed8-83f8-dfdbb70c1fa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.524142 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:22.524192 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:22.524212 [ 3 ] {} HTTP-Session: 0e3635c4-7a4b-4502-a4e0-563905f86ae3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:22.524229 [ 3 ] {} HTTP-Session: 0e3635c4-7a4b-4502-a4e0-563905f86ae3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.524243 [ 3 ] {} HTTP-Session: 0e3635c4-7a4b-4502-a4e0-563905f86ae3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.524276 [ 3 ] {} HTTP-Session: 0e3635c4-7a4b-4502-a4e0-563905f86ae3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:22.524400 [ 3 ] {3d5ac35d-9853-486b-b9ca-9d67ef3338bd} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:22.524446 [ 3 ] {3d5ac35d-9853-486b-b9ca-9d67ef3338bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:54:22.524588 [ 3 ] {3d5ac35d-9853-486b-b9ca-9d67ef3338bd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:22.524889 [ 3 ] {3d5ac35d-9853-486b-b9ca-9d67ef3338bd} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:22.524925 [ 3 ] {3d5ac35d-9853-486b-b9ca-9d67ef3338bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:22.525240 [ 3 ] {3d5ac35d-9853-486b-b9ca-9d67ef3338bd} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.29 21:54:22.525558 [ 3 ] {3d5ac35d-9853-486b-b9ca-9d67ef3338bd} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:22.525718 [ 3 ] {3d5ac35d-9853-486b-b9ca-9d67ef3338bd} executeQuery: Read 68 rows, 5.48 KiB in 0.001355 sec., 50184.50184501844 rows/sec., 3.95 MiB/sec. 2024.05.29 21:54:22.525871 [ 3 ] {3d5ac35d-9853-486b-b9ca-9d67ef3338bd} DynamicQueryHandler: Done processing query 2024.05.29 21:54:22.525894 [ 3 ] {3d5ac35d-9853-486b-b9ca-9d67ef3338bd} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:54:22.525910 [ 3 ] {} HTTP-Session: 0e3635c4-7a4b-4502-a4e0-563905f86ae3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.526024 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:22.526072 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:22.526092 [ 3 ] {} HTTP-Session: cd1127b8-fe55-4335-8a38-fd684a6e0a5c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:22.526109 [ 3 ] {} HTTP-Session: cd1127b8-fe55-4335-8a38-fd684a6e0a5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.526123 [ 3 ] {} HTTP-Session: cd1127b8-fe55-4335-8a38-fd684a6e0a5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.526153 [ 3 ] {} HTTP-Session: cd1127b8-fe55-4335-8a38-fd684a6e0a5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:22.526266 [ 3 ] {b83b250b-203c-4ef5-8c31-8b889c9dfc84} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:22.526308 [ 3 ] {b83b250b-203c-4ef5-8c31-8b889c9dfc84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:54:22.526432 [ 3 ] {b83b250b-203c-4ef5-8c31-8b889c9dfc84} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:22.526722 [ 3 ] {b83b250b-203c-4ef5-8c31-8b889c9dfc84} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:22.526759 [ 3 ] {b83b250b-203c-4ef5-8c31-8b889c9dfc84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:22.527063 [ 3 ] {b83b250b-203c-4ef5-8c31-8b889c9dfc84} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.29 21:54:22.527363 [ 3 ] {b83b250b-203c-4ef5-8c31-8b889c9dfc84} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:22.527498 [ 3 ] {b83b250b-203c-4ef5-8c31-8b889c9dfc84} executeQuery: Read 68 rows, 5.44 KiB in 0.001271 sec., 53501.180173092056 rows/sec., 4.18 MiB/sec. 2024.05.29 21:54:22.527667 [ 3 ] {b83b250b-203c-4ef5-8c31-8b889c9dfc84} DynamicQueryHandler: Done processing query 2024.05.29 21:54:22.527691 [ 3 ] {b83b250b-203c-4ef5-8c31-8b889c9dfc84} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:54:22.527706 [ 3 ] {} HTTP-Session: cd1127b8-fe55-4335-8a38-fd684a6e0a5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.527831 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:22.527878 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:22.527897 [ 3 ] {} HTTP-Session: 7f7609c0-40fd-49bf-af80-6e69c0223394 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:22.527914 [ 3 ] {} HTTP-Session: 7f7609c0-40fd-49bf-af80-6e69c0223394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.527928 [ 3 ] {} HTTP-Session: 7f7609c0-40fd-49bf-af80-6e69c0223394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.527958 [ 3 ] {} HTTP-Session: 7f7609c0-40fd-49bf-af80-6e69c0223394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:22.528101 [ 3 ] {16d2bdb4-9e80-4b00-b3ee-c5b8c3ff3116} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:22.528146 [ 3 ] {16d2bdb4-9e80-4b00-b3ee-c5b8c3ff3116} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:54:22.528293 [ 3 ] {16d2bdb4-9e80-4b00-b3ee-c5b8c3ff3116} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:22.528652 [ 3 ] {16d2bdb4-9e80-4b00-b3ee-c5b8c3ff3116} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:22.528702 [ 3 ] {16d2bdb4-9e80-4b00-b3ee-c5b8c3ff3116} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:22.529373 [ 3 ] {16d2bdb4-9e80-4b00-b3ee-c5b8c3ff3116} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.29 21:54:22.529711 [ 3 ] {16d2bdb4-9e80-4b00-b3ee-c5b8c3ff3116} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:22.529879 [ 3 ] {16d2bdb4-9e80-4b00-b3ee-c5b8c3ff3116} executeQuery: Read 160 rows, 11.41 KiB in 0.001842 sec., 86862.10640608035 rows/sec., 6.05 MiB/sec. 2024.05.29 21:54:22.530033 [ 3 ] {16d2bdb4-9e80-4b00-b3ee-c5b8c3ff3116} DynamicQueryHandler: Done processing query 2024.05.29 21:54:22.530058 [ 3 ] {16d2bdb4-9e80-4b00-b3ee-c5b8c3ff3116} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:54:22.530073 [ 3 ] {} HTTP-Session: 7f7609c0-40fd-49bf-af80-6e69c0223394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.530179 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:22.530227 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:22.530246 [ 3 ] {} HTTP-Session: 997af6d1-ca13-43aa-b7f3-001a644017ff Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:22.530262 [ 3 ] {} HTTP-Session: 997af6d1-ca13-43aa-b7f3-001a644017ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.530277 [ 3 ] {} HTTP-Session: 997af6d1-ca13-43aa-b7f3-001a644017ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.530307 [ 3 ] {} HTTP-Session: 997af6d1-ca13-43aa-b7f3-001a644017ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:22.530423 [ 3 ] {61da0df1-457b-4fca-99ed-195ada63bb42} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:22.530469 [ 3 ] {61da0df1-457b-4fca-99ed-195ada63bb42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:54:22.530628 [ 3 ] {61da0df1-457b-4fca-99ed-195ada63bb42} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:22.530901 [ 3 ] {61da0df1-457b-4fca-99ed-195ada63bb42} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:22.530935 [ 3 ] {61da0df1-457b-4fca-99ed-195ada63bb42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:22.531324 [ 3 ] {61da0df1-457b-4fca-99ed-195ada63bb42} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.29 21:54:22.531652 [ 3 ] {61da0df1-457b-4fca-99ed-195ada63bb42} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:22.531809 [ 3 ] {61da0df1-457b-4fca-99ed-195ada63bb42} executeQuery: Read 4 rows, 5.53 KiB in 0.001421 sec., 2814.9190710767066 rows/sec., 3.80 MiB/sec. 2024.05.29 21:54:22.531961 [ 3 ] {61da0df1-457b-4fca-99ed-195ada63bb42} DynamicQueryHandler: Done processing query 2024.05.29 21:54:22.531984 [ 3 ] {61da0df1-457b-4fca-99ed-195ada63bb42} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:54:22.531999 [ 3 ] {} HTTP-Session: 997af6d1-ca13-43aa-b7f3-001a644017ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.532104 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:22.532150 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:22.532169 [ 3 ] {} HTTP-Session: 1fa3b1a9-793f-49cd-ac38-d9fd65182136 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:22.532184 [ 3 ] {} HTTP-Session: 1fa3b1a9-793f-49cd-ac38-d9fd65182136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.532198 [ 3 ] {} HTTP-Session: 1fa3b1a9-793f-49cd-ac38-d9fd65182136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:22.532226 [ 3 ] {} HTTP-Session: 1fa3b1a9-793f-49cd-ac38-d9fd65182136 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:22.532334 [ 3 ] {cb508e23-e893-49c3-b923-18bd37b2a7d5} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:22.532377 [ 3 ] {cb508e23-e893-49c3-b923-18bd37b2a7d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:54:22.532497 [ 3 ] {cb508e23-e893-49c3-b923-18bd37b2a7d5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:22.532774 [ 3 ] {cb508e23-e893-49c3-b923-18bd37b2a7d5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:22.532809 [ 3 ] {cb508e23-e893-49c3-b923-18bd37b2a7d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:22.533160 [ 3 ] {cb508e23-e893-49c3-b923-18bd37b2a7d5} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.29 21:54:22.533468 [ 3 ] {cb508e23-e893-49c3-b923-18bd37b2a7d5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:22.533635 [ 3 ] {cb508e23-e893-49c3-b923-18bd37b2a7d5} executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec. 2024.05.29 21:54:22.533798 [ 3 ] {cb508e23-e893-49c3-b923-18bd37b2a7d5} DynamicQueryHandler: Done processing query 2024.05.29 21:54:22.533822 [ 3 ] {cb508e23-e893-49c3-b923-18bd37b2a7d5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:22.533837 [ 3 ] {} HTTP-Session: 1fa3b1a9-793f-49cd-ac38-d9fd65182136 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.524803 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:27.524936 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:27.524961 [ 3 ] {} HTTP-Session: 78ac80eb-1fec-4f9b-9b0e-7f21f82a3e2d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:27.524985 [ 3 ] {} HTTP-Session: 78ac80eb-1fec-4f9b-9b0e-7f21f82a3e2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.525000 [ 3 ] {} HTTP-Session: 78ac80eb-1fec-4f9b-9b0e-7f21f82a3e2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.525050 [ 3 ] {} HTTP-Session: 78ac80eb-1fec-4f9b-9b0e-7f21f82a3e2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:27.525245 [ 3 ] {8b40d768-2c73-4b14-b0a3-54c22064755b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:27.525313 [ 3 ] {8b40d768-2c73-4b14-b0a3-54c22064755b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:54:27.525506 [ 3 ] {8b40d768-2c73-4b14-b0a3-54c22064755b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:27.525884 [ 3 ] {8b40d768-2c73-4b14-b0a3-54c22064755b} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:27.525930 [ 3 ] {8b40d768-2c73-4b14-b0a3-54c22064755b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:27.526293 [ 3 ] {8b40d768-2c73-4b14-b0a3-54c22064755b} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.29 21:54:27.526618 [ 3 ] {8b40d768-2c73-4b14-b0a3-54c22064755b} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:27.526800 [ 3 ] {8b40d768-2c73-4b14-b0a3-54c22064755b} executeQuery: Read 24 rows, 1.95 KiB in 0.001603 sec., 14971.927635683094 rows/sec., 1.19 MiB/sec. 2024.05.29 21:54:27.526996 [ 3 ] {8b40d768-2c73-4b14-b0a3-54c22064755b} DynamicQueryHandler: Done processing query 2024.05.29 21:54:27.527022 [ 3 ] {8b40d768-2c73-4b14-b0a3-54c22064755b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:27.527038 [ 3 ] {} HTTP-Session: 78ac80eb-1fec-4f9b-9b0e-7f21f82a3e2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.527165 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:27.527217 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:27.527236 [ 3 ] {} HTTP-Session: 2e4394af-592b-4fff-be76-6f0633b0a673 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:27.527254 [ 3 ] {} HTTP-Session: 2e4394af-592b-4fff-be76-6f0633b0a673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.527267 [ 3 ] {} HTTP-Session: 2e4394af-592b-4fff-be76-6f0633b0a673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.527303 [ 3 ] {} HTTP-Session: 2e4394af-592b-4fff-be76-6f0633b0a673 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:27.527416 [ 3 ] {09a4e693-9152-4a86-8fff-cb0cfa0c473d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:27.527464 [ 3 ] {09a4e693-9152-4a86-8fff-cb0cfa0c473d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:54:27.527595 [ 3 ] {09a4e693-9152-4a86-8fff-cb0cfa0c473d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:27.527846 [ 3 ] {09a4e693-9152-4a86-8fff-cb0cfa0c473d} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:27.527882 [ 3 ] {09a4e693-9152-4a86-8fff-cb0cfa0c473d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:27.528179 [ 3 ] {09a4e693-9152-4a86-8fff-cb0cfa0c473d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.29 21:54:27.528474 [ 3 ] {09a4e693-9152-4a86-8fff-cb0cfa0c473d} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:27.528626 [ 3 ] {09a4e693-9152-4a86-8fff-cb0cfa0c473d} executeQuery: Read 2 rows, 167.00 B in 0.001239 sec., 1614.2050040355125 rows/sec., 131.63 KiB/sec. 2024.05.29 21:54:27.528810 [ 3 ] {09a4e693-9152-4a86-8fff-cb0cfa0c473d} DynamicQueryHandler: Done processing query 2024.05.29 21:54:27.528834 [ 3 ] {09a4e693-9152-4a86-8fff-cb0cfa0c473d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:54:27.528850 [ 3 ] {} HTTP-Session: 2e4394af-592b-4fff-be76-6f0633b0a673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.529002 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 23768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:27.529052 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:27.529071 [ 3 ] {} HTTP-Session: 77183bfd-ad3e-4961-a758-250925965b9b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:27.529088 [ 3 ] {} HTTP-Session: 77183bfd-ad3e-4961-a758-250925965b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.529102 [ 3 ] {} HTTP-Session: 77183bfd-ad3e-4961-a758-250925965b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.529133 [ 3 ] {} HTTP-Session: 77183bfd-ad3e-4961-a758-250925965b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:27.529276 [ 3 ] {8518844f-0a94-497e-8f97-deb9ceb88eb7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:27.529318 [ 3 ] {8518844f-0a94-497e-8f97-deb9ceb88eb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:54:27.529441 [ 3 ] {8518844f-0a94-497e-8f97-deb9ceb88eb7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:27.529789 [ 3 ] {8518844f-0a94-497e-8f97-deb9ceb88eb7} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:27.529825 [ 3 ] {8518844f-0a94-497e-8f97-deb9ceb88eb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:27.530156 [ 3 ] {8518844f-0a94-497e-8f97-deb9ceb88eb7} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.29 21:54:27.530456 [ 3 ] {8518844f-0a94-497e-8f97-deb9ceb88eb7} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:27.530615 [ 3 ] {8518844f-0a94-497e-8f97-deb9ceb88eb7} executeQuery: Read 165 rows, 13.74 KiB in 0.001396 sec., 118194.84240687678 rows/sec., 9.61 MiB/sec. 2024.05.29 21:54:27.530613 [ 84 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.29 21:54:27.530731 [ 84 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:27.530768 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:27.530834 [ 3 ] {8518844f-0a94-497e-8f97-deb9ceb88eb7} DynamicQueryHandler: Done processing query 2024.05.29 21:54:27.530913 [ 3 ] {8518844f-0a94-497e-8f97-deb9ceb88eb7} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:54:27.530996 [ 3 ] {} HTTP-Session: 77183bfd-ad3e-4961-a758-250925965b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.531141 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.29 21:54:27.531201 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:27.531387 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:27.531477 [ 3 ] {} HTTP-Session: ac379315-b3d6-49dd-9448-d2e19b2271b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:27.531575 [ 3 ] {} HTTP-Session: ac379315-b3d6-49dd-9448-d2e19b2271b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.531700 [ 3 ] {} HTTP-Session: ac379315-b3d6-49dd-9448-d2e19b2271b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.531828 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:27.531955 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 183 rows starting from the beginning of the part 2024.05.29 21:54:27.532004 [ 3 ] {} HTTP-Session: ac379315-b3d6-49dd-9448-d2e19b2271b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:27.532288 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 128 rows starting from the beginning of the part 2024.05.29 21:54:27.532528 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 68 rows starting from the beginning of the part 2024.05.29 21:54:27.532621 [ 3 ] {e83d5a86-d80a-471c-8caa-e7b424345228} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:27.532784 [ 3 ] {e83d5a86-d80a-471c-8caa-e7b424345228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:54:27.532801 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 128 rows starting from the beginning of the part 2024.05.29 21:54:27.533204 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 68 rows starting from the beginning of the part 2024.05.29 21:54:27.533626 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 165 rows starting from the beginning of the part 2024.05.29 21:54:27.533912 [ 3 ] {e83d5a86-d80a-471c-8caa-e7b424345228} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:27.534596 [ 3 ] {e83d5a86-d80a-471c-8caa-e7b424345228} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:27.534666 [ 3 ] {e83d5a86-d80a-471c-8caa-e7b424345228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:27.535431 [ 3 ] {e83d5a86-d80a-471c-8caa-e7b424345228} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.29 21:54:27.536276 [ 3 ] {e83d5a86-d80a-471c-8caa-e7b424345228} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:27.536727 [ 3 ] {e83d5a86-d80a-471c-8caa-e7b424345228} executeQuery: Read 2 rows, 143.00 B in 0.004358 sec., 458.9261128958238 rows/sec., 32.04 KiB/sec. 2024.05.29 21:54:27.536769 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 4 columns (4 merged, 0 gathered) in 0.005907364 sec., 125267.37814023311 rows/sec., 10.22 MiB/sec. 2024.05.29 21:54:27.537184 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.29 21:54:27.537233 [ 3 ] {e83d5a86-d80a-471c-8caa-e7b424345228} DynamicQueryHandler: Done processing query 2024.05.29 21:54:27.537284 [ 3 ] {e83d5a86-d80a-471c-8caa-e7b424345228} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:54:27.537304 [ 3 ] {} HTTP-Session: ac379315-b3d6-49dd-9448-d2e19b2271b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.537509 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 19335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:27.537604 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:27.537648 [ 3 ] {} HTTP-Session: 26d0f6c6-2fa5-4e01-8d3e-2150a2738b9c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:27.537677 [ 3 ] {} HTTP-Session: 26d0f6c6-2fa5-4e01-8d3e-2150a2738b9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.537704 [ 3 ] {} HTTP-Session: 26d0f6c6-2fa5-4e01-8d3e-2150a2738b9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.537762 [ 3 ] {} HTTP-Session: 26d0f6c6-2fa5-4e01-8d3e-2150a2738b9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:27.537816 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_41_8} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:27.537989 [ 3 ] {0ee3e4c4-6b57-427b-a4e4-04ea8a141cef} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:27.537994 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_41_8} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.29 21:54:27.538060 [ 3 ] {0ee3e4c4-6b57-427b-a4e4-04ea8a141cef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:54:27.538174 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.29 21:54:27.538319 [ 3 ] {0ee3e4c4-6b57-427b-a4e4-04ea8a141cef} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:27.538656 [ 3 ] {0ee3e4c4-6b57-427b-a4e4-04ea8a141cef} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:27.538694 [ 3 ] {0ee3e4c4-6b57-427b-a4e4-04ea8a141cef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:27.539012 [ 3 ] {0ee3e4c4-6b57-427b-a4e4-04ea8a141cef} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.29 21:54:27.539325 [ 3 ] {0ee3e4c4-6b57-427b-a4e4-04ea8a141cef} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:27.539468 [ 3 ] {0ee3e4c4-6b57-427b-a4e4-04ea8a141cef} executeQuery: Read 114 rows, 9.10 KiB in 0.001579 sec., 72197.59341355288 rows/sec., 5.63 MiB/sec. 2024.05.29 21:54:27.539520 [ 85 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.29 21:54:27.539644 [ 85 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:27.539714 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:27.539722 [ 3 ] {0ee3e4c4-6b57-427b-a4e4-04ea8a141cef} DynamicQueryHandler: Done processing query 2024.05.29 21:54:27.539785 [ 3 ] {0ee3e4c4-6b57-427b-a4e4-04ea8a141cef} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:54:27.539836 [ 3 ] {} HTTP-Session: 26d0f6c6-2fa5-4e01-8d3e-2150a2738b9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.539974 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.29 21:54:27.540081 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 37782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:27.540198 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:27.540246 [ 3 ] {} HTTP-Session: 91f6ab1d-e012-4079-8781-f89a40aae32b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:27.540288 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:27.540293 [ 3 ] {} HTTP-Session: 91f6ab1d-e012-4079-8781-f89a40aae32b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.540349 [ 3 ] {} HTTP-Session: 91f6ab1d-e012-4079-8781-f89a40aae32b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.540361 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 148 rows starting from the beginning of the part 2024.05.29 21:54:27.540422 [ 3 ] {} HTTP-Session: 91f6ab1d-e012-4079-8781-f89a40aae32b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:27.540658 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 88 rows starting from the beginning of the part 2024.05.29 21:54:27.540901 [ 3 ] {277ae28f-448a-47fc-8791-845ccdd032b9} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:27.540905 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 68 rows starting from the beginning of the part 2024.05.29 21:54:27.541082 [ 3 ] {277ae28f-448a-47fc-8791-845ccdd032b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:54:27.541291 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 88 rows starting from the beginning of the part 2024.05.29 21:54:27.541691 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 68 rows starting from the beginning of the part 2024.05.29 21:54:27.541975 [ 3 ] {277ae28f-448a-47fc-8791-845ccdd032b9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:27.542082 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 114 rows starting from the beginning of the part 2024.05.29 21:54:27.542900 [ 3 ] {277ae28f-448a-47fc-8791-845ccdd032b9} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:27.542969 [ 3 ] {277ae28f-448a-47fc-8791-845ccdd032b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:27.544103 [ 3 ] {277ae28f-448a-47fc-8791-845ccdd032b9} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.29 21:54:27.544931 [ 196 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 574 rows, containing 4 columns (4 merged, 0 gathered) in 0.005074523 sec., 113114.07988494683 rows/sec., 8.83 MiB/sec. 2024.05.29 21:54:27.545107 [ 3 ] {277ae28f-448a-47fc-8791-845ccdd032b9} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:27.545196 [ 196 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.29 21:54:27.545447 [ 3 ] {277ae28f-448a-47fc-8791-845ccdd032b9} executeQuery: Read 197 rows, 14.08 KiB in 0.00483 sec., 40786.749482401654 rows/sec., 2.85 MiB/sec. 2024.05.29 21:54:27.545457 [ 85 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.29 21:54:27.545572 [ 85 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:27.545671 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:27.546166 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.29 21:54:27.546932 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:27.547080 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5381 rows starting from the beginning of the part 2024.05.29 21:54:27.547083 [ 196 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_41_8} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:27.547435 [ 196 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_41_8} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.29 21:54:27.547438 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part 2024.05.29 21:54:27.547457 [ 3 ] {277ae28f-448a-47fc-8791-845ccdd032b9} DynamicQueryHandler: Done processing query 2024.05.29 21:54:27.547561 [ 3 ] {277ae28f-448a-47fc-8791-845ccdd032b9} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:54:27.547785 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.05.29 21:54:27.547876 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2024.05.29 21:54:27.547909 [ 3 ] {} HTTP-Session: 91f6ab1d-e012-4079-8781-f89a40aae32b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.548103 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2024.05.29 21:54:27.548221 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:27.548286 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2024.05.29 21:54:27.548407 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:27.548585 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 197 rows starting from the beginning of the part 2024.05.29 21:54:27.548599 [ 3 ] {} HTTP-Session: 3835ed21-531b-4c49-b19f-ba334bddaf48 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:27.548689 [ 3 ] {} HTTP-Session: 3835ed21-531b-4c49-b19f-ba334bddaf48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.548813 [ 3 ] {} HTTP-Session: 3835ed21-531b-4c49-b19f-ba334bddaf48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.549090 [ 3 ] {} HTTP-Session: 3835ed21-531b-4c49-b19f-ba334bddaf48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:27.549756 [ 3 ] {e7bd08a2-d6bf-4d54-a491-74a5d2f0e90c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:27.549862 [ 3 ] {e7bd08a2-d6bf-4d54-a491-74a5d2f0e90c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:54:27.550412 [ 3 ] {e7bd08a2-d6bf-4d54-a491-74a5d2f0e90c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:27.551294 [ 3 ] {e7bd08a2-d6bf-4d54-a491-74a5d2f0e90c} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:27.551337 [ 3 ] {e7bd08a2-d6bf-4d54-a491-74a5d2f0e90c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:27.552022 [ 3 ] {e7bd08a2-d6bf-4d54-a491-74a5d2f0e90c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.29 21:54:27.552473 [ 3 ] {e7bd08a2-d6bf-4d54-a491-74a5d2f0e90c} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:27.552788 [ 3 ] {e7bd08a2-d6bf-4d54-a491-74a5d2f0e90c} executeQuery: Read 24 rows, 33.16 KiB in 0.003537 sec., 6785.411365564037 rows/sec., 9.16 MiB/sec. 2024.05.29 21:54:27.553139 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 6218 rows, containing 5 columns (5 merged, 0 gathered) in 0.007290711 sec., 852866.0647774956 rows/sec., 59.46 MiB/sec. 2024.05.29 21:54:27.553255 [ 3 ] {e7bd08a2-d6bf-4d54-a491-74a5d2f0e90c} DynamicQueryHandler: Done processing query 2024.05.29 21:54:27.553284 [ 3 ] {e7bd08a2-d6bf-4d54-a491-74a5d2f0e90c} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:54:27.553301 [ 3 ] {} HTTP-Session: 3835ed21-531b-4c49-b19f-ba334bddaf48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.553417 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:27.553467 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:27.553488 [ 3 ] {} HTTP-Session: 3f4cbb86-0b08-4296-b695-7c86ecd87d2b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:27.553506 [ 3 ] {} HTTP-Session: 3f4cbb86-0b08-4296-b695-7c86ecd87d2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.553520 [ 3 ] {} HTTP-Session: 3f4cbb86-0b08-4296-b695-7c86ecd87d2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.553570 [ 3 ] {} HTTP-Session: 3f4cbb86-0b08-4296-b695-7c86ecd87d2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:27.553641 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.29 21:54:27.553841 [ 3 ] {550ec40a-43a7-4fa0-a9d4-e76747650f81} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:27.553923 [ 3 ] {550ec40a-43a7-4fa0-a9d4-e76747650f81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:54:27.554626 [ 3 ] {550ec40a-43a7-4fa0-a9d4-e76747650f81} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:27.554844 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_36_7} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:27.554979 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_36_7} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.29 21:54:27.555172 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. 2024.05.29 21:54:27.555278 [ 3 ] {550ec40a-43a7-4fa0-a9d4-e76747650f81} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:27.555320 [ 3 ] {550ec40a-43a7-4fa0-a9d4-e76747650f81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:27.555684 [ 3 ] {550ec40a-43a7-4fa0-a9d4-e76747650f81} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.29 21:54:27.556006 [ 3 ] {550ec40a-43a7-4fa0-a9d4-e76747650f81} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:27.556157 [ 3 ] {550ec40a-43a7-4fa0-a9d4-e76747650f81} executeQuery: Read 60 rows, 4.14 KiB in 0.002454 sec., 24449.877750611246 rows/sec., 1.65 MiB/sec. 2024.05.29 21:54:27.556173 [ 85 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.29 21:54:27.556262 [ 85 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:27.556322 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2024.05.29 21:54:27.556462 [ 3 ] {550ec40a-43a7-4fa0-a9d4-e76747650f81} DynamicQueryHandler: Done processing query 2024.05.29 21:54:27.556473 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.29 21:54:27.556495 [ 3 ] {550ec40a-43a7-4fa0-a9d4-e76747650f81} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:27.556556 [ 3 ] {} HTTP-Session: 3f4cbb86-0b08-4296-b695-7c86ecd87d2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:27.556666 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:27.556702 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1818 rows starting from the beginning of the part 2024.05.29 21:54:27.556815 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2024.05.29 21:54:27.557012 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2024.05.29 21:54:27.557182 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2024.05.29 21:54:27.557348 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2024.05.29 21:54:27.557529 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2024.05.29 21:54:27.558830 [ 194 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2118 rows, containing 4 columns (4 merged, 0 gathered) in 0.00243524 sec., 869729.4722491418 rows/sec., 58.64 MiB/sec. 2024.05.29 21:54:27.559065 [ 194 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.29 21:54:27.559469 [ 194 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_36_7} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:27.559546 [ 194 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_36_7} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.29 21:54:27.559630 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2024.05.29 21:54:30.782851 [ 82 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:54:30.782926 [ 82 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:54:32.001791 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001289766 sec. 2024.05.29 21:54:32.521458 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:32.521589 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:32.521619 [ 3 ] {} HTTP-Session: 844c1480-32c7-421c-a4f6-26fd687c22aa Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:32.521649 [ 3 ] {} HTTP-Session: 844c1480-32c7-421c-a4f6-26fd687c22aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.521667 [ 3 ] {} HTTP-Session: 844c1480-32c7-421c-a4f6-26fd687c22aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.521724 [ 3 ] {} HTTP-Session: 844c1480-32c7-421c-a4f6-26fd687c22aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:32.521933 [ 3 ] {e96f741c-196d-43b9-b270-eaf1678a4b7c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:32.522010 [ 3 ] {e96f741c-196d-43b9-b270-eaf1678a4b7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:54:32.522240 [ 3 ] {e96f741c-196d-43b9-b270-eaf1678a4b7c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:32.522694 [ 3 ] {e96f741c-196d-43b9-b270-eaf1678a4b7c} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:32.522738 [ 3 ] {e96f741c-196d-43b9-b270-eaf1678a4b7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:32.523142 [ 3 ] {e96f741c-196d-43b9-b270-eaf1678a4b7c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.29 21:54:32.523496 [ 3 ] {e96f741c-196d-43b9-b270-eaf1678a4b7c} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:32.523673 [ 3 ] {e96f741c-196d-43b9-b270-eaf1678a4b7c} executeQuery: Read 4 rows, 332.00 B in 0.001793 sec., 2230.897936419409 rows/sec., 180.82 KiB/sec. 2024.05.29 21:54:32.523686 [ 81 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.29 21:54:32.523796 [ 81 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:32.523845 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:32.523968 [ 3 ] {e96f741c-196d-43b9-b270-eaf1678a4b7c} DynamicQueryHandler: Done processing query 2024.05.29 21:54:32.523989 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.29 21:54:32.524005 [ 3 ] {e96f741c-196d-43b9-b270-eaf1678a4b7c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:54:32.524067 [ 3 ] {} HTTP-Session: 844c1480-32c7-421c-a4f6-26fd687c22aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.524208 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:32.524228 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:32.524268 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 28 rows starting from the beginning of the part 2024.05.29 21:54:32.524333 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:32.524392 [ 3 ] {} HTTP-Session: 5b398e11-bbda-464c-848b-648d8adc8475 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:32.524445 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:32.524470 [ 3 ] {} HTTP-Session: 5b398e11-bbda-464c-848b-648d8adc8475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.524559 [ 3 ] {} HTTP-Session: 5b398e11-bbda-464c-848b-648d8adc8475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.524693 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:32.524762 [ 3 ] {} HTTP-Session: 5b398e11-bbda-464c-848b-648d8adc8475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:32.524981 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:32.525267 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:32.525528 [ 3 ] {bc9792f9-e716-44f3-90c7-35f2dcd6dc39} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:32.525540 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:32.525684 [ 3 ] {bc9792f9-e716-44f3-90c7-35f2dcd6dc39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:54:32.526315 [ 3 ] {bc9792f9-e716-44f3-90c7-35f2dcd6dc39} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:32.527174 [ 3 ] {bc9792f9-e716-44f3-90c7-35f2dcd6dc39} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:32.527239 [ 3 ] {bc9792f9-e716-44f3-90c7-35f2dcd6dc39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:32.528124 [ 3 ] {bc9792f9-e716-44f3-90c7-35f2dcd6dc39} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.29 21:54:32.528367 [ 194 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 4 columns (4 merged, 0 gathered) in 0.004445375 sec., 19795.85524280854 rows/sec., 1.57 MiB/sec. 2024.05.29 21:54:32.528524 [ 194 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.29 21:54:32.528672 [ 3 ] {bc9792f9-e716-44f3-90c7-35f2dcd6dc39} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:32.528979 [ 3 ] {bc9792f9-e716-44f3-90c7-35f2dcd6dc39} executeQuery: Read 8 rows, 668.00 B in 0.003644 sec., 2195.389681668496 rows/sec., 179.02 KiB/sec. 2024.05.29 21:54:32.529122 [ 194 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_41_8} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:32.529212 [ 194 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_41_8} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.29 21:54:32.529228 [ 3 ] {bc9792f9-e716-44f3-90c7-35f2dcd6dc39} DynamicQueryHandler: Done processing query 2024.05.29 21:54:32.529257 [ 3 ] {bc9792f9-e716-44f3-90c7-35f2dcd6dc39} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:54:32.529293 [ 3 ] {} HTTP-Session: 5b398e11-bbda-464c-848b-648d8adc8475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.529316 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.29 21:54:32.529474 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 10172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:32.529526 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:32.529545 [ 3 ] {} HTTP-Session: a457d567-dee1-43a1-9cdd-d7a02596b2d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:32.529562 [ 3 ] {} HTTP-Session: a457d567-dee1-43a1-9cdd-d7a02596b2d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.529577 [ 3 ] {} HTTP-Session: a457d567-dee1-43a1-9cdd-d7a02596b2d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.529610 [ 3 ] {} HTTP-Session: a457d567-dee1-43a1-9cdd-d7a02596b2d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:32.529730 [ 3 ] {99b64bcf-a79f-4d8d-8986-2b56e1f75ed9} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:32.529774 [ 3 ] {99b64bcf-a79f-4d8d-8986-2b56e1f75ed9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:54:32.529905 [ 3 ] {99b64bcf-a79f-4d8d-8986-2b56e1f75ed9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:32.530251 [ 3 ] {99b64bcf-a79f-4d8d-8986-2b56e1f75ed9} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:32.530287 [ 3 ] {99b64bcf-a79f-4d8d-8986-2b56e1f75ed9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:32.530602 [ 3 ] {99b64bcf-a79f-4d8d-8986-2b56e1f75ed9} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.29 21:54:32.530922 [ 3 ] {99b64bcf-a79f-4d8d-8986-2b56e1f75ed9} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:32.531078 [ 3 ] {99b64bcf-a79f-4d8d-8986-2b56e1f75ed9} executeQuery: Read 72 rows, 5.77 KiB in 0.001387 sec., 51910.598413842825 rows/sec., 4.06 MiB/sec. 2024.05.29 21:54:32.531346 [ 3 ] {99b64bcf-a79f-4d8d-8986-2b56e1f75ed9} DynamicQueryHandler: Done processing query 2024.05.29 21:54:32.531395 [ 3 ] {99b64bcf-a79f-4d8d-8986-2b56e1f75ed9} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:54:32.531443 [ 3 ] {} HTTP-Session: a457d567-dee1-43a1-9cdd-d7a02596b2d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.531588 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:32.531638 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:32.531658 [ 3 ] {} HTTP-Session: b187d8e3-a130-44be-b098-7ccdd7ceeab7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:32.531675 [ 3 ] {} HTTP-Session: b187d8e3-a130-44be-b098-7ccdd7ceeab7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.531688 [ 3 ] {} HTTP-Session: b187d8e3-a130-44be-b098-7ccdd7ceeab7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.531720 [ 3 ] {} HTTP-Session: b187d8e3-a130-44be-b098-7ccdd7ceeab7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:32.531820 [ 3 ] {65e61f41-f3cd-4a21-b3d6-3db94018dc7b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:32.531865 [ 3 ] {65e61f41-f3cd-4a21-b3d6-3db94018dc7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:54:32.532013 [ 3 ] {65e61f41-f3cd-4a21-b3d6-3db94018dc7b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:32.532357 [ 3 ] {65e61f41-f3cd-4a21-b3d6-3db94018dc7b} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:32.532394 [ 3 ] {65e61f41-f3cd-4a21-b3d6-3db94018dc7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:32.532696 [ 3 ] {65e61f41-f3cd-4a21-b3d6-3db94018dc7b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.29 21:54:32.533001 [ 3 ] {65e61f41-f3cd-4a21-b3d6-3db94018dc7b} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:32.533158 [ 3 ] {65e61f41-f3cd-4a21-b3d6-3db94018dc7b} executeQuery: Read 8 rows, 572.00 B in 0.001359 sec., 5886.681383370125 rows/sec., 411.03 KiB/sec. 2024.05.29 21:54:32.533435 [ 3 ] {65e61f41-f3cd-4a21-b3d6-3db94018dc7b} DynamicQueryHandler: Done processing query 2024.05.29 21:54:32.533460 [ 3 ] {65e61f41-f3cd-4a21-b3d6-3db94018dc7b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:54:32.533475 [ 3 ] {} HTTP-Session: b187d8e3-a130-44be-b098-7ccdd7ceeab7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.533601 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 12930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:32.533649 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:32.533668 [ 3 ] {} HTTP-Session: 1a96c50d-31da-41b7-a667-053de41ecf04 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:32.533685 [ 3 ] {} HTTP-Session: 1a96c50d-31da-41b7-a667-053de41ecf04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.533699 [ 3 ] {} HTTP-Session: 1a96c50d-31da-41b7-a667-053de41ecf04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.533730 [ 3 ] {} HTTP-Session: 1a96c50d-31da-41b7-a667-053de41ecf04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:32.533848 [ 3 ] {39dc9f88-e8a1-4d1f-b6d4-6830cceb7bd4} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:32.533891 [ 3 ] {39dc9f88-e8a1-4d1f-b6d4-6830cceb7bd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:54:32.534036 [ 3 ] {39dc9f88-e8a1-4d1f-b6d4-6830cceb7bd4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:32.534411 [ 3 ] {39dc9f88-e8a1-4d1f-b6d4-6830cceb7bd4} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:32.534447 [ 3 ] {39dc9f88-e8a1-4d1f-b6d4-6830cceb7bd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:32.534759 [ 3 ] {39dc9f88-e8a1-4d1f-b6d4-6830cceb7bd4} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.29 21:54:32.535061 [ 3 ] {39dc9f88-e8a1-4d1f-b6d4-6830cceb7bd4} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:32.535214 [ 3 ] {39dc9f88-e8a1-4d1f-b6d4-6830cceb7bd4} executeQuery: Read 76 rows, 6.09 KiB in 0.001409 sec., 53938.96380411639 rows/sec., 4.22 MiB/sec. 2024.05.29 21:54:32.535380 [ 3 ] {39dc9f88-e8a1-4d1f-b6d4-6830cceb7bd4} DynamicQueryHandler: Done processing query 2024.05.29 21:54:32.535405 [ 3 ] {39dc9f88-e8a1-4d1f-b6d4-6830cceb7bd4} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:54:32.535421 [ 3 ] {} HTTP-Session: 1a96c50d-31da-41b7-a667-053de41ecf04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.535581 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 31395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:32.535632 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:32.535652 [ 3 ] {} HTTP-Session: 04e1a45d-f771-44c2-a55a-1e023f9682f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:32.535667 [ 3 ] {} HTTP-Session: 04e1a45d-f771-44c2-a55a-1e023f9682f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.535680 [ 3 ] {} HTTP-Session: 04e1a45d-f771-44c2-a55a-1e023f9682f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.535712 [ 3 ] {} HTTP-Session: 04e1a45d-f771-44c2-a55a-1e023f9682f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:32.535861 [ 3 ] {e1569e2a-48a0-48b0-8356-d9b009f52042} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:32.535907 [ 3 ] {e1569e2a-48a0-48b0-8356-d9b009f52042} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:54:32.536054 [ 3 ] {e1569e2a-48a0-48b0-8356-d9b009f52042} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:32.536410 [ 3 ] {e1569e2a-48a0-48b0-8356-d9b009f52042} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:32.536444 [ 3 ] {e1569e2a-48a0-48b0-8356-d9b009f52042} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:32.536831 [ 3 ] {e1569e2a-48a0-48b0-8356-d9b009f52042} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.29 21:54:32.537176 [ 3 ] {e1569e2a-48a0-48b0-8356-d9b009f52042} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:32.537337 [ 3 ] {e1569e2a-48a0-48b0-8356-d9b009f52042} executeQuery: Read 164 rows, 11.69 KiB in 0.001546 sec., 106080.20698576972 rows/sec., 7.39 MiB/sec. 2024.05.29 21:54:32.537648 [ 3 ] {e1569e2a-48a0-48b0-8356-d9b009f52042} DynamicQueryHandler: Done processing query 2024.05.29 21:54:32.537691 [ 3 ] {e1569e2a-48a0-48b0-8356-d9b009f52042} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:54:32.537709 [ 3 ] {} HTTP-Session: 04e1a45d-f771-44c2-a55a-1e023f9682f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.537850 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:32.537899 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:32.537917 [ 3 ] {} HTTP-Session: 8020968a-7861-4502-942e-c0678e383712 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:32.537934 [ 3 ] {} HTTP-Session: 8020968a-7861-4502-942e-c0678e383712 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.537948 [ 3 ] {} HTTP-Session: 8020968a-7861-4502-942e-c0678e383712 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.537977 [ 3 ] {} HTTP-Session: 8020968a-7861-4502-942e-c0678e383712 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:32.538109 [ 3 ] {4f963e3b-3fcf-4970-bdf3-39725337b966} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:32.538158 [ 3 ] {4f963e3b-3fcf-4970-bdf3-39725337b966} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:54:32.538337 [ 3 ] {4f963e3b-3fcf-4970-bdf3-39725337b966} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:32.538681 [ 3 ] {4f963e3b-3fcf-4970-bdf3-39725337b966} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:32.538717 [ 3 ] {4f963e3b-3fcf-4970-bdf3-39725337b966} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:32.539097 [ 3 ] {4f963e3b-3fcf-4970-bdf3-39725337b966} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.29 21:54:32.539427 [ 3 ] {4f963e3b-3fcf-4970-bdf3-39725337b966} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:32.539583 [ 3 ] {4f963e3b-3fcf-4970-bdf3-39725337b966} executeQuery: Read 4 rows, 5.53 KiB in 0.001523 sec., 2626.3952724885094 rows/sec., 3.54 MiB/sec. 2024.05.29 21:54:32.539591 [ 81 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.29 21:54:32.539679 [ 81 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:32.539718 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:32.539920 [ 3 ] {4f963e3b-3fcf-4970-bdf3-39725337b966} DynamicQueryHandler: Done processing query 2024.05.29 21:54:32.540003 [ 3 ] {4f963e3b-3fcf-4970-bdf3-39725337b966} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:54:32.540011 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.29 21:54:32.540061 [ 3 ] {} HTTP-Session: 8020968a-7861-4502-942e-c0678e383712 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.540365 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:32.540553 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:32.540656 [ 3 ] {} HTTP-Session: 36ddd34f-a3a2-4d23-913a-73190e4065f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:32.540740 [ 3 ] {} HTTP-Session: 36ddd34f-a3a2-4d23-913a-73190e4065f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.540820 [ 3 ] {} HTTP-Session: 36ddd34f-a3a2-4d23-913a-73190e4065f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.540849 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:32.540970 [ 3 ] {} HTTP-Session: 36ddd34f-a3a2-4d23-913a-73190e4065f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:32.540992 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 562 rows starting from the beginning of the part 2024.05.29 21:54:32.541476 [ 3 ] {f31950e8-2e0a-468a-8eec-c5046d5dbfc8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:32.541476 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:32.541698 [ 3 ] {f31950e8-2e0a-468a-8eec-c5046d5dbfc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:54:32.541918 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:32.542316 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:32.542693 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:32.542824 [ 3 ] {f31950e8-2e0a-468a-8eec-c5046d5dbfc8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:32.543074 [ 189 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:32.543796 [ 3 ] {f31950e8-2e0a-468a-8eec-c5046d5dbfc8} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:32.543871 [ 3 ] {f31950e8-2e0a-468a-8eec-c5046d5dbfc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:32.544613 [ 3 ] {f31950e8-2e0a-468a-8eec-c5046d5dbfc8} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.29 21:54:32.545159 [ 3 ] {f31950e8-2e0a-468a-8eec-c5046d5dbfc8} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:32.545621 [ 3 ] {f31950e8-2e0a-468a-8eec-c5046d5dbfc8} executeQuery: Read 60 rows, 4.14 KiB in 0.004347 sec., 13802.622498274672 rows/sec., 952.52 KiB/sec. 2024.05.29 21:54:32.546438 [ 3 ] {f31950e8-2e0a-468a-8eec-c5046d5dbfc8} DynamicQueryHandler: Done processing query 2024.05.29 21:54:32.546523 [ 3 ] {f31950e8-2e0a-468a-8eec-c5046d5dbfc8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:32.546573 [ 3 ] {} HTTP-Session: 36ddd34f-a3a2-4d23-913a-73190e4065f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:32.547408 [ 194 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 622 rows, containing 6 columns (6 merged, 0 gathered) in 0.007608365 sec., 81752.12414230916 rows/sec., 110.32 MiB/sec. 2024.05.29 21:54:32.547923 [ 195 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.29 21:54:32.548495 [ 195 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_41_8} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:32.548594 [ 195 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_41_8} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.29 21:54:32.548702 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. 2024.05.29 21:54:37.522354 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:37.522506 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:37.522537 [ 3 ] {} HTTP-Session: ceab9d24-cb50-4ead-8ade-131734c448a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:37.522566 [ 3 ] {} HTTP-Session: ceab9d24-cb50-4ead-8ade-131734c448a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.522584 [ 3 ] {} HTTP-Session: ceab9d24-cb50-4ead-8ade-131734c448a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.522641 [ 3 ] {} HTTP-Session: ceab9d24-cb50-4ead-8ade-131734c448a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:37.522846 [ 3 ] {ef2702e8-8e40-49c3-8428-90c6c9c2e4d7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:37.522913 [ 3 ] {ef2702e8-8e40-49c3-8428-90c6c9c2e4d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:54:37.523103 [ 3 ] {ef2702e8-8e40-49c3-8428-90c6c9c2e4d7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:37.523526 [ 3 ] {ef2702e8-8e40-49c3-8428-90c6c9c2e4d7} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:37.523569 [ 3 ] {ef2702e8-8e40-49c3-8428-90c6c9c2e4d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:37.523953 [ 3 ] {ef2702e8-8e40-49c3-8428-90c6c9c2e4d7} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.29 21:54:37.524296 [ 3 ] {ef2702e8-8e40-49c3-8428-90c6c9c2e4d7} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:37.524443 [ 3 ] {ef2702e8-8e40-49c3-8428-90c6c9c2e4d7} executeQuery: Read 24 rows, 1.95 KiB in 0.001658 sec., 14475.271411338963 rows/sec., 1.15 MiB/sec. 2024.05.29 21:54:37.524746 [ 3 ] {ef2702e8-8e40-49c3-8428-90c6c9c2e4d7} DynamicQueryHandler: Done processing query 2024.05.29 21:54:37.524790 [ 3 ] {ef2702e8-8e40-49c3-8428-90c6c9c2e4d7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:37.524811 [ 3 ] {} HTTP-Session: ceab9d24-cb50-4ead-8ade-131734c448a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.524944 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:37.524998 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:37.525019 [ 3 ] {} HTTP-Session: 4b51aa11-0476-49a9-817a-35a88bf36d6d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:37.525038 [ 3 ] {} HTTP-Session: 4b51aa11-0476-49a9-817a-35a88bf36d6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.525051 [ 3 ] {} HTTP-Session: 4b51aa11-0476-49a9-817a-35a88bf36d6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.525087 [ 3 ] {} HTTP-Session: 4b51aa11-0476-49a9-817a-35a88bf36d6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:37.525197 [ 3 ] {20a96fb3-df82-41e0-86ac-9c101c96ee4c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:37.525247 [ 3 ] {20a96fb3-df82-41e0-86ac-9c101c96ee4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:54:37.525392 [ 3 ] {20a96fb3-df82-41e0-86ac-9c101c96ee4c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:37.525699 [ 3 ] {20a96fb3-df82-41e0-86ac-9c101c96ee4c} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:37.525736 [ 3 ] {20a96fb3-df82-41e0-86ac-9c101c96ee4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:37.526043 [ 3 ] {20a96fb3-df82-41e0-86ac-9c101c96ee4c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.29 21:54:37.526355 [ 3 ] {20a96fb3-df82-41e0-86ac-9c101c96ee4c} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:37.526480 [ 3 ] {20a96fb3-df82-41e0-86ac-9c101c96ee4c} executeQuery: Read 4 rows, 334.00 B in 0.001314 sec., 3044.1400304414 rows/sec., 248.23 KiB/sec. 2024.05.29 21:54:37.526645 [ 3 ] {20a96fb3-df82-41e0-86ac-9c101c96ee4c} DynamicQueryHandler: Done processing query 2024.05.29 21:54:37.526670 [ 3 ] {20a96fb3-df82-41e0-86ac-9c101c96ee4c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:54:37.526687 [ 3 ] {} HTTP-Session: 4b51aa11-0476-49a9-817a-35a88bf36d6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.526857 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:37.526907 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:37.526927 [ 3 ] {} HTTP-Session: d6e0747e-54ab-42ec-ad5c-16eeff74b6cb Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:37.526944 [ 3 ] {} HTTP-Session: d6e0747e-54ab-42ec-ad5c-16eeff74b6cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.526958 [ 3 ] {} HTTP-Session: d6e0747e-54ab-42ec-ad5c-16eeff74b6cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.526991 [ 3 ] {} HTTP-Session: d6e0747e-54ab-42ec-ad5c-16eeff74b6cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:37.527128 [ 3 ] {d977c0d2-89bf-4f29-ba60-af5b5d7c4341} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:37.527174 [ 3 ] {d977c0d2-89bf-4f29-ba60-af5b5d7c4341} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:54:37.527298 [ 3 ] {d977c0d2-89bf-4f29-ba60-af5b5d7c4341} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:37.527659 [ 3 ] {d977c0d2-89bf-4f29-ba60-af5b5d7c4341} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:37.527694 [ 3 ] {d977c0d2-89bf-4f29-ba60-af5b5d7c4341} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:37.528010 [ 3 ] {d977c0d2-89bf-4f29-ba60-af5b5d7c4341} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.29 21:54:37.528315 [ 3 ] {d977c0d2-89bf-4f29-ba60-af5b5d7c4341} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:37.528439 [ 3 ] {d977c0d2-89bf-4f29-ba60-af5b5d7c4341} executeQuery: Read 130 rows, 11.05 KiB in 0.001371 sec., 94821.29832239241 rows/sec., 7.87 MiB/sec. 2024.05.29 21:54:37.528587 [ 3 ] {d977c0d2-89bf-4f29-ba60-af5b5d7c4341} DynamicQueryHandler: Done processing query 2024.05.29 21:54:37.528612 [ 3 ] {d977c0d2-89bf-4f29-ba60-af5b5d7c4341} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:54:37.528627 [ 3 ] {} HTTP-Session: d6e0747e-54ab-42ec-ad5c-16eeff74b6cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.528751 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:37.528799 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:37.528818 [ 3 ] {} HTTP-Session: 4a6c146f-db43-4c7e-a8c4-a45ac8b161f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:37.528836 [ 3 ] {} HTTP-Session: 4a6c146f-db43-4c7e-a8c4-a45ac8b161f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.528850 [ 3 ] {} HTTP-Session: 4a6c146f-db43-4c7e-a8c4-a45ac8b161f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.528881 [ 3 ] {} HTTP-Session: 4a6c146f-db43-4c7e-a8c4-a45ac8b161f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:37.528984 [ 3 ] {3ea40b7c-6d72-46c1-9830-ffaf3117679d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:37.529027 [ 3 ] {3ea40b7c-6d72-46c1-9830-ffaf3117679d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:54:37.529151 [ 3 ] {3ea40b7c-6d72-46c1-9830-ffaf3117679d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:37.529412 [ 3 ] {3ea40b7c-6d72-46c1-9830-ffaf3117679d} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:37.529448 [ 3 ] {3ea40b7c-6d72-46c1-9830-ffaf3117679d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:37.529742 [ 3 ] {3ea40b7c-6d72-46c1-9830-ffaf3117679d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.29 21:54:37.530043 [ 3 ] {3ea40b7c-6d72-46c1-9830-ffaf3117679d} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:37.530167 [ 3 ] {3ea40b7c-6d72-46c1-9830-ffaf3117679d} executeQuery: Read 4 rows, 286.00 B in 0.001208 sec., 3311.258278145695 rows/sec., 231.21 KiB/sec. 2024.05.29 21:54:37.530324 [ 3 ] {3ea40b7c-6d72-46c1-9830-ffaf3117679d} DynamicQueryHandler: Done processing query 2024.05.29 21:54:37.530349 [ 3 ] {3ea40b7c-6d72-46c1-9830-ffaf3117679d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:54:37.530365 [ 3 ] {} HTTP-Session: 4a6c146f-db43-4c7e-a8c4-a45ac8b161f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.530478 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 15638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:37.530527 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:37.530546 [ 3 ] {} HTTP-Session: 6162e62b-3978-4ced-aac7-29910b558f37 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:37.530563 [ 3 ] {} HTTP-Session: 6162e62b-3978-4ced-aac7-29910b558f37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.530576 [ 3 ] {} HTTP-Session: 6162e62b-3978-4ced-aac7-29910b558f37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.530608 [ 3 ] {} HTTP-Session: 6162e62b-3978-4ced-aac7-29910b558f37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:37.530726 [ 3 ] {c54756a3-1243-44b0-8fee-bdbd4282b497} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:37.530768 [ 3 ] {c54756a3-1243-44b0-8fee-bdbd4282b497} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:54:37.530890 [ 3 ] {c54756a3-1243-44b0-8fee-bdbd4282b497} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:37.531209 [ 3 ] {c54756a3-1243-44b0-8fee-bdbd4282b497} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:37.531245 [ 3 ] {c54756a3-1243-44b0-8fee-bdbd4282b497} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:37.531552 [ 3 ] {c54756a3-1243-44b0-8fee-bdbd4282b497} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.29 21:54:37.531852 [ 3 ] {c54756a3-1243-44b0-8fee-bdbd4282b497} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:37.531972 [ 3 ] {c54756a3-1243-44b0-8fee-bdbd4282b497} executeQuery: Read 92 rows, 7.36 KiB in 0.001291 sec., 71262.58714175058 rows/sec., 5.57 MiB/sec. 2024.05.29 21:54:37.532118 [ 3 ] {c54756a3-1243-44b0-8fee-bdbd4282b497} DynamicQueryHandler: Done processing query 2024.05.29 21:54:37.532143 [ 3 ] {c54756a3-1243-44b0-8fee-bdbd4282b497} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:54:37.532161 [ 3 ] {} HTTP-Session: 6162e62b-3978-4ced-aac7-29910b558f37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.532314 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 31014, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:37.532363 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:37.532382 [ 3 ] {} HTTP-Session: 96bfd006-a58a-4608-83e2-e7d1e53d0a66 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:37.532399 [ 3 ] {} HTTP-Session: 96bfd006-a58a-4608-83e2-e7d1e53d0a66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.532413 [ 3 ] {} HTTP-Session: 96bfd006-a58a-4608-83e2-e7d1e53d0a66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.532443 [ 3 ] {} HTTP-Session: 96bfd006-a58a-4608-83e2-e7d1e53d0a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:37.532584 [ 3 ] {b3fc72ca-faf8-43bf-a5c6-52352e0c2b2c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:37.532630 [ 3 ] {b3fc72ca-faf8-43bf-a5c6-52352e0c2b2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:54:37.532772 [ 3 ] {b3fc72ca-faf8-43bf-a5c6-52352e0c2b2c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:37.533163 [ 3 ] {b3fc72ca-faf8-43bf-a5c6-52352e0c2b2c} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:37.533198 [ 3 ] {b3fc72ca-faf8-43bf-a5c6-52352e0c2b2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:37.533584 [ 3 ] {b3fc72ca-faf8-43bf-a5c6-52352e0c2b2c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.29 21:54:37.533925 [ 3 ] {b3fc72ca-faf8-43bf-a5c6-52352e0c2b2c} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:37.534055 [ 3 ] {b3fc72ca-faf8-43bf-a5c6-52352e0c2b2c} executeQuery: Read 162 rows, 11.55 KiB in 0.001535 sec., 105537.45928338762 rows/sec., 7.35 MiB/sec. 2024.05.29 21:54:37.534216 [ 3 ] {b3fc72ca-faf8-43bf-a5c6-52352e0c2b2c} DynamicQueryHandler: Done processing query 2024.05.29 21:54:37.534240 [ 3 ] {b3fc72ca-faf8-43bf-a5c6-52352e0c2b2c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:54:37.534256 [ 3 ] {} HTTP-Session: 96bfd006-a58a-4608-83e2-e7d1e53d0a66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.534400 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:37.534449 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:37.534467 [ 3 ] {} HTTP-Session: c8adc800-63eb-4997-9adb-4e65ada52d85 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:37.534483 [ 3 ] {} HTTP-Session: c8adc800-63eb-4997-9adb-4e65ada52d85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.534498 [ 3 ] {} HTTP-Session: c8adc800-63eb-4997-9adb-4e65ada52d85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.534529 [ 3 ] {} HTTP-Session: c8adc800-63eb-4997-9adb-4e65ada52d85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:37.534765 [ 3 ] {69fd50fa-a4f5-48c6-8e11-ae72d92cbdf6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:37.534812 [ 3 ] {69fd50fa-a4f5-48c6-8e11-ae72d92cbdf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:54:37.534967 [ 3 ] {69fd50fa-a4f5-48c6-8e11-ae72d92cbdf6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:37.535354 [ 3 ] {69fd50fa-a4f5-48c6-8e11-ae72d92cbdf6} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:37.535390 [ 3 ] {69fd50fa-a4f5-48c6-8e11-ae72d92cbdf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:37.535786 [ 3 ] {69fd50fa-a4f5-48c6-8e11-ae72d92cbdf6} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.29 21:54:37.536125 [ 3 ] {69fd50fa-a4f5-48c6-8e11-ae72d92cbdf6} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:37.536250 [ 3 ] {69fd50fa-a4f5-48c6-8e11-ae72d92cbdf6} executeQuery: Read 24 rows, 33.16 KiB in 0.00165 sec., 14545.454545454546 rows/sec., 19.63 MiB/sec. 2024.05.29 21:54:37.536401 [ 3 ] {69fd50fa-a4f5-48c6-8e11-ae72d92cbdf6} DynamicQueryHandler: Done processing query 2024.05.29 21:54:37.536426 [ 3 ] {69fd50fa-a4f5-48c6-8e11-ae72d92cbdf6} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:54:37.536442 [ 3 ] {} HTTP-Session: c8adc800-63eb-4997-9adb-4e65ada52d85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.536560 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:37.536607 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:37.536627 [ 3 ] {} HTTP-Session: 26344cb4-d23c-43d8-8c5d-81ef55c7811c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:37.536643 [ 3 ] {} HTTP-Session: 26344cb4-d23c-43d8-8c5d-81ef55c7811c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.536656 [ 3 ] {} HTTP-Session: 26344cb4-d23c-43d8-8c5d-81ef55c7811c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:37.536686 [ 3 ] {} HTTP-Session: 26344cb4-d23c-43d8-8c5d-81ef55c7811c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:37.536801 [ 3 ] {720e3814-93bf-4d37-abe6-d3e85113656b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:37.536845 [ 3 ] {720e3814-93bf-4d37-abe6-d3e85113656b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:54:37.536968 [ 3 ] {720e3814-93bf-4d37-abe6-d3e85113656b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:37.537266 [ 3 ] {720e3814-93bf-4d37-abe6-d3e85113656b} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:37.537302 [ 3 ] {720e3814-93bf-4d37-abe6-d3e85113656b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:37.537679 [ 3 ] {720e3814-93bf-4d37-abe6-d3e85113656b} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.29 21:54:37.538002 [ 3 ] {720e3814-93bf-4d37-abe6-d3e85113656b} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:37.538133 [ 3 ] {720e3814-93bf-4d37-abe6-d3e85113656b} executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. 2024.05.29 21:54:37.538411 [ 3 ] {720e3814-93bf-4d37-abe6-d3e85113656b} DynamicQueryHandler: Done processing query 2024.05.29 21:54:37.538474 [ 3 ] {720e3814-93bf-4d37-abe6-d3e85113656b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:37.538542 [ 3 ] {} HTTP-Session: 26344cb4-d23c-43d8-8c5d-81ef55c7811c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.522040 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:42.522206 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:42.522233 [ 3 ] {} HTTP-Session: 857c96f4-466d-46af-8cac-32b191d2a551 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:42.522257 [ 3 ] {} HTTP-Session: 857c96f4-466d-46af-8cac-32b191d2a551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.522272 [ 3 ] {} HTTP-Session: 857c96f4-466d-46af-8cac-32b191d2a551 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.522353 [ 3 ] {} HTTP-Session: 857c96f4-466d-46af-8cac-32b191d2a551 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:42.522542 [ 3 ] {85ad9673-968e-47dd-9603-2436899706cd} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:42.522612 [ 3 ] {85ad9673-968e-47dd-9603-2436899706cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:54:42.522808 [ 3 ] {85ad9673-968e-47dd-9603-2436899706cd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:42.523211 [ 3 ] {85ad9673-968e-47dd-9603-2436899706cd} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:42.523250 [ 3 ] {85ad9673-968e-47dd-9603-2436899706cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:42.523622 [ 3 ] {85ad9673-968e-47dd-9603-2436899706cd} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.29 21:54:42.523974 [ 3 ] {85ad9673-968e-47dd-9603-2436899706cd} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:42.524116 [ 3 ] {85ad9673-968e-47dd-9603-2436899706cd} executeQuery: Read 4 rows, 332.00 B in 0.001628 sec., 2457.002457002457 rows/sec., 199.15 KiB/sec. 2024.05.29 21:54:42.524385 [ 3 ] {85ad9673-968e-47dd-9603-2436899706cd} DynamicQueryHandler: Done processing query 2024.05.29 21:54:42.524449 [ 3 ] {85ad9673-968e-47dd-9603-2436899706cd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:54:42.524499 [ 3 ] {} HTTP-Session: 857c96f4-466d-46af-8cac-32b191d2a551 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.524659 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:42.524714 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:42.524734 [ 3 ] {} HTTP-Session: 64b0d887-b0d6-4539-bd59-55228816e156 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:42.524751 [ 3 ] {} HTTP-Session: 64b0d887-b0d6-4539-bd59-55228816e156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.524765 [ 3 ] {} HTTP-Session: 64b0d887-b0d6-4539-bd59-55228816e156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.524798 [ 3 ] {} HTTP-Session: 64b0d887-b0d6-4539-bd59-55228816e156 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:42.524921 [ 3 ] {4f71eb86-0cdb-42df-8dce-fe0ce39f0ce1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:42.524968 [ 3 ] {4f71eb86-0cdb-42df-8dce-fe0ce39f0ce1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:54:42.525115 [ 3 ] {4f71eb86-0cdb-42df-8dce-fe0ce39f0ce1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:42.525437 [ 3 ] {4f71eb86-0cdb-42df-8dce-fe0ce39f0ce1} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:42.525473 [ 3 ] {4f71eb86-0cdb-42df-8dce-fe0ce39f0ce1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:42.525789 [ 3 ] {4f71eb86-0cdb-42df-8dce-fe0ce39f0ce1} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.29 21:54:42.526096 [ 3 ] {4f71eb86-0cdb-42df-8dce-fe0ce39f0ce1} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:42.526218 [ 3 ] {4f71eb86-0cdb-42df-8dce-fe0ce39f0ce1} executeQuery: Read 68 rows, 5.48 KiB in 0.001341 sec., 50708.42654735273 rows/sec., 3.99 MiB/sec. 2024.05.29 21:54:42.526363 [ 3 ] {4f71eb86-0cdb-42df-8dce-fe0ce39f0ce1} DynamicQueryHandler: Done processing query 2024.05.29 21:54:42.526387 [ 3 ] {4f71eb86-0cdb-42df-8dce-fe0ce39f0ce1} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:54:42.526405 [ 3 ] {} HTTP-Session: 64b0d887-b0d6-4539-bd59-55228816e156 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.526521 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:42.526569 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:42.526588 [ 3 ] {} HTTP-Session: ef36e0ea-b865-4e59-aed0-64b60de7d815 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:42.526605 [ 3 ] {} HTTP-Session: ef36e0ea-b865-4e59-aed0-64b60de7d815 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.526618 [ 3 ] {} HTTP-Session: ef36e0ea-b865-4e59-aed0-64b60de7d815 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.526651 [ 3 ] {} HTTP-Session: ef36e0ea-b865-4e59-aed0-64b60de7d815 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:42.526771 [ 3 ] {ecf235a1-9b12-4629-ba27-ff8d972c3bca} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:42.526814 [ 3 ] {ecf235a1-9b12-4629-ba27-ff8d972c3bca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:54:42.526937 [ 3 ] {ecf235a1-9b12-4629-ba27-ff8d972c3bca} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:42.527266 [ 3 ] {ecf235a1-9b12-4629-ba27-ff8d972c3bca} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:42.527303 [ 3 ] {ecf235a1-9b12-4629-ba27-ff8d972c3bca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:42.527612 [ 3 ] {ecf235a1-9b12-4629-ba27-ff8d972c3bca} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.29 21:54:42.527915 [ 3 ] {ecf235a1-9b12-4629-ba27-ff8d972c3bca} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:42.528036 [ 3 ] {ecf235a1-9b12-4629-ba27-ff8d972c3bca} executeQuery: Read 68 rows, 5.44 KiB in 0.001305 sec., 52107.27969348659 rows/sec., 4.07 MiB/sec. 2024.05.29 21:54:42.528193 [ 3 ] {ecf235a1-9b12-4629-ba27-ff8d972c3bca} DynamicQueryHandler: Done processing query 2024.05.29 21:54:42.528218 [ 3 ] {ecf235a1-9b12-4629-ba27-ff8d972c3bca} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:54:42.528234 [ 3 ] {} HTTP-Session: ef36e0ea-b865-4e59-aed0-64b60de7d815 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.528389 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:42.528439 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:42.528459 [ 3 ] {} HTTP-Session: e4088b4e-67a0-4ad1-bfed-6739d5280d20 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:42.528476 [ 3 ] {} HTTP-Session: e4088b4e-67a0-4ad1-bfed-6739d5280d20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.528489 [ 3 ] {} HTTP-Session: e4088b4e-67a0-4ad1-bfed-6739d5280d20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.528520 [ 3 ] {} HTTP-Session: e4088b4e-67a0-4ad1-bfed-6739d5280d20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:42.528658 [ 3 ] {cd7d7db1-6927-4a96-a25a-6fc479a5992a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:42.528705 [ 3 ] {cd7d7db1-6927-4a96-a25a-6fc479a5992a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:54:42.528846 [ 3 ] {cd7d7db1-6927-4a96-a25a-6fc479a5992a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:42.529192 [ 3 ] {cd7d7db1-6927-4a96-a25a-6fc479a5992a} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:42.529228 [ 3 ] {cd7d7db1-6927-4a96-a25a-6fc479a5992a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:42.529616 [ 3 ] {cd7d7db1-6927-4a96-a25a-6fc479a5992a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.29 21:54:42.529958 [ 3 ] {cd7d7db1-6927-4a96-a25a-6fc479a5992a} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:42.530086 [ 3 ] {cd7d7db1-6927-4a96-a25a-6fc479a5992a} executeQuery: Read 160 rows, 11.41 KiB in 0.001491 sec., 107310.52984574111 rows/sec., 7.47 MiB/sec. 2024.05.29 21:54:42.530334 [ 3 ] {cd7d7db1-6927-4a96-a25a-6fc479a5992a} DynamicQueryHandler: Done processing query 2024.05.29 21:54:42.530400 [ 3 ] {cd7d7db1-6927-4a96-a25a-6fc479a5992a} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:54:42.530460 [ 3 ] {} HTTP-Session: e4088b4e-67a0-4ad1-bfed-6739d5280d20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.530657 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:42.530721 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:42.530741 [ 3 ] {} HTTP-Session: 9baf6a97-b86d-42b5-a894-6bc8d499862c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:42.530758 [ 3 ] {} HTTP-Session: 9baf6a97-b86d-42b5-a894-6bc8d499862c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.530772 [ 3 ] {} HTTP-Session: 9baf6a97-b86d-42b5-a894-6bc8d499862c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.530803 [ 3 ] {} HTTP-Session: 9baf6a97-b86d-42b5-a894-6bc8d499862c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:42.530940 [ 3 ] {dfdfee44-9605-483e-b1ce-a322eaa5e6d2} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:42.530990 [ 3 ] {dfdfee44-9605-483e-b1ce-a322eaa5e6d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:54:42.531164 [ 3 ] {dfdfee44-9605-483e-b1ce-a322eaa5e6d2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:42.531474 [ 3 ] {dfdfee44-9605-483e-b1ce-a322eaa5e6d2} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:42.531510 [ 3 ] {dfdfee44-9605-483e-b1ce-a322eaa5e6d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:42.531884 [ 3 ] {dfdfee44-9605-483e-b1ce-a322eaa5e6d2} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.29 21:54:42.532222 [ 3 ] {dfdfee44-9605-483e-b1ce-a322eaa5e6d2} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:42.532346 [ 3 ] {dfdfee44-9605-483e-b1ce-a322eaa5e6d2} executeQuery: Read 4 rows, 5.53 KiB in 0.001465 sec., 2730.3754266211604 rows/sec., 3.68 MiB/sec. 2024.05.29 21:54:42.532505 [ 3 ] {dfdfee44-9605-483e-b1ce-a322eaa5e6d2} DynamicQueryHandler: Done processing query 2024.05.29 21:54:42.532529 [ 3 ] {dfdfee44-9605-483e-b1ce-a322eaa5e6d2} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:54:42.532545 [ 3 ] {} HTTP-Session: 9baf6a97-b86d-42b5-a894-6bc8d499862c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.532648 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:42.532695 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:42.532715 [ 3 ] {} HTTP-Session: 0f46c698-12cc-4acb-ac35-f49762cfb852 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:42.532731 [ 3 ] {} HTTP-Session: 0f46c698-12cc-4acb-ac35-f49762cfb852 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.532745 [ 3 ] {} HTTP-Session: 0f46c698-12cc-4acb-ac35-f49762cfb852 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:42.532775 [ 3 ] {} HTTP-Session: 0f46c698-12cc-4acb-ac35-f49762cfb852 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:42.532881 [ 3 ] {7d545ebf-2801-4740-9c5f-fa38f813de4b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:42.532924 [ 3 ] {7d545ebf-2801-4740-9c5f-fa38f813de4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:54:42.533048 [ 3 ] {7d545ebf-2801-4740-9c5f-fa38f813de4b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:42.533323 [ 3 ] {7d545ebf-2801-4740-9c5f-fa38f813de4b} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:42.533358 [ 3 ] {7d545ebf-2801-4740-9c5f-fa38f813de4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:42.533703 [ 3 ] {7d545ebf-2801-4740-9c5f-fa38f813de4b} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.29 21:54:42.534014 [ 3 ] {7d545ebf-2801-4740-9c5f-fa38f813de4b} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:42.534138 [ 3 ] {7d545ebf-2801-4740-9c5f-fa38f813de4b} executeQuery: Read 60 rows, 4.14 KiB in 0.001292 sec., 46439.62848297214 rows/sec., 3.13 MiB/sec. 2024.05.29 21:54:42.534285 [ 3 ] {7d545ebf-2801-4740-9c5f-fa38f813de4b} DynamicQueryHandler: Done processing query 2024.05.29 21:54:42.534309 [ 3 ] {7d545ebf-2801-4740-9c5f-fa38f813de4b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:42.534324 [ 3 ] {} HTTP-Session: 0f46c698-12cc-4acb-ac35-f49762cfb852 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:45.782966 [ 29 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:54:45.783037 [ 29 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:54:47.522848 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:47.522974 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:47.523004 [ 3 ] {} HTTP-Session: 1c5cfb2a-c5a2-4ebf-88d4-bec0a26c1411 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:47.523033 [ 3 ] {} HTTP-Session: 1c5cfb2a-c5a2-4ebf-88d4-bec0a26c1411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.523051 [ 3 ] {} HTTP-Session: 1c5cfb2a-c5a2-4ebf-88d4-bec0a26c1411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.523107 [ 3 ] {} HTTP-Session: 1c5cfb2a-c5a2-4ebf-88d4-bec0a26c1411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:47.523324 [ 3 ] {ffa06c8d-6c67-4695-845e-5989033ada21} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:47.523401 [ 3 ] {ffa06c8d-6c67-4695-845e-5989033ada21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:54:47.523627 [ 3 ] {ffa06c8d-6c67-4695-845e-5989033ada21} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:47.524051 [ 3 ] {ffa06c8d-6c67-4695-845e-5989033ada21} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:47.524093 [ 3 ] {ffa06c8d-6c67-4695-845e-5989033ada21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:47.524490 [ 3 ] {ffa06c8d-6c67-4695-845e-5989033ada21} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.29 21:54:47.524828 [ 3 ] {ffa06c8d-6c67-4695-845e-5989033ada21} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:47.524981 [ 3 ] {ffa06c8d-6c67-4695-845e-5989033ada21} executeQuery: Read 24 rows, 1.95 KiB in 0.001724 sec., 13921.113689095127 rows/sec., 1.10 MiB/sec. 2024.05.29 21:54:47.525177 [ 3 ] {ffa06c8d-6c67-4695-845e-5989033ada21} DynamicQueryHandler: Done processing query 2024.05.29 21:54:47.525203 [ 3 ] {ffa06c8d-6c67-4695-845e-5989033ada21} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:47.525220 [ 3 ] {} HTTP-Session: 1c5cfb2a-c5a2-4ebf-88d4-bec0a26c1411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.525416 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:47.525468 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:47.525489 [ 3 ] {} HTTP-Session: 5c62b24c-9114-47c1-a5e2-9201f864afba Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:47.525507 [ 3 ] {} HTTP-Session: 5c62b24c-9114-47c1-a5e2-9201f864afba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.525521 [ 3 ] {} HTTP-Session: 5c62b24c-9114-47c1-a5e2-9201f864afba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.525557 [ 3 ] {} HTTP-Session: 5c62b24c-9114-47c1-a5e2-9201f864afba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:47.525703 [ 3 ] {0e109d98-3602-496d-a6fe-83dcaff6501f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:47.525750 [ 3 ] {0e109d98-3602-496d-a6fe-83dcaff6501f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:54:47.525879 [ 3 ] {0e109d98-3602-496d-a6fe-83dcaff6501f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:47.526287 [ 3 ] {0e109d98-3602-496d-a6fe-83dcaff6501f} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:47.526324 [ 3 ] {0e109d98-3602-496d-a6fe-83dcaff6501f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:47.526648 [ 3 ] {0e109d98-3602-496d-a6fe-83dcaff6501f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.29 21:54:47.526953 [ 3 ] {0e109d98-3602-496d-a6fe-83dcaff6501f} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:47.527086 [ 3 ] {0e109d98-3602-496d-a6fe-83dcaff6501f} executeQuery: Read 128 rows, 10.91 KiB in 0.001445 sec., 88581.31487889272 rows/sec., 7.37 MiB/sec. 2024.05.29 21:54:47.527355 [ 3 ] {0e109d98-3602-496d-a6fe-83dcaff6501f} DynamicQueryHandler: Done processing query 2024.05.29 21:54:47.527408 [ 3 ] {0e109d98-3602-496d-a6fe-83dcaff6501f} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:54:47.527446 [ 3 ] {} HTTP-Session: 5c62b24c-9114-47c1-a5e2-9201f864afba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.527603 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 14954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:47.527655 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:47.527675 [ 3 ] {} HTTP-Session: 223faf54-bf1a-42ee-92d6-f952f30bf494 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:47.527692 [ 3 ] {} HTTP-Session: 223faf54-bf1a-42ee-92d6-f952f30bf494 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.527706 [ 3 ] {} HTTP-Session: 223faf54-bf1a-42ee-92d6-f952f30bf494 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.527739 [ 3 ] {} HTTP-Session: 223faf54-bf1a-42ee-92d6-f952f30bf494 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:47.527876 [ 3 ] {9bdf78fb-4b51-4944-bb32-88536cb43a67} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:47.527922 [ 3 ] {9bdf78fb-4b51-4944-bb32-88536cb43a67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:54:47.528068 [ 3 ] {9bdf78fb-4b51-4944-bb32-88536cb43a67} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:47.528421 [ 3 ] {9bdf78fb-4b51-4944-bb32-88536cb43a67} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:47.528459 [ 3 ] {9bdf78fb-4b51-4944-bb32-88536cb43a67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:47.528772 [ 3 ] {9bdf78fb-4b51-4944-bb32-88536cb43a67} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.29 21:54:47.529079 [ 3 ] {9bdf78fb-4b51-4944-bb32-88536cb43a67} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:47.529212 [ 3 ] {9bdf78fb-4b51-4944-bb32-88536cb43a67} executeQuery: Read 88 rows, 7.04 KiB in 0.001392 sec., 63218.3908045977 rows/sec., 4.94 MiB/sec. 2024.05.29 21:54:47.529374 [ 3 ] {9bdf78fb-4b51-4944-bb32-88536cb43a67} DynamicQueryHandler: Done processing query 2024.05.29 21:54:47.529398 [ 3 ] {9bdf78fb-4b51-4944-bb32-88536cb43a67} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:54:47.529414 [ 3 ] {} HTTP-Session: 223faf54-bf1a-42ee-92d6-f952f30bf494 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.529599 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:47.529647 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:47.529667 [ 3 ] {} HTTP-Session: bb364137-6251-45dc-8013-cb0ec71a5cac Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:47.529684 [ 3 ] {} HTTP-Session: bb364137-6251-45dc-8013-cb0ec71a5cac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.529698 [ 3 ] {} HTTP-Session: bb364137-6251-45dc-8013-cb0ec71a5cac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.529729 [ 3 ] {} HTTP-Session: bb364137-6251-45dc-8013-cb0ec71a5cac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:47.529882 [ 3 ] {22d65cf6-d3d0-44e7-b17e-b34809098316} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:47.529929 [ 3 ] {22d65cf6-d3d0-44e7-b17e-b34809098316} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:54:47.530072 [ 3 ] {22d65cf6-d3d0-44e7-b17e-b34809098316} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:47.530457 [ 3 ] {22d65cf6-d3d0-44e7-b17e-b34809098316} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:47.530493 [ 3 ] {22d65cf6-d3d0-44e7-b17e-b34809098316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:47.530883 [ 3 ] {22d65cf6-d3d0-44e7-b17e-b34809098316} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.29 21:54:47.531224 [ 3 ] {22d65cf6-d3d0-44e7-b17e-b34809098316} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:47.531354 [ 3 ] {22d65cf6-d3d0-44e7-b17e-b34809098316} executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec. 2024.05.29 21:54:47.531520 [ 3 ] {22d65cf6-d3d0-44e7-b17e-b34809098316} DynamicQueryHandler: Done processing query 2024.05.29 21:54:47.531545 [ 3 ] {22d65cf6-d3d0-44e7-b17e-b34809098316} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:54:47.531562 [ 3 ] {} HTTP-Session: bb364137-6251-45dc-8013-cb0ec71a5cac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.531740 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:47.531791 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:47.531810 [ 3 ] {} HTTP-Session: 92a2ca5a-272a-44ab-a857-1579cfb15630 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:47.531827 [ 3 ] {} HTTP-Session: 92a2ca5a-272a-44ab-a857-1579cfb15630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.531841 [ 3 ] {} HTTP-Session: 92a2ca5a-272a-44ab-a857-1579cfb15630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.531871 [ 3 ] {} HTTP-Session: 92a2ca5a-272a-44ab-a857-1579cfb15630 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:47.532134 [ 3 ] {0c309a59-ba98-4cc2-99a9-0ad5698da67b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:47.532185 [ 3 ] {0c309a59-ba98-4cc2-99a9-0ad5698da67b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:54:47.532342 [ 3 ] {0c309a59-ba98-4cc2-99a9-0ad5698da67b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:47.532749 [ 3 ] {0c309a59-ba98-4cc2-99a9-0ad5698da67b} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:47.532785 [ 3 ] {0c309a59-ba98-4cc2-99a9-0ad5698da67b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:47.533193 [ 3 ] {0c309a59-ba98-4cc2-99a9-0ad5698da67b} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.29 21:54:47.533529 [ 3 ] {0c309a59-ba98-4cc2-99a9-0ad5698da67b} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:47.533658 [ 3 ] {0c309a59-ba98-4cc2-99a9-0ad5698da67b} executeQuery: Read 24 rows, 33.16 KiB in 0.00171 sec., 14035.087719298246 rows/sec., 18.94 MiB/sec. 2024.05.29 21:54:47.533826 [ 3 ] {0c309a59-ba98-4cc2-99a9-0ad5698da67b} DynamicQueryHandler: Done processing query 2024.05.29 21:54:47.533851 [ 3 ] {0c309a59-ba98-4cc2-99a9-0ad5698da67b} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:54:47.533867 [ 3 ] {} HTTP-Session: 92a2ca5a-272a-44ab-a857-1579cfb15630 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.533995 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:47.534045 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:47.534066 [ 3 ] {} HTTP-Session: 8b45d9c4-290a-4a15-b225-3396ca4c1ded Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:47.534082 [ 3 ] {} HTTP-Session: 8b45d9c4-290a-4a15-b225-3396ca4c1ded Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.534096 [ 3 ] {} HTTP-Session: 8b45d9c4-290a-4a15-b225-3396ca4c1ded Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:47.534126 [ 3 ] {} HTTP-Session: 8b45d9c4-290a-4a15-b225-3396ca4c1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:47.534243 [ 3 ] {e8f03cd9-2a23-497e-9857-84800b46ce73} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:47.534288 [ 3 ] {e8f03cd9-2a23-497e-9857-84800b46ce73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:54:47.534413 [ 3 ] {e8f03cd9-2a23-497e-9857-84800b46ce73} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:47.534706 [ 3 ] {e8f03cd9-2a23-497e-9857-84800b46ce73} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:47.534741 [ 3 ] {e8f03cd9-2a23-497e-9857-84800b46ce73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:47.535092 [ 3 ] {e8f03cd9-2a23-497e-9857-84800b46ce73} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.29 21:54:47.535428 [ 3 ] {e8f03cd9-2a23-497e-9857-84800b46ce73} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:47.535556 [ 3 ] {e8f03cd9-2a23-497e-9857-84800b46ce73} executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. 2024.05.29 21:54:47.535721 [ 3 ] {e8f03cd9-2a23-497e-9857-84800b46ce73} DynamicQueryHandler: Done processing query 2024.05.29 21:54:47.535745 [ 3 ] {e8f03cd9-2a23-497e-9857-84800b46ce73} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:47.535761 [ 3 ] {} HTTP-Session: 8b45d9c4-290a-4a15-b225-3396ca4c1ded Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:48.462538 [ 35 ] {} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2024.05.29 21:54:48.462603 [ 35 ] {} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:48.462625 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:48.462773 [ 199 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2024.05.29 21:54:48.462935 [ 199 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:48.462974 [ 199 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 14 rows starting from the beginning of the part 2024.05.29 21:54:48.463059 [ 199 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:48.463287 [ 199 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2024.05.29 21:54:48.463419 [ 199 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part 2024.05.29 21:54:48.463680 [ 199 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:48.464756 [ 194 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002059495 sec., 15537.789603762087 rows/sec., 1.24 MiB/sec. 2024.05.29 21:54:48.464943 [ 194 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2024.05.29 21:54:48.465347 [ 194 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_10_2} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:48.465433 [ 194 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_10_2} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2024.05.29 21:54:48.465524 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2024.05.29 21:54:49.182435 [ 35 ] {} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2024.05.29 21:54:49.182504 [ 35 ] {} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:49.182531 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:49.182667 [ 199 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2024.05.29 21:54:49.182813 [ 199 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:49.182847 [ 199 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 14 rows starting from the beginning of the part 2024.05.29 21:54:49.182920 [ 199 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:49.183161 [ 199 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2024.05.29 21:54:49.183364 [ 199 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part 2024.05.29 21:54:49.183490 [ 199 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:49.184581 [ 194 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.001981904 sec., 16146.089820697673 rows/sec., 1.10 MiB/sec. 2024.05.29 21:54:49.184733 [ 199 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2024.05.29 21:54:49.185095 [ 199 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_10_2} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:49.185175 [ 199 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_10_2} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2024.05.29 21:54:49.185247 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.05.29 21:54:52.521388 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:52.521531 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:52.521559 [ 3 ] {} HTTP-Session: 27003e30-2c53-449c-9fd1-5d26c7223a9c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:52.521588 [ 3 ] {} HTTP-Session: 27003e30-2c53-449c-9fd1-5d26c7223a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.521605 [ 3 ] {} HTTP-Session: 27003e30-2c53-449c-9fd1-5d26c7223a9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.521662 [ 3 ] {} HTTP-Session: 27003e30-2c53-449c-9fd1-5d26c7223a9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:52.521863 [ 3 ] {37fd7fdd-0b30-45d1-89b8-a758368ed1ab} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:52.521940 [ 3 ] {37fd7fdd-0b30-45d1-89b8-a758368ed1ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:54:52.522144 [ 3 ] {37fd7fdd-0b30-45d1-89b8-a758368ed1ab} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:52.522542 [ 3 ] {37fd7fdd-0b30-45d1-89b8-a758368ed1ab} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:52.522583 [ 3 ] {37fd7fdd-0b30-45d1-89b8-a758368ed1ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:52.522942 [ 3 ] {37fd7fdd-0b30-45d1-89b8-a758368ed1ab} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.29 21:54:52.523276 [ 3 ] {37fd7fdd-0b30-45d1-89b8-a758368ed1ab} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:52.523441 [ 3 ] {37fd7fdd-0b30-45d1-89b8-a758368ed1ab} executeQuery: Read 4 rows, 332.00 B in 0.001634 sec., 2447.980416156671 rows/sec., 198.42 KiB/sec. 2024.05.29 21:54:52.523651 [ 3 ] {37fd7fdd-0b30-45d1-89b8-a758368ed1ab} DynamicQueryHandler: Done processing query 2024.05.29 21:54:52.523677 [ 3 ] {37fd7fdd-0b30-45d1-89b8-a758368ed1ab} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:54:52.523694 [ 3 ] {} HTTP-Session: 27003e30-2c53-449c-9fd1-5d26c7223a9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.523845 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:52.523894 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:52.523914 [ 3 ] {} HTTP-Session: 779791b5-314d-4ec9-b2c6-a1ba531194ec Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:52.523930 [ 3 ] {} HTTP-Session: 779791b5-314d-4ec9-b2c6-a1ba531194ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.523944 [ 3 ] {} HTTP-Session: 779791b5-314d-4ec9-b2c6-a1ba531194ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.523973 [ 3 ] {} HTTP-Session: 779791b5-314d-4ec9-b2c6-a1ba531194ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:52.524090 [ 3 ] {58f4c327-0f0a-470d-9035-e3b0f7d728cd} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:52.524135 [ 3 ] {58f4c327-0f0a-470d-9035-e3b0f7d728cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:54:52.524259 [ 3 ] {58f4c327-0f0a-470d-9035-e3b0f7d728cd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:52.524592 [ 3 ] {58f4c327-0f0a-470d-9035-e3b0f7d728cd} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:52.524629 [ 3 ] {58f4c327-0f0a-470d-9035-e3b0f7d728cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:52.524945 [ 3 ] {58f4c327-0f0a-470d-9035-e3b0f7d728cd} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.29 21:54:52.525251 [ 3 ] {58f4c327-0f0a-470d-9035-e3b0f7d728cd} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:52.525402 [ 3 ] {58f4c327-0f0a-470d-9035-e3b0f7d728cd} executeQuery: Read 68 rows, 5.48 KiB in 0.001347 sec., 50482.55382331106 rows/sec., 3.97 MiB/sec. 2024.05.29 21:54:52.525414 [ 61 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.29 21:54:52.525508 [ 61 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:52.525553 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:52.525650 [ 3 ] {58f4c327-0f0a-470d-9035-e3b0f7d728cd} DynamicQueryHandler: Done processing query 2024.05.29 21:54:52.525736 [ 3 ] {58f4c327-0f0a-470d-9035-e3b0f7d728cd} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:54:52.525829 [ 3 ] {} HTTP-Session: 779791b5-314d-4ec9-b2c6-a1ba531194ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.526015 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.29 21:54:52.526109 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:52.526250 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:52.526304 [ 3 ] {} HTTP-Session: 71982fa3-c5d7-4568-8eca-a428c21785f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:52.526347 [ 3 ] {} HTTP-Session: 71982fa3-c5d7-4568-8eca-a428c21785f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.526391 [ 3 ] {} HTTP-Session: 71982fa3-c5d7-4568-8eca-a428c21785f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.526460 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:52.526471 [ 3 ] {} HTTP-Session: 71982fa3-c5d7-4568-8eca-a428c21785f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:52.526528 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 183 rows starting from the beginning of the part 2024.05.29 21:54:52.526760 [ 3 ] {94b8e41a-7fd7-49c8-8814-b8d004e01e3e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:52.526801 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 72 rows starting from the beginning of the part 2024.05.29 21:54:52.526886 [ 3 ] {94b8e41a-7fd7-49c8-8814-b8d004e01e3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:54:52.527154 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 130 rows starting from the beginning of the part 2024.05.29 21:54:52.527513 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 68 rows starting from the beginning of the part 2024.05.29 21:54:52.527881 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 128 rows starting from the beginning of the part 2024.05.29 21:54:52.528028 [ 3 ] {94b8e41a-7fd7-49c8-8814-b8d004e01e3e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:52.528172 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 68 rows starting from the beginning of the part 2024.05.29 21:54:52.528930 [ 3 ] {94b8e41a-7fd7-49c8-8814-b8d004e01e3e} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:52.528994 [ 3 ] {94b8e41a-7fd7-49c8-8814-b8d004e01e3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:52.529792 [ 3 ] {94b8e41a-7fd7-49c8-8814-b8d004e01e3e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.29 21:54:52.530672 [ 3 ] {94b8e41a-7fd7-49c8-8814-b8d004e01e3e} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:52.531039 [ 61 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.29 21:54:52.531051 [ 199 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 4 columns (4 merged, 0 gathered) in 0.005377726 sec., 120682.98012951942 rows/sec., 9.80 MiB/sec. 2024.05.29 21:54:52.531085 [ 3 ] {94b8e41a-7fd7-49c8-8814-b8d004e01e3e} executeQuery: Read 68 rows, 5.44 KiB in 0.004468 sec., 15219.33751119069 rows/sec., 1.19 MiB/sec. 2024.05.29 21:54:52.531120 [ 61 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:52.531199 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:52.531476 [ 199 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.29 21:54:52.531562 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.29 21:54:52.531641 [ 3 ] {94b8e41a-7fd7-49c8-8814-b8d004e01e3e} DynamicQueryHandler: Done processing query 2024.05.29 21:54:52.531684 [ 3 ] {94b8e41a-7fd7-49c8-8814-b8d004e01e3e} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:54:52.531733 [ 3 ] {} HTTP-Session: 71982fa3-c5d7-4568-8eca-a428c21785f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.531954 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:52.532092 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 148 rows starting from the beginning of the part 2024.05.29 21:54:52.532106 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:52.532312 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:52.532429 [ 3 ] {} HTTP-Session: 6b452f9d-6c65-4d2a-9778-658e7140f6a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:52.532517 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 76 rows starting from the beginning of the part 2024.05.29 21:54:52.532526 [ 3 ] {} HTTP-Session: 6b452f9d-6c65-4d2a-9778-658e7140f6a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.532608 [ 3 ] {} HTTP-Session: 6b452f9d-6c65-4d2a-9778-658e7140f6a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.532837 [ 3 ] {} HTTP-Session: 6b452f9d-6c65-4d2a-9778-658e7140f6a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:52.532908 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 92 rows starting from the beginning of the part 2024.05.29 21:54:52.533358 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 68 rows starting from the beginning of the part 2024.05.29 21:54:52.533416 [ 3 ] {5491d80e-fa7e-41ad-a501-2362049cff53} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:52.533521 [ 199 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_46_9} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:52.533649 [ 3 ] {5491d80e-fa7e-41ad-a501-2362049cff53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:54:52.533781 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 88 rows starting from the beginning of the part 2024.05.29 21:54:52.534126 [ 199 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_46_9} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.29 21:54:52.534216 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 68 rows starting from the beginning of the part 2024.05.29 21:54:52.534830 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.05.29 21:54:52.535106 [ 3 ] {5491d80e-fa7e-41ad-a501-2362049cff53} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:52.535766 [ 3 ] {5491d80e-fa7e-41ad-a501-2362049cff53} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:52.535816 [ 3 ] {5491d80e-fa7e-41ad-a501-2362049cff53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:52.536267 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.004904621 sec., 110100.25035573596 rows/sec., 8.60 MiB/sec. 2024.05.29 21:54:52.536397 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.29 21:54:52.536401 [ 3 ] {5491d80e-fa7e-41ad-a501-2362049cff53} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.29 21:54:52.536981 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_46_9} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:52.537023 [ 3 ] {5491d80e-fa7e-41ad-a501-2362049cff53} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:52.537084 [ 194 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_46_9} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.29 21:54:52.537236 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.29 21:54:52.537276 [ 43 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.29 21:54:52.537311 [ 3 ] {5491d80e-fa7e-41ad-a501-2362049cff53} executeQuery: Read 160 rows, 11.41 KiB in 0.004143 sec., 38619.357953174025 rows/sec., 2.69 MiB/sec. 2024.05.29 21:54:52.537361 [ 43 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:52.537457 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:52.537618 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.29 21:54:52.537642 [ 3 ] {5491d80e-fa7e-41ad-a501-2362049cff53} DynamicQueryHandler: Done processing query 2024.05.29 21:54:52.537673 [ 3 ] {5491d80e-fa7e-41ad-a501-2362049cff53} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:54:52.537699 [ 3 ] {} HTTP-Session: 6b452f9d-6c65-4d2a-9778-658e7140f6a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.537779 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:52.537809 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 6218 rows starting from the beginning of the part 2024.05.29 21:54:52.537838 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:52.537952 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 164 rows starting from the beginning of the part 2024.05.29 21:54:52.537947 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:52.538010 [ 3 ] {} HTTP-Session: c91a3691-93d4-4147-9089-92c3720e5b6f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:52.538045 [ 3 ] {} HTTP-Session: c91a3691-93d4-4147-9089-92c3720e5b6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.538116 [ 3 ] {} HTTP-Session: c91a3691-93d4-4147-9089-92c3720e5b6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.538116 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 162 rows starting from the beginning of the part 2024.05.29 21:54:52.538242 [ 3 ] {} HTTP-Session: c91a3691-93d4-4147-9089-92c3720e5b6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:52.538527 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2024.05.29 21:54:52.538685 [ 3 ] {81a86578-7852-40d7-b384-b4b8712441ab} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:52.538743 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2024.05.29 21:54:52.538859 [ 3 ] {81a86578-7852-40d7-b384-b4b8712441ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:54:52.539100 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2024.05.29 21:54:52.539762 [ 3 ] {81a86578-7852-40d7-b384-b4b8712441ab} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:52.540228 [ 3 ] {81a86578-7852-40d7-b384-b4b8712441ab} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:52.540271 [ 3 ] {81a86578-7852-40d7-b384-b4b8712441ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:52.540832 [ 3 ] {81a86578-7852-40d7-b384-b4b8712441ab} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.29 21:54:52.541395 [ 3 ] {81a86578-7852-40d7-b384-b4b8712441ab} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:52.541572 [ 3 ] {81a86578-7852-40d7-b384-b4b8712441ab} executeQuery: Read 4 rows, 5.53 KiB in 0.003023 sec., 1323.188885213364 rows/sec., 1.79 MiB/sec. 2024.05.29 21:54:52.541816 [ 3 ] {81a86578-7852-40d7-b384-b4b8712441ab} DynamicQueryHandler: Done processing query 2024.05.29 21:54:52.541842 [ 3 ] {81a86578-7852-40d7-b384-b4b8712441ab} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:54:52.541857 [ 3 ] {} HTTP-Session: c91a3691-93d4-4147-9089-92c3720e5b6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.541981 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:52.542030 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:52.542048 [ 3 ] {} HTTP-Session: 18c8a067-d68d-446d-83d0-b67c9ae16428 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:52.542065 [ 3 ] {} HTTP-Session: 18c8a067-d68d-446d-83d0-b67c9ae16428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.542078 [ 3 ] {} HTTP-Session: 18c8a067-d68d-446d-83d0-b67c9ae16428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.542109 [ 3 ] {} HTTP-Session: 18c8a067-d68d-446d-83d0-b67c9ae16428 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:52.542227 [ 3 ] {9c06b2a1-69db-4879-a23e-de56895e9c83} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:52.542291 [ 3 ] {9c06b2a1-69db-4879-a23e-de56895e9c83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:54:52.542427 [ 3 ] {9c06b2a1-69db-4879-a23e-de56895e9c83} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:52.542831 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 7024 rows, containing 5 columns (5 merged, 0 gathered) in 0.005272596 sec., 1332171.097501117 rows/sec., 92.86 MiB/sec. 2024.05.29 21:54:52.542906 [ 3 ] {9c06b2a1-69db-4879-a23e-de56895e9c83} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:52.542942 [ 3 ] {9c06b2a1-69db-4879-a23e-de56895e9c83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:52.543283 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.29 21:54:52.543360 [ 3 ] {9c06b2a1-69db-4879-a23e-de56895e9c83} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.29 21:54:52.543874 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_41_8} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:52.543904 [ 3 ] {9c06b2a1-69db-4879-a23e-de56895e9c83} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:52.543984 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_41_8} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.29 21:54:52.544150 [ 43 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.29 21:54:52.544194 [ 3 ] {9c06b2a1-69db-4879-a23e-de56895e9c83} executeQuery: Read 60 rows, 4.14 KiB in 0.001997 sec., 30045.0676014021 rows/sec., 2.02 MiB/sec. 2024.05.29 21:54:52.544202 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. 2024.05.29 21:54:52.544238 [ 43 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:52.544332 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:52.544621 [ 3 ] {9c06b2a1-69db-4879-a23e-de56895e9c83} DynamicQueryHandler: Done processing query 2024.05.29 21:54:52.544646 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.29 21:54:52.544665 [ 3 ] {9c06b2a1-69db-4879-a23e-de56895e9c83} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:52.544694 [ 3 ] {} HTTP-Session: 18c8a067-d68d-446d-83d0-b67c9ae16428 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:52.545170 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:52.545240 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2118 rows starting from the beginning of the part 2024.05.29 21:54:52.545340 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2024.05.29 21:54:52.545534 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2024.05.29 21:54:52.545768 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2024.05.29 21:54:52.545919 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2024.05.29 21:54:52.546052 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2024.05.29 21:54:52.547351 [ 188 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 4 columns (4 merged, 0 gathered) in 0.002881006 sec., 839290.1646161097 rows/sec., 56.58 MiB/sec. 2024.05.29 21:54:52.547656 [ 188 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.29 21:54:52.548190 [ 188 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_41_8} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:52.548291 [ 188 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_41_8} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.29 21:54:52.548410 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2024.05.29 21:54:57.525458 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:57.525605 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:57.525632 [ 3 ] {} HTTP-Session: 16ed5da8-29e0-45ed-9daa-26fda0af6f4c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:57.525658 [ 3 ] {} HTTP-Session: 16ed5da8-29e0-45ed-9daa-26fda0af6f4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.525672 [ 3 ] {} HTTP-Session: 16ed5da8-29e0-45ed-9daa-26fda0af6f4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.525723 [ 3 ] {} HTTP-Session: 16ed5da8-29e0-45ed-9daa-26fda0af6f4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:57.525922 [ 3 ] {abd327a0-7b00-4062-8a81-052658e42b43} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:57.525993 [ 3 ] {abd327a0-7b00-4062-8a81-052658e42b43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:54:57.526213 [ 3 ] {abd327a0-7b00-4062-8a81-052658e42b43} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:57.526662 [ 3 ] {abd327a0-7b00-4062-8a81-052658e42b43} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:57.526704 [ 3 ] {abd327a0-7b00-4062-8a81-052658e42b43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:57.527083 [ 3 ] {abd327a0-7b00-4062-8a81-052658e42b43} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.29 21:54:57.527428 [ 3 ] {abd327a0-7b00-4062-8a81-052658e42b43} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:57.527596 [ 3 ] {abd327a0-7b00-4062-8a81-052658e42b43} executeQuery: Read 24 rows, 1.95 KiB in 0.001734 sec., 13840.830449826988 rows/sec., 1.10 MiB/sec. 2024.05.29 21:54:57.527635 [ 63 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.29 21:54:57.527766 [ 63 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:57.527807 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:57.527908 [ 3 ] {abd327a0-7b00-4062-8a81-052658e42b43} DynamicQueryHandler: Done processing query 2024.05.29 21:54:57.527951 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.29 21:54:57.527953 [ 3 ] {abd327a0-7b00-4062-8a81-052658e42b43} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:57.528008 [ 3 ] {} HTTP-Session: 16ed5da8-29e0-45ed-9daa-26fda0af6f4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.528089 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:57.528119 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 28 rows starting from the beginning of the part 2024.05.29 21:54:57.528189 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:57.528212 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 23634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:57.528456 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:57.528480 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:57.528608 [ 3 ] {} HTTP-Session: f48bd5dc-b0fc-4e6e-b0ac-151234a7598a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:57.528775 [ 3 ] {} HTTP-Session: f48bd5dc-b0fc-4e6e-b0ac-151234a7598a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.528880 [ 3 ] {} HTTP-Session: f48bd5dc-b0fc-4e6e-b0ac-151234a7598a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.528883 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:57.529037 [ 3 ] {} HTTP-Session: f48bd5dc-b0fc-4e6e-b0ac-151234a7598a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:57.529136 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:57.529346 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:57.529479 [ 3 ] {ae12a5ed-05ac-4987-8b06-4cf01d8de16a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:57.529644 [ 3 ] {ae12a5ed-05ac-4987-8b06-4cf01d8de16a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:54:57.529949 [ 3 ] {ae12a5ed-05ac-4987-8b06-4cf01d8de16a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:57.530582 [ 3 ] {ae12a5ed-05ac-4987-8b06-4cf01d8de16a} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:57.530625 [ 3 ] {ae12a5ed-05ac-4987-8b06-4cf01d8de16a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:57.531042 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.003144889 sec., 34341.434626150556 rows/sec., 2.72 MiB/sec. 2024.05.29 21:54:57.531179 [ 3 ] {ae12a5ed-05ac-4987-8b06-4cf01d8de16a} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.29 21:54:57.531282 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.29 21:54:57.532008 [ 3 ] {ae12a5ed-05ac-4987-8b06-4cf01d8de16a} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:57.532312 [ 3 ] {ae12a5ed-05ac-4987-8b06-4cf01d8de16a} executeQuery: Read 164 rows, 13.67 KiB in 0.003032 sec., 54089.709762532984 rows/sec., 4.40 MiB/sec. 2024.05.29 21:54:57.532392 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_46_9} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:57.532612 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_46_9} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.29 21:54:57.532648 [ 3 ] {ae12a5ed-05ac-4987-8b06-4cf01d8de16a} DynamicQueryHandler: Done processing query 2024.05.29 21:54:57.532712 [ 3 ] {ae12a5ed-05ac-4987-8b06-4cf01d8de16a} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:54:57.532752 [ 3 ] {} HTTP-Session: f48bd5dc-b0fc-4e6e-b0ac-151234a7598a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.532763 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.29 21:54:57.532903 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:57.532959 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:57.532978 [ 3 ] {} HTTP-Session: fa66330f-81cf-4869-9c09-87c947310e46 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:57.532995 [ 3 ] {} HTTP-Session: fa66330f-81cf-4869-9c09-87c947310e46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.533010 [ 3 ] {} HTTP-Session: fa66330f-81cf-4869-9c09-87c947310e46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.533043 [ 3 ] {} HTTP-Session: fa66330f-81cf-4869-9c09-87c947310e46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:57.533188 [ 3 ] {3f07ff76-41cd-47a1-89b1-9815ddecbe62} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:57.533232 [ 3 ] {3f07ff76-41cd-47a1-89b1-9815ddecbe62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:54:57.533379 [ 3 ] {3f07ff76-41cd-47a1-89b1-9815ddecbe62} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:57.533752 [ 3 ] {3f07ff76-41cd-47a1-89b1-9815ddecbe62} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:57.533790 [ 3 ] {3f07ff76-41cd-47a1-89b1-9815ddecbe62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:57.534113 [ 3 ] {3f07ff76-41cd-47a1-89b1-9815ddecbe62} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.29 21:54:57.534430 [ 3 ] {3f07ff76-41cd-47a1-89b1-9815ddecbe62} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:57.534577 [ 3 ] {3f07ff76-41cd-47a1-89b1-9815ddecbe62} executeQuery: Read 112 rows, 8.94 KiB in 0.001448 sec., 77348.06629834254 rows/sec., 6.03 MiB/sec. 2024.05.29 21:54:57.534741 [ 3 ] {3f07ff76-41cd-47a1-89b1-9815ddecbe62} DynamicQueryHandler: Done processing query 2024.05.29 21:54:57.534765 [ 3 ] {3f07ff76-41cd-47a1-89b1-9815ddecbe62} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:54:57.534781 [ 3 ] {} HTTP-Session: fa66330f-81cf-4869-9c09-87c947310e46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.534934 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 37592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:57.534983 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:57.535001 [ 3 ] {} HTTP-Session: 08bed454-84b8-4247-9a8a-eb323b763150 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:57.535019 [ 3 ] {} HTTP-Session: 08bed454-84b8-4247-9a8a-eb323b763150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.535032 [ 3 ] {} HTTP-Session: 08bed454-84b8-4247-9a8a-eb323b763150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.535063 [ 3 ] {} HTTP-Session: 08bed454-84b8-4247-9a8a-eb323b763150 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:57.535238 [ 3 ] {7441001c-3fc6-4cad-aad3-e7ed2f69676e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:57.535286 [ 3 ] {7441001c-3fc6-4cad-aad3-e7ed2f69676e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:54:57.535431 [ 3 ] {7441001c-3fc6-4cad-aad3-e7ed2f69676e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:57.535860 [ 3 ] {7441001c-3fc6-4cad-aad3-e7ed2f69676e} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:57.535897 [ 3 ] {7441001c-3fc6-4cad-aad3-e7ed2f69676e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:57.536296 [ 3 ] {7441001c-3fc6-4cad-aad3-e7ed2f69676e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.29 21:54:57.536647 [ 3 ] {7441001c-3fc6-4cad-aad3-e7ed2f69676e} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:57.536815 [ 3 ] {7441001c-3fc6-4cad-aad3-e7ed2f69676e} executeQuery: Read 196 rows, 14.01 KiB in 0.001662 sec., 117930.20457280385 rows/sec., 8.23 MiB/sec. 2024.05.29 21:54:57.536994 [ 3 ] {7441001c-3fc6-4cad-aad3-e7ed2f69676e} DynamicQueryHandler: Done processing query 2024.05.29 21:54:57.537019 [ 3 ] {7441001c-3fc6-4cad-aad3-e7ed2f69676e} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:54:57.537034 [ 3 ] {} HTTP-Session: 08bed454-84b8-4247-9a8a-eb323b763150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.537163 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:57.537212 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:57.537230 [ 3 ] {} HTTP-Session: 17c96937-e53c-41ec-8b47-cad5a856f7ac Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:57.537247 [ 3 ] {} HTTP-Session: 17c96937-e53c-41ec-8b47-cad5a856f7ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.537261 [ 3 ] {} HTTP-Session: 17c96937-e53c-41ec-8b47-cad5a856f7ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.537292 [ 3 ] {} HTTP-Session: 17c96937-e53c-41ec-8b47-cad5a856f7ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:57.537526 [ 3 ] {0a86a274-46ba-49fe-8226-cdbc22181f37} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:57.537574 [ 3 ] {0a86a274-46ba-49fe-8226-cdbc22181f37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:54:57.537731 [ 3 ] {0a86a274-46ba-49fe-8226-cdbc22181f37} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:57.538192 [ 3 ] {0a86a274-46ba-49fe-8226-cdbc22181f37} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:57.538228 [ 3 ] {0a86a274-46ba-49fe-8226-cdbc22181f37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:57.538633 [ 3 ] {0a86a274-46ba-49fe-8226-cdbc22181f37} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.29 21:54:57.538970 [ 3 ] {0a86a274-46ba-49fe-8226-cdbc22181f37} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:57.539126 [ 63 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.29 21:54:57.539135 [ 3 ] {0a86a274-46ba-49fe-8226-cdbc22181f37} executeQuery: Read 24 rows, 33.16 KiB in 0.001755 sec., 13675.213675213674 rows/sec., 18.45 MiB/sec. 2024.05.29 21:54:57.539188 [ 63 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:57.539255 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:57.539435 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.29 21:54:57.539467 [ 3 ] {0a86a274-46ba-49fe-8226-cdbc22181f37} DynamicQueryHandler: Done processing query 2024.05.29 21:54:57.539496 [ 3 ] {0a86a274-46ba-49fe-8226-cdbc22181f37} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:54:57.539523 [ 3 ] {} HTTP-Session: 17c96937-e53c-41ec-8b47-cad5a856f7ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.539625 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:54:57.539652 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:54:57.539673 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 622 rows starting from the beginning of the part 2024.05.29 21:54:57.539715 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:54:57.539749 [ 3 ] {} HTTP-Session: efc78053-c028-4b78-b5da-c09aedad494b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:54:57.539803 [ 3 ] {} HTTP-Session: efc78053-c028-4b78-b5da-c09aedad494b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.539835 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:57.539848 [ 3 ] {} HTTP-Session: efc78053-c028-4b78-b5da-c09aedad494b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.539921 [ 3 ] {} HTTP-Session: efc78053-c028-4b78-b5da-c09aedad494b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:54:57.540058 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:57.540341 [ 3 ] {3737a33b-510f-425c-8ffe-00c41e72f0da} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:54:57.540359 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:57.540418 [ 3 ] {3737a33b-510f-425c-8ffe-00c41e72f0da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:54:57.540553 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part 2024.05.29 21:54:57.540778 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2024.05.29 21:54:57.541124 [ 3 ] {3737a33b-510f-425c-8ffe-00c41e72f0da} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:54:57.541618 [ 3 ] {3737a33b-510f-425c-8ffe-00c41e72f0da} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:54:57.541654 [ 3 ] {3737a33b-510f-425c-8ffe-00c41e72f0da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2024.05.29 21:54:57.542052 [ 3 ] {3737a33b-510f-425c-8ffe-00c41e72f0da} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.29 21:54:57.542608 [ 3 ] {3737a33b-510f-425c-8ffe-00c41e72f0da} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:57.543057 [ 3 ] {3737a33b-510f-425c-8ffe-00c41e72f0da} executeQuery: Read 60 rows, 4.14 KiB in 0.002902 sec., 20675.39627842867 rows/sec., 1.39 MiB/sec. 2024.05.29 21:54:57.543232 [ 3 ] {3737a33b-510f-425c-8ffe-00c41e72f0da} DynamicQueryHandler: Done processing query 2024.05.29 21:54:57.543296 [ 3 ] {3737a33b-510f-425c-8ffe-00c41e72f0da} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:54:57.543313 [ 3 ] {} HTTP-Session: efc78053-c028-4b78-b5da-c09aedad494b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:54:57.544044 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 702 rows, containing 6 columns (6 merged, 0 gathered) in 0.004683228 sec., 149896.6097742839 rows/sec., 202.28 MiB/sec. 2024.05.29 21:54:57.544632 [ 188 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.29 21:54:57.545083 [ 188 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_46_9} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:54:57.545182 [ 188 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_46_9} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.29 21:54:57.545281 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. 2024.05.29 21:55:00.783282 [ 68 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:55:00.783344 [ 68 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:55:02.521499 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:02.521626 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:02.521655 [ 3 ] {} HTTP-Session: a753f59e-39f5-4e45-9857-50f5c7691d2c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:02.521683 [ 3 ] {} HTTP-Session: a753f59e-39f5-4e45-9857-50f5c7691d2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.521700 [ 3 ] {} HTTP-Session: a753f59e-39f5-4e45-9857-50f5c7691d2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.521757 [ 3 ] {} HTTP-Session: a753f59e-39f5-4e45-9857-50f5c7691d2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:02.521958 [ 3 ] {402362ad-190d-48df-b8f4-08712b0fe905} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:02.522032 [ 3 ] {402362ad-190d-48df-b8f4-08712b0fe905} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:55:02.522258 [ 3 ] {402362ad-190d-48df-b8f4-08712b0fe905} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:02.522706 [ 3 ] {402362ad-190d-48df-b8f4-08712b0fe905} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:02.522745 [ 3 ] {402362ad-190d-48df-b8f4-08712b0fe905} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:02.523121 [ 3 ] {402362ad-190d-48df-b8f4-08712b0fe905} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.29 21:55:02.523470 [ 3 ] {402362ad-190d-48df-b8f4-08712b0fe905} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:02.523616 [ 3 ] {402362ad-190d-48df-b8f4-08712b0fe905} executeQuery: Read 4 rows, 332.00 B in 0.001719 sec., 2326.934264107039 rows/sec., 188.61 KiB/sec. 2024.05.29 21:55:02.523813 [ 3 ] {402362ad-190d-48df-b8f4-08712b0fe905} DynamicQueryHandler: Done processing query 2024.05.29 21:55:02.523839 [ 3 ] {402362ad-190d-48df-b8f4-08712b0fe905} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:55:02.523855 [ 3 ] {} HTTP-Session: a753f59e-39f5-4e45-9857-50f5c7691d2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.524024 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:02.524072 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:02.524091 [ 3 ] {} HTTP-Session: 80ad7f20-c3ad-4b09-a9ac-67bf083b9ca2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:02.524108 [ 3 ] {} HTTP-Session: 80ad7f20-c3ad-4b09-a9ac-67bf083b9ca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.524121 [ 3 ] {} HTTP-Session: 80ad7f20-c3ad-4b09-a9ac-67bf083b9ca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.524153 [ 3 ] {} HTTP-Session: 80ad7f20-c3ad-4b09-a9ac-67bf083b9ca2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:02.524270 [ 3 ] {ed9aa882-f5a0-473d-9028-8bb5f5b658e8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:02.524314 [ 3 ] {ed9aa882-f5a0-473d-9028-8bb5f5b658e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:55:02.524437 [ 3 ] {ed9aa882-f5a0-473d-9028-8bb5f5b658e8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:02.524814 [ 3 ] {ed9aa882-f5a0-473d-9028-8bb5f5b658e8} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:02.524850 [ 3 ] {ed9aa882-f5a0-473d-9028-8bb5f5b658e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:02.525171 [ 3 ] {ed9aa882-f5a0-473d-9028-8bb5f5b658e8} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.29 21:55:02.525529 [ 3 ] {ed9aa882-f5a0-473d-9028-8bb5f5b658e8} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:02.525669 [ 3 ] {ed9aa882-f5a0-473d-9028-8bb5f5b658e8} executeQuery: Read 68 rows, 5.48 KiB in 0.00144 sec., 47222.22222222222 rows/sec., 3.72 MiB/sec. 2024.05.29 21:55:02.525843 [ 3 ] {ed9aa882-f5a0-473d-9028-8bb5f5b658e8} DynamicQueryHandler: Done processing query 2024.05.29 21:55:02.525872 [ 3 ] {ed9aa882-f5a0-473d-9028-8bb5f5b658e8} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:55:02.525892 [ 3 ] {} HTTP-Session: 80ad7f20-c3ad-4b09-a9ac-67bf083b9ca2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.526017 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:02.526069 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:02.526088 [ 3 ] {} HTTP-Session: 709e6564-67c3-43f8-82b4-c4c48ae7de40 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:02.526112 [ 3 ] {} HTTP-Session: 709e6564-67c3-43f8-82b4-c4c48ae7de40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.526127 [ 3 ] {} HTTP-Session: 709e6564-67c3-43f8-82b4-c4c48ae7de40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.526160 [ 3 ] {} HTTP-Session: 709e6564-67c3-43f8-82b4-c4c48ae7de40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:02.526287 [ 3 ] {2e5f3bf5-54f0-4718-ad8b-5476016bf8b6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:02.526337 [ 3 ] {2e5f3bf5-54f0-4718-ad8b-5476016bf8b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:55:02.526476 [ 3 ] {2e5f3bf5-54f0-4718-ad8b-5476016bf8b6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:02.526830 [ 3 ] {2e5f3bf5-54f0-4718-ad8b-5476016bf8b6} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:02.526866 [ 3 ] {2e5f3bf5-54f0-4718-ad8b-5476016bf8b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:02.527209 [ 3 ] {2e5f3bf5-54f0-4718-ad8b-5476016bf8b6} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.29 21:55:02.527577 [ 3 ] {2e5f3bf5-54f0-4718-ad8b-5476016bf8b6} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:02.527716 [ 3 ] {2e5f3bf5-54f0-4718-ad8b-5476016bf8b6} executeQuery: Read 68 rows, 5.44 KiB in 0.001474 sec., 46132.97150610583 rows/sec., 3.60 MiB/sec. 2024.05.29 21:55:02.527889 [ 3 ] {2e5f3bf5-54f0-4718-ad8b-5476016bf8b6} DynamicQueryHandler: Done processing query 2024.05.29 21:55:02.527914 [ 3 ] {2e5f3bf5-54f0-4718-ad8b-5476016bf8b6} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:55:02.527930 [ 3 ] {} HTTP-Session: 709e6564-67c3-43f8-82b4-c4c48ae7de40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.528117 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:02.528173 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:02.528194 [ 3 ] {} HTTP-Session: 05178b50-6fd0-4fad-b5e5-f5007ed12f85 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:02.528210 [ 3 ] {} HTTP-Session: 05178b50-6fd0-4fad-b5e5-f5007ed12f85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.528223 [ 3 ] {} HTTP-Session: 05178b50-6fd0-4fad-b5e5-f5007ed12f85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.528259 [ 3 ] {} HTTP-Session: 05178b50-6fd0-4fad-b5e5-f5007ed12f85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:02.528416 [ 3 ] {87af481f-b01a-43c9-827b-a9d7fc6dec48} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:02.528468 [ 3 ] {87af481f-b01a-43c9-827b-a9d7fc6dec48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:55:02.528624 [ 3 ] {87af481f-b01a-43c9-827b-a9d7fc6dec48} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:02.529051 [ 3 ] {87af481f-b01a-43c9-827b-a9d7fc6dec48} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:02.529088 [ 3 ] {87af481f-b01a-43c9-827b-a9d7fc6dec48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:02.529498 [ 3 ] {87af481f-b01a-43c9-827b-a9d7fc6dec48} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.29 21:55:02.529843 [ 3 ] {87af481f-b01a-43c9-827b-a9d7fc6dec48} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:02.529974 [ 3 ] {87af481f-b01a-43c9-827b-a9d7fc6dec48} executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. 2024.05.29 21:55:02.530147 [ 3 ] {87af481f-b01a-43c9-827b-a9d7fc6dec48} DynamicQueryHandler: Done processing query 2024.05.29 21:55:02.530173 [ 3 ] {87af481f-b01a-43c9-827b-a9d7fc6dec48} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:55:02.530188 [ 3 ] {} HTTP-Session: 05178b50-6fd0-4fad-b5e5-f5007ed12f85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.530301 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:02.530348 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:02.530368 [ 3 ] {} HTTP-Session: d477e90c-7d5b-4365-b303-0f807ac7ca15 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:02.530384 [ 3 ] {} HTTP-Session: d477e90c-7d5b-4365-b303-0f807ac7ca15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.530397 [ 3 ] {} HTTP-Session: d477e90c-7d5b-4365-b303-0f807ac7ca15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.530428 [ 3 ] {} HTTP-Session: d477e90c-7d5b-4365-b303-0f807ac7ca15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:02.530568 [ 3 ] {2a326f76-a9b9-465c-8c22-8ab07a3ba7ab} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:02.530614 [ 3 ] {2a326f76-a9b9-465c-8c22-8ab07a3ba7ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:55:02.530772 [ 3 ] {2a326f76-a9b9-465c-8c22-8ab07a3ba7ab} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:02.531108 [ 3 ] {2a326f76-a9b9-465c-8c22-8ab07a3ba7ab} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:02.531145 [ 3 ] {2a326f76-a9b9-465c-8c22-8ab07a3ba7ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:02.531535 [ 3 ] {2a326f76-a9b9-465c-8c22-8ab07a3ba7ab} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.29 21:55:02.531871 [ 3 ] {2a326f76-a9b9-465c-8c22-8ab07a3ba7ab} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:02.531996 [ 3 ] {2a326f76-a9b9-465c-8c22-8ab07a3ba7ab} executeQuery: Read 4 rows, 5.53 KiB in 0.001497 sec., 2672.010688042752 rows/sec., 3.61 MiB/sec. 2024.05.29 21:55:02.532164 [ 3 ] {2a326f76-a9b9-465c-8c22-8ab07a3ba7ab} DynamicQueryHandler: Done processing query 2024.05.29 21:55:02.532187 [ 3 ] {2a326f76-a9b9-465c-8c22-8ab07a3ba7ab} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:55:02.532203 [ 3 ] {} HTTP-Session: d477e90c-7d5b-4365-b303-0f807ac7ca15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.532326 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:02.532374 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:02.532393 [ 3 ] {} HTTP-Session: 79168a47-3525-4676-a51e-126700bae370 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:02.532409 [ 3 ] {} HTTP-Session: 79168a47-3525-4676-a51e-126700bae370 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.532422 [ 3 ] {} HTTP-Session: 79168a47-3525-4676-a51e-126700bae370 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:02.532453 [ 3 ] {} HTTP-Session: 79168a47-3525-4676-a51e-126700bae370 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:02.532563 [ 3 ] {850fcc6f-a67d-413d-ab42-d0c7c89df944} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:02.532607 [ 3 ] {850fcc6f-a67d-413d-ab42-d0c7c89df944} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:55:02.532734 [ 3 ] {850fcc6f-a67d-413d-ab42-d0c7c89df944} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:02.533038 [ 3 ] {850fcc6f-a67d-413d-ab42-d0c7c89df944} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:02.533074 [ 3 ] {850fcc6f-a67d-413d-ab42-d0c7c89df944} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:02.533462 [ 3 ] {850fcc6f-a67d-413d-ab42-d0c7c89df944} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.29 21:55:02.533792 [ 3 ] {850fcc6f-a67d-413d-ab42-d0c7c89df944} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:02.533919 [ 3 ] {850fcc6f-a67d-413d-ab42-d0c7c89df944} executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. 2024.05.29 21:55:02.534083 [ 3 ] {850fcc6f-a67d-413d-ab42-d0c7c89df944} DynamicQueryHandler: Done processing query 2024.05.29 21:55:02.534106 [ 3 ] {850fcc6f-a67d-413d-ab42-d0c7c89df944} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:02.534122 [ 3 ] {} HTTP-Session: 79168a47-3525-4676-a51e-126700bae370 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.522952 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:07.523104 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:07.523133 [ 3 ] {} HTTP-Session: 77b0c713-6bf2-4ace-8cc6-f03917e0fa37 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:07.523161 [ 3 ] {} HTTP-Session: 77b0c713-6bf2-4ace-8cc6-f03917e0fa37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.523187 [ 3 ] {} HTTP-Session: 77b0c713-6bf2-4ace-8cc6-f03917e0fa37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.523244 [ 3 ] {} HTTP-Session: 77b0c713-6bf2-4ace-8cc6-f03917e0fa37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:07.523457 [ 3 ] {aa24199d-6bfd-4a89-a86e-f5d9de24f99e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:07.523524 [ 3 ] {aa24199d-6bfd-4a89-a86e-f5d9de24f99e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:55:07.523719 [ 3 ] {aa24199d-6bfd-4a89-a86e-f5d9de24f99e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:07.524176 [ 3 ] {aa24199d-6bfd-4a89-a86e-f5d9de24f99e} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:07.524218 [ 3 ] {aa24199d-6bfd-4a89-a86e-f5d9de24f99e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:07.524592 [ 3 ] {aa24199d-6bfd-4a89-a86e-f5d9de24f99e} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.29 21:55:07.524929 [ 3 ] {aa24199d-6bfd-4a89-a86e-f5d9de24f99e} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:07.525077 [ 3 ] {aa24199d-6bfd-4a89-a86e-f5d9de24f99e} executeQuery: Read 24 rows, 1.95 KiB in 0.001685 sec., 14243.323442136498 rows/sec., 1.13 MiB/sec. 2024.05.29 21:55:07.525381 [ 3 ] {aa24199d-6bfd-4a89-a86e-f5d9de24f99e} DynamicQueryHandler: Done processing query 2024.05.29 21:55:07.525438 [ 3 ] {aa24199d-6bfd-4a89-a86e-f5d9de24f99e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:07.525484 [ 3 ] {} HTTP-Session: 77b0c713-6bf2-4ace-8cc6-f03917e0fa37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.525683 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:07.525736 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:07.525756 [ 3 ] {} HTTP-Session: 88f6c6d5-66cf-4809-ba68-523872b9520d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:07.525773 [ 3 ] {} HTTP-Session: 88f6c6d5-66cf-4809-ba68-523872b9520d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.525786 [ 3 ] {} HTTP-Session: 88f6c6d5-66cf-4809-ba68-523872b9520d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.525819 [ 3 ] {} HTTP-Session: 88f6c6d5-66cf-4809-ba68-523872b9520d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:07.525958 [ 3 ] {a2c0fbe9-459d-44de-8bca-668b02c33408} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:07.526003 [ 3 ] {a2c0fbe9-459d-44de-8bca-668b02c33408} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:55:07.526146 [ 3 ] {a2c0fbe9-459d-44de-8bca-668b02c33408} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:07.526531 [ 3 ] {a2c0fbe9-459d-44de-8bca-668b02c33408} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:07.526568 [ 3 ] {a2c0fbe9-459d-44de-8bca-668b02c33408} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:07.526901 [ 3 ] {a2c0fbe9-459d-44de-8bca-668b02c33408} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.29 21:55:07.527209 [ 3 ] {a2c0fbe9-459d-44de-8bca-668b02c33408} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:07.527336 [ 3 ] {a2c0fbe9-459d-44de-8bca-668b02c33408} executeQuery: Read 128 rows, 10.91 KiB in 0.001437 sec., 89074.46068197634 rows/sec., 7.41 MiB/sec. 2024.05.29 21:55:07.527593 [ 3 ] {a2c0fbe9-459d-44de-8bca-668b02c33408} DynamicQueryHandler: Done processing query 2024.05.29 21:55:07.527648 [ 3 ] {a2c0fbe9-459d-44de-8bca-668b02c33408} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:55:07.527706 [ 3 ] {} HTTP-Session: 88f6c6d5-66cf-4809-ba68-523872b9520d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.527878 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 14954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:07.527928 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:07.527947 [ 3 ] {} HTTP-Session: c5541a1b-3b99-437f-8191-1b2c3bc9af04 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:07.527964 [ 3 ] {} HTTP-Session: c5541a1b-3b99-437f-8191-1b2c3bc9af04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.527977 [ 3 ] {} HTTP-Session: c5541a1b-3b99-437f-8191-1b2c3bc9af04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.528009 [ 3 ] {} HTTP-Session: c5541a1b-3b99-437f-8191-1b2c3bc9af04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:07.528139 [ 3 ] {cb981969-3a2b-445f-97dc-d3f01d051bbc} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:07.528185 [ 3 ] {cb981969-3a2b-445f-97dc-d3f01d051bbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:55:07.528331 [ 3 ] {cb981969-3a2b-445f-97dc-d3f01d051bbc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:07.528714 [ 3 ] {cb981969-3a2b-445f-97dc-d3f01d051bbc} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:07.528751 [ 3 ] {cb981969-3a2b-445f-97dc-d3f01d051bbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:07.529102 [ 3 ] {cb981969-3a2b-445f-97dc-d3f01d051bbc} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.29 21:55:07.529449 [ 3 ] {cb981969-3a2b-445f-97dc-d3f01d051bbc} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:07.529618 [ 3 ] {cb981969-3a2b-445f-97dc-d3f01d051bbc} executeQuery: Read 88 rows, 7.04 KiB in 0.001529 sec., 57553.95683453237 rows/sec., 4.49 MiB/sec. 2024.05.29 21:55:07.530035 [ 3 ] {cb981969-3a2b-445f-97dc-d3f01d051bbc} DynamicQueryHandler: Done processing query 2024.05.29 21:55:07.530078 [ 3 ] {cb981969-3a2b-445f-97dc-d3f01d051bbc} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:55:07.530103 [ 3 ] {} HTTP-Session: c5541a1b-3b99-437f-8191-1b2c3bc9af04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.530292 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:07.530352 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:07.530373 [ 3 ] {} HTTP-Session: 129b434d-aa76-445f-bd8e-d6d9e7cddccc Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:07.530390 [ 3 ] {} HTTP-Session: 129b434d-aa76-445f-bd8e-d6d9e7cddccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.530405 [ 3 ] {} HTTP-Session: 129b434d-aa76-445f-bd8e-d6d9e7cddccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.530435 [ 3 ] {} HTTP-Session: 129b434d-aa76-445f-bd8e-d6d9e7cddccc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:07.530581 [ 3 ] {c55408f6-6d20-4967-9a19-1b1bb77d4cf7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:07.530630 [ 3 ] {c55408f6-6d20-4967-9a19-1b1bb77d4cf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:55:07.530796 [ 3 ] {c55408f6-6d20-4967-9a19-1b1bb77d4cf7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:07.531155 [ 3 ] {c55408f6-6d20-4967-9a19-1b1bb77d4cf7} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:07.531193 [ 3 ] {c55408f6-6d20-4967-9a19-1b1bb77d4cf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:07.531602 [ 3 ] {c55408f6-6d20-4967-9a19-1b1bb77d4cf7} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.29 21:55:07.531951 [ 3 ] {c55408f6-6d20-4967-9a19-1b1bb77d4cf7} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:07.532086 [ 3 ] {c55408f6-6d20-4967-9a19-1b1bb77d4cf7} executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. 2024.05.29 21:55:07.532363 [ 3 ] {c55408f6-6d20-4967-9a19-1b1bb77d4cf7} DynamicQueryHandler: Done processing query 2024.05.29 21:55:07.532424 [ 3 ] {c55408f6-6d20-4967-9a19-1b1bb77d4cf7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:55:07.532465 [ 3 ] {} HTTP-Session: 129b434d-aa76-445f-bd8e-d6d9e7cddccc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.532616 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:07.532664 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:07.532774 [ 3 ] {} HTTP-Session: 10273075-0ea5-4f21-85e6-0fc34a504c50 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:07.532791 [ 3 ] {} HTTP-Session: 10273075-0ea5-4f21-85e6-0fc34a504c50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.532806 [ 3 ] {} HTTP-Session: 10273075-0ea5-4f21-85e6-0fc34a504c50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.532837 [ 3 ] {} HTTP-Session: 10273075-0ea5-4f21-85e6-0fc34a504c50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:07.533076 [ 3 ] {7b9bd6e6-d09b-48ee-9c17-2bba81f89c91} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:07.533126 [ 3 ] {7b9bd6e6-d09b-48ee-9c17-2bba81f89c91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:55:07.533308 [ 3 ] {7b9bd6e6-d09b-48ee-9c17-2bba81f89c91} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:07.533761 [ 3 ] {7b9bd6e6-d09b-48ee-9c17-2bba81f89c91} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:07.533798 [ 3 ] {7b9bd6e6-d09b-48ee-9c17-2bba81f89c91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:07.534225 [ 3 ] {7b9bd6e6-d09b-48ee-9c17-2bba81f89c91} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.29 21:55:07.534676 [ 3 ] {7b9bd6e6-d09b-48ee-9c17-2bba81f89c91} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:07.534837 [ 3 ] {7b9bd6e6-d09b-48ee-9c17-2bba81f89c91} executeQuery: Read 24 rows, 33.16 KiB in 0.001907 sec., 12585.212375458836 rows/sec., 16.98 MiB/sec. 2024.05.29 21:55:07.535180 [ 3 ] {7b9bd6e6-d09b-48ee-9c17-2bba81f89c91} DynamicQueryHandler: Done processing query 2024.05.29 21:55:07.535216 [ 3 ] {7b9bd6e6-d09b-48ee-9c17-2bba81f89c91} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:55:07.535247 [ 3 ] {} HTTP-Session: 10273075-0ea5-4f21-85e6-0fc34a504c50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.535365 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:07.535414 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:07.535433 [ 3 ] {} HTTP-Session: b583b850-2130-4469-adc8-f8b53a3b6661 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:07.535449 [ 3 ] {} HTTP-Session: b583b850-2130-4469-adc8-f8b53a3b6661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.535462 [ 3 ] {} HTTP-Session: b583b850-2130-4469-adc8-f8b53a3b6661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:07.535492 [ 3 ] {} HTTP-Session: b583b850-2130-4469-adc8-f8b53a3b6661 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:07.535616 [ 3 ] {70f76298-49d5-4ec4-bd25-3d3d903013a5} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:07.535662 [ 3 ] {70f76298-49d5-4ec4-bd25-3d3d903013a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:55:07.535810 [ 3 ] {70f76298-49d5-4ec4-bd25-3d3d903013a5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:07.536096 [ 3 ] {70f76298-49d5-4ec4-bd25-3d3d903013a5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:07.536133 [ 3 ] {70f76298-49d5-4ec4-bd25-3d3d903013a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:07.536497 [ 3 ] {70f76298-49d5-4ec4-bd25-3d3d903013a5} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.29 21:55:07.536836 [ 3 ] {70f76298-49d5-4ec4-bd25-3d3d903013a5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:07.536994 [ 3 ] {70f76298-49d5-4ec4-bd25-3d3d903013a5} executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. 2024.05.29 21:55:07.537149 [ 3 ] {70f76298-49d5-4ec4-bd25-3d3d903013a5} DynamicQueryHandler: Done processing query 2024.05.29 21:55:07.537174 [ 3 ] {70f76298-49d5-4ec4-bd25-3d3d903013a5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:07.537190 [ 3 ] {} HTTP-Session: b583b850-2130-4469-adc8-f8b53a3b6661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.522740 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:12.522892 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:12.522922 [ 3 ] {} HTTP-Session: ede42bd7-a04d-43d9-911b-5e18d199206d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:12.522951 [ 3 ] {} HTTP-Session: ede42bd7-a04d-43d9-911b-5e18d199206d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.522969 [ 3 ] {} HTTP-Session: ede42bd7-a04d-43d9-911b-5e18d199206d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.523027 [ 3 ] {} HTTP-Session: ede42bd7-a04d-43d9-911b-5e18d199206d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:12.523245 [ 3 ] {2195b7d1-c544-4ff0-ba58-81222bd23ecf} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:12.523323 [ 3 ] {2195b7d1-c544-4ff0-ba58-81222bd23ecf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:55:12.523544 [ 3 ] {2195b7d1-c544-4ff0-ba58-81222bd23ecf} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:12.523986 [ 3 ] {2195b7d1-c544-4ff0-ba58-81222bd23ecf} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:12.524035 [ 3 ] {2195b7d1-c544-4ff0-ba58-81222bd23ecf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:12.524426 [ 3 ] {2195b7d1-c544-4ff0-ba58-81222bd23ecf} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.29 21:55:12.524773 [ 3 ] {2195b7d1-c544-4ff0-ba58-81222bd23ecf} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:12.524942 [ 3 ] {2195b7d1-c544-4ff0-ba58-81222bd23ecf} executeQuery: Read 4 rows, 332.00 B in 0.001758 sec., 2275.3128555176336 rows/sec., 184.42 KiB/sec. 2024.05.29 21:55:12.525173 [ 3 ] {2195b7d1-c544-4ff0-ba58-81222bd23ecf} DynamicQueryHandler: Done processing query 2024.05.29 21:55:12.525201 [ 3 ] {2195b7d1-c544-4ff0-ba58-81222bd23ecf} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:55:12.525218 [ 3 ] {} HTTP-Session: ede42bd7-a04d-43d9-911b-5e18d199206d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.525392 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:12.525446 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:12.525466 [ 3 ] {} HTTP-Session: f4b82208-6168-425c-8161-a4310799d65d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:12.525484 [ 3 ] {} HTTP-Session: f4b82208-6168-425c-8161-a4310799d65d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.525498 [ 3 ] {} HTTP-Session: f4b82208-6168-425c-8161-a4310799d65d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.525535 [ 3 ] {} HTTP-Session: f4b82208-6168-425c-8161-a4310799d65d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:12.525662 [ 3 ] {fa0b41e9-bc09-4d9a-bd73-1333e6e86768} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:12.525709 [ 3 ] {fa0b41e9-bc09-4d9a-bd73-1333e6e86768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:55:12.525842 [ 3 ] {fa0b41e9-bc09-4d9a-bd73-1333e6e86768} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:12.526190 [ 3 ] {fa0b41e9-bc09-4d9a-bd73-1333e6e86768} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:12.526229 [ 3 ] {fa0b41e9-bc09-4d9a-bd73-1333e6e86768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:12.526571 [ 3 ] {fa0b41e9-bc09-4d9a-bd73-1333e6e86768} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.29 21:55:12.526913 [ 3 ] {fa0b41e9-bc09-4d9a-bd73-1333e6e86768} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:12.527059 [ 3 ] {fa0b41e9-bc09-4d9a-bd73-1333e6e86768} executeQuery: Read 68 rows, 5.48 KiB in 0.001442 sec., 47156.72676837726 rows/sec., 3.71 MiB/sec. 2024.05.29 21:55:12.527233 [ 3 ] {fa0b41e9-bc09-4d9a-bd73-1333e6e86768} DynamicQueryHandler: Done processing query 2024.05.29 21:55:12.527257 [ 3 ] {fa0b41e9-bc09-4d9a-bd73-1333e6e86768} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:55:12.527273 [ 3 ] {} HTTP-Session: f4b82208-6168-425c-8161-a4310799d65d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.527393 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:12.527441 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:12.527462 [ 3 ] {} HTTP-Session: 2e80e0e1-0c83-4099-8629-e4285aaac027 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:12.527479 [ 3 ] {} HTTP-Session: 2e80e0e1-0c83-4099-8629-e4285aaac027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.527493 [ 3 ] {} HTTP-Session: 2e80e0e1-0c83-4099-8629-e4285aaac027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.527527 [ 3 ] {} HTTP-Session: 2e80e0e1-0c83-4099-8629-e4285aaac027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:12.527646 [ 3 ] {010afe8c-bebd-4d0b-82d4-9b98f28575b7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:12.527689 [ 3 ] {010afe8c-bebd-4d0b-82d4-9b98f28575b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:55:12.527819 [ 3 ] {010afe8c-bebd-4d0b-82d4-9b98f28575b7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:12.528144 [ 3 ] {010afe8c-bebd-4d0b-82d4-9b98f28575b7} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:12.528182 [ 3 ] {010afe8c-bebd-4d0b-82d4-9b98f28575b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:12.528505 [ 3 ] {010afe8c-bebd-4d0b-82d4-9b98f28575b7} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.29 21:55:12.528819 [ 3 ] {010afe8c-bebd-4d0b-82d4-9b98f28575b7} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:12.528968 [ 3 ] {010afe8c-bebd-4d0b-82d4-9b98f28575b7} executeQuery: Read 68 rows, 5.44 KiB in 0.001361 sec., 49963.262307127115 rows/sec., 3.90 MiB/sec. 2024.05.29 21:55:12.529144 [ 3 ] {010afe8c-bebd-4d0b-82d4-9b98f28575b7} DynamicQueryHandler: Done processing query 2024.05.29 21:55:12.529168 [ 3 ] {010afe8c-bebd-4d0b-82d4-9b98f28575b7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:55:12.529185 [ 3 ] {} HTTP-Session: 2e80e0e1-0c83-4099-8629-e4285aaac027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.529358 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:12.529409 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:12.529428 [ 3 ] {} HTTP-Session: a0b418c3-53c9-47c3-b83d-69a0f35ebf2a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:12.529444 [ 3 ] {} HTTP-Session: a0b418c3-53c9-47c3-b83d-69a0f35ebf2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.529458 [ 3 ] {} HTTP-Session: a0b418c3-53c9-47c3-b83d-69a0f35ebf2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.529491 [ 3 ] {} HTTP-Session: a0b418c3-53c9-47c3-b83d-69a0f35ebf2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:12.529642 [ 3 ] {e72cebb8-367f-4042-a1fb-231e72f44691} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:12.529689 [ 3 ] {e72cebb8-367f-4042-a1fb-231e72f44691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:55:12.529835 [ 3 ] {e72cebb8-367f-4042-a1fb-231e72f44691} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:12.530222 [ 3 ] {e72cebb8-367f-4042-a1fb-231e72f44691} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:12.530258 [ 3 ] {e72cebb8-367f-4042-a1fb-231e72f44691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:12.530656 [ 3 ] {e72cebb8-367f-4042-a1fb-231e72f44691} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.29 21:55:12.531001 [ 3 ] {e72cebb8-367f-4042-a1fb-231e72f44691} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:12.531164 [ 3 ] {e72cebb8-367f-4042-a1fb-231e72f44691} executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. 2024.05.29 21:55:12.531331 [ 3 ] {e72cebb8-367f-4042-a1fb-231e72f44691} DynamicQueryHandler: Done processing query 2024.05.29 21:55:12.531355 [ 3 ] {e72cebb8-367f-4042-a1fb-231e72f44691} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:55:12.531370 [ 3 ] {} HTTP-Session: a0b418c3-53c9-47c3-b83d-69a0f35ebf2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.531481 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:12.531528 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:12.531547 [ 3 ] {} HTTP-Session: dc79cf4f-961f-4a21-9440-a9688016c6bc Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:12.531563 [ 3 ] {} HTTP-Session: dc79cf4f-961f-4a21-9440-a9688016c6bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.531576 [ 3 ] {} HTTP-Session: dc79cf4f-961f-4a21-9440-a9688016c6bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.531607 [ 3 ] {} HTTP-Session: dc79cf4f-961f-4a21-9440-a9688016c6bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:12.531726 [ 3 ] {8376ea89-8a34-4410-9ce7-434752ab85ed} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:12.531774 [ 3 ] {8376ea89-8a34-4410-9ce7-434752ab85ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:55:12.531933 [ 3 ] {8376ea89-8a34-4410-9ce7-434752ab85ed} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:12.532216 [ 3 ] {8376ea89-8a34-4410-9ce7-434752ab85ed} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:12.532253 [ 3 ] {8376ea89-8a34-4410-9ce7-434752ab85ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:12.532637 [ 3 ] {8376ea89-8a34-4410-9ce7-434752ab85ed} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.29 21:55:12.533000 [ 3 ] {8376ea89-8a34-4410-9ce7-434752ab85ed} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:12.533159 [ 3 ] {8376ea89-8a34-4410-9ce7-434752ab85ed} executeQuery: Read 4 rows, 5.53 KiB in 0.001471 sec., 2719.238613188307 rows/sec., 3.67 MiB/sec. 2024.05.29 21:55:12.533321 [ 3 ] {8376ea89-8a34-4410-9ce7-434752ab85ed} DynamicQueryHandler: Done processing query 2024.05.29 21:55:12.533345 [ 3 ] {8376ea89-8a34-4410-9ce7-434752ab85ed} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:55:12.533361 [ 3 ] {} HTTP-Session: dc79cf4f-961f-4a21-9440-a9688016c6bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.533488 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:12.533536 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:12.533555 [ 3 ] {} HTTP-Session: e2f2d0fe-c01b-4c1d-b5dc-40d7a70874de Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:12.533571 [ 3 ] {} HTTP-Session: e2f2d0fe-c01b-4c1d-b5dc-40d7a70874de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.533585 [ 3 ] {} HTTP-Session: e2f2d0fe-c01b-4c1d-b5dc-40d7a70874de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:12.533615 [ 3 ] {} HTTP-Session: e2f2d0fe-c01b-4c1d-b5dc-40d7a70874de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:12.533728 [ 3 ] {37fac1f4-4528-4c04-bd3c-57bf4a885886} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:12.533773 [ 3 ] {37fac1f4-4528-4c04-bd3c-57bf4a885886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:55:12.533900 [ 3 ] {37fac1f4-4528-4c04-bd3c-57bf4a885886} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:12.534165 [ 3 ] {37fac1f4-4528-4c04-bd3c-57bf4a885886} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:12.534205 [ 3 ] {37fac1f4-4528-4c04-bd3c-57bf4a885886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:12.534562 [ 3 ] {37fac1f4-4528-4c04-bd3c-57bf4a885886} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.29 21:55:12.534889 [ 3 ] {37fac1f4-4528-4c04-bd3c-57bf4a885886} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:12.535063 [ 3 ] {37fac1f4-4528-4c04-bd3c-57bf4a885886} executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. 2024.05.29 21:55:12.535229 [ 3 ] {37fac1f4-4528-4c04-bd3c-57bf4a885886} DynamicQueryHandler: Done processing query 2024.05.29 21:55:12.535257 [ 3 ] {37fac1f4-4528-4c04-bd3c-57bf4a885886} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:12.535276 [ 3 ] {} HTTP-Session: e2f2d0fe-c01b-4c1d-b5dc-40d7a70874de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:15.783396 [ 55 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:55:15.783491 [ 55 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:55:17.522609 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:17.522746 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:17.522777 [ 3 ] {} HTTP-Session: 1057744e-fc42-41a4-9557-02bd2f535f45 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:17.522808 [ 3 ] {} HTTP-Session: 1057744e-fc42-41a4-9557-02bd2f535f45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.522827 [ 3 ] {} HTTP-Session: 1057744e-fc42-41a4-9557-02bd2f535f45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.522885 [ 3 ] {} HTTP-Session: 1057744e-fc42-41a4-9557-02bd2f535f45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:17.523107 [ 3 ] {63735915-160d-4570-80d8-f56b1c86865d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:17.523190 [ 3 ] {63735915-160d-4570-80d8-f56b1c86865d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:55:17.523418 [ 3 ] {63735915-160d-4570-80d8-f56b1c86865d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:17.523812 [ 3 ] {63735915-160d-4570-80d8-f56b1c86865d} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:17.523854 [ 3 ] {63735915-160d-4570-80d8-f56b1c86865d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:17.524249 [ 3 ] {63735915-160d-4570-80d8-f56b1c86865d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.29 21:55:17.524608 [ 3 ] {63735915-160d-4570-80d8-f56b1c86865d} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:17.524759 [ 3 ] {63735915-160d-4570-80d8-f56b1c86865d} executeQuery: Read 24 rows, 1.95 KiB in 0.001723 sec., 13929.193267556588 rows/sec., 1.10 MiB/sec. 2024.05.29 21:55:17.525053 [ 3 ] {63735915-160d-4570-80d8-f56b1c86865d} DynamicQueryHandler: Done processing query 2024.05.29 21:55:17.525095 [ 3 ] {63735915-160d-4570-80d8-f56b1c86865d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:17.525112 [ 3 ] {} HTTP-Session: 1057744e-fc42-41a4-9557-02bd2f535f45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.525329 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:17.525383 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:17.525404 [ 3 ] {} HTTP-Session: 3ac9bc13-3646-42cf-af12-26b79309d600 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:17.525424 [ 3 ] {} HTTP-Session: 3ac9bc13-3646-42cf-af12-26b79309d600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.525438 [ 3 ] {} HTTP-Session: 3ac9bc13-3646-42cf-af12-26b79309d600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.525473 [ 3 ] {} HTTP-Session: 3ac9bc13-3646-42cf-af12-26b79309d600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:17.525626 [ 3 ] {3558a77a-7879-4da7-81b0-5fc0cf96c80e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:17.525674 [ 3 ] {3558a77a-7879-4da7-81b0-5fc0cf96c80e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:55:17.525824 [ 3 ] {3558a77a-7879-4da7-81b0-5fc0cf96c80e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:17.526168 [ 3 ] {3558a77a-7879-4da7-81b0-5fc0cf96c80e} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:17.526207 [ 3 ] {3558a77a-7879-4da7-81b0-5fc0cf96c80e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:17.526557 [ 3 ] {3558a77a-7879-4da7-81b0-5fc0cf96c80e} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.29 21:55:17.526880 [ 3 ] {3558a77a-7879-4da7-81b0-5fc0cf96c80e} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:17.527008 [ 3 ] {3558a77a-7879-4da7-81b0-5fc0cf96c80e} executeQuery: Read 128 rows, 10.91 KiB in 0.001446 sec., 88520.05532503458 rows/sec., 7.36 MiB/sec. 2024.05.29 21:55:17.527009 [ 54 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.29 21:55:17.527071 [ 54 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:17.527102 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:17.527236 [ 3 ] {3558a77a-7879-4da7-81b0-5fc0cf96c80e} DynamicQueryHandler: Done processing query 2024.05.29 21:55:17.527271 [ 3 ] {3558a77a-7879-4da7-81b0-5fc0cf96c80e} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:55:17.527275 [ 192 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.29 21:55:17.527290 [ 3 ] {} HTTP-Session: 3ac9bc13-3646-42cf-af12-26b79309d600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.527476 [ 192 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:55:17.527501 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 14954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:17.527532 [ 192 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 183 rows starting from the beginning of the part 2024.05.29 21:55:17.527573 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:17.527620 [ 3 ] {} HTTP-Session: 0071fb6d-0a28-4e71-9d1e-050447bb8314 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:17.527680 [ 3 ] {} HTTP-Session: 0071fb6d-0a28-4e71-9d1e-050447bb8314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.527746 [ 3 ] {} HTTP-Session: 0071fb6d-0a28-4e71-9d1e-050447bb8314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.527796 [ 192 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 164 rows starting from the beginning of the part 2024.05.29 21:55:17.527840 [ 3 ] {} HTTP-Session: 0071fb6d-0a28-4e71-9d1e-050447bb8314 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:17.527953 [ 192 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 68 rows starting from the beginning of the part 2024.05.29 21:55:17.528289 [ 3 ] {095a3a46-5c79-46fa-8d2b-a7f8c0fb0b58} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:17.528307 [ 192 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 128 rows starting from the beginning of the part 2024.05.29 21:55:17.528477 [ 3 ] {095a3a46-5c79-46fa-8d2b-a7f8c0fb0b58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:55:17.528697 [ 192 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 68 rows starting from the beginning of the part 2024.05.29 21:55:17.529006 [ 192 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 128 rows starting from the beginning of the part 2024.05.29 21:55:17.529584 [ 3 ] {095a3a46-5c79-46fa-8d2b-a7f8c0fb0b58} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:17.530400 [ 3 ] {095a3a46-5c79-46fa-8d2b-a7f8c0fb0b58} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:17.530463 [ 3 ] {095a3a46-5c79-46fa-8d2b-a7f8c0fb0b58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:17.531460 [ 3 ] {095a3a46-5c79-46fa-8d2b-a7f8c0fb0b58} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.29 21:55:17.532132 [ 192 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 739 rows, containing 4 columns (4 merged, 0 gathered) in 0.004937232 sec., 149679.01042527473 rows/sec., 12.21 MiB/sec. 2024.05.29 21:55:17.532315 [ 3 ] {095a3a46-5c79-46fa-8d2b-a7f8c0fb0b58} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:17.532325 [ 192 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.29 21:55:17.532625 [ 54 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.29 21:55:17.532683 [ 3 ] {095a3a46-5c79-46fa-8d2b-a7f8c0fb0b58} executeQuery: Read 88 rows, 7.04 KiB in 0.004606 sec., 19105.51454624403 rows/sec., 1.49 MiB/sec. 2024.05.29 21:55:17.532731 [ 54 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:17.532833 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:17.533395 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.29 21:55:17.533548 [ 3 ] {095a3a46-5c79-46fa-8d2b-a7f8c0fb0b58} DynamicQueryHandler: Done processing query 2024.05.29 21:55:17.533625 [ 3 ] {095a3a46-5c79-46fa-8d2b-a7f8c0fb0b58} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:55:17.533704 [ 3 ] {} HTTP-Session: 0071fb6d-0a28-4e71-9d1e-050447bb8314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.533771 [ 192 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_51_10} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:17.533892 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:55:17.533979 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 148 rows starting from the beginning of the part 2024.05.29 21:55:17.534001 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:17.534013 [ 192 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_51_10} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.29 21:55:17.534232 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:17.534356 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.29 21:55:17.534365 [ 3 ] {} HTTP-Session: 4124bfd0-00fd-4f7f-8b00-366d4195ad5f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:17.534350 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 112 rows starting from the beginning of the part 2024.05.29 21:55:17.534469 [ 3 ] {} HTTP-Session: 4124bfd0-00fd-4f7f-8b00-366d4195ad5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.534555 [ 3 ] {} HTTP-Session: 4124bfd0-00fd-4f7f-8b00-366d4195ad5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.534722 [ 3 ] {} HTTP-Session: 4124bfd0-00fd-4f7f-8b00-366d4195ad5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:17.534720 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 68 rows starting from the beginning of the part 2024.05.29 21:55:17.534938 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 88 rows starting from the beginning of the part 2024.05.29 21:55:17.535278 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 68 rows starting from the beginning of the part 2024.05.29 21:55:17.535294 [ 3 ] {0ac3df4e-fd56-4627-9d05-e6828379ebe7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:17.535533 [ 3 ] {0ac3df4e-fd56-4627-9d05-e6828379ebe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:55:17.535566 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 88 rows starting from the beginning of the part 2024.05.29 21:55:17.536364 [ 3 ] {0ac3df4e-fd56-4627-9d05-e6828379ebe7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:17.537355 [ 3 ] {0ac3df4e-fd56-4627-9d05-e6828379ebe7} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:17.537435 [ 3 ] {0ac3df4e-fd56-4627-9d05-e6828379ebe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:17.538514 [ 192 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 4 columns (4 merged, 0 gathered) in 0.005413287 sec., 105665.9290372005 rows/sec., 8.25 MiB/sec. 2024.05.29 21:55:17.538543 [ 3 ] {0ac3df4e-fd56-4627-9d05-e6828379ebe7} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.29 21:55:17.538683 [ 192 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.29 21:55:17.539374 [ 3 ] {0ac3df4e-fd56-4627-9d05-e6828379ebe7} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:17.539598 [ 192 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_51_10} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:17.539649 [ 54 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.29 21:55:17.539749 [ 3 ] {0ac3df4e-fd56-4627-9d05-e6828379ebe7} executeQuery: Read 160 rows, 11.41 KiB in 0.004755 sec., 33648.79074658255 rows/sec., 2.34 MiB/sec. 2024.05.29 21:55:17.539748 [ 54 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:17.539849 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:17.540024 [ 192 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_51_10} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.29 21:55:17.540322 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.29 21:55:17.540397 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.29 21:55:17.540444 [ 3 ] {0ac3df4e-fd56-4627-9d05-e6828379ebe7} DynamicQueryHandler: Done processing query 2024.05.29 21:55:17.540498 [ 3 ] {0ac3df4e-fd56-4627-9d05-e6828379ebe7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:55:17.540541 [ 3 ] {} HTTP-Session: 4124bfd0-00fd-4f7f-8b00-366d4195ad5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.540645 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:55:17.540682 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 7024 rows starting from the beginning of the part 2024.05.29 21:55:17.540841 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:17.540910 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 196 rows starting from the beginning of the part 2024.05.29 21:55:17.541054 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:17.541151 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2024.05.29 21:55:17.541176 [ 3 ] {} HTTP-Session: 0ffd02d3-a242-468e-af57-77791ff4e01c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:17.541245 [ 3 ] {} HTTP-Session: 0ffd02d3-a242-468e-af57-77791ff4e01c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.541332 [ 3 ] {} HTTP-Session: 0ffd02d3-a242-468e-af57-77791ff4e01c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.541442 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2024.05.29 21:55:17.541505 [ 3 ] {} HTTP-Session: 0ffd02d3-a242-468e-af57-77791ff4e01c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:17.541690 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2024.05.29 21:55:17.541962 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2024.05.29 21:55:17.542271 [ 3 ] {1e478e37-b461-4bcf-9d8c-8496247d38f6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:17.542368 [ 3 ] {1e478e37-b461-4bcf-9d8c-8496247d38f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:55:17.543067 [ 3 ] {1e478e37-b461-4bcf-9d8c-8496247d38f6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:17.543870 [ 3 ] {1e478e37-b461-4bcf-9d8c-8496247d38f6} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:17.543942 [ 3 ] {1e478e37-b461-4bcf-9d8c-8496247d38f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:17.545259 [ 3 ] {1e478e37-b461-4bcf-9d8c-8496247d38f6} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.29 21:55:17.545963 [ 3 ] {1e478e37-b461-4bcf-9d8c-8496247d38f6} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:17.546110 [ 3 ] {1e478e37-b461-4bcf-9d8c-8496247d38f6} executeQuery: Read 24 rows, 33.16 KiB in 0.004284 sec., 5602.240896358544 rows/sec., 7.56 MiB/sec. 2024.05.29 21:55:17.546316 [ 3 ] {1e478e37-b461-4bcf-9d8c-8496247d38f6} DynamicQueryHandler: Done processing query 2024.05.29 21:55:17.546355 [ 3 ] {1e478e37-b461-4bcf-9d8c-8496247d38f6} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:55:17.546373 [ 3 ] {} HTTP-Session: 0ffd02d3-a242-468e-af57-77791ff4e01c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.546513 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:17.546563 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:17.546583 [ 3 ] {} HTTP-Session: 7d337ad0-bb6e-458d-b6a5-aad67d647376 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:17.546599 [ 3 ] {} HTTP-Session: 7d337ad0-bb6e-458d-b6a5-aad67d647376 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.546613 [ 3 ] {} HTTP-Session: 7d337ad0-bb6e-458d-b6a5-aad67d647376 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.546645 [ 3 ] {} HTTP-Session: 7d337ad0-bb6e-458d-b6a5-aad67d647376 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:17.546932 [ 3 ] {49f1a2c8-cfa2-4022-964b-74411e3f8959} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:17.547008 [ 3 ] {49f1a2c8-cfa2-4022-964b-74411e3f8959} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:55:17.547009 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 7860 rows, containing 5 columns (5 merged, 0 gathered) in 0.006970457 sec., 1127616.1663431823 rows/sec., 78.60 MiB/sec. 2024.05.29 21:55:17.547215 [ 3 ] {49f1a2c8-cfa2-4022-964b-74411e3f8959} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:17.547584 [ 3 ] {49f1a2c8-cfa2-4022-964b-74411e3f8959} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:17.547614 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.29 21:55:17.547634 [ 3 ] {49f1a2c8-cfa2-4022-964b-74411e3f8959} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:17.548605 [ 3 ] {49f1a2c8-cfa2-4022-964b-74411e3f8959} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.29 21:55:17.548690 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_46_9} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:17.548833 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_46_9} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.29 21:55:17.549085 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. 2024.05.29 21:55:17.549336 [ 3 ] {49f1a2c8-cfa2-4022-964b-74411e3f8959} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:17.549474 [ 54 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.29 21:55:17.549479 [ 3 ] {49f1a2c8-cfa2-4022-964b-74411e3f8959} executeQuery: Read 60 rows, 4.14 KiB in 0.0027 sec., 22222.222222222223 rows/sec., 1.50 MiB/sec. 2024.05.29 21:55:17.549511 [ 54 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:17.549551 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:17.549686 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.29 21:55:17.549705 [ 3 ] {49f1a2c8-cfa2-4022-964b-74411e3f8959} DynamicQueryHandler: Done processing query 2024.05.29 21:55:17.549740 [ 3 ] {49f1a2c8-cfa2-4022-964b-74411e3f8959} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:17.549763 [ 3 ] {} HTTP-Session: 7d337ad0-bb6e-458d-b6a5-aad67d647376 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:17.549851 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:55:17.549888 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2418 rows starting from the beginning of the part 2024.05.29 21:55:17.549984 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2024.05.29 21:55:17.550209 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2024.05.29 21:55:17.550417 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2024.05.29 21:55:17.550629 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2024.05.29 21:55:17.550773 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2024.05.29 21:55:17.552277 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2718 rows, containing 4 columns (4 merged, 0 gathered) in 0.002652853 sec., 1024557.3350653051 rows/sec., 69.07 MiB/sec. 2024.05.29 21:55:17.552555 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.29 21:55:17.552961 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_46_9} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:17.553046 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_46_9} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.29 21:55:17.553132 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2024.05.29 21:55:22.522127 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:22.522278 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:22.522307 [ 3 ] {} HTTP-Session: cce9b8ef-aa91-4b71-80ba-0b4b3ac8b0f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:22.522335 [ 3 ] {} HTTP-Session: cce9b8ef-aa91-4b71-80ba-0b4b3ac8b0f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.522354 [ 3 ] {} HTTP-Session: cce9b8ef-aa91-4b71-80ba-0b4b3ac8b0f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.522412 [ 3 ] {} HTTP-Session: cce9b8ef-aa91-4b71-80ba-0b4b3ac8b0f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:22.522623 [ 3 ] {ee794e8d-5e4d-4e89-9798-04fe3d2d6463} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:22.522699 [ 3 ] {ee794e8d-5e4d-4e89-9798-04fe3d2d6463} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:55:22.522906 [ 3 ] {ee794e8d-5e4d-4e89-9798-04fe3d2d6463} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:22.523291 [ 3 ] {ee794e8d-5e4d-4e89-9798-04fe3d2d6463} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:22.523336 [ 3 ] {ee794e8d-5e4d-4e89-9798-04fe3d2d6463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:22.523722 [ 3 ] {ee794e8d-5e4d-4e89-9798-04fe3d2d6463} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.29 21:55:22.524103 [ 3 ] {ee794e8d-5e4d-4e89-9798-04fe3d2d6463} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:22.524265 [ 3 ] {ee794e8d-5e4d-4e89-9798-04fe3d2d6463} executeQuery: Read 4 rows, 332.00 B in 0.001706 sec., 2344.6658851113716 rows/sec., 190.05 KiB/sec. 2024.05.29 21:55:22.524321 [ 51 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.29 21:55:22.524434 [ 51 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:22.524469 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:22.524560 [ 3 ] {ee794e8d-5e4d-4e89-9798-04fe3d2d6463} DynamicQueryHandler: Done processing query 2024.05.29 21:55:22.524619 [ 3 ] {ee794e8d-5e4d-4e89-9798-04fe3d2d6463} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:55:22.524675 [ 3 ] {} HTTP-Session: cce9b8ef-aa91-4b71-80ba-0b4b3ac8b0f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.524756 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.29 21:55:22.524887 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:22.525009 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:22.525064 [ 3 ] {} HTTP-Session: b0d21496-759a-4115-b8d1-31a491d52f11 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:22.525065 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:55:22.525093 [ 3 ] {} HTTP-Session: b0d21496-759a-4115-b8d1-31a491d52f11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.525138 [ 3 ] {} HTTP-Session: b0d21496-759a-4115-b8d1-31a491d52f11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.525148 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 28 rows starting from the beginning of the part 2024.05.29 21:55:22.525205 [ 3 ] {} HTTP-Session: b0d21496-759a-4115-b8d1-31a491d52f11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:22.525376 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 4 rows starting from the beginning of the part 2024.05.29 21:55:22.525627 [ 3 ] {4bf62390-303b-4156-9055-9ddf6bbb20c0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:22.525666 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 24 rows starting from the beginning of the part 2024.05.29 21:55:22.525785 [ 3 ] {4bf62390-303b-4156-9055-9ddf6bbb20c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:55:22.525967 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 4 rows starting from the beginning of the part 2024.05.29 21:55:22.526290 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 24 rows starting from the beginning of the part 2024.05.29 21:55:22.526583 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 4 rows starting from the beginning of the part 2024.05.29 21:55:22.527269 [ 3 ] {4bf62390-303b-4156-9055-9ddf6bbb20c0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:22.528149 [ 3 ] {4bf62390-303b-4156-9055-9ddf6bbb20c0} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:22.528225 [ 3 ] {4bf62390-303b-4156-9055-9ddf6bbb20c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:22.529219 [ 3 ] {4bf62390-303b-4156-9055-9ddf6bbb20c0} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.29 21:55:22.529419 [ 198 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 4 columns (4 merged, 0 gathered) in 0.00483985 sec., 18182.381685382814 rows/sec., 1.44 MiB/sec. 2024.05.29 21:55:22.529586 [ 198 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.29 21:55:22.529721 [ 3 ] {4bf62390-303b-4156-9055-9ddf6bbb20c0} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:22.530014 [ 3 ] {4bf62390-303b-4156-9055-9ddf6bbb20c0} executeQuery: Read 68 rows, 5.48 KiB in 0.004586 sec., 14827.736589620585 rows/sec., 1.17 MiB/sec. 2024.05.29 21:55:22.530330 [ 198 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_51_10} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:22.530493 [ 3 ] {4bf62390-303b-4156-9055-9ddf6bbb20c0} DynamicQueryHandler: Done processing query 2024.05.29 21:55:22.530575 [ 3 ] {4bf62390-303b-4156-9055-9ddf6bbb20c0} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:55:22.530656 [ 3 ] {} HTTP-Session: b0d21496-759a-4115-b8d1-31a491d52f11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.530685 [ 198 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_51_10} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.29 21:55:22.530946 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.29 21:55:22.530983 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:22.531137 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:22.531197 [ 3 ] {} HTTP-Session: 96ccf4e5-4c16-4dae-a488-41449afb1e84 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:22.531226 [ 3 ] {} HTTP-Session: 96ccf4e5-4c16-4dae-a488-41449afb1e84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.531250 [ 3 ] {} HTTP-Session: 96ccf4e5-4c16-4dae-a488-41449afb1e84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.531284 [ 3 ] {} HTTP-Session: 96ccf4e5-4c16-4dae-a488-41449afb1e84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:22.531414 [ 3 ] {5c192095-609f-425e-a23d-c40a6a9545cf} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:22.531460 [ 3 ] {5c192095-609f-425e-a23d-c40a6a9545cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:55:22.531609 [ 3 ] {5c192095-609f-425e-a23d-c40a6a9545cf} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:22.531918 [ 3 ] {5c192095-609f-425e-a23d-c40a6a9545cf} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:22.531955 [ 3 ] {5c192095-609f-425e-a23d-c40a6a9545cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:22.532284 [ 3 ] {5c192095-609f-425e-a23d-c40a6a9545cf} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.29 21:55:22.532608 [ 3 ] {5c192095-609f-425e-a23d-c40a6a9545cf} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:22.532770 [ 3 ] {5c192095-609f-425e-a23d-c40a6a9545cf} executeQuery: Read 68 rows, 5.44 KiB in 0.001396 sec., 48710.6017191977 rows/sec., 3.80 MiB/sec. 2024.05.29 21:55:22.532947 [ 3 ] {5c192095-609f-425e-a23d-c40a6a9545cf} DynamicQueryHandler: Done processing query 2024.05.29 21:55:22.532982 [ 3 ] {5c192095-609f-425e-a23d-c40a6a9545cf} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:55:22.533012 [ 3 ] {} HTTP-Session: 96ccf4e5-4c16-4dae-a488-41449afb1e84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.533197 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:22.533246 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:22.533264 [ 3 ] {} HTTP-Session: 1d08fe48-583f-4c18-90bd-47e097db866f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:22.533281 [ 3 ] {} HTTP-Session: 1d08fe48-583f-4c18-90bd-47e097db866f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.533294 [ 3 ] {} HTTP-Session: 1d08fe48-583f-4c18-90bd-47e097db866f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.533324 [ 3 ] {} HTTP-Session: 1d08fe48-583f-4c18-90bd-47e097db866f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:22.533472 [ 3 ] {36209cc2-1a5c-485c-b020-c113c657e32b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:22.533520 [ 3 ] {36209cc2-1a5c-485c-b020-c113c657e32b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:55:22.533664 [ 3 ] {36209cc2-1a5c-485c-b020-c113c657e32b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:22.534004 [ 3 ] {36209cc2-1a5c-485c-b020-c113c657e32b} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:22.534041 [ 3 ] {36209cc2-1a5c-485c-b020-c113c657e32b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:22.534440 [ 3 ] {36209cc2-1a5c-485c-b020-c113c657e32b} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.29 21:55:22.534800 [ 3 ] {36209cc2-1a5c-485c-b020-c113c657e32b} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:22.534959 [ 3 ] {36209cc2-1a5c-485c-b020-c113c657e32b} executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. 2024.05.29 21:55:22.535114 [ 3 ] {36209cc2-1a5c-485c-b020-c113c657e32b} DynamicQueryHandler: Done processing query 2024.05.29 21:55:22.535137 [ 3 ] {36209cc2-1a5c-485c-b020-c113c657e32b} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:55:22.535153 [ 3 ] {} HTTP-Session: 1d08fe48-583f-4c18-90bd-47e097db866f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.535267 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:22.535314 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:22.535333 [ 3 ] {} HTTP-Session: 8e2005c6-d945-4d5f-a590-71ff1d02d12c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:22.535349 [ 3 ] {} HTTP-Session: 8e2005c6-d945-4d5f-a590-71ff1d02d12c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.535362 [ 3 ] {} HTTP-Session: 8e2005c6-d945-4d5f-a590-71ff1d02d12c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.535392 [ 3 ] {} HTTP-Session: 8e2005c6-d945-4d5f-a590-71ff1d02d12c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:22.535508 [ 3 ] {f560fe6e-5d2d-4d4e-9539-02d2c734422c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:22.535554 [ 3 ] {f560fe6e-5d2d-4d4e-9539-02d2c734422c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:55:22.535711 [ 3 ] {f560fe6e-5d2d-4d4e-9539-02d2c734422c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:22.535986 [ 3 ] {f560fe6e-5d2d-4d4e-9539-02d2c734422c} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:22.536022 [ 3 ] {f560fe6e-5d2d-4d4e-9539-02d2c734422c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:22.536413 [ 3 ] {f560fe6e-5d2d-4d4e-9539-02d2c734422c} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.29 21:55:22.536761 [ 3 ] {f560fe6e-5d2d-4d4e-9539-02d2c734422c} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:22.536930 [ 3 ] {f560fe6e-5d2d-4d4e-9539-02d2c734422c} executeQuery: Read 4 rows, 5.53 KiB in 0.001458 sec., 2743.4842249657063 rows/sec., 3.70 MiB/sec. 2024.05.29 21:55:22.536951 [ 51 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.29 21:55:22.537054 [ 51 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:22.537129 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:22.537229 [ 3 ] {f560fe6e-5d2d-4d4e-9539-02d2c734422c} DynamicQueryHandler: Done processing query 2024.05.29 21:55:22.537302 [ 3 ] {f560fe6e-5d2d-4d4e-9539-02d2c734422c} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:55:22.537374 [ 3 ] {} HTTP-Session: 8e2005c6-d945-4d5f-a590-71ff1d02d12c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.537460 [ 195 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.29 21:55:22.537550 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:22.537654 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:22.537716 [ 3 ] {} HTTP-Session: 6ddf1835-3fe0-4f9c-ad38-8f1597c54032 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:22.537766 [ 3 ] {} HTTP-Session: 6ddf1835-3fe0-4f9c-ad38-8f1597c54032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.537817 [ 3 ] {} HTTP-Session: 6ddf1835-3fe0-4f9c-ad38-8f1597c54032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.537899 [ 3 ] {} HTTP-Session: 6ddf1835-3fe0-4f9c-ad38-8f1597c54032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:22.537977 [ 195 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:55:22.538068 [ 195 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 702 rows starting from the beginning of the part 2024.05.29 21:55:22.538175 [ 3 ] {6805a62b-7f92-4e6c-8b64-d28263b9c5e9} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:22.538341 [ 195 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 4 rows starting from the beginning of the part 2024.05.29 21:55:22.538388 [ 3 ] {6805a62b-7f92-4e6c-8b64-d28263b9c5e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:55:22.538715 [ 195 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 24 rows starting from the beginning of the part 2024.05.29 21:55:22.539103 [ 195 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 4 rows starting from the beginning of the part 2024.05.29 21:55:22.539476 [ 195 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 24 rows starting from the beginning of the part 2024.05.29 21:55:22.539565 [ 3 ] {6805a62b-7f92-4e6c-8b64-d28263b9c5e9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:22.539785 [ 195 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 4 rows starting from the beginning of the part 2024.05.29 21:55:22.540549 [ 3 ] {6805a62b-7f92-4e6c-8b64-d28263b9c5e9} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:22.540611 [ 3 ] {6805a62b-7f92-4e6c-8b64-d28263b9c5e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:22.541200 [ 3 ] {6805a62b-7f92-4e6c-8b64-d28263b9c5e9} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.29 21:55:22.541550 [ 3 ] {6805a62b-7f92-4e6c-8b64-d28263b9c5e9} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:22.541709 [ 3 ] {6805a62b-7f92-4e6c-8b64-d28263b9c5e9} executeQuery: Read 60 rows, 4.14 KiB in 0.003635 sec., 16506.189821182943 rows/sec., 1.11 MiB/sec. 2024.05.29 21:55:22.541875 [ 3 ] {6805a62b-7f92-4e6c-8b64-d28263b9c5e9} DynamicQueryHandler: Done processing query 2024.05.29 21:55:22.541903 [ 3 ] {6805a62b-7f92-4e6c-8b64-d28263b9c5e9} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:22.541927 [ 3 ] {} HTTP-Session: 6ddf1835-3fe0-4f9c-ad38-8f1597c54032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:22.543485 [ 200 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 6 columns (6 merged, 0 gathered) in 0.006231798 sec., 122276.10715238203 rows/sec., 165.01 MiB/sec. 2024.05.29 21:55:22.543905 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.29 21:55:22.544323 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_51_10} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:22.544406 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_51_10} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.29 21:55:22.544493 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2024.05.29 21:55:27.525066 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:27.525208 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:27.525233 [ 3 ] {} HTTP-Session: 3fa81fb3-2041-4a11-bee3-706f7a6d886c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:27.525259 [ 3 ] {} HTTP-Session: 3fa81fb3-2041-4a11-bee3-706f7a6d886c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.525274 [ 3 ] {} HTTP-Session: 3fa81fb3-2041-4a11-bee3-706f7a6d886c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.525328 [ 3 ] {} HTTP-Session: 3fa81fb3-2041-4a11-bee3-706f7a6d886c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:27.525547 [ 3 ] {5f411e3e-e69e-426f-8443-0180dba90bae} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:27.525619 [ 3 ] {5f411e3e-e69e-426f-8443-0180dba90bae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:55:27.525823 [ 3 ] {5f411e3e-e69e-426f-8443-0180dba90bae} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:27.526219 [ 3 ] {5f411e3e-e69e-426f-8443-0180dba90bae} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:27.526263 [ 3 ] {5f411e3e-e69e-426f-8443-0180dba90bae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:27.526679 [ 3 ] {5f411e3e-e69e-426f-8443-0180dba90bae} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.29 21:55:27.527028 [ 3 ] {5f411e3e-e69e-426f-8443-0180dba90bae} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:27.527196 [ 3 ] {5f411e3e-e69e-426f-8443-0180dba90bae} executeQuery: Read 24 rows, 1.95 KiB in 0.001714 sec., 14002.333722287047 rows/sec., 1.11 MiB/sec. 2024.05.29 21:55:27.527487 [ 3 ] {5f411e3e-e69e-426f-8443-0180dba90bae} DynamicQueryHandler: Done processing query 2024.05.29 21:55:27.527547 [ 3 ] {5f411e3e-e69e-426f-8443-0180dba90bae} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:27.527602 [ 3 ] {} HTTP-Session: 3fa81fb3-2041-4a11-bee3-706f7a6d886c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.527764 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:27.527816 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:27.527835 [ 3 ] {} HTTP-Session: 4fc39b40-5712-4a3b-b24a-97abad13cd61 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:27.527854 [ 3 ] {} HTTP-Session: 4fc39b40-5712-4a3b-b24a-97abad13cd61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.527867 [ 3 ] {} HTTP-Session: 4fc39b40-5712-4a3b-b24a-97abad13cd61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.527901 [ 3 ] {} HTTP-Session: 4fc39b40-5712-4a3b-b24a-97abad13cd61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:27.528004 [ 3 ] {96539dbd-9497-42fe-ad04-128fd2e23cf4} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:27.528051 [ 3 ] {96539dbd-9497-42fe-ad04-128fd2e23cf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:55:27.528200 [ 3 ] {96539dbd-9497-42fe-ad04-128fd2e23cf4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:27.528524 [ 3 ] {96539dbd-9497-42fe-ad04-128fd2e23cf4} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:27.528562 [ 3 ] {96539dbd-9497-42fe-ad04-128fd2e23cf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:27.528875 [ 3 ] {96539dbd-9497-42fe-ad04-128fd2e23cf4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.29 21:55:27.529198 [ 3 ] {96539dbd-9497-42fe-ad04-128fd2e23cf4} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:27.529359 [ 3 ] {96539dbd-9497-42fe-ad04-128fd2e23cf4} executeQuery: Read 2 rows, 167.00 B in 0.001376 sec., 1453.4883720930231 rows/sec., 118.52 KiB/sec. 2024.05.29 21:55:27.529679 [ 3 ] {96539dbd-9497-42fe-ad04-128fd2e23cf4} DynamicQueryHandler: Done processing query 2024.05.29 21:55:27.529705 [ 3 ] {96539dbd-9497-42fe-ad04-128fd2e23cf4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:55:27.529722 [ 3 ] {} HTTP-Session: 4fc39b40-5712-4a3b-b24a-97abad13cd61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.529845 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 23768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:27.529895 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:27.529914 [ 3 ] {} HTTP-Session: 07736e68-b55f-49b6-8d19-0a4d988541b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:27.529930 [ 3 ] {} HTTP-Session: 07736e68-b55f-49b6-8d19-0a4d988541b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.529943 [ 3 ] {} HTTP-Session: 07736e68-b55f-49b6-8d19-0a4d988541b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.529974 [ 3 ] {} HTTP-Session: 07736e68-b55f-49b6-8d19-0a4d988541b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:27.530119 [ 3 ] {dd02fb91-b652-4eaf-804a-e3d6f4f4f03c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:27.530163 [ 3 ] {dd02fb91-b652-4eaf-804a-e3d6f4f4f03c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:55:27.530307 [ 3 ] {dd02fb91-b652-4eaf-804a-e3d6f4f4f03c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:27.530685 [ 3 ] {dd02fb91-b652-4eaf-804a-e3d6f4f4f03c} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:27.530723 [ 3 ] {dd02fb91-b652-4eaf-804a-e3d6f4f4f03c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:27.531057 [ 3 ] {dd02fb91-b652-4eaf-804a-e3d6f4f4f03c} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.29 21:55:27.531374 [ 3 ] {dd02fb91-b652-4eaf-804a-e3d6f4f4f03c} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:27.531529 [ 3 ] {dd02fb91-b652-4eaf-804a-e3d6f4f4f03c} executeQuery: Read 165 rows, 13.74 KiB in 0.001473 sec., 112016.29327902241 rows/sec., 9.11 MiB/sec. 2024.05.29 21:55:27.531782 [ 3 ] {dd02fb91-b652-4eaf-804a-e3d6f4f4f03c} DynamicQueryHandler: Done processing query 2024.05.29 21:55:27.531838 [ 3 ] {dd02fb91-b652-4eaf-804a-e3d6f4f4f03c} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:55:27.531893 [ 3 ] {} HTTP-Session: 07736e68-b55f-49b6-8d19-0a4d988541b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.532066 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:27.532137 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:27.532158 [ 3 ] {} HTTP-Session: dfb0b9ae-783f-41b1-a86e-6d50f128885f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:27.532175 [ 3 ] {} HTTP-Session: dfb0b9ae-783f-41b1-a86e-6d50f128885f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.532190 [ 3 ] {} HTTP-Session: dfb0b9ae-783f-41b1-a86e-6d50f128885f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.532222 [ 3 ] {} HTTP-Session: dfb0b9ae-783f-41b1-a86e-6d50f128885f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:27.532321 [ 3 ] {a2cf98ba-f04e-4fa9-ae15-a1cdf74ed9b0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:27.532365 [ 3 ] {a2cf98ba-f04e-4fa9-ae15-a1cdf74ed9b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:55:27.532508 [ 3 ] {a2cf98ba-f04e-4fa9-ae15-a1cdf74ed9b0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:27.532773 [ 3 ] {a2cf98ba-f04e-4fa9-ae15-a1cdf74ed9b0} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:27.532808 [ 3 ] {a2cf98ba-f04e-4fa9-ae15-a1cdf74ed9b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:27.533123 [ 3 ] {a2cf98ba-f04e-4fa9-ae15-a1cdf74ed9b0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.29 21:55:27.533437 [ 3 ] {a2cf98ba-f04e-4fa9-ae15-a1cdf74ed9b0} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:27.533607 [ 3 ] {a2cf98ba-f04e-4fa9-ae15-a1cdf74ed9b0} executeQuery: Read 2 rows, 143.00 B in 0.0013 sec., 1538.4615384615386 rows/sec., 107.42 KiB/sec. 2024.05.29 21:55:27.533880 [ 3 ] {a2cf98ba-f04e-4fa9-ae15-a1cdf74ed9b0} DynamicQueryHandler: Done processing query 2024.05.29 21:55:27.533905 [ 3 ] {a2cf98ba-f04e-4fa9-ae15-a1cdf74ed9b0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:55:27.533922 [ 3 ] {} HTTP-Session: dfb0b9ae-783f-41b1-a86e-6d50f128885f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.534042 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 19335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:27.534091 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:27.534110 [ 3 ] {} HTTP-Session: 1a05a964-0800-4629-af56-d2b5b7fc6483 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:27.534126 [ 3 ] {} HTTP-Session: 1a05a964-0800-4629-af56-d2b5b7fc6483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.534140 [ 3 ] {} HTTP-Session: 1a05a964-0800-4629-af56-d2b5b7fc6483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.534169 [ 3 ] {} HTTP-Session: 1a05a964-0800-4629-af56-d2b5b7fc6483 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:27.534299 [ 3 ] {eb00d4cb-3c65-4256-ac79-1c920afd3d4c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:27.534344 [ 3 ] {eb00d4cb-3c65-4256-ac79-1c920afd3d4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:55:27.534492 [ 3 ] {eb00d4cb-3c65-4256-ac79-1c920afd3d4c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:27.534838 [ 3 ] {eb00d4cb-3c65-4256-ac79-1c920afd3d4c} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:27.534875 [ 3 ] {eb00d4cb-3c65-4256-ac79-1c920afd3d4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:27.535195 [ 3 ] {eb00d4cb-3c65-4256-ac79-1c920afd3d4c} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.29 21:55:27.535505 [ 3 ] {eb00d4cb-3c65-4256-ac79-1c920afd3d4c} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:27.535654 [ 3 ] {eb00d4cb-3c65-4256-ac79-1c920afd3d4c} executeQuery: Read 114 rows, 9.10 KiB in 0.001398 sec., 81545.0643776824 rows/sec., 6.36 MiB/sec. 2024.05.29 21:55:27.535806 [ 3 ] {eb00d4cb-3c65-4256-ac79-1c920afd3d4c} DynamicQueryHandler: Done processing query 2024.05.29 21:55:27.535831 [ 3 ] {eb00d4cb-3c65-4256-ac79-1c920afd3d4c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:55:27.535846 [ 3 ] {} HTTP-Session: 1a05a964-0800-4629-af56-d2b5b7fc6483 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.536000 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 37784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:27.536048 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:27.536067 [ 3 ] {} HTTP-Session: 65ad7efc-2b48-44b5-9eb9-27e9c97dba20 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:27.536083 [ 3 ] {} HTTP-Session: 65ad7efc-2b48-44b5-9eb9-27e9c97dba20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.536096 [ 3 ] {} HTTP-Session: 65ad7efc-2b48-44b5-9eb9-27e9c97dba20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.536126 [ 3 ] {} HTTP-Session: 65ad7efc-2b48-44b5-9eb9-27e9c97dba20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:27.536292 [ 3 ] {d36aead0-e177-4957-b008-e68b27db5583} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:27.536339 [ 3 ] {d36aead0-e177-4957-b008-e68b27db5583} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:55:27.536486 [ 3 ] {d36aead0-e177-4957-b008-e68b27db5583} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:27.536895 [ 3 ] {d36aead0-e177-4957-b008-e68b27db5583} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:27.536932 [ 3 ] {d36aead0-e177-4957-b008-e68b27db5583} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:27.537338 [ 3 ] {d36aead0-e177-4957-b008-e68b27db5583} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.29 21:55:27.537681 [ 3 ] {d36aead0-e177-4957-b008-e68b27db5583} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:27.537817 [ 3 ] {d36aead0-e177-4957-b008-e68b27db5583} executeQuery: Read 197 rows, 14.08 KiB in 0.001605 sec., 122741.43302180685 rows/sec., 8.57 MiB/sec. 2024.05.29 21:55:27.538001 [ 3 ] {d36aead0-e177-4957-b008-e68b27db5583} DynamicQueryHandler: Done processing query 2024.05.29 21:55:27.538024 [ 3 ] {d36aead0-e177-4957-b008-e68b27db5583} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:55:27.538039 [ 3 ] {} HTTP-Session: 65ad7efc-2b48-44b5-9eb9-27e9c97dba20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.538154 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:27.538204 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:27.538222 [ 3 ] {} HTTP-Session: 14dc3ef4-8c37-45ca-ab2b-23aa78f490f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:27.538238 [ 3 ] {} HTTP-Session: 14dc3ef4-8c37-45ca-ab2b-23aa78f490f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.538252 [ 3 ] {} HTTP-Session: 14dc3ef4-8c37-45ca-ab2b-23aa78f490f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.538283 [ 3 ] {} HTTP-Session: 14dc3ef4-8c37-45ca-ab2b-23aa78f490f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:27.538539 [ 3 ] {0db2d49a-410c-42a0-998b-dfe88e8f8f0f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:27.538587 [ 3 ] {0db2d49a-410c-42a0-998b-dfe88e8f8f0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:55:27.538746 [ 3 ] {0db2d49a-410c-42a0-998b-dfe88e8f8f0f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:27.539135 [ 3 ] {0db2d49a-410c-42a0-998b-dfe88e8f8f0f} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:27.539171 [ 3 ] {0db2d49a-410c-42a0-998b-dfe88e8f8f0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:27.539566 [ 3 ] {0db2d49a-410c-42a0-998b-dfe88e8f8f0f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.29 21:55:27.539907 [ 3 ] {0db2d49a-410c-42a0-998b-dfe88e8f8f0f} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:27.540066 [ 3 ] {0db2d49a-410c-42a0-998b-dfe88e8f8f0f} executeQuery: Read 24 rows, 33.16 KiB in 0.001696 sec., 14150.943396226416 rows/sec., 19.10 MiB/sec. 2024.05.29 21:55:27.540219 [ 3 ] {0db2d49a-410c-42a0-998b-dfe88e8f8f0f} DynamicQueryHandler: Done processing query 2024.05.29 21:55:27.540242 [ 3 ] {0db2d49a-410c-42a0-998b-dfe88e8f8f0f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:55:27.540257 [ 3 ] {} HTTP-Session: 14dc3ef4-8c37-45ca-ab2b-23aa78f490f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.540367 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:27.540414 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:27.540432 [ 3 ] {} HTTP-Session: 759dddd0-6d5b-4ce0-976c-01ea431549d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:27.540448 [ 3 ] {} HTTP-Session: 759dddd0-6d5b-4ce0-976c-01ea431549d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.540462 [ 3 ] {} HTTP-Session: 759dddd0-6d5b-4ce0-976c-01ea431549d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:27.540490 [ 3 ] {} HTTP-Session: 759dddd0-6d5b-4ce0-976c-01ea431549d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:27.540598 [ 3 ] {f9993c9c-a019-4971-a7f7-ba30b519f32d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:27.540641 [ 3 ] {f9993c9c-a019-4971-a7f7-ba30b519f32d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:55:27.540766 [ 3 ] {f9993c9c-a019-4971-a7f7-ba30b519f32d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:27.541046 [ 3 ] {f9993c9c-a019-4971-a7f7-ba30b519f32d} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:27.541082 [ 3 ] {f9993c9c-a019-4971-a7f7-ba30b519f32d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:27.541434 [ 3 ] {f9993c9c-a019-4971-a7f7-ba30b519f32d} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.29 21:55:27.541756 [ 3 ] {f9993c9c-a019-4971-a7f7-ba30b519f32d} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:27.541912 [ 3 ] {f9993c9c-a019-4971-a7f7-ba30b519f32d} executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. 2024.05.29 21:55:27.542070 [ 3 ] {f9993c9c-a019-4971-a7f7-ba30b519f32d} DynamicQueryHandler: Done processing query 2024.05.29 21:55:27.542093 [ 3 ] {f9993c9c-a019-4971-a7f7-ba30b519f32d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:27.542108 [ 3 ] {} HTTP-Session: 759dddd0-6d5b-4ce0-976c-01ea431549d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:30.783536 [ 45 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:55:30.783610 [ 45 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:55:32.521907 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:32.522039 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:32.522068 [ 3 ] {} HTTP-Session: 10038ca6-bd4c-4978-992d-189e8ac9d2fd Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:32.522098 [ 3 ] {} HTTP-Session: 10038ca6-bd4c-4978-992d-189e8ac9d2fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.522116 [ 3 ] {} HTTP-Session: 10038ca6-bd4c-4978-992d-189e8ac9d2fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.522173 [ 3 ] {} HTTP-Session: 10038ca6-bd4c-4978-992d-189e8ac9d2fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:32.522386 [ 3 ] {d8d5f83f-9e43-4b23-8cc1-89d862c78574} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:32.522464 [ 3 ] {d8d5f83f-9e43-4b23-8cc1-89d862c78574} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:55:32.522692 [ 3 ] {d8d5f83f-9e43-4b23-8cc1-89d862c78574} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:32.523153 [ 3 ] {d8d5f83f-9e43-4b23-8cc1-89d862c78574} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:32.523199 [ 3 ] {d8d5f83f-9e43-4b23-8cc1-89d862c78574} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:32.523583 [ 3 ] {d8d5f83f-9e43-4b23-8cc1-89d862c78574} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.29 21:55:32.523939 [ 3 ] {d8d5f83f-9e43-4b23-8cc1-89d862c78574} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:32.524123 [ 3 ] {d8d5f83f-9e43-4b23-8cc1-89d862c78574} executeQuery: Read 4 rows, 332.00 B in 0.00179 sec., 2234.63687150838 rows/sec., 181.13 KiB/sec. 2024.05.29 21:55:32.524344 [ 3 ] {d8d5f83f-9e43-4b23-8cc1-89d862c78574} DynamicQueryHandler: Done processing query 2024.05.29 21:55:32.524374 [ 3 ] {d8d5f83f-9e43-4b23-8cc1-89d862c78574} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:55:32.524390 [ 3 ] {} HTTP-Session: 10038ca6-bd4c-4978-992d-189e8ac9d2fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.524522 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:32.524574 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:32.524593 [ 3 ] {} HTTP-Session: f6eeaa48-28e4-42e4-933c-cd01e4a9a177 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:32.524611 [ 3 ] {} HTTP-Session: f6eeaa48-28e4-42e4-933c-cd01e4a9a177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.524625 [ 3 ] {} HTTP-Session: f6eeaa48-28e4-42e4-933c-cd01e4a9a177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.524659 [ 3 ] {} HTTP-Session: f6eeaa48-28e4-42e4-933c-cd01e4a9a177 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:32.524767 [ 3 ] {25a2e456-3e83-47ae-a766-22c9a48238ba} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:32.524815 [ 3 ] {25a2e456-3e83-47ae-a766-22c9a48238ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:55:32.524949 [ 3 ] {25a2e456-3e83-47ae-a766-22c9a48238ba} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:32.525275 [ 3 ] {25a2e456-3e83-47ae-a766-22c9a48238ba} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:32.525315 [ 3 ] {25a2e456-3e83-47ae-a766-22c9a48238ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:32.525634 [ 3 ] {25a2e456-3e83-47ae-a766-22c9a48238ba} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.29 21:55:32.525944 [ 3 ] {25a2e456-3e83-47ae-a766-22c9a48238ba} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:32.526067 [ 3 ] {25a2e456-3e83-47ae-a766-22c9a48238ba} executeQuery: Read 8 rows, 668.00 B in 0.00133 sec., 6015.037593984963 rows/sec., 490.48 KiB/sec. 2024.05.29 21:55:32.526331 [ 3 ] {25a2e456-3e83-47ae-a766-22c9a48238ba} DynamicQueryHandler: Done processing query 2024.05.29 21:55:32.526356 [ 3 ] {25a2e456-3e83-47ae-a766-22c9a48238ba} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:55:32.526372 [ 3 ] {} HTTP-Session: f6eeaa48-28e4-42e4-933c-cd01e4a9a177 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.526490 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 10172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:32.526541 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:32.526560 [ 3 ] {} HTTP-Session: c173d31b-fc04-4339-aeef-c7de0f729a58 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:32.526576 [ 3 ] {} HTTP-Session: c173d31b-fc04-4339-aeef-c7de0f729a58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.526590 [ 3 ] {} HTTP-Session: c173d31b-fc04-4339-aeef-c7de0f729a58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.526621 [ 3 ] {} HTTP-Session: c173d31b-fc04-4339-aeef-c7de0f729a58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:32.526739 [ 3 ] {6d7e5701-d4f0-4ab8-b4b5-c2f5331e921f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:32.526783 [ 3 ] {6d7e5701-d4f0-4ab8-b4b5-c2f5331e921f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:55:32.526926 [ 3 ] {6d7e5701-d4f0-4ab8-b4b5-c2f5331e921f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:32.527265 [ 3 ] {6d7e5701-d4f0-4ab8-b4b5-c2f5331e921f} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:32.527301 [ 3 ] {6d7e5701-d4f0-4ab8-b4b5-c2f5331e921f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:32.527625 [ 3 ] {6d7e5701-d4f0-4ab8-b4b5-c2f5331e921f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.29 21:55:32.527937 [ 3 ] {6d7e5701-d4f0-4ab8-b4b5-c2f5331e921f} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:32.528060 [ 3 ] {6d7e5701-d4f0-4ab8-b4b5-c2f5331e921f} executeQuery: Read 72 rows, 5.77 KiB in 0.001362 sec., 52863.43612334802 rows/sec., 4.14 MiB/sec. 2024.05.29 21:55:32.528248 [ 3 ] {6d7e5701-d4f0-4ab8-b4b5-c2f5331e921f} DynamicQueryHandler: Done processing query 2024.05.29 21:55:32.528278 [ 3 ] {6d7e5701-d4f0-4ab8-b4b5-c2f5331e921f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:55:32.528294 [ 3 ] {} HTTP-Session: c173d31b-fc04-4339-aeef-c7de0f729a58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.528402 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:32.528450 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:32.528469 [ 3 ] {} HTTP-Session: a1cdd1d1-7ef2-4e07-b6d1-95649d75bb1f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:32.528486 [ 3 ] {} HTTP-Session: a1cdd1d1-7ef2-4e07-b6d1-95649d75bb1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.528499 [ 3 ] {} HTTP-Session: a1cdd1d1-7ef2-4e07-b6d1-95649d75bb1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.528529 [ 3 ] {} HTTP-Session: a1cdd1d1-7ef2-4e07-b6d1-95649d75bb1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:32.528627 [ 3 ] {fe181886-f04f-452a-b2c1-6fbde94ed0c3} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:32.528670 [ 3 ] {fe181886-f04f-452a-b2c1-6fbde94ed0c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:55:32.528795 [ 3 ] {fe181886-f04f-452a-b2c1-6fbde94ed0c3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:32.529063 [ 3 ] {fe181886-f04f-452a-b2c1-6fbde94ed0c3} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:32.529099 [ 3 ] {fe181886-f04f-452a-b2c1-6fbde94ed0c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:32.529401 [ 3 ] {fe181886-f04f-452a-b2c1-6fbde94ed0c3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.29 21:55:32.529720 [ 3 ] {fe181886-f04f-452a-b2c1-6fbde94ed0c3} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:32.529844 [ 3 ] {fe181886-f04f-452a-b2c1-6fbde94ed0c3} executeQuery: Read 8 rows, 572.00 B in 0.001244 sec., 6430.868167202572 rows/sec., 449.03 KiB/sec. 2024.05.29 21:55:32.530000 [ 3 ] {fe181886-f04f-452a-b2c1-6fbde94ed0c3} DynamicQueryHandler: Done processing query 2024.05.29 21:55:32.530025 [ 3 ] {fe181886-f04f-452a-b2c1-6fbde94ed0c3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:55:32.530040 [ 3 ] {} HTTP-Session: a1cdd1d1-7ef2-4e07-b6d1-95649d75bb1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.530155 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 12930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:32.530202 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:32.530222 [ 3 ] {} HTTP-Session: a7909760-82b6-4e1b-b2c0-c0701ea90e43 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:32.530238 [ 3 ] {} HTTP-Session: a7909760-82b6-4e1b-b2c0-c0701ea90e43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.530252 [ 3 ] {} HTTP-Session: a7909760-82b6-4e1b-b2c0-c0701ea90e43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.530282 [ 3 ] {} HTTP-Session: a7909760-82b6-4e1b-b2c0-c0701ea90e43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:32.530397 [ 3 ] {fd8a27ab-aa0b-4d84-a27e-be8d7dd7e8f7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:32.530439 [ 3 ] {fd8a27ab-aa0b-4d84-a27e-be8d7dd7e8f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:55:32.530561 [ 3 ] {fd8a27ab-aa0b-4d84-a27e-be8d7dd7e8f7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:32.530884 [ 3 ] {fd8a27ab-aa0b-4d84-a27e-be8d7dd7e8f7} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:32.530921 [ 3 ] {fd8a27ab-aa0b-4d84-a27e-be8d7dd7e8f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:32.531237 [ 3 ] {fd8a27ab-aa0b-4d84-a27e-be8d7dd7e8f7} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.29 21:55:32.531546 [ 3 ] {fd8a27ab-aa0b-4d84-a27e-be8d7dd7e8f7} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:32.531668 [ 3 ] {fd8a27ab-aa0b-4d84-a27e-be8d7dd7e8f7} executeQuery: Read 76 rows, 6.09 KiB in 0.001312 sec., 57926.829268292684 rows/sec., 4.53 MiB/sec. 2024.05.29 21:55:32.531825 [ 3 ] {fd8a27ab-aa0b-4d84-a27e-be8d7dd7e8f7} DynamicQueryHandler: Done processing query 2024.05.29 21:55:32.531849 [ 3 ] {fd8a27ab-aa0b-4d84-a27e-be8d7dd7e8f7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:55:32.531864 [ 3 ] {} HTTP-Session: a7909760-82b6-4e1b-b2c0-c0701ea90e43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.532005 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 31395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:32.532054 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:32.532072 [ 3 ] {} HTTP-Session: 52a3a229-59a6-4394-9a2a-9f776fa5ff51 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:32.532089 [ 3 ] {} HTTP-Session: 52a3a229-59a6-4394-9a2a-9f776fa5ff51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.532102 [ 3 ] {} HTTP-Session: 52a3a229-59a6-4394-9a2a-9f776fa5ff51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.532132 [ 3 ] {} HTTP-Session: 52a3a229-59a6-4394-9a2a-9f776fa5ff51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:32.532283 [ 3 ] {34335835-1621-4b44-a8ce-b13a12d7ede3} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:32.532330 [ 3 ] {34335835-1621-4b44-a8ce-b13a12d7ede3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:55:32.532470 [ 3 ] {34335835-1621-4b44-a8ce-b13a12d7ede3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:32.532842 [ 3 ] {34335835-1621-4b44-a8ce-b13a12d7ede3} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:32.532877 [ 3 ] {34335835-1621-4b44-a8ce-b13a12d7ede3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:32.533279 [ 3 ] {34335835-1621-4b44-a8ce-b13a12d7ede3} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.29 21:55:32.533617 [ 3 ] {34335835-1621-4b44-a8ce-b13a12d7ede3} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:32.533743 [ 3 ] {34335835-1621-4b44-a8ce-b13a12d7ede3} executeQuery: Read 164 rows, 11.69 KiB in 0.00153 sec., 107189.54248366015 rows/sec., 7.46 MiB/sec. 2024.05.29 21:55:32.533905 [ 3 ] {34335835-1621-4b44-a8ce-b13a12d7ede3} DynamicQueryHandler: Done processing query 2024.05.29 21:55:32.533929 [ 3 ] {34335835-1621-4b44-a8ce-b13a12d7ede3} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:55:32.533944 [ 3 ] {} HTTP-Session: 52a3a229-59a6-4394-9a2a-9f776fa5ff51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.534056 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:32.534104 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:32.534122 [ 3 ] {} HTTP-Session: 9bda1d47-b5a0-49f1-975e-78ed5bd75e61 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:32.534138 [ 3 ] {} HTTP-Session: 9bda1d47-b5a0-49f1-975e-78ed5bd75e61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.534151 [ 3 ] {} HTTP-Session: 9bda1d47-b5a0-49f1-975e-78ed5bd75e61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.534181 [ 3 ] {} HTTP-Session: 9bda1d47-b5a0-49f1-975e-78ed5bd75e61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:32.534314 [ 3 ] {e4532b29-b213-4ab4-9de3-ab9493e24bf8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:32.534361 [ 3 ] {e4532b29-b213-4ab4-9de3-ab9493e24bf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:55:32.534515 [ 3 ] {e4532b29-b213-4ab4-9de3-ab9493e24bf8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:32.534821 [ 3 ] {e4532b29-b213-4ab4-9de3-ab9493e24bf8} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:32.534856 [ 3 ] {e4532b29-b213-4ab4-9de3-ab9493e24bf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:32.535247 [ 3 ] {e4532b29-b213-4ab4-9de3-ab9493e24bf8} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.29 21:55:32.535596 [ 3 ] {e4532b29-b213-4ab4-9de3-ab9493e24bf8} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:32.535727 [ 3 ] {e4532b29-b213-4ab4-9de3-ab9493e24bf8} executeQuery: Read 4 rows, 5.53 KiB in 0.001468 sec., 2724.7956403269754 rows/sec., 3.68 MiB/sec. 2024.05.29 21:55:32.535992 [ 3 ] {e4532b29-b213-4ab4-9de3-ab9493e24bf8} DynamicQueryHandler: Done processing query 2024.05.29 21:55:32.536037 [ 3 ] {e4532b29-b213-4ab4-9de3-ab9493e24bf8} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:55:32.536082 [ 3 ] {} HTTP-Session: 9bda1d47-b5a0-49f1-975e-78ed5bd75e61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.536209 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:32.536258 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:32.536276 [ 3 ] {} HTTP-Session: fca08d1b-7bce-4558-a72a-1ad0388b08e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:32.536292 [ 3 ] {} HTTP-Session: fca08d1b-7bce-4558-a72a-1ad0388b08e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.536306 [ 3 ] {} HTTP-Session: fca08d1b-7bce-4558-a72a-1ad0388b08e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:32.536335 [ 3 ] {} HTTP-Session: fca08d1b-7bce-4558-a72a-1ad0388b08e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:32.536465 [ 3 ] {24a7569a-dfc3-427a-8cd9-dedd2272aa7f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:32.536511 [ 3 ] {24a7569a-dfc3-427a-8cd9-dedd2272aa7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:55:32.536651 [ 3 ] {24a7569a-dfc3-427a-8cd9-dedd2272aa7f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:32.536943 [ 3 ] {24a7569a-dfc3-427a-8cd9-dedd2272aa7f} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:32.536979 [ 3 ] {24a7569a-dfc3-427a-8cd9-dedd2272aa7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.29 21:55:32.537347 [ 3 ] {24a7569a-dfc3-427a-8cd9-dedd2272aa7f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.29 21:55:32.537675 [ 3 ] {24a7569a-dfc3-427a-8cd9-dedd2272aa7f} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:32.537800 [ 3 ] {24a7569a-dfc3-427a-8cd9-dedd2272aa7f} executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. 2024.05.29 21:55:32.538066 [ 3 ] {24a7569a-dfc3-427a-8cd9-dedd2272aa7f} DynamicQueryHandler: Done processing query 2024.05.29 21:55:32.538124 [ 3 ] {24a7569a-dfc3-427a-8cd9-dedd2272aa7f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:32.538170 [ 3 ] {} HTTP-Session: fca08d1b-7bce-4558-a72a-1ad0388b08e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.522608 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:37.522752 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:37.522779 [ 3 ] {} HTTP-Session: 91ccd082-f47b-4156-b23f-c82c35228e4a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:37.522803 [ 3 ] {} HTTP-Session: 91ccd082-f47b-4156-b23f-c82c35228e4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.522818 [ 3 ] {} HTTP-Session: 91ccd082-f47b-4156-b23f-c82c35228e4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.522868 [ 3 ] {} HTTP-Session: 91ccd082-f47b-4156-b23f-c82c35228e4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:37.523068 [ 3 ] {0e7ab90b-145f-4198-91d0-8a0784fae751} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:37.523140 [ 3 ] {0e7ab90b-145f-4198-91d0-8a0784fae751} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:55:37.523337 [ 3 ] {0e7ab90b-145f-4198-91d0-8a0784fae751} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:37.523817 [ 3 ] {0e7ab90b-145f-4198-91d0-8a0784fae751} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:37.523866 [ 3 ] {0e7ab90b-145f-4198-91d0-8a0784fae751} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:37.524264 [ 3 ] {0e7ab90b-145f-4198-91d0-8a0784fae751} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.29 21:55:37.524617 [ 3 ] {0e7ab90b-145f-4198-91d0-8a0784fae751} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:37.524770 [ 3 ] {0e7ab90b-145f-4198-91d0-8a0784fae751} executeQuery: Read 24 rows, 1.95 KiB in 0.001764 sec., 13605.442176870749 rows/sec., 1.08 MiB/sec. 2024.05.29 21:55:37.524980 [ 3 ] {0e7ab90b-145f-4198-91d0-8a0784fae751} DynamicQueryHandler: Done processing query 2024.05.29 21:55:37.525007 [ 3 ] {0e7ab90b-145f-4198-91d0-8a0784fae751} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:37.525022 [ 3 ] {} HTTP-Session: 91ccd082-f47b-4156-b23f-c82c35228e4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.525160 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:37.525216 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:37.525265 [ 3 ] {} HTTP-Session: 08ba0207-46ee-4a0a-b4f7-bd850caac370 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:37.525284 [ 3 ] {} HTTP-Session: 08ba0207-46ee-4a0a-b4f7-bd850caac370 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.525297 [ 3 ] {} HTTP-Session: 08ba0207-46ee-4a0a-b4f7-bd850caac370 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.525334 [ 3 ] {} HTTP-Session: 08ba0207-46ee-4a0a-b4f7-bd850caac370 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:37.525440 [ 3 ] {70544e72-b077-4f4b-b5cb-8479151a2b23} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:37.525489 [ 3 ] {70544e72-b077-4f4b-b5cb-8479151a2b23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:55:37.525623 [ 3 ] {70544e72-b077-4f4b-b5cb-8479151a2b23} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:37.525942 [ 3 ] {70544e72-b077-4f4b-b5cb-8479151a2b23} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:37.525979 [ 3 ] {70544e72-b077-4f4b-b5cb-8479151a2b23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:37.526311 [ 3 ] {70544e72-b077-4f4b-b5cb-8479151a2b23} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.29 21:55:37.526631 [ 3 ] {70544e72-b077-4f4b-b5cb-8479151a2b23} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:37.526758 [ 3 ] {70544e72-b077-4f4b-b5cb-8479151a2b23} executeQuery: Read 4 rows, 334.00 B in 0.00135 sec., 2962.9629629629626 rows/sec., 241.61 KiB/sec. 2024.05.29 21:55:37.526921 [ 3 ] {70544e72-b077-4f4b-b5cb-8479151a2b23} DynamicQueryHandler: Done processing query 2024.05.29 21:55:37.526946 [ 3 ] {70544e72-b077-4f4b-b5cb-8479151a2b23} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:55:37.526961 [ 3 ] {} HTTP-Session: 08ba0207-46ee-4a0a-b4f7-bd850caac370 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.527126 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:37.527176 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:37.527195 [ 3 ] {} HTTP-Session: b86296a8-5dc2-4ddd-9883-d7a4df653849 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:37.527212 [ 3 ] {} HTTP-Session: b86296a8-5dc2-4ddd-9883-d7a4df653849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.527225 [ 3 ] {} HTTP-Session: b86296a8-5dc2-4ddd-9883-d7a4df653849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.527256 [ 3 ] {} HTTP-Session: b86296a8-5dc2-4ddd-9883-d7a4df653849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:37.527393 [ 3 ] {cf9c2383-1093-4b63-8cd5-28707da051df} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:37.527436 [ 3 ] {cf9c2383-1093-4b63-8cd5-28707da051df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:55:37.527560 [ 3 ] {cf9c2383-1093-4b63-8cd5-28707da051df} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:37.527932 [ 3 ] {cf9c2383-1093-4b63-8cd5-28707da051df} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:37.527969 [ 3 ] {cf9c2383-1093-4b63-8cd5-28707da051df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:37.528296 [ 3 ] {cf9c2383-1093-4b63-8cd5-28707da051df} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.29 21:55:37.528617 [ 3 ] {cf9c2383-1093-4b63-8cd5-28707da051df} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:37.528747 [ 3 ] {cf9c2383-1093-4b63-8cd5-28707da051df} executeQuery: Read 130 rows, 11.05 KiB in 0.001412 sec., 92067.98866855523 rows/sec., 7.64 MiB/sec. 2024.05.29 21:55:37.528983 [ 3 ] {cf9c2383-1093-4b63-8cd5-28707da051df} DynamicQueryHandler: Done processing query 2024.05.29 21:55:37.529044 [ 3 ] {cf9c2383-1093-4b63-8cd5-28707da051df} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:55:37.529095 [ 3 ] {} HTTP-Session: b86296a8-5dc2-4ddd-9883-d7a4df653849 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.529267 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:37.529320 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:37.529340 [ 3 ] {} HTTP-Session: b84e9b7b-dcfb-4f1b-a4ac-f54c66689409 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:37.529356 [ 3 ] {} HTTP-Session: b84e9b7b-dcfb-4f1b-a4ac-f54c66689409 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.529369 [ 3 ] {} HTTP-Session: b84e9b7b-dcfb-4f1b-a4ac-f54c66689409 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.529402 [ 3 ] {} HTTP-Session: b84e9b7b-dcfb-4f1b-a4ac-f54c66689409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:37.529502 [ 3 ] {bbc3829b-f0e8-42fd-b7e8-4bd07682f8f0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:37.529546 [ 3 ] {bbc3829b-f0e8-42fd-b7e8-4bd07682f8f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:55:37.529693 [ 3 ] {bbc3829b-f0e8-42fd-b7e8-4bd07682f8f0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:37.529967 [ 3 ] {bbc3829b-f0e8-42fd-b7e8-4bd07682f8f0} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:37.530003 [ 3 ] {bbc3829b-f0e8-42fd-b7e8-4bd07682f8f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:37.530304 [ 3 ] {bbc3829b-f0e8-42fd-b7e8-4bd07682f8f0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.29 21:55:37.530617 [ 3 ] {bbc3829b-f0e8-42fd-b7e8-4bd07682f8f0} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:37.530745 [ 3 ] {bbc3829b-f0e8-42fd-b7e8-4bd07682f8f0} executeQuery: Read 4 rows, 286.00 B in 0.001272 sec., 3144.654088050315 rows/sec., 219.57 KiB/sec. 2024.05.29 21:55:37.530903 [ 3 ] {bbc3829b-f0e8-42fd-b7e8-4bd07682f8f0} DynamicQueryHandler: Done processing query 2024.05.29 21:55:37.530927 [ 3 ] {bbc3829b-f0e8-42fd-b7e8-4bd07682f8f0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:55:37.530942 [ 3 ] {} HTTP-Session: b84e9b7b-dcfb-4f1b-a4ac-f54c66689409 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.531069 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 15638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:37.531117 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:37.531137 [ 3 ] {} HTTP-Session: 357be0e5-834b-44e5-bb9a-b385eeee1fa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:37.531153 [ 3 ] {} HTTP-Session: 357be0e5-834b-44e5-bb9a-b385eeee1fa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.531166 [ 3 ] {} HTTP-Session: 357be0e5-834b-44e5-bb9a-b385eeee1fa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.531197 [ 3 ] {} HTTP-Session: 357be0e5-834b-44e5-bb9a-b385eeee1fa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:37.531328 [ 3 ] {06709c81-4e03-40ae-be60-c857ef8cdfc5} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:37.531370 [ 3 ] {06709c81-4e03-40ae-be60-c857ef8cdfc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:55:37.531493 [ 3 ] {06709c81-4e03-40ae-be60-c857ef8cdfc5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:37.531830 [ 3 ] {06709c81-4e03-40ae-be60-c857ef8cdfc5} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:37.531865 [ 3 ] {06709c81-4e03-40ae-be60-c857ef8cdfc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:37.532186 [ 3 ] {06709c81-4e03-40ae-be60-c857ef8cdfc5} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.29 21:55:37.532504 [ 3 ] {06709c81-4e03-40ae-be60-c857ef8cdfc5} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:37.532632 [ 3 ] {06709c81-4e03-40ae-be60-c857ef8cdfc5} executeQuery: Read 92 rows, 7.36 KiB in 0.001354 sec., 67946.82422451994 rows/sec., 5.31 MiB/sec. 2024.05.29 21:55:37.532793 [ 3 ] {06709c81-4e03-40ae-be60-c857ef8cdfc5} DynamicQueryHandler: Done processing query 2024.05.29 21:55:37.532817 [ 3 ] {06709c81-4e03-40ae-be60-c857ef8cdfc5} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:55:37.532833 [ 3 ] {} HTTP-Session: 357be0e5-834b-44e5-bb9a-b385eeee1fa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.532988 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 31014, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:37.533035 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:37.533054 [ 3 ] {} HTTP-Session: 19db42ee-6931-4b10-800e-c8921b5c1d25 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:37.533070 [ 3 ] {} HTTP-Session: 19db42ee-6931-4b10-800e-c8921b5c1d25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.533083 [ 3 ] {} HTTP-Session: 19db42ee-6931-4b10-800e-c8921b5c1d25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.533112 [ 3 ] {} HTTP-Session: 19db42ee-6931-4b10-800e-c8921b5c1d25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:37.533264 [ 3 ] {15c9b5f7-d8ab-4cd0-baaa-a5739dd37115} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:37.533311 [ 3 ] {15c9b5f7-d8ab-4cd0-baaa-a5739dd37115} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:55:37.533452 [ 3 ] {15c9b5f7-d8ab-4cd0-baaa-a5739dd37115} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:37.533854 [ 3 ] {15c9b5f7-d8ab-4cd0-baaa-a5739dd37115} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:37.533890 [ 3 ] {15c9b5f7-d8ab-4cd0-baaa-a5739dd37115} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:37.534291 [ 3 ] {15c9b5f7-d8ab-4cd0-baaa-a5739dd37115} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.29 21:55:37.534635 [ 3 ] {15c9b5f7-d8ab-4cd0-baaa-a5739dd37115} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:37.534773 [ 3 ] {15c9b5f7-d8ab-4cd0-baaa-a5739dd37115} executeQuery: Read 162 rows, 11.55 KiB in 0.001582 sec., 102402.02275600506 rows/sec., 7.13 MiB/sec. 2024.05.29 21:55:37.534960 [ 3 ] {15c9b5f7-d8ab-4cd0-baaa-a5739dd37115} DynamicQueryHandler: Done processing query 2024.05.29 21:55:37.534989 [ 3 ] {15c9b5f7-d8ab-4cd0-baaa-a5739dd37115} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:55:37.535004 [ 3 ] {} HTTP-Session: 19db42ee-6931-4b10-800e-c8921b5c1d25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.535180 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:37.535231 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:37.535249 [ 3 ] {} HTTP-Session: 6ad87354-81ed-4467-8a21-e3d33032a25c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:37.535265 [ 3 ] {} HTTP-Session: 6ad87354-81ed-4467-8a21-e3d33032a25c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.535279 [ 3 ] {} HTTP-Session: 6ad87354-81ed-4467-8a21-e3d33032a25c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.535309 [ 3 ] {} HTTP-Session: 6ad87354-81ed-4467-8a21-e3d33032a25c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:37.535612 [ 3 ] {c5259351-9696-40af-bd0d-a0dfcbb7c06f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:37.535666 [ 3 ] {c5259351-9696-40af-bd0d-a0dfcbb7c06f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:55:37.535834 [ 3 ] {c5259351-9696-40af-bd0d-a0dfcbb7c06f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:37.536282 [ 3 ] {c5259351-9696-40af-bd0d-a0dfcbb7c06f} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:37.536317 [ 3 ] {c5259351-9696-40af-bd0d-a0dfcbb7c06f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:37.536731 [ 3 ] {c5259351-9696-40af-bd0d-a0dfcbb7c06f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.29 21:55:37.537082 [ 3 ] {c5259351-9696-40af-bd0d-a0dfcbb7c06f} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:37.537217 [ 3 ] {c5259351-9696-40af-bd0d-a0dfcbb7c06f} executeQuery: Read 24 rows, 33.16 KiB in 0.001832 sec., 13100.436681222707 rows/sec., 17.68 MiB/sec. 2024.05.29 21:55:37.537514 [ 3 ] {c5259351-9696-40af-bd0d-a0dfcbb7c06f} DynamicQueryHandler: Done processing query 2024.05.29 21:55:37.537553 [ 3 ] {c5259351-9696-40af-bd0d-a0dfcbb7c06f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:55:37.537577 [ 3 ] {} HTTP-Session: 6ad87354-81ed-4467-8a21-e3d33032a25c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.537698 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:37.537746 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:37.537766 [ 3 ] {} HTTP-Session: 1aa033b9-fd93-4630-b6dd-38ed74484a87 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:37.537782 [ 3 ] {} HTTP-Session: 1aa033b9-fd93-4630-b6dd-38ed74484a87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.537795 [ 3 ] {} HTTP-Session: 1aa033b9-fd93-4630-b6dd-38ed74484a87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:37.537826 [ 3 ] {} HTTP-Session: 1aa033b9-fd93-4630-b6dd-38ed74484a87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:37.537946 [ 3 ] {7f28a7d9-5945-4b3b-8fc0-a4a82dd5477b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:37.537993 [ 3 ] {7f28a7d9-5945-4b3b-8fc0-a4a82dd5477b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:55:37.538138 [ 3 ] {7f28a7d9-5945-4b3b-8fc0-a4a82dd5477b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:37.538431 [ 3 ] {7f28a7d9-5945-4b3b-8fc0-a4a82dd5477b} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:37.538467 [ 3 ] {7f28a7d9-5945-4b3b-8fc0-a4a82dd5477b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:37.538834 [ 3 ] {7f28a7d9-5945-4b3b-8fc0-a4a82dd5477b} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.29 21:55:37.539165 [ 3 ] {7f28a7d9-5945-4b3b-8fc0-a4a82dd5477b} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:37.539295 [ 3 ] {7f28a7d9-5945-4b3b-8fc0-a4a82dd5477b} executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. 2024.05.29 21:55:37.539455 [ 3 ] {7f28a7d9-5945-4b3b-8fc0-a4a82dd5477b} DynamicQueryHandler: Done processing query 2024.05.29 21:55:37.539479 [ 3 ] {7f28a7d9-5945-4b3b-8fc0-a4a82dd5477b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:37.539495 [ 3 ] {} HTTP-Session: 1aa033b9-fd93-4630-b6dd-38ed74484a87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.521636 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:42.521774 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:42.521801 [ 3 ] {} HTTP-Session: 1897bf70-8d88-44fe-a037-eed21da88477 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:42.521826 [ 3 ] {} HTTP-Session: 1897bf70-8d88-44fe-a037-eed21da88477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.521841 [ 3 ] {} HTTP-Session: 1897bf70-8d88-44fe-a037-eed21da88477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.521892 [ 3 ] {} HTTP-Session: 1897bf70-8d88-44fe-a037-eed21da88477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:42.522084 [ 3 ] {45b8de1e-c119-4344-97c3-52482b5604ae} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:42.522153 [ 3 ] {45b8de1e-c119-4344-97c3-52482b5604ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:55:42.522353 [ 3 ] {45b8de1e-c119-4344-97c3-52482b5604ae} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:42.522780 [ 3 ] {45b8de1e-c119-4344-97c3-52482b5604ae} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:42.522827 [ 3 ] {45b8de1e-c119-4344-97c3-52482b5604ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:42.523212 [ 3 ] {45b8de1e-c119-4344-97c3-52482b5604ae} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.29 21:55:42.523560 [ 3 ] {45b8de1e-c119-4344-97c3-52482b5604ae} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:42.523708 [ 3 ] {45b8de1e-c119-4344-97c3-52482b5604ae} executeQuery: Read 4 rows, 332.00 B in 0.001678 sec., 2383.7902264600716 rows/sec., 193.22 KiB/sec. 2024.05.29 21:55:42.523922 [ 3 ] {45b8de1e-c119-4344-97c3-52482b5604ae} DynamicQueryHandler: Done processing query 2024.05.29 21:55:42.523949 [ 3 ] {45b8de1e-c119-4344-97c3-52482b5604ae} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:55:42.523966 [ 3 ] {} HTTP-Session: 1897bf70-8d88-44fe-a037-eed21da88477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.524109 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:42.524166 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:42.524186 [ 3 ] {} HTTP-Session: c8aed65e-e326-4703-afbf-86acddc7949f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:42.524207 [ 3 ] {} HTTP-Session: c8aed65e-e326-4703-afbf-86acddc7949f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.524221 [ 3 ] {} HTTP-Session: c8aed65e-e326-4703-afbf-86acddc7949f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.524257 [ 3 ] {} HTTP-Session: c8aed65e-e326-4703-afbf-86acddc7949f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:42.524386 [ 3 ] {e8bbc0ab-4e3d-4d42-b508-0634cf3bba23} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:42.524445 [ 3 ] {e8bbc0ab-4e3d-4d42-b508-0634cf3bba23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:55:42.524583 [ 3 ] {e8bbc0ab-4e3d-4d42-b508-0634cf3bba23} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:42.525073 [ 3 ] {e8bbc0ab-4e3d-4d42-b508-0634cf3bba23} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:42.525110 [ 3 ] {e8bbc0ab-4e3d-4d42-b508-0634cf3bba23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:42.525435 [ 3 ] {e8bbc0ab-4e3d-4d42-b508-0634cf3bba23} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.29 21:55:42.525762 [ 3 ] {e8bbc0ab-4e3d-4d42-b508-0634cf3bba23} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:42.525890 [ 34 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.29 21:55:42.525891 [ 3 ] {e8bbc0ab-4e3d-4d42-b508-0634cf3bba23} executeQuery: Read 68 rows, 5.48 KiB in 0.001552 sec., 43814.43298969072 rows/sec., 3.45 MiB/sec. 2024.05.29 21:55:42.525934 [ 34 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:42.525970 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:42.526138 [ 3 ] {e8bbc0ab-4e3d-4d42-b508-0634cf3bba23} DynamicQueryHandler: Done processing query 2024.05.29 21:55:42.526157 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.29 21:55:42.526172 [ 3 ] {e8bbc0ab-4e3d-4d42-b508-0634cf3bba23} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:55:42.526258 [ 3 ] {} HTTP-Session: c8aed65e-e326-4703-afbf-86acddc7949f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.526386 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:55:42.526460 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 183 rows starting from the beginning of the part 2024.05.29 21:55:42.526461 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:42.526593 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:42.526694 [ 3 ] {} HTTP-Session: 49d945ca-79cc-4096-a975-85cf9d1a4ed6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:42.526695 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 68 rows starting from the beginning of the part 2024.05.29 21:55:42.526755 [ 3 ] {} HTTP-Session: 49d945ca-79cc-4096-a975-85cf9d1a4ed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.526808 [ 3 ] {} HTTP-Session: 49d945ca-79cc-4096-a975-85cf9d1a4ed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.526987 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 165 rows starting from the beginning of the part 2024.05.29 21:55:42.526996 [ 3 ] {} HTTP-Session: 49d945ca-79cc-4096-a975-85cf9d1a4ed6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:42.527291 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 72 rows starting from the beginning of the part 2024.05.29 21:55:42.527444 [ 3 ] {28c70fda-4c74-4e83-a87d-e6164a53218a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:42.527559 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 130 rows starting from the beginning of the part 2024.05.29 21:55:42.527588 [ 3 ] {28c70fda-4c74-4e83-a87d-e6164a53218a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:55:42.527886 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 68 rows starting from the beginning of the part 2024.05.29 21:55:42.528551 [ 3 ] {28c70fda-4c74-4e83-a87d-e6164a53218a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:42.529482 [ 3 ] {28c70fda-4c74-4e83-a87d-e6164a53218a} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:42.529553 [ 3 ] {28c70fda-4c74-4e83-a87d-e6164a53218a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:42.530308 [ 3 ] {28c70fda-4c74-4e83-a87d-e6164a53218a} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.29 21:55:42.530784 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 4 columns (4 merged, 0 gathered) in 0.004708689 sec., 145688.10979021972 rows/sec., 11.78 MiB/sec. 2024.05.29 21:55:42.530996 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.29 21:55:42.531140 [ 3 ] {28c70fda-4c74-4e83-a87d-e6164a53218a} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:42.531536 [ 34 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.29 21:55:42.531663 [ 34 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:42.531669 [ 3 ] {28c70fda-4c74-4e83-a87d-e6164a53218a} executeQuery: Read 68 rows, 5.44 KiB in 0.004415 sec., 15402.038505096263 rows/sec., 1.20 MiB/sec. 2024.05.29 21:55:42.531728 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:42.532329 [ 3 ] {28c70fda-4c74-4e83-a87d-e6164a53218a} DynamicQueryHandler: Done processing query 2024.05.29 21:55:42.532338 [ 200 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.29 21:55:42.532362 [ 3 ] {28c70fda-4c74-4e83-a87d-e6164a53218a} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:55:42.532482 [ 3 ] {} HTTP-Session: 49d945ca-79cc-4096-a975-85cf9d1a4ed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.532946 [ 200 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:55:42.532970 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:42.533075 [ 200 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 148 rows starting from the beginning of the part 2024.05.29 21:55:42.533216 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:42.533385 [ 200 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 68 rows starting from the beginning of the part 2024.05.29 21:55:42.533381 [ 3 ] {} HTTP-Session: 16305029-fe12-4243-9bbd-5e05653fd85d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:42.533512 [ 3 ] {} HTTP-Session: 16305029-fe12-4243-9bbd-5e05653fd85d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.533603 [ 3 ] {} HTTP-Session: 16305029-fe12-4243-9bbd-5e05653fd85d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.533679 [ 200 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 114 rows starting from the beginning of the part 2024.05.29 21:55:42.533773 [ 194 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_56_11} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:42.533825 [ 3 ] {} HTTP-Session: 16305029-fe12-4243-9bbd-5e05653fd85d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:42.533967 [ 200 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 76 rows starting from the beginning of the part 2024.05.29 21:55:42.534431 [ 200 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 92 rows starting from the beginning of the part 2024.05.29 21:55:42.534864 [ 194 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_56_11} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.29 21:55:42.534989 [ 200 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 68 rows starting from the beginning of the part 2024.05.29 21:55:42.535165 [ 3 ] {dbed7442-8d3e-4f99-9877-4948301c8d25} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:42.535309 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.05.29 21:55:42.535481 [ 3 ] {dbed7442-8d3e-4f99-9877-4948301c8d25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:55:42.536073 [ 3 ] {dbed7442-8d3e-4f99-9877-4948301c8d25} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:42.537118 [ 3 ] {dbed7442-8d3e-4f99-9877-4948301c8d25} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:42.537192 [ 3 ] {dbed7442-8d3e-4f99-9877-4948301c8d25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:42.538052 [ 200 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 4 columns (4 merged, 0 gathered) in 0.006131066 sec., 92316.73578460907 rows/sec., 7.21 MiB/sec. 2024.05.29 21:55:42.538145 [ 3 ] {dbed7442-8d3e-4f99-9877-4948301c8d25} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.29 21:55:42.538245 [ 200 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.29 21:55:42.538933 [ 3 ] {dbed7442-8d3e-4f99-9877-4948301c8d25} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:42.539055 [ 200 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_56_11} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:42.539166 [ 34 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.29 21:55:42.539269 [ 34 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:42.539269 [ 3 ] {dbed7442-8d3e-4f99-9877-4948301c8d25} executeQuery: Read 160 rows, 11.41 KiB in 0.005107 sec., 31329.547679655374 rows/sec., 2.18 MiB/sec. 2024.05.29 21:55:42.539318 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:42.539414 [ 200 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_56_11} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.29 21:55:42.539947 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.05.29 21:55:42.540066 [ 3 ] {dbed7442-8d3e-4f99-9877-4948301c8d25} DynamicQueryHandler: Done processing query 2024.05.29 21:55:42.540060 [ 194 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.29 21:55:42.540137 [ 3 ] {dbed7442-8d3e-4f99-9877-4948301c8d25} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:55:42.540235 [ 3 ] {} HTTP-Session: 16305029-fe12-4243-9bbd-5e05653fd85d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.540532 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:42.540713 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:42.540811 [ 3 ] {} HTTP-Session: 454cb82e-9bfb-4d67-ad96-e8cbd0f606dc Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:42.540902 [ 3 ] {} HTTP-Session: 454cb82e-9bfb-4d67-ad96-e8cbd0f606dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.540907 [ 194 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:55:42.540983 [ 3 ] {} HTTP-Session: 454cb82e-9bfb-4d67-ad96-e8cbd0f606dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.541055 [ 194 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7860 rows starting from the beginning of the part 2024.05.29 21:55:42.541112 [ 3 ] {} HTTP-Session: 454cb82e-9bfb-4d67-ad96-e8cbd0f606dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:42.541474 [ 194 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part 2024.05.29 21:55:42.541549 [ 3 ] {f47447eb-cfa3-4117-8e4d-38f678f73beb} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:42.541699 [ 194 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 197 rows starting from the beginning of the part 2024.05.29 21:55:42.541711 [ 3 ] {f47447eb-cfa3-4117-8e4d-38f678f73beb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:55:42.542106 [ 194 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 164 rows starting from the beginning of the part 2024.05.29 21:55:42.542474 [ 194 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 162 rows starting from the beginning of the part 2024.05.29 21:55:42.542849 [ 194 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2024.05.29 21:55:42.543298 [ 3 ] {f47447eb-cfa3-4117-8e4d-38f678f73beb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:42.543849 [ 3 ] {f47447eb-cfa3-4117-8e4d-38f678f73beb} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:42.543884 [ 3 ] {f47447eb-cfa3-4117-8e4d-38f678f73beb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:42.544395 [ 3 ] {f47447eb-cfa3-4117-8e4d-38f678f73beb} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.29 21:55:42.544971 [ 3 ] {f47447eb-cfa3-4117-8e4d-38f678f73beb} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:42.545123 [ 3 ] {f47447eb-cfa3-4117-8e4d-38f678f73beb} executeQuery: Read 4 rows, 5.53 KiB in 0.003764 sec., 1062.6992561105208 rows/sec., 1.43 MiB/sec. 2024.05.29 21:55:42.545328 [ 3 ] {f47447eb-cfa3-4117-8e4d-38f678f73beb} DynamicQueryHandler: Done processing query 2024.05.29 21:55:42.545352 [ 3 ] {f47447eb-cfa3-4117-8e4d-38f678f73beb} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:55:42.545367 [ 3 ] {} HTTP-Session: 454cb82e-9bfb-4d67-ad96-e8cbd0f606dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.545546 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:42.545611 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:42.545636 [ 3 ] {} HTTP-Session: ed42e2d2-5db7-4c49-bb4f-188620d35614 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:42.545653 [ 3 ] {} HTTP-Session: ed42e2d2-5db7-4c49-bb4f-188620d35614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.545673 [ 3 ] {} HTTP-Session: ed42e2d2-5db7-4c49-bb4f-188620d35614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.545704 [ 3 ] {} HTTP-Session: ed42e2d2-5db7-4c49-bb4f-188620d35614 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:42.545823 [ 3 ] {c2dcfe39-7909-4b3a-8a33-d8b77bd44530} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:42.545869 [ 3 ] {c2dcfe39-7909-4b3a-8a33-d8b77bd44530} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:55:42.545996 [ 3 ] {c2dcfe39-7909-4b3a-8a33-d8b77bd44530} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:42.546515 [ 3 ] {c2dcfe39-7909-4b3a-8a33-d8b77bd44530} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:42.546562 [ 3 ] {c2dcfe39-7909-4b3a-8a33-d8b77bd44530} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:42.546567 [ 194 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 8703 rows, containing 5 columns (5 merged, 0 gathered) in 0.007077618 sec., 1229650.9927492554 rows/sec., 85.71 MiB/sec. 2024.05.29 21:55:42.546750 [ 194 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.29 21:55:42.547021 [ 3 ] {c2dcfe39-7909-4b3a-8a33-d8b77bd44530} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.29 21:55:42.547278 [ 194 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_51_10} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:42.547376 [ 194 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_51_10} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.29 21:55:42.547469 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. 2024.05.29 21:55:42.547480 [ 3 ] {c2dcfe39-7909-4b3a-8a33-d8b77bd44530} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:42.547613 [ 34 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.29 21:55:42.547618 [ 3 ] {c2dcfe39-7909-4b3a-8a33-d8b77bd44530} executeQuery: Read 60 rows, 4.14 KiB in 0.001835 sec., 32697.547683923705 rows/sec., 2.20 MiB/sec. 2024.05.29 21:55:42.547650 [ 34 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:42.547695 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:42.547895 [ 3 ] {c2dcfe39-7909-4b3a-8a33-d8b77bd44530} DynamicQueryHandler: Done processing query 2024.05.29 21:55:42.547910 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.29 21:55:42.547940 [ 3 ] {c2dcfe39-7909-4b3a-8a33-d8b77bd44530} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:42.547971 [ 3 ] {} HTTP-Session: ed42e2d2-5db7-4c49-bb4f-188620d35614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:42.548405 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:55:42.548504 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2718 rows starting from the beginning of the part 2024.05.29 21:55:42.548708 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2024.05.29 21:55:42.548822 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2024.05.29 21:55:42.549025 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2024.05.29 21:55:42.549202 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2024.05.29 21:55:42.549354 [ 190 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2024.05.29 21:55:42.550658 [ 186 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3018 rows, containing 4 columns (4 merged, 0 gathered) in 0.002888646 sec., 1044780.1495925774 rows/sec., 70.43 MiB/sec. 2024.05.29 21:55:42.550882 [ 186 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.29 21:55:42.551250 [ 186 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_51_10} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:42.551327 [ 186 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_51_10} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.29 21:55:42.551393 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2024.05.29 21:55:45.783663 [ 32 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:55:45.783736 [ 32 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:55:47.523689 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:47.523819 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:47.523848 [ 3 ] {} HTTP-Session: 88ff17cf-8753-4aeb-a930-67c01793b4fe Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:47.523878 [ 3 ] {} HTTP-Session: 88ff17cf-8753-4aeb-a930-67c01793b4fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.523896 [ 3 ] {} HTTP-Session: 88ff17cf-8753-4aeb-a930-67c01793b4fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.523953 [ 3 ] {} HTTP-Session: 88ff17cf-8753-4aeb-a930-67c01793b4fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:47.524175 [ 3 ] {78dd18bc-e3b7-426f-9e16-d0a214ce3e50} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:47.524253 [ 3 ] {78dd18bc-e3b7-426f-9e16-d0a214ce3e50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:55:47.524471 [ 3 ] {78dd18bc-e3b7-426f-9e16-d0a214ce3e50} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:47.524967 [ 3 ] {78dd18bc-e3b7-426f-9e16-d0a214ce3e50} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:47.525013 [ 3 ] {78dd18bc-e3b7-426f-9e16-d0a214ce3e50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:47.525410 [ 3 ] {78dd18bc-e3b7-426f-9e16-d0a214ce3e50} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.29 21:55:47.525768 [ 3 ] {78dd18bc-e3b7-426f-9e16-d0a214ce3e50} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:47.525943 [ 3 ] {78dd18bc-e3b7-426f-9e16-d0a214ce3e50} executeQuery: Read 24 rows, 1.95 KiB in 0.001835 sec., 13079.019073569481 rows/sec., 1.04 MiB/sec. 2024.05.29 21:55:47.525962 [ 28 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.29 21:55:47.526069 [ 28 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:47.526122 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:47.526234 [ 3 ] {78dd18bc-e3b7-426f-9e16-d0a214ce3e50} DynamicQueryHandler: Done processing query 2024.05.29 21:55:47.526267 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.29 21:55:47.526269 [ 3 ] {78dd18bc-e3b7-426f-9e16-d0a214ce3e50} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:47.526308 [ 3 ] {} HTTP-Session: 88ff17cf-8753-4aeb-a930-67c01793b4fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.526400 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:55:47.526430 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 28 rows starting from the beginning of the part 2024.05.29 21:55:47.526470 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:47.526541 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part 2024.05.29 21:55:47.526603 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:47.526682 [ 3 ] {} HTTP-Session: 3d68d909-f782-4401-b725-6289d8255eaf Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:47.526785 [ 3 ] {} HTTP-Session: 3d68d909-f782-4401-b725-6289d8255eaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.526886 [ 3 ] {} HTTP-Session: 3d68d909-f782-4401-b725-6289d8255eaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.526893 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 4 rows starting from the beginning of the part 2024.05.29 21:55:47.527013 [ 3 ] {} HTTP-Session: 3d68d909-f782-4401-b725-6289d8255eaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:47.527205 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 24 rows starting from the beginning of the part 2024.05.29 21:55:47.527577 [ 3 ] {603d8cee-701b-4182-a63b-167f63a099a3} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:47.527597 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 4 rows starting from the beginning of the part 2024.05.29 21:55:47.527720 [ 3 ] {603d8cee-701b-4182-a63b-167f63a099a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:55:47.527911 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 24 rows starting from the beginning of the part 2024.05.29 21:55:47.528533 [ 3 ] {603d8cee-701b-4182-a63b-167f63a099a3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:47.529116 [ 3 ] {603d8cee-701b-4182-a63b-167f63a099a3} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:47.529163 [ 3 ] {603d8cee-701b-4182-a63b-167f63a099a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:47.529627 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.003431152 sec., 31476.308831552786 rows/sec., 2.49 MiB/sec. 2024.05.29 21:55:47.529696 [ 3 ] {603d8cee-701b-4182-a63b-167f63a099a3} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.05.29 21:55:47.529738 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.29 21:55:47.530151 [ 3 ] {603d8cee-701b-4182-a63b-167f63a099a3} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:47.530215 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_56_11} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:47.530384 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_56_11} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.29 21:55:47.530388 [ 3 ] {603d8cee-701b-4182-a63b-167f63a099a3} executeQuery: Read 128 rows, 10.91 KiB in 0.003058 sec., 41857.42315238718 rows/sec., 3.48 MiB/sec. 2024.05.29 21:55:47.530522 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.29 21:55:47.530641 [ 3 ] {603d8cee-701b-4182-a63b-167f63a099a3} DynamicQueryHandler: Done processing query 2024.05.29 21:55:47.530665 [ 3 ] {603d8cee-701b-4182-a63b-167f63a099a3} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:55:47.530681 [ 3 ] {} HTTP-Session: 3d68d909-f782-4401-b725-6289d8255eaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.530853 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 14954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:47.530904 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:47.530923 [ 3 ] {} HTTP-Session: a5602a05-a393-4c0a-87d1-6dd0a2e830ee Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:47.530940 [ 3 ] {} HTTP-Session: a5602a05-a393-4c0a-87d1-6dd0a2e830ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.530954 [ 3 ] {} HTTP-Session: a5602a05-a393-4c0a-87d1-6dd0a2e830ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.530986 [ 3 ] {} HTTP-Session: a5602a05-a393-4c0a-87d1-6dd0a2e830ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:47.531109 [ 3 ] {7fd841ee-8eb4-4672-951e-2a27d3e887ee} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:47.531153 [ 3 ] {7fd841ee-8eb4-4672-951e-2a27d3e887ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:55:47.531281 [ 3 ] {7fd841ee-8eb4-4672-951e-2a27d3e887ee} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:47.531641 [ 3 ] {7fd841ee-8eb4-4672-951e-2a27d3e887ee} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:47.531677 [ 3 ] {7fd841ee-8eb4-4672-951e-2a27d3e887ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:47.531992 [ 3 ] {7fd841ee-8eb4-4672-951e-2a27d3e887ee} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.05.29 21:55:47.532304 [ 3 ] {7fd841ee-8eb4-4672-951e-2a27d3e887ee} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:47.532458 [ 3 ] {7fd841ee-8eb4-4672-951e-2a27d3e887ee} executeQuery: Read 88 rows, 7.04 KiB in 0.001387 sec., 63446.286950252346 rows/sec., 4.95 MiB/sec. 2024.05.29 21:55:47.532723 [ 3 ] {7fd841ee-8eb4-4672-951e-2a27d3e887ee} DynamicQueryHandler: Done processing query 2024.05.29 21:55:47.532781 [ 3 ] {7fd841ee-8eb4-4672-951e-2a27d3e887ee} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.29 21:55:47.532844 [ 3 ] {} HTTP-Session: a5602a05-a393-4c0a-87d1-6dd0a2e830ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.533069 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:47.533121 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:47.533140 [ 3 ] {} HTTP-Session: dea18f3b-2290-4660-beb1-acd3893a566a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:47.533157 [ 3 ] {} HTTP-Session: dea18f3b-2290-4660-beb1-acd3893a566a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.533170 [ 3 ] {} HTTP-Session: dea18f3b-2290-4660-beb1-acd3893a566a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.533201 [ 3 ] {} HTTP-Session: dea18f3b-2290-4660-beb1-acd3893a566a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:47.533366 [ 3 ] {898dfa54-66f6-4b81-9386-d518db96e42e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:47.533415 [ 3 ] {898dfa54-66f6-4b81-9386-d518db96e42e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:55:47.533575 [ 3 ] {898dfa54-66f6-4b81-9386-d518db96e42e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:47.533959 [ 3 ] {898dfa54-66f6-4b81-9386-d518db96e42e} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:47.533994 [ 3 ] {898dfa54-66f6-4b81-9386-d518db96e42e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:47.534378 [ 3 ] {898dfa54-66f6-4b81-9386-d518db96e42e} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.29 21:55:47.534714 [ 3 ] {898dfa54-66f6-4b81-9386-d518db96e42e} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:47.534870 [ 3 ] {898dfa54-66f6-4b81-9386-d518db96e42e} executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. 2024.05.29 21:55:47.535026 [ 3 ] {898dfa54-66f6-4b81-9386-d518db96e42e} DynamicQueryHandler: Done processing query 2024.05.29 21:55:47.535048 [ 3 ] {898dfa54-66f6-4b81-9386-d518db96e42e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:55:47.535064 [ 3 ] {} HTTP-Session: dea18f3b-2290-4660-beb1-acd3893a566a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.535218 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:47.535265 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:47.535284 [ 3 ] {} HTTP-Session: caba0c5c-961a-4f4f-993e-c2ea7f6af71a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:47.535300 [ 3 ] {} HTTP-Session: caba0c5c-961a-4f4f-993e-c2ea7f6af71a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.535313 [ 3 ] {} HTTP-Session: caba0c5c-961a-4f4f-993e-c2ea7f6af71a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.535343 [ 3 ] {} HTTP-Session: caba0c5c-961a-4f4f-993e-c2ea7f6af71a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:47.535580 [ 3 ] {1c36a51e-d010-41da-97f4-234309c18854} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:47.535628 [ 3 ] {1c36a51e-d010-41da-97f4-234309c18854} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:55:47.535787 [ 3 ] {1c36a51e-d010-41da-97f4-234309c18854} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:47.536364 [ 3 ] {1c36a51e-d010-41da-97f4-234309c18854} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:47.536400 [ 3 ] {1c36a51e-d010-41da-97f4-234309c18854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:47.536809 [ 3 ] {1c36a51e-d010-41da-97f4-234309c18854} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.29 21:55:47.537148 [ 3 ] {1c36a51e-d010-41da-97f4-234309c18854} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:47.537308 [ 28 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.29 21:55:47.537317 [ 3 ] {1c36a51e-d010-41da-97f4-234309c18854} executeQuery: Read 24 rows, 33.16 KiB in 0.001874 sec., 12806.830309498398 rows/sec., 17.28 MiB/sec. 2024.05.29 21:55:47.537361 [ 28 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:47.537426 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:47.537727 [ 3 ] {1c36a51e-d010-41da-97f4-234309c18854} DynamicQueryHandler: Done processing query 2024.05.29 21:55:47.537781 [ 3 ] {1c36a51e-d010-41da-97f4-234309c18854} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:55:47.537784 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.29 21:55:47.537824 [ 3 ] {} HTTP-Session: caba0c5c-961a-4f4f-993e-c2ea7f6af71a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.538083 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:47.538261 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:47.538358 [ 3 ] {} HTTP-Session: 829a03d3-4058-4f8c-a89d-c4a242b554de Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:47.538438 [ 3 ] {} HTTP-Session: 829a03d3-4058-4f8c-a89d-c4a242b554de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.538552 [ 3 ] {} HTTP-Session: 829a03d3-4058-4f8c-a89d-c4a242b554de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.538742 [ 3 ] {} HTTP-Session: 829a03d3-4058-4f8c-a89d-c4a242b554de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:47.538804 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:55:47.539018 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 762 rows starting from the beginning of the part 2024.05.29 21:55:47.539227 [ 3 ] {5aa1cbf8-1487-4462-9fdb-095e3efd8d60} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:47.539353 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part 2024.05.29 21:55:47.539401 [ 3 ] {5aa1cbf8-1487-4462-9fdb-095e3efd8d60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:55:47.539698 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 4 rows starting from the beginning of the part 2024.05.29 21:55:47.540068 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 24 rows starting from the beginning of the part 2024.05.29 21:55:47.540428 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 4 rows starting from the beginning of the part 2024.05.29 21:55:47.540540 [ 3 ] {5aa1cbf8-1487-4462-9fdb-095e3efd8d60} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:47.540834 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 24 rows starting from the beginning of the part 2024.05.29 21:55:47.541522 [ 3 ] {5aa1cbf8-1487-4462-9fdb-095e3efd8d60} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:47.541591 [ 3 ] {5aa1cbf8-1487-4462-9fdb-095e3efd8d60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:47.542225 [ 3 ] {5aa1cbf8-1487-4462-9fdb-095e3efd8d60} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.29 21:55:47.542576 [ 3 ] {5aa1cbf8-1487-4462-9fdb-095e3efd8d60} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:47.542790 [ 3 ] {5aa1cbf8-1487-4462-9fdb-095e3efd8d60} executeQuery: Read 60 rows, 4.14 KiB in 0.00375 sec., 16000 rows/sec., 1.08 MiB/sec. 2024.05.29 21:55:47.543470 [ 3 ] {5aa1cbf8-1487-4462-9fdb-095e3efd8d60} DynamicQueryHandler: Done processing query 2024.05.29 21:55:47.543590 [ 3 ] {5aa1cbf8-1487-4462-9fdb-095e3efd8d60} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:47.543674 [ 3 ] {} HTTP-Session: 829a03d3-4058-4f8c-a89d-c4a242b554de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:47.555834 [ 190 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 842 rows, containing 6 columns (6 merged, 0 gathered) in 0.018272737 sec., 46079.57746012543 rows/sec., 62.18 MiB/sec. 2024.05.29 21:55:47.556442 [ 188 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.29 21:55:47.556914 [ 188 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_56_11} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:47.557004 [ 188 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_56_11} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.29 21:55:47.557109 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.70 MiB. 2024.05.29 21:55:52.522581 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:52.522727 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:52.522757 [ 3 ] {} HTTP-Session: c6ac6c92-df9b-4d12-b3d9-652c3c2c23c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:52.522786 [ 3 ] {} HTTP-Session: c6ac6c92-df9b-4d12-b3d9-652c3c2c23c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.522803 [ 3 ] {} HTTP-Session: c6ac6c92-df9b-4d12-b3d9-652c3c2c23c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.522859 [ 3 ] {} HTTP-Session: c6ac6c92-df9b-4d12-b3d9-652c3c2c23c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:52.523064 [ 3 ] {85d3f03d-13a9-4d12-a6a1-8864099083cb} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:52.523140 [ 3 ] {85d3f03d-13a9-4d12-a6a1-8864099083cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:55:52.523360 [ 3 ] {85d3f03d-13a9-4d12-a6a1-8864099083cb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:52.523785 [ 3 ] {85d3f03d-13a9-4d12-a6a1-8864099083cb} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:52.523825 [ 3 ] {85d3f03d-13a9-4d12-a6a1-8864099083cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:52.524207 [ 3 ] {85d3f03d-13a9-4d12-a6a1-8864099083cb} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.05.29 21:55:52.524566 [ 3 ] {85d3f03d-13a9-4d12-a6a1-8864099083cb} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:52.524710 [ 3 ] {85d3f03d-13a9-4d12-a6a1-8864099083cb} executeQuery: Read 4 rows, 332.00 B in 0.001707 sec., 2343.2923257176335 rows/sec., 189.93 KiB/sec. 2024.05.29 21:55:52.524923 [ 3 ] {85d3f03d-13a9-4d12-a6a1-8864099083cb} DynamicQueryHandler: Done processing query 2024.05.29 21:55:52.524959 [ 3 ] {85d3f03d-13a9-4d12-a6a1-8864099083cb} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:55:52.524986 [ 3 ] {} HTTP-Session: c6ac6c92-df9b-4d12-b3d9-652c3c2c23c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.525119 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:52.525169 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:52.525187 [ 3 ] {} HTTP-Session: a6af1d1f-8cb5-4717-bfcd-a16ae080d0ca Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:52.525205 [ 3 ] {} HTTP-Session: a6af1d1f-8cb5-4717-bfcd-a16ae080d0ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.525220 [ 3 ] {} HTTP-Session: a6af1d1f-8cb5-4717-bfcd-a16ae080d0ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.525251 [ 3 ] {} HTTP-Session: a6af1d1f-8cb5-4717-bfcd-a16ae080d0ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:52.525367 [ 3 ] {7c6e69ca-c3eb-44dc-9d53-08de20fca2d6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:52.525412 [ 3 ] {7c6e69ca-c3eb-44dc-9d53-08de20fca2d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:55:52.525537 [ 3 ] {7c6e69ca-c3eb-44dc-9d53-08de20fca2d6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:52.525873 [ 3 ] {7c6e69ca-c3eb-44dc-9d53-08de20fca2d6} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:52.525909 [ 3 ] {7c6e69ca-c3eb-44dc-9d53-08de20fca2d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:52.526240 [ 3 ] {7c6e69ca-c3eb-44dc-9d53-08de20fca2d6} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.05.29 21:55:52.526557 [ 3 ] {7c6e69ca-c3eb-44dc-9d53-08de20fca2d6} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:52.526688 [ 3 ] {7c6e69ca-c3eb-44dc-9d53-08de20fca2d6} executeQuery: Read 68 rows, 5.48 KiB in 0.001363 sec., 49889.94864269992 rows/sec., 3.93 MiB/sec. 2024.05.29 21:55:52.526938 [ 3 ] {7c6e69ca-c3eb-44dc-9d53-08de20fca2d6} DynamicQueryHandler: Done processing query 2024.05.29 21:55:52.527003 [ 3 ] {7c6e69ca-c3eb-44dc-9d53-08de20fca2d6} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:55:52.527067 [ 3 ] {} HTTP-Session: a6af1d1f-8cb5-4717-bfcd-a16ae080d0ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.527241 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:52.527291 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:52.527310 [ 3 ] {} HTTP-Session: 601e16a1-ce9c-41f6-93a7-6405342a81bb Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:52.527326 [ 3 ] {} HTTP-Session: 601e16a1-ce9c-41f6-93a7-6405342a81bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.527340 [ 3 ] {} HTTP-Session: 601e16a1-ce9c-41f6-93a7-6405342a81bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.527372 [ 3 ] {} HTTP-Session: 601e16a1-ce9c-41f6-93a7-6405342a81bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:52.527493 [ 3 ] {ccfe1849-2ce6-4c89-b9c1-bc5f5777fb35} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:52.527540 [ 3 ] {ccfe1849-2ce6-4c89-b9c1-bc5f5777fb35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:55:52.527682 [ 3 ] {ccfe1849-2ce6-4c89-b9c1-bc5f5777fb35} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:52.528017 [ 3 ] {ccfe1849-2ce6-4c89-b9c1-bc5f5777fb35} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:52.528054 [ 3 ] {ccfe1849-2ce6-4c89-b9c1-bc5f5777fb35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:52.528367 [ 3 ] {ccfe1849-2ce6-4c89-b9c1-bc5f5777fb35} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.05.29 21:55:52.528685 [ 3 ] {ccfe1849-2ce6-4c89-b9c1-bc5f5777fb35} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:52.528815 [ 3 ] {ccfe1849-2ce6-4c89-b9c1-bc5f5777fb35} executeQuery: Read 68 rows, 5.44 KiB in 0.001362 sec., 49926.57856093979 rows/sec., 3.90 MiB/sec. 2024.05.29 21:55:52.529005 [ 3 ] {ccfe1849-2ce6-4c89-b9c1-bc5f5777fb35} DynamicQueryHandler: Done processing query 2024.05.29 21:55:52.529040 [ 3 ] {ccfe1849-2ce6-4c89-b9c1-bc5f5777fb35} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:55:52.529065 [ 3 ] {} HTTP-Session: 601e16a1-ce9c-41f6-93a7-6405342a81bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.529211 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:52.529261 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:52.529279 [ 3 ] {} HTTP-Session: 9fbfd6c6-6daa-4f0f-b6b5-2ffe26ac23d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:52.529295 [ 3 ] {} HTTP-Session: 9fbfd6c6-6daa-4f0f-b6b5-2ffe26ac23d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.529309 [ 3 ] {} HTTP-Session: 9fbfd6c6-6daa-4f0f-b6b5-2ffe26ac23d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.529339 [ 3 ] {} HTTP-Session: 9fbfd6c6-6daa-4f0f-b6b5-2ffe26ac23d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:52.529480 [ 3 ] {f5f7839f-e8a1-4665-a041-232188eadddf} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:52.529527 [ 3 ] {f5f7839f-e8a1-4665-a041-232188eadddf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:55:52.529669 [ 3 ] {f5f7839f-e8a1-4665-a041-232188eadddf} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:52.530028 [ 3 ] {f5f7839f-e8a1-4665-a041-232188eadddf} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:52.530064 [ 3 ] {f5f7839f-e8a1-4665-a041-232188eadddf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:52.530459 [ 3 ] {f5f7839f-e8a1-4665-a041-232188eadddf} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.29 21:55:52.530815 [ 3 ] {f5f7839f-e8a1-4665-a041-232188eadddf} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:52.530942 [ 3 ] {f5f7839f-e8a1-4665-a041-232188eadddf} executeQuery: Read 160 rows, 11.41 KiB in 0.001529 sec., 104643.55788096796 rows/sec., 7.29 MiB/sec. 2024.05.29 21:55:52.531093 [ 3 ] {f5f7839f-e8a1-4665-a041-232188eadddf} DynamicQueryHandler: Done processing query 2024.05.29 21:55:52.531118 [ 3 ] {f5f7839f-e8a1-4665-a041-232188eadddf} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:55:52.531134 [ 3 ] {} HTTP-Session: 9fbfd6c6-6daa-4f0f-b6b5-2ffe26ac23d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.531236 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:52.531283 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:52.531302 [ 3 ] {} HTTP-Session: f3016f1c-1c12-4d77-b5fb-c1b827f3a0f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:52.531318 [ 3 ] {} HTTP-Session: f3016f1c-1c12-4d77-b5fb-c1b827f3a0f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.531332 [ 3 ] {} HTTP-Session: f3016f1c-1c12-4d77-b5fb-c1b827f3a0f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.531362 [ 3 ] {} HTTP-Session: f3016f1c-1c12-4d77-b5fb-c1b827f3a0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:52.531493 [ 3 ] {94836aa3-725c-4131-b8c1-e05828da76b0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:52.531541 [ 3 ] {94836aa3-725c-4131-b8c1-e05828da76b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:55:52.531695 [ 3 ] {94836aa3-725c-4131-b8c1-e05828da76b0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:52.532064 [ 3 ] {94836aa3-725c-4131-b8c1-e05828da76b0} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:52.532099 [ 3 ] {94836aa3-725c-4131-b8c1-e05828da76b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:52.532507 [ 3 ] {94836aa3-725c-4131-b8c1-e05828da76b0} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.05.29 21:55:52.532853 [ 3 ] {94836aa3-725c-4131-b8c1-e05828da76b0} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:52.532986 [ 3 ] {94836aa3-725c-4131-b8c1-e05828da76b0} executeQuery: Read 4 rows, 5.53 KiB in 0.001552 sec., 2577.319587628866 rows/sec., 3.48 MiB/sec. 2024.05.29 21:55:52.533235 [ 3 ] {94836aa3-725c-4131-b8c1-e05828da76b0} DynamicQueryHandler: Done processing query 2024.05.29 21:55:52.533294 [ 3 ] {94836aa3-725c-4131-b8c1-e05828da76b0} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:55:52.533347 [ 3 ] {} HTTP-Session: f3016f1c-1c12-4d77-b5fb-c1b827f3a0f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.533512 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:52.533564 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:52.533585 [ 3 ] {} HTTP-Session: 80f76478-80ef-47de-b514-4c15d4a5628d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:52.533601 [ 3 ] {} HTTP-Session: 80f76478-80ef-47de-b514-4c15d4a5628d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.533614 [ 3 ] {} HTTP-Session: 80f76478-80ef-47de-b514-4c15d4a5628d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:52.533645 [ 3 ] {} HTTP-Session: 80f76478-80ef-47de-b514-4c15d4a5628d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:52.533759 [ 3 ] {fd0dfcea-482d-45f9-9b6e-567f90f80fef} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:52.533804 [ 3 ] {fd0dfcea-482d-45f9-9b6e-567f90f80fef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:55:52.533945 [ 3 ] {fd0dfcea-482d-45f9-9b6e-567f90f80fef} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:52.534251 [ 3 ] {fd0dfcea-482d-45f9-9b6e-567f90f80fef} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:52.534285 [ 3 ] {fd0dfcea-482d-45f9-9b6e-567f90f80fef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:52.534646 [ 3 ] {fd0dfcea-482d-45f9-9b6e-567f90f80fef} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.29 21:55:52.534973 [ 3 ] {fd0dfcea-482d-45f9-9b6e-567f90f80fef} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:52.535100 [ 3 ] {fd0dfcea-482d-45f9-9b6e-567f90f80fef} executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. 2024.05.29 21:55:52.535273 [ 3 ] {fd0dfcea-482d-45f9-9b6e-567f90f80fef} DynamicQueryHandler: Done processing query 2024.05.29 21:55:52.535305 [ 3 ] {fd0dfcea-482d-45f9-9b6e-567f90f80fef} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:52.535327 [ 3 ] {} HTTP-Session: 80f76478-80ef-47de-b514-4c15d4a5628d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.524149 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:57.524293 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:57.524322 [ 3 ] {} HTTP-Session: eea92168-932a-487f-8e85-f30375dfe8cf Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:57.524350 [ 3 ] {} HTTP-Session: eea92168-932a-487f-8e85-f30375dfe8cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.524368 [ 3 ] {} HTTP-Session: eea92168-932a-487f-8e85-f30375dfe8cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.524425 [ 3 ] {} HTTP-Session: eea92168-932a-487f-8e85-f30375dfe8cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:57.524629 [ 3 ] {39dcb880-87cf-439c-bd72-19e02ea66516} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:57.524698 [ 3 ] {39dcb880-87cf-439c-bd72-19e02ea66516} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:55:57.524897 [ 3 ] {39dcb880-87cf-439c-bd72-19e02ea66516} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:57.525271 [ 3 ] {39dcb880-87cf-439c-bd72-19e02ea66516} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:57.525313 [ 3 ] {39dcb880-87cf-439c-bd72-19e02ea66516} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:57.525701 [ 3 ] {39dcb880-87cf-439c-bd72-19e02ea66516} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.05.29 21:55:57.526043 [ 3 ] {39dcb880-87cf-439c-bd72-19e02ea66516} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:57.526205 [ 3 ] {39dcb880-87cf-439c-bd72-19e02ea66516} executeQuery: Read 24 rows, 1.95 KiB in 0.001637 sec., 14660.965180207697 rows/sec., 1.16 MiB/sec. 2024.05.29 21:55:57.526414 [ 3 ] {39dcb880-87cf-439c-bd72-19e02ea66516} DynamicQueryHandler: Done processing query 2024.05.29 21:55:57.526442 [ 3 ] {39dcb880-87cf-439c-bd72-19e02ea66516} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:57.526458 [ 3 ] {} HTTP-Session: eea92168-932a-487f-8e85-f30375dfe8cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.526629 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 23634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:57.526678 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:57.526697 [ 3 ] {} HTTP-Session: e7969c05-ff9d-46dc-83f3-10bf7eb456ac Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:57.526714 [ 3 ] {} HTTP-Session: e7969c05-ff9d-46dc-83f3-10bf7eb456ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.526728 [ 3 ] {} HTTP-Session: e7969c05-ff9d-46dc-83f3-10bf7eb456ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.526760 [ 3 ] {} HTTP-Session: e7969c05-ff9d-46dc-83f3-10bf7eb456ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:57.526903 [ 3 ] {534e114a-9659-4fac-bdac-8e57b96cef1c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:57.526947 [ 3 ] {534e114a-9659-4fac-bdac-8e57b96cef1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:55:57.527079 [ 3 ] {534e114a-9659-4fac-bdac-8e57b96cef1c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:57.527434 [ 3 ] {534e114a-9659-4fac-bdac-8e57b96cef1c} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:57.527471 [ 3 ] {534e114a-9659-4fac-bdac-8e57b96cef1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:57.527800 [ 3 ] {534e114a-9659-4fac-bdac-8e57b96cef1c} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.05.29 21:55:57.528108 [ 3 ] {534e114a-9659-4fac-bdac-8e57b96cef1c} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:57.528252 [ 3 ] {534e114a-9659-4fac-bdac-8e57b96cef1c} executeQuery: Read 164 rows, 13.67 KiB in 0.001411 sec., 116229.62437987243 rows/sec., 9.46 MiB/sec. 2024.05.29 21:55:57.528409 [ 3 ] {534e114a-9659-4fac-bdac-8e57b96cef1c} DynamicQueryHandler: Done processing query 2024.05.29 21:55:57.528435 [ 3 ] {534e114a-9659-4fac-bdac-8e57b96cef1c} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:55:57.528450 [ 3 ] {} HTTP-Session: e7969c05-ff9d-46dc-83f3-10bf7eb456ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.528572 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:57.528618 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:57.528638 [ 3 ] {} HTTP-Session: 08d87d1e-dda9-4504-9ea5-97ca50dd62ef Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:57.528654 [ 3 ] {} HTTP-Session: 08d87d1e-dda9-4504-9ea5-97ca50dd62ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.528667 [ 3 ] {} HTTP-Session: 08d87d1e-dda9-4504-9ea5-97ca50dd62ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.528697 [ 3 ] {} HTTP-Session: 08d87d1e-dda9-4504-9ea5-97ca50dd62ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:57.528816 [ 3 ] {93e5d923-bab3-47a5-bb56-3d46af83558b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:57.528858 [ 3 ] {93e5d923-bab3-47a5-bb56-3d46af83558b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:55:57.528982 [ 3 ] {93e5d923-bab3-47a5-bb56-3d46af83558b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:57.529297 [ 3 ] {93e5d923-bab3-47a5-bb56-3d46af83558b} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:57.529333 [ 3 ] {93e5d923-bab3-47a5-bb56-3d46af83558b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:57.529654 [ 3 ] {93e5d923-bab3-47a5-bb56-3d46af83558b} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.05.29 21:55:57.529962 [ 3 ] {93e5d923-bab3-47a5-bb56-3d46af83558b} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:57.530105 [ 3 ] {93e5d923-bab3-47a5-bb56-3d46af83558b} executeQuery: Read 112 rows, 8.94 KiB in 0.00133 sec., 84210.52631578947 rows/sec., 6.56 MiB/sec. 2024.05.29 21:55:57.530261 [ 3 ] {93e5d923-bab3-47a5-bb56-3d46af83558b} DynamicQueryHandler: Done processing query 2024.05.29 21:55:57.530284 [ 3 ] {93e5d923-bab3-47a5-bb56-3d46af83558b} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:55:57.530300 [ 3 ] {} HTTP-Session: 08d87d1e-dda9-4504-9ea5-97ca50dd62ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.530470 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 37595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:57.530516 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:57.530537 [ 3 ] {} HTTP-Session: ef894915-e957-4745-8367-5db28bccfca0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:57.530553 [ 3 ] {} HTTP-Session: ef894915-e957-4745-8367-5db28bccfca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.530566 [ 3 ] {} HTTP-Session: ef894915-e957-4745-8367-5db28bccfca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.530596 [ 3 ] {} HTTP-Session: ef894915-e957-4745-8367-5db28bccfca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:57.530761 [ 3 ] {e538bf49-440d-426f-a9a1-cf6c5f5e54b9} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:57.530809 [ 3 ] {e538bf49-440d-426f-a9a1-cf6c5f5e54b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:55:57.530956 [ 3 ] {e538bf49-440d-426f-a9a1-cf6c5f5e54b9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:57.531323 [ 3 ] {e538bf49-440d-426f-a9a1-cf6c5f5e54b9} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:57.531361 [ 3 ] {e538bf49-440d-426f-a9a1-cf6c5f5e54b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:57.531768 [ 3 ] {e538bf49-440d-426f-a9a1-cf6c5f5e54b9} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.29 21:55:57.532115 [ 3 ] {e538bf49-440d-426f-a9a1-cf6c5f5e54b9} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:57.532341 [ 3 ] {e538bf49-440d-426f-a9a1-cf6c5f5e54b9} executeQuery: Read 196 rows, 14.01 KiB in 0.001656 sec., 118357.48792270532 rows/sec., 8.26 MiB/sec. 2024.05.29 21:55:57.532531 [ 3 ] {e538bf49-440d-426f-a9a1-cf6c5f5e54b9} DynamicQueryHandler: Done processing query 2024.05.29 21:55:57.532561 [ 3 ] {e538bf49-440d-426f-a9a1-cf6c5f5e54b9} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:55:57.532582 [ 3 ] {} HTTP-Session: ef894915-e957-4745-8367-5db28bccfca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.532707 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:57.532755 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:57.532774 [ 3 ] {} HTTP-Session: 6a68e52b-5ec8-4b47-b291-bbb19ea0dcfd Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:57.532791 [ 3 ] {} HTTP-Session: 6a68e52b-5ec8-4b47-b291-bbb19ea0dcfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.532805 [ 3 ] {} HTTP-Session: 6a68e52b-5ec8-4b47-b291-bbb19ea0dcfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.532835 [ 3 ] {} HTTP-Session: 6a68e52b-5ec8-4b47-b291-bbb19ea0dcfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:57.533056 [ 3 ] {a8604154-5c3c-464d-beb8-70048cf773db} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:57.533103 [ 3 ] {a8604154-5c3c-464d-beb8-70048cf773db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:55:57.533260 [ 3 ] {a8604154-5c3c-464d-beb8-70048cf773db} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:57.533668 [ 3 ] {a8604154-5c3c-464d-beb8-70048cf773db} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:57.533705 [ 3 ] {a8604154-5c3c-464d-beb8-70048cf773db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:57.534106 [ 3 ] {a8604154-5c3c-464d-beb8-70048cf773db} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.05.29 21:55:57.534455 [ 3 ] {a8604154-5c3c-464d-beb8-70048cf773db} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:57.534622 [ 3 ] {a8604154-5c3c-464d-beb8-70048cf773db} executeQuery: Read 24 rows, 33.16 KiB in 0.00171 sec., 14035.087719298246 rows/sec., 18.94 MiB/sec. 2024.05.29 21:55:57.534794 [ 3 ] {a8604154-5c3c-464d-beb8-70048cf773db} DynamicQueryHandler: Done processing query 2024.05.29 21:55:57.534819 [ 3 ] {a8604154-5c3c-464d-beb8-70048cf773db} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.29 21:55:57.534834 [ 3 ] {} HTTP-Session: 6a68e52b-5ec8-4b47-b291-bbb19ea0dcfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.534950 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:55:57.534998 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:55:57.535018 [ 3 ] {} HTTP-Session: c61d6d62-e8b5-446c-a34a-f7857df9ef2e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:55:57.535033 [ 3 ] {} HTTP-Session: c61d6d62-e8b5-446c-a34a-f7857df9ef2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.535047 [ 3 ] {} HTTP-Session: c61d6d62-e8b5-446c-a34a-f7857df9ef2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:55:57.535077 [ 3 ] {} HTTP-Session: c61d6d62-e8b5-446c-a34a-f7857df9ef2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:55:57.535190 [ 3 ] {e5605fa1-fb01-4ef8-8f7a-d1f70ab2a49a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:55:57.535236 [ 3 ] {e5605fa1-fb01-4ef8-8f7a-d1f70ab2a49a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:55:57.535362 [ 3 ] {e5605fa1-fb01-4ef8-8f7a-d1f70ab2a49a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:55:57.535623 [ 3 ] {e5605fa1-fb01-4ef8-8f7a-d1f70ab2a49a} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:55:57.535660 [ 3 ] {e5605fa1-fb01-4ef8-8f7a-d1f70ab2a49a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:55:57.536021 [ 3 ] {e5605fa1-fb01-4ef8-8f7a-d1f70ab2a49a} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.29 21:55:57.536364 [ 3 ] {e5605fa1-fb01-4ef8-8f7a-d1f70ab2a49a} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:55:57.536515 [ 3 ] {e5605fa1-fb01-4ef8-8f7a-d1f70ab2a49a} executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. 2024.05.29 21:55:57.536682 [ 3 ] {e5605fa1-fb01-4ef8-8f7a-d1f70ab2a49a} DynamicQueryHandler: Done processing query 2024.05.29 21:55:57.536706 [ 3 ] {e5605fa1-fb01-4ef8-8f7a-d1f70ab2a49a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:55:57.536722 [ 3 ] {} HTTP-Session: c61d6d62-e8b5-446c-a34a-f7857df9ef2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:00.783987 [ 64 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:56:00.784050 [ 64 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:56:02.522274 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:02.522401 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:02.522429 [ 3 ] {} HTTP-Session: 7d7787a6-60c5-4bcb-9701-d47d904efa6b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:02.522458 [ 3 ] {} HTTP-Session: 7d7787a6-60c5-4bcb-9701-d47d904efa6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.522476 [ 3 ] {} HTTP-Session: 7d7787a6-60c5-4bcb-9701-d47d904efa6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.522532 [ 3 ] {} HTTP-Session: 7d7787a6-60c5-4bcb-9701-d47d904efa6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:02.522726 [ 3 ] {a68b5703-2307-40e9-a77a-57074db0ebdf} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:02.522797 [ 3 ] {a68b5703-2307-40e9-a77a-57074db0ebdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:56:02.522995 [ 3 ] {a68b5703-2307-40e9-a77a-57074db0ebdf} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:02.523376 [ 3 ] {a68b5703-2307-40e9-a77a-57074db0ebdf} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:02.523419 [ 3 ] {a68b5703-2307-40e9-a77a-57074db0ebdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:56:02.523792 [ 3 ] {a68b5703-2307-40e9-a77a-57074db0ebdf} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.05.29 21:56:02.524134 [ 3 ] {a68b5703-2307-40e9-a77a-57074db0ebdf} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:02.524302 [ 3 ] {a68b5703-2307-40e9-a77a-57074db0ebdf} executeQuery: Read 4 rows, 332.00 B in 0.001627 sec., 2458.5125998770745 rows/sec., 199.27 KiB/sec. 2024.05.29 21:56:02.524494 [ 3 ] {a68b5703-2307-40e9-a77a-57074db0ebdf} DynamicQueryHandler: Done processing query 2024.05.29 21:56:02.524520 [ 3 ] {a68b5703-2307-40e9-a77a-57074db0ebdf} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:56:02.524536 [ 3 ] {} HTTP-Session: 7d7787a6-60c5-4bcb-9701-d47d904efa6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.524662 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:02.524709 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:02.524729 [ 3 ] {} HTTP-Session: 73cf405d-326e-428d-9599-9879c7a26dcf Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:02.524746 [ 3 ] {} HTTP-Session: 73cf405d-326e-428d-9599-9879c7a26dcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.524760 [ 3 ] {} HTTP-Session: 73cf405d-326e-428d-9599-9879c7a26dcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.524791 [ 3 ] {} HTTP-Session: 73cf405d-326e-428d-9599-9879c7a26dcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:02.524921 [ 3 ] {d252b37f-d72e-407f-a35c-cff24119d1de} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:02.524969 [ 3 ] {d252b37f-d72e-407f-a35c-cff24119d1de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:56:02.525097 [ 3 ] {d252b37f-d72e-407f-a35c-cff24119d1de} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:02.525422 [ 3 ] {d252b37f-d72e-407f-a35c-cff24119d1de} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:02.525463 [ 3 ] {d252b37f-d72e-407f-a35c-cff24119d1de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:56:02.525834 [ 3 ] {d252b37f-d72e-407f-a35c-cff24119d1de} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.05.29 21:56:02.526168 [ 3 ] {d252b37f-d72e-407f-a35c-cff24119d1de} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:02.526335 [ 3 ] {d252b37f-d72e-407f-a35c-cff24119d1de} executeQuery: Read 68 rows, 5.48 KiB in 0.00146 sec., 46575.34246575343 rows/sec., 3.67 MiB/sec. 2024.05.29 21:56:02.526606 [ 3 ] {d252b37f-d72e-407f-a35c-cff24119d1de} DynamicQueryHandler: Done processing query 2024.05.29 21:56:02.526681 [ 3 ] {d252b37f-d72e-407f-a35c-cff24119d1de} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:56:02.526744 [ 3 ] {} HTTP-Session: 73cf405d-326e-428d-9599-9879c7a26dcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.526983 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:02.527038 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:02.527060 [ 3 ] {} HTTP-Session: 94664498-772d-4f05-916c-22156359880f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:02.527077 [ 3 ] {} HTTP-Session: 94664498-772d-4f05-916c-22156359880f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.527091 [ 3 ] {} HTTP-Session: 94664498-772d-4f05-916c-22156359880f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.527124 [ 3 ] {} HTTP-Session: 94664498-772d-4f05-916c-22156359880f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:02.527244 [ 3 ] {6af43986-b468-4233-af51-3ccd90bc6011} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:02.527290 [ 3 ] {6af43986-b468-4233-af51-3ccd90bc6011} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:56:02.527437 [ 3 ] {6af43986-b468-4233-af51-3ccd90bc6011} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:02.527758 [ 3 ] {6af43986-b468-4233-af51-3ccd90bc6011} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:02.527801 [ 3 ] {6af43986-b468-4233-af51-3ccd90bc6011} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:56:02.528120 [ 3 ] {6af43986-b468-4233-af51-3ccd90bc6011} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.05.29 21:56:02.528426 [ 3 ] {6af43986-b468-4233-af51-3ccd90bc6011} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:02.528579 [ 3 ] {6af43986-b468-4233-af51-3ccd90bc6011} executeQuery: Read 68 rows, 5.44 KiB in 0.001373 sec., 49526.584122359796 rows/sec., 3.87 MiB/sec. 2024.05.29 21:56:02.528745 [ 3 ] {6af43986-b468-4233-af51-3ccd90bc6011} DynamicQueryHandler: Done processing query 2024.05.29 21:56:02.528773 [ 3 ] {6af43986-b468-4233-af51-3ccd90bc6011} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:56:02.528790 [ 3 ] {} HTTP-Session: 94664498-772d-4f05-916c-22156359880f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.528947 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:02.528995 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:02.529014 [ 3 ] {} HTTP-Session: 154cb7e1-f864-4eaf-ac22-80fd9e10dac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:02.529031 [ 3 ] {} HTTP-Session: 154cb7e1-f864-4eaf-ac22-80fd9e10dac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.529045 [ 3 ] {} HTTP-Session: 154cb7e1-f864-4eaf-ac22-80fd9e10dac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.529075 [ 3 ] {} HTTP-Session: 154cb7e1-f864-4eaf-ac22-80fd9e10dac7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:02.529217 [ 3 ] {d454c998-d716-4b9c-a963-01ec746c0223} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:02.529265 [ 3 ] {d454c998-d716-4b9c-a963-01ec746c0223} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:56:02.529409 [ 3 ] {d454c998-d716-4b9c-a963-01ec746c0223} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:02.529752 [ 3 ] {d454c998-d716-4b9c-a963-01ec746c0223} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:02.529789 [ 3 ] {d454c998-d716-4b9c-a963-01ec746c0223} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:56:02.530576 [ 3 ] {d454c998-d716-4b9c-a963-01ec746c0223} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.29 21:56:02.530923 [ 3 ] {d454c998-d716-4b9c-a963-01ec746c0223} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:02.531087 [ 3 ] {d454c998-d716-4b9c-a963-01ec746c0223} executeQuery: Read 160 rows, 11.41 KiB in 0.001925 sec., 83116.88311688311 rows/sec., 5.79 MiB/sec. 2024.05.29 21:56:02.531248 [ 3 ] {d454c998-d716-4b9c-a963-01ec746c0223} DynamicQueryHandler: Done processing query 2024.05.29 21:56:02.531272 [ 3 ] {d454c998-d716-4b9c-a963-01ec746c0223} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:56:02.531287 [ 3 ] {} HTTP-Session: 154cb7e1-f864-4eaf-ac22-80fd9e10dac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.531412 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:02.531461 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:02.531479 [ 3 ] {} HTTP-Session: af404dee-7c04-4aa2-b655-a2e40cf8a61d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:02.531495 [ 3 ] {} HTTP-Session: af404dee-7c04-4aa2-b655-a2e40cf8a61d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.531509 [ 3 ] {} HTTP-Session: af404dee-7c04-4aa2-b655-a2e40cf8a61d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.531539 [ 3 ] {} HTTP-Session: af404dee-7c04-4aa2-b655-a2e40cf8a61d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:02.531655 [ 3 ] {7e0bbd2a-9b5e-4708-be83-8cd8cbf9bbf4} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:02.531702 [ 3 ] {7e0bbd2a-9b5e-4708-be83-8cd8cbf9bbf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:56:02.531858 [ 3 ] {7e0bbd2a-9b5e-4708-be83-8cd8cbf9bbf4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:02.532146 [ 3 ] {7e0bbd2a-9b5e-4708-be83-8cd8cbf9bbf4} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:02.532182 [ 3 ] {7e0bbd2a-9b5e-4708-be83-8cd8cbf9bbf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:56:02.532644 [ 3 ] {7e0bbd2a-9b5e-4708-be83-8cd8cbf9bbf4} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.05.29 21:56:02.532982 [ 3 ] {7e0bbd2a-9b5e-4708-be83-8cd8cbf9bbf4} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:02.533156 [ 3 ] {7e0bbd2a-9b5e-4708-be83-8cd8cbf9bbf4} executeQuery: Read 4 rows, 5.53 KiB in 0.001537 sec., 2602.472348731295 rows/sec., 3.51 MiB/sec. 2024.05.29 21:56:02.533348 [ 3 ] {7e0bbd2a-9b5e-4708-be83-8cd8cbf9bbf4} DynamicQueryHandler: Done processing query 2024.05.29 21:56:02.533408 [ 3 ] {7e0bbd2a-9b5e-4708-be83-8cd8cbf9bbf4} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:56:02.533423 [ 3 ] {} HTTP-Session: af404dee-7c04-4aa2-b655-a2e40cf8a61d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.533542 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:02.533589 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:02.533609 [ 3 ] {} HTTP-Session: 6a423a50-42f0-4ecd-a90c-c914086f32a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:02.533626 [ 3 ] {} HTTP-Session: 6a423a50-42f0-4ecd-a90c-c914086f32a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.533639 [ 3 ] {} HTTP-Session: 6a423a50-42f0-4ecd-a90c-c914086f32a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:02.533670 [ 3 ] {} HTTP-Session: 6a423a50-42f0-4ecd-a90c-c914086f32a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:02.533783 [ 3 ] {fbbc0eeb-98d6-4717-819f-7f3ac5bd3f2d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:02.533828 [ 3 ] {fbbc0eeb-98d6-4717-819f-7f3ac5bd3f2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:56:02.533977 [ 3 ] {fbbc0eeb-98d6-4717-819f-7f3ac5bd3f2d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:02.534240 [ 3 ] {fbbc0eeb-98d6-4717-819f-7f3ac5bd3f2d} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:02.534276 [ 3 ] {fbbc0eeb-98d6-4717-819f-7f3ac5bd3f2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2024.05.29 21:56:02.534742 [ 3 ] {fbbc0eeb-98d6-4717-819f-7f3ac5bd3f2d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.29 21:56:02.535063 [ 3 ] {fbbc0eeb-98d6-4717-819f-7f3ac5bd3f2d} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:02.535219 [ 3 ] {fbbc0eeb-98d6-4717-819f-7f3ac5bd3f2d} executeQuery: Read 60 rows, 4.14 KiB in 0.001465 sec., 40955.631399317404 rows/sec., 2.76 MiB/sec. 2024.05.29 21:56:02.535371 [ 3 ] {fbbc0eeb-98d6-4717-819f-7f3ac5bd3f2d} DynamicQueryHandler: Done processing query 2024.05.29 21:56:02.535395 [ 3 ] {fbbc0eeb-98d6-4717-819f-7f3ac5bd3f2d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:56:02.535410 [ 3 ] {} HTTP-Session: 6a423a50-42f0-4ecd-a90c-c914086f32a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.524749 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 5220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:07.524886 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:07.524912 [ 3 ] {} HTTP-Session: 825a3687-87f5-4269-9bea-9a1af0e4b3ab Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:07.524938 [ 3 ] {} HTTP-Session: 825a3687-87f5-4269-9bea-9a1af0e4b3ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.524953 [ 3 ] {} HTTP-Session: 825a3687-87f5-4269-9bea-9a1af0e4b3ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.525004 [ 3 ] {} HTTP-Session: 825a3687-87f5-4269-9bea-9a1af0e4b3ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:07.525199 [ 3 ] {d1e7aa20-e5e2-4dd0-a5f5-4f9abe5c2837} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:07.525267 [ 3 ] {d1e7aa20-e5e2-4dd0-a5f5-4f9abe5c2837} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:56:07.525470 [ 3 ] {d1e7aa20-e5e2-4dd0-a5f5-4f9abe5c2837} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:07.525854 [ 3 ] {d1e7aa20-e5e2-4dd0-a5f5-4f9abe5c2837} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:07.525893 [ 3 ] {d1e7aa20-e5e2-4dd0-a5f5-4f9abe5c2837} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:07.526273 [ 3 ] {d1e7aa20-e5e2-4dd0-a5f5-4f9abe5c2837} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.05.29 21:56:07.526624 [ 3 ] {d1e7aa20-e5e2-4dd0-a5f5-4f9abe5c2837} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:07.526767 [ 3 ] {d1e7aa20-e5e2-4dd0-a5f5-4f9abe5c2837} executeQuery: Read 36 rows, 2.92 KiB in 0.001633 sec., 22045.315370483775 rows/sec., 1.74 MiB/sec. 2024.05.29 21:56:07.527055 [ 3 ] {d1e7aa20-e5e2-4dd0-a5f5-4f9abe5c2837} DynamicQueryHandler: Done processing query 2024.05.29 21:56:07.527119 [ 3 ] {d1e7aa20-e5e2-4dd0-a5f5-4f9abe5c2837} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:56:07.527173 [ 3 ] {} HTTP-Session: 825a3687-87f5-4269-9bea-9a1af0e4b3ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.527402 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 24133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:07.527454 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:07.527474 [ 3 ] {} HTTP-Session: abbb0b4c-5b33-439d-a8ec-bbdb76e2d3f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:07.527491 [ 3 ] {} HTTP-Session: abbb0b4c-5b33-439d-a8ec-bbdb76e2d3f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.527504 [ 3 ] {} HTTP-Session: abbb0b4c-5b33-439d-a8ec-bbdb76e2d3f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.527536 [ 3 ] {} HTTP-Session: abbb0b4c-5b33-439d-a8ec-bbdb76e2d3f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:07.527687 [ 3 ] {e3244c92-1921-48d9-b748-a5191495899c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:07.527733 [ 3 ] {e3244c92-1921-48d9-b748-a5191495899c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:56:07.527876 [ 3 ] {e3244c92-1921-48d9-b748-a5191495899c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:07.528260 [ 3 ] {e3244c92-1921-48d9-b748-a5191495899c} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:07.528296 [ 3 ] {e3244c92-1921-48d9-b748-a5191495899c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:07.528624 [ 3 ] {e3244c92-1921-48d9-b748-a5191495899c} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.05.29 21:56:07.528936 [ 3 ] {e3244c92-1921-48d9-b748-a5191495899c} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:07.529068 [ 3 ] {e3244c92-1921-48d9-b748-a5191495899c} executeQuery: Read 164 rows, 14.14 KiB in 0.001446 sec., 113416.32088520055 rows/sec., 9.55 MiB/sec. 2024.05.29 21:56:07.529069 [ 130 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.05.29 21:56:07.529132 [ 130 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:07.529169 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:07.529257 [ 3 ] {e3244c92-1921-48d9-b748-a5191495899c} DynamicQueryHandler: Done processing query 2024.05.29 21:56:07.529317 [ 3 ] {e3244c92-1921-48d9-b748-a5191495899c} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.29 21:56:07.529372 [ 3 ] {} HTTP-Session: abbb0b4c-5b33-439d-a8ec-bbdb76e2d3f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.529430 [ 188 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2024.05.29 21:56:07.529584 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18699, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:07.529693 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:07.529749 [ 3 ] {} HTTP-Session: 8b404eed-053c-416a-8de0-a8b3425f29b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:07.529758 [ 188 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:07.529775 [ 3 ] {} HTTP-Session: 8b404eed-053c-416a-8de0-a8b3425f29b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.529811 [ 3 ] {} HTTP-Session: 8b404eed-053c-416a-8de0-a8b3425f29b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.529827 [ 188 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 183 rows starting from the beginning of the part 2024.05.29 21:56:07.529883 [ 3 ] {} HTTP-Session: 8b404eed-053c-416a-8de0-a8b3425f29b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:07.530045 [ 188 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 128 rows starting from the beginning of the part 2024.05.29 21:56:07.530315 [ 3 ] {dc31b771-23b6-4be7-85c7-f8ccb526c02a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:07.530356 [ 188 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 68 rows starting from the beginning of the part 2024.05.29 21:56:07.530446 [ 3 ] {dc31b771-23b6-4be7-85c7-f8ccb526c02a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:56:07.530676 [ 188 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 164 rows starting from the beginning of the part 2024.05.29 21:56:07.531026 [ 188 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 68 rows starting from the beginning of the part 2024.05.29 21:56:07.531391 [ 188 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 164 rows starting from the beginning of the part 2024.05.29 21:56:07.531480 [ 3 ] {dc31b771-23b6-4be7-85c7-f8ccb526c02a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:07.532424 [ 3 ] {dc31b771-23b6-4be7-85c7-f8ccb526c02a} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:07.532497 [ 3 ] {dc31b771-23b6-4be7-85c7-f8ccb526c02a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:07.533260 [ 3 ] {dc31b771-23b6-4be7-85c7-f8ccb526c02a} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.05.29 21:56:07.534143 [ 3 ] {dc31b771-23b6-4be7-85c7-f8ccb526c02a} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:07.534338 [ 190 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 775 rows, containing 4 columns (4 merged, 0 gathered) in 0.005084203 sec., 152432.93786656435 rows/sec., 12.48 MiB/sec. 2024.05.29 21:56:07.534411 [ 130 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.05.29 21:56:07.534423 [ 3 ] {dc31b771-23b6-4be7-85c7-f8ccb526c02a} executeQuery: Read 110 rows, 8.81 KiB in 0.004334 sec., 25380.710659898476 rows/sec., 1.99 MiB/sec. 2024.05.29 21:56:07.534452 [ 130 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:07.534521 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:07.534674 [ 190 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.05.29 21:56:07.534854 [ 3 ] {dc31b771-23b6-4be7-85c7-f8ccb526c02a} DynamicQueryHandler: Done processing query 2024.05.29 21:56:07.534937 [ 3 ] {dc31b771-23b6-4be7-85c7-f8ccb526c02a} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:56:07.534977 [ 3 ] {} HTTP-Session: 8b404eed-053c-416a-8de0-a8b3425f29b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.534981 [ 197 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2024.05.29 21:56:07.535253 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:07.535430 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:07.535529 [ 3 ] {} HTTP-Session: 0191f2ae-b236-4641-9c03-2b622b87ad63 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:07.535619 [ 3 ] {} HTTP-Session: 0191f2ae-b236-4641-9c03-2b622b87ad63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.535714 [ 3 ] {} HTTP-Session: 0191f2ae-b236-4641-9c03-2b622b87ad63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.535735 [ 197 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:07.535789 [ 3 ] {} HTTP-Session: 0191f2ae-b236-4641-9c03-2b622b87ad63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:07.535859 [ 197 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 148 rows starting from the beginning of the part 2024.05.29 21:56:07.536248 [ 3 ] {4c9044d8-beb4-456f-ad17-aa706453ae5f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:07.536270 [ 197 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 88 rows starting from the beginning of the part 2024.05.29 21:56:07.536287 [ 190 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_61_12} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:07.536425 [ 3 ] {4c9044d8-beb4-456f-ad17-aa706453ae5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:56:07.536665 [ 197 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 68 rows starting from the beginning of the part 2024.05.29 21:56:07.536850 [ 190 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_61_12} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.05.29 21:56:07.537162 [ 197 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 112 rows starting from the beginning of the part 2024.05.29 21:56:07.537428 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.05.29 21:56:07.537779 [ 197 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 68 rows starting from the beginning of the part 2024.05.29 21:56:07.538174 [ 197 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 110 rows starting from the beginning of the part 2024.05.29 21:56:07.538201 [ 3 ] {4c9044d8-beb4-456f-ad17-aa706453ae5f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:07.539353 [ 3 ] {4c9044d8-beb4-456f-ad17-aa706453ae5f} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:07.539432 [ 3 ] {4c9044d8-beb4-456f-ad17-aa706453ae5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:07.540514 [ 3 ] {4c9044d8-beb4-456f-ad17-aa706453ae5f} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.29 21:56:07.541140 [ 197 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 594 rows, containing 4 columns (4 merged, 0 gathered) in 0.00647837 sec., 91689.73059581345 rows/sec., 7.16 MiB/sec. 2024.05.29 21:56:07.541341 [ 190 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.05.29 21:56:07.541371 [ 3 ] {4c9044d8-beb4-456f-ad17-aa706453ae5f} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:07.541549 [ 130 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.29 21:56:07.541591 [ 3 ] {4c9044d8-beb4-456f-ad17-aa706453ae5f} executeQuery: Read 160 rows, 11.41 KiB in 0.005604 sec., 28551.034975017847 rows/sec., 1.99 MiB/sec. 2024.05.29 21:56:07.541615 [ 130 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:07.541681 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:07.542267 [ 3 ] {4c9044d8-beb4-456f-ad17-aa706453ae5f} DynamicQueryHandler: Done processing query 2024.05.29 21:56:07.542331 [ 192 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.29 21:56:07.542344 [ 3 ] {4c9044d8-beb4-456f-ad17-aa706453ae5f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:56:07.542421 [ 3 ] {} HTTP-Session: 0191f2ae-b236-4641-9c03-2b622b87ad63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.542735 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 38544, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:07.542764 [ 190 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_61_12} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:07.542809 [ 192 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:07.542893 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:07.542933 [ 192 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 8703 rows starting from the beginning of the part 2024.05.29 21:56:07.542966 [ 3 ] {} HTTP-Session: 7bdd6d20-ef63-4aa8-8411-26cdfc2e183e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:07.542963 [ 190 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_61_12} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.05.29 21:56:07.543033 [ 3 ] {} HTTP-Session: 7bdd6d20-ef63-4aa8-8411-26cdfc2e183e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.543094 [ 3 ] {} HTTP-Session: 7bdd6d20-ef63-4aa8-8411-26cdfc2e183e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.543322 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.29 21:56:07.543376 [ 3 ] {} HTTP-Session: 7bdd6d20-ef63-4aa8-8411-26cdfc2e183e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:07.543522 [ 192 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2024.05.29 21:56:07.543735 [ 192 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2024.05.29 21:56:07.543836 [ 192 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 196 rows starting from the beginning of the part 2024.05.29 21:56:07.544045 [ 192 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2024.05.29 21:56:07.544094 [ 3 ] {27ad187b-d232-481f-afff-38e63c791b0e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:07.544374 [ 192 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2024.05.29 21:56:07.544408 [ 3 ] {27ad187b-d232-481f-afff-38e63c791b0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:56:07.545342 [ 3 ] {27ad187b-d232-481f-afff-38e63c791b0e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:07.546027 [ 3 ] {27ad187b-d232-481f-afff-38e63c791b0e} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:07.546074 [ 3 ] {27ad187b-d232-481f-afff-38e63c791b0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:07.547282 [ 3 ] {27ad187b-d232-481f-afff-38e63c791b0e} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.05.29 21:56:07.547904 [ 3 ] {27ad187b-d232-481f-afff-38e63c791b0e} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:07.548122 [ 3 ] {27ad187b-d232-481f-afff-38e63c791b0e} executeQuery: Read 36 rows, 49.75 KiB in 0.004486 sec., 8024.966562639322 rows/sec., 10.83 MiB/sec. 2024.05.29 21:56:07.548485 [ 3 ] {27ad187b-d232-481f-afff-38e63c791b0e} DynamicQueryHandler: Done processing query 2024.05.29 21:56:07.548598 [ 3 ] {27ad187b-d232-481f-afff-38e63c791b0e} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.29 21:56:07.548723 [ 3 ] {} HTTP-Session: 7bdd6d20-ef63-4aa8-8411-26cdfc2e183e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.548937 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 2458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:07.548992 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:07.549012 [ 3 ] {} HTTP-Session: 19724b1d-5c11-49b7-bb5f-6fddbf821f89 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:07.549030 [ 3 ] {} HTTP-Session: 19724b1d-5c11-49b7-bb5f-6fddbf821f89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.549044 [ 3 ] {} HTTP-Session: 19724b1d-5c11-49b7-bb5f-6fddbf821f89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.549078 [ 3 ] {} HTTP-Session: 19724b1d-5c11-49b7-bb5f-6fddbf821f89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:07.549193 [ 3 ] {070a2081-d1a7-4b69-9b98-42014cc24454} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:07.549257 [ 3 ] {070a2081-d1a7-4b69-9b98-42014cc24454} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.05.29 21:56:07.549410 [ 3 ] {070a2081-d1a7-4b69-9b98-42014cc24454} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:07.550125 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 9539 rows, containing 5 columns (5 merged, 0 gathered) in 0.008267643 sec., 1153775.0239094745 rows/sec., 80.42 MiB/sec. 2024.05.29 21:56:07.550147 [ 3 ] {070a2081-d1a7-4b69-9b98-42014cc24454} oximeter.measurements_i64 (25aefdf1-18fe-41a8-8409-208abdacfd4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:07.550215 [ 3 ] {070a2081-d1a7-4b69-9b98-42014cc24454} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:07.550401 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.29 21:56:07.551003 [ 3 ] {070a2081-d1a7-4b69-9b98-42014cc24454} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.29 21:56:07.551477 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_56_11} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:07.551651 [ 196 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_56_11} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.29 21:56:07.551804 [ 3 ] {070a2081-d1a7-4b69-9b98-42014cc24454} oximeter.measurements_i64 (25aefdf1-18fe-41a8-8409-208abdacfd4d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:07.551841 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. 2024.05.29 21:56:07.552003 [ 3 ] {070a2081-d1a7-4b69-9b98-42014cc24454} executeQuery: Read 15 rows, 1.09 KiB in 0.002845 sec., 5272.407732864675 rows/sec., 382.39 KiB/sec. 2024.05.29 21:56:07.552299 [ 3 ] {070a2081-d1a7-4b69-9b98-42014cc24454} DynamicQueryHandler: Done processing query 2024.05.29 21:56:07.552324 [ 3 ] {070a2081-d1a7-4b69-9b98-42014cc24454} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.29 21:56:07.552339 [ 3 ] {} HTTP-Session: 19724b1d-5c11-49b7-bb5f-6fddbf821f89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.552481 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:07.552530 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:07.552548 [ 3 ] {} HTTP-Session: 0e370668-2fe5-48d6-80ad-97f2c26159fe Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:07.552564 [ 3 ] {} HTTP-Session: 0e370668-2fe5-48d6-80ad-97f2c26159fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.552577 [ 3 ] {} HTTP-Session: 0e370668-2fe5-48d6-80ad-97f2c26159fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.552607 [ 3 ] {} HTTP-Session: 0e370668-2fe5-48d6-80ad-97f2c26159fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:07.552733 [ 3 ] {44e70a0b-d507-4403-a501-abc8f8459d89} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:07.552778 [ 3 ] {44e70a0b-d507-4403-a501-abc8f8459d89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:56:07.552923 [ 3 ] {44e70a0b-d507-4403-a501-abc8f8459d89} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:07.553228 [ 3 ] {44e70a0b-d507-4403-a501-abc8f8459d89} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:07.553261 [ 3 ] {44e70a0b-d507-4403-a501-abc8f8459d89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:07.553636 [ 3 ] {44e70a0b-d507-4403-a501-abc8f8459d89} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.29 21:56:07.553962 [ 3 ] {44e70a0b-d507-4403-a501-abc8f8459d89} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:07.554091 [ 130 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.29 21:56:07.554094 [ 3 ] {44e70a0b-d507-4403-a501-abc8f8459d89} executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. 2024.05.29 21:56:07.554123 [ 130 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:07.554163 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:07.554333 [ 3 ] {44e70a0b-d507-4403-a501-abc8f8459d89} DynamicQueryHandler: Done processing query 2024.05.29 21:56:07.554348 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.29 21:56:07.554366 [ 3 ] {44e70a0b-d507-4403-a501-abc8f8459d89} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:56:07.554423 [ 3 ] {} HTTP-Session: 0e370668-2fe5-48d6-80ad-97f2c26159fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:07.554564 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:07.554605 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3018 rows starting from the beginning of the part 2024.05.29 21:56:07.554718 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2024.05.29 21:56:07.554943 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2024.05.29 21:56:07.555129 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2024.05.29 21:56:07.555318 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2024.05.29 21:56:07.555498 [ 189 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2024.05.29 21:56:07.557156 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3318 rows, containing 4 columns (4 merged, 0 gathered) in 0.002897396 sec., 1145166.2113152638 rows/sec., 77.20 MiB/sec. 2024.05.29 21:56:07.557579 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.29 21:56:07.558073 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_56_11} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:07.558165 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_56_11} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.29 21:56:07.558267 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2024.05.29 21:56:12.522356 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:12.522503 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:12.522536 [ 3 ] {} HTTP-Session: d0e0fdef-9359-4607-bacd-7b71dc358960 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:12.522564 [ 3 ] {} HTTP-Session: d0e0fdef-9359-4607-bacd-7b71dc358960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.522583 [ 3 ] {} HTTP-Session: d0e0fdef-9359-4607-bacd-7b71dc358960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.522641 [ 3 ] {} HTTP-Session: d0e0fdef-9359-4607-bacd-7b71dc358960 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:12.522857 [ 3 ] {20dc55df-5326-4dc0-a264-bd359646553b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:12.522932 [ 3 ] {20dc55df-5326-4dc0-a264-bd359646553b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:56:12.523131 [ 3 ] {20dc55df-5326-4dc0-a264-bd359646553b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:12.523562 [ 3 ] {20dc55df-5326-4dc0-a264-bd359646553b} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:12.523609 [ 3 ] {20dc55df-5326-4dc0-a264-bd359646553b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:12.524003 [ 3 ] {20dc55df-5326-4dc0-a264-bd359646553b} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.05.29 21:56:12.524355 [ 3 ] {20dc55df-5326-4dc0-a264-bd359646553b} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:12.524524 [ 3 ] {20dc55df-5326-4dc0-a264-bd359646553b} executeQuery: Read 4 rows, 332.00 B in 0.001726 sec., 2317.497103128621 rows/sec., 187.84 KiB/sec. 2024.05.29 21:56:12.524588 [ 119 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.05.29 21:56:12.524721 [ 119 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:12.524780 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:12.524826 [ 3 ] {20dc55df-5326-4dc0-a264-bd359646553b} DynamicQueryHandler: Done processing query 2024.05.29 21:56:12.524899 [ 3 ] {20dc55df-5326-4dc0-a264-bd359646553b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:56:12.524972 [ 3 ] {} HTTP-Session: d0e0fdef-9359-4607-bacd-7b71dc358960 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.525116 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2024.05.29 21:56:12.525341 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:12.525547 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:12.525652 [ 3 ] {} HTTP-Session: 40ed0c23-e2ae-4970-a6d3-75eeb5bcc40c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:12.525711 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:12.525741 [ 3 ] {} HTTP-Session: 40ed0c23-e2ae-4970-a6d3-75eeb5bcc40c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.525817 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 28 rows starting from the beginning of the part 2024.05.29 21:56:12.525830 [ 3 ] {} HTTP-Session: 40ed0c23-e2ae-4970-a6d3-75eeb5bcc40c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.525945 [ 3 ] {} HTTP-Session: 40ed0c23-e2ae-4970-a6d3-75eeb5bcc40c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:12.526035 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 4 rows starting from the beginning of the part 2024.05.29 21:56:12.526295 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 24 rows starting from the beginning of the part 2024.05.29 21:56:12.526499 [ 3 ] {4100bc5c-38ec-4426-96a6-b459bc3067d8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:12.526608 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 4 rows starting from the beginning of the part 2024.05.29 21:56:12.526797 [ 3 ] {4100bc5c-38ec-4426-96a6-b459bc3067d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:56:12.526988 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 36 rows starting from the beginning of the part 2024.05.29 21:56:12.527299 [ 189 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 4 rows starting from the beginning of the part 2024.05.29 21:56:12.528079 [ 3 ] {4100bc5c-38ec-4426-96a6-b459bc3067d8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:12.528949 [ 3 ] {4100bc5c-38ec-4426-96a6-b459bc3067d8} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:12.529020 [ 3 ] {4100bc5c-38ec-4426-96a6-b459bc3067d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:12.529960 [ 3 ] {4100bc5c-38ec-4426-96a6-b459bc3067d8} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.05.29 21:56:12.530244 [ 198 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 100 rows, containing 4 columns (4 merged, 0 gathered) in 0.005347257 sec., 18701.177070786012 rows/sec., 1.48 MiB/sec. 2024.05.29 21:56:12.530439 [ 198 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.05.29 21:56:12.530506 [ 3 ] {4100bc5c-38ec-4426-96a6-b459bc3067d8} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:12.530781 [ 3 ] {4100bc5c-38ec-4426-96a6-b459bc3067d8} executeQuery: Read 68 rows, 5.48 KiB in 0.004499 sec., 15114.469882196043 rows/sec., 1.19 MiB/sec. 2024.05.29 21:56:12.531050 [ 3 ] {4100bc5c-38ec-4426-96a6-b459bc3067d8} DynamicQueryHandler: Done processing query 2024.05.29 21:56:12.531078 [ 3 ] {4100bc5c-38ec-4426-96a6-b459bc3067d8} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:56:12.531094 [ 3 ] {} HTTP-Session: 40ed0c23-e2ae-4970-a6d3-75eeb5bcc40c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.531181 [ 198 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_61_12} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:12.531258 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:12.531269 [ 198 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_61_12} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.05.29 21:56:12.531312 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:12.531354 [ 3 ] {} HTTP-Session: e386b7d7-a49d-4063-b197-5266c33e67c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:12.531370 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.29 21:56:12.531375 [ 3 ] {} HTTP-Session: e386b7d7-a49d-4063-b197-5266c33e67c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.531401 [ 3 ] {} HTTP-Session: e386b7d7-a49d-4063-b197-5266c33e67c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.531433 [ 3 ] {} HTTP-Session: e386b7d7-a49d-4063-b197-5266c33e67c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:12.531560 [ 3 ] {f9a5c609-96bd-49df-a3ce-049bdb832ee1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:12.531603 [ 3 ] {f9a5c609-96bd-49df-a3ce-049bdb832ee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:56:12.531730 [ 3 ] {f9a5c609-96bd-49df-a3ce-049bdb832ee1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:12.532075 [ 3 ] {f9a5c609-96bd-49df-a3ce-049bdb832ee1} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:12.532111 [ 3 ] {f9a5c609-96bd-49df-a3ce-049bdb832ee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:12.532424 [ 3 ] {f9a5c609-96bd-49df-a3ce-049bdb832ee1} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.05.29 21:56:12.532738 [ 3 ] {f9a5c609-96bd-49df-a3ce-049bdb832ee1} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:12.532889 [ 3 ] {f9a5c609-96bd-49df-a3ce-049bdb832ee1} executeQuery: Read 68 rows, 5.44 KiB in 0.001367 sec., 49743.96488661302 rows/sec., 3.88 MiB/sec. 2024.05.29 21:56:12.533058 [ 3 ] {f9a5c609-96bd-49df-a3ce-049bdb832ee1} DynamicQueryHandler: Done processing query 2024.05.29 21:56:12.533082 [ 3 ] {f9a5c609-96bd-49df-a3ce-049bdb832ee1} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:56:12.533097 [ 3 ] {} HTTP-Session: e386b7d7-a49d-4063-b197-5266c33e67c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.533269 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:12.533318 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:12.533336 [ 3 ] {} HTTP-Session: 62510ea0-96f4-4262-b5b6-f349d4f12a94 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:12.533351 [ 3 ] {} HTTP-Session: 62510ea0-96f4-4262-b5b6-f349d4f12a94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.533365 [ 3 ] {} HTTP-Session: 62510ea0-96f4-4262-b5b6-f349d4f12a94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.533395 [ 3 ] {} HTTP-Session: 62510ea0-96f4-4262-b5b6-f349d4f12a94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:12.533540 [ 3 ] {fc4264c8-2b70-48b5-a2c2-dd4af0feae45} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:12.533585 [ 3 ] {fc4264c8-2b70-48b5-a2c2-dd4af0feae45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:56:12.533731 [ 3 ] {fc4264c8-2b70-48b5-a2c2-dd4af0feae45} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:12.534096 [ 3 ] {fc4264c8-2b70-48b5-a2c2-dd4af0feae45} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:12.534132 [ 3 ] {fc4264c8-2b70-48b5-a2c2-dd4af0feae45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:12.534519 [ 3 ] {fc4264c8-2b70-48b5-a2c2-dd4af0feae45} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.05.29 21:56:12.534891 [ 3 ] {fc4264c8-2b70-48b5-a2c2-dd4af0feae45} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:12.535072 [ 3 ] {fc4264c8-2b70-48b5-a2c2-dd4af0feae45} executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec. 2024.05.29 21:56:12.535336 [ 3 ] {fc4264c8-2b70-48b5-a2c2-dd4af0feae45} DynamicQueryHandler: Done processing query 2024.05.29 21:56:12.535391 [ 3 ] {fc4264c8-2b70-48b5-a2c2-dd4af0feae45} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:56:12.535439 [ 3 ] {} HTTP-Session: 62510ea0-96f4-4262-b5b6-f349d4f12a94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.535622 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:12.535672 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:12.535691 [ 3 ] {} HTTP-Session: 06efc0c9-9fe8-411f-a286-dc6b0266c422 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:12.535706 [ 3 ] {} HTTP-Session: 06efc0c9-9fe8-411f-a286-dc6b0266c422 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.535720 [ 3 ] {} HTTP-Session: 06efc0c9-9fe8-411f-a286-dc6b0266c422 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.535751 [ 3 ] {} HTTP-Session: 06efc0c9-9fe8-411f-a286-dc6b0266c422 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:12.535883 [ 3 ] {1354df90-c01d-4872-b49f-3f0edc1315b8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:12.535932 [ 3 ] {1354df90-c01d-4872-b49f-3f0edc1315b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:56:12.536107 [ 3 ] {1354df90-c01d-4872-b49f-3f0edc1315b8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:12.536465 [ 3 ] {1354df90-c01d-4872-b49f-3f0edc1315b8} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:12.536501 [ 3 ] {1354df90-c01d-4872-b49f-3f0edc1315b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:12.536892 [ 3 ] {1354df90-c01d-4872-b49f-3f0edc1315b8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.05.29 21:56:12.537241 [ 3 ] {1354df90-c01d-4872-b49f-3f0edc1315b8} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:12.537400 [ 119 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.05.29 21:56:12.537411 [ 3 ] {1354df90-c01d-4872-b49f-3f0edc1315b8} executeQuery: Read 4 rows, 5.53 KiB in 0.001576 sec., 2538.0710659898477 rows/sec., 3.42 MiB/sec. 2024.05.29 21:56:12.537456 [ 119 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:12.537524 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:12.537755 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2024.05.29 21:56:12.537793 [ 3 ] {1354df90-c01d-4872-b49f-3f0edc1315b8} DynamicQueryHandler: Done processing query 2024.05.29 21:56:12.537839 [ 3 ] {1354df90-c01d-4872-b49f-3f0edc1315b8} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:56:12.537878 [ 3 ] {} HTTP-Session: 06efc0c9-9fe8-411f-a286-dc6b0266c422 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.538041 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:12.538056 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:12.538113 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 842 rows starting from the beginning of the part 2024.05.29 21:56:12.538147 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:12.538193 [ 3 ] {} HTTP-Session: 389f10c8-2c38-4625-a491-df6910bd141b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:12.538283 [ 3 ] {} HTTP-Session: 389f10c8-2c38-4625-a491-df6910bd141b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.538334 [ 3 ] {} HTTP-Session: 389f10c8-2c38-4625-a491-df6910bd141b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.538445 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 4 rows starting from the beginning of the part 2024.05.29 21:56:12.538471 [ 3 ] {} HTTP-Session: 389f10c8-2c38-4625-a491-df6910bd141b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:12.538744 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 24 rows starting from the beginning of the part 2024.05.29 21:56:12.538869 [ 3 ] {c0b412a7-2548-4b66-b29a-43ebe9d17c9c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:12.539060 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 4 rows starting from the beginning of the part 2024.05.29 21:56:12.539100 [ 3 ] {c0b412a7-2548-4b66-b29a-43ebe9d17c9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:56:12.539416 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 36 rows starting from the beginning of the part 2024.05.29 21:56:12.539824 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 4 rows starting from the beginning of the part 2024.05.29 21:56:12.540321 [ 3 ] {c0b412a7-2548-4b66-b29a-43ebe9d17c9c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:12.541109 [ 3 ] {c0b412a7-2548-4b66-b29a-43ebe9d17c9c} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:12.541165 [ 3 ] {c0b412a7-2548-4b66-b29a-43ebe9d17c9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:12.541654 [ 3 ] {c0b412a7-2548-4b66-b29a-43ebe9d17c9c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.05.29 21:56:12.542638 [ 3 ] {c0b412a7-2548-4b66-b29a-43ebe9d17c9c} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:12.543001 [ 3 ] {c0b412a7-2548-4b66-b29a-43ebe9d17c9c} executeQuery: Read 60 rows, 4.14 KiB in 0.004321 sec., 13885.67461235825 rows/sec., 958.26 KiB/sec. 2024.05.29 21:56:12.543292 [ 3 ] {c0b412a7-2548-4b66-b29a-43ebe9d17c9c} DynamicQueryHandler: Done processing query 2024.05.29 21:56:12.543319 [ 3 ] {c0b412a7-2548-4b66-b29a-43ebe9d17c9c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:56:12.543336 [ 3 ] {} HTTP-Session: 389f10c8-2c38-4625-a491-df6910bd141b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:12.546812 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 914 rows, containing 6 columns (6 merged, 0 gathered) in 0.009183014 sec., 99531.59169745358 rows/sec., 134.31 MiB/sec. 2024.05.29 21:56:12.547271 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.05.29 21:56:12.547704 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_61_12} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:12.547788 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_61_12} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.05.29 21:56:12.547874 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB. 2024.05.29 21:56:15.784303 [ 107 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:56:15.784406 [ 107 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:56:17.523889 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 5506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:17.524006 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:17.524030 [ 3 ] {} HTTP-Session: bb3b6e4e-2697-463c-877b-d48ac94afef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:17.524056 [ 3 ] {} HTTP-Session: bb3b6e4e-2697-463c-877b-d48ac94afef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.524070 [ 3 ] {} HTTP-Session: bb3b6e4e-2697-463c-877b-d48ac94afef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.524121 [ 3 ] {} HTTP-Session: bb3b6e4e-2697-463c-877b-d48ac94afef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:17.524331 [ 3 ] {66788deb-cb82-4258-9058-c58ce10d9084} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:17.524400 [ 3 ] {66788deb-cb82-4258-9058-c58ce10d9084} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:56:17.524596 [ 3 ] {66788deb-cb82-4258-9058-c58ce10d9084} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:17.525025 [ 3 ] {66788deb-cb82-4258-9058-c58ce10d9084} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:17.525069 [ 3 ] {66788deb-cb82-4258-9058-c58ce10d9084} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:17.525447 [ 3 ] {66788deb-cb82-4258-9058-c58ce10d9084} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.05.29 21:56:17.525786 [ 3 ] {66788deb-cb82-4258-9058-c58ce10d9084} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:17.525963 [ 3 ] {66788deb-cb82-4258-9058-c58ce10d9084} executeQuery: Read 38 rows, 3.08 KiB in 0.001693 sec., 22445.363260484348 rows/sec., 1.78 MiB/sec. 2024.05.29 21:56:17.526164 [ 3 ] {66788deb-cb82-4258-9058-c58ce10d9084} DynamicQueryHandler: Done processing query 2024.05.29 21:56:17.526189 [ 3 ] {66788deb-cb82-4258-9058-c58ce10d9084} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:56:17.526205 [ 3 ] {} HTTP-Session: bb3b6e4e-2697-463c-877b-d48ac94afef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.526385 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 25079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:17.526435 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:17.526453 [ 3 ] {} HTTP-Session: 39075026-c662-408a-9fe4-47facfa0f601 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:17.526469 [ 3 ] {} HTTP-Session: 39075026-c662-408a-9fe4-47facfa0f601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.526483 [ 3 ] {} HTTP-Session: 39075026-c662-408a-9fe4-47facfa0f601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.526515 [ 3 ] {} HTTP-Session: 39075026-c662-408a-9fe4-47facfa0f601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:17.526657 [ 3 ] {f73abb35-b7a0-4942-aa9e-cb31fcc28183} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:17.526700 [ 3 ] {f73abb35-b7a0-4942-aa9e-cb31fcc28183} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:56:17.526825 [ 3 ] {f73abb35-b7a0-4942-aa9e-cb31fcc28183} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:17.527242 [ 3 ] {f73abb35-b7a0-4942-aa9e-cb31fcc28183} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:17.527279 [ 3 ] {f73abb35-b7a0-4942-aa9e-cb31fcc28183} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:17.527606 [ 3 ] {f73abb35-b7a0-4942-aa9e-cb31fcc28183} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.05.29 21:56:17.527923 [ 3 ] {f73abb35-b7a0-4942-aa9e-cb31fcc28183} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:17.528090 [ 3 ] {f73abb35-b7a0-4942-aa9e-cb31fcc28183} executeQuery: Read 170 rows, 14.72 KiB in 0.001487 sec., 114324.14256893074 rows/sec., 9.67 MiB/sec. 2024.05.29 21:56:17.528270 [ 3 ] {f73abb35-b7a0-4942-aa9e-cb31fcc28183} DynamicQueryHandler: Done processing query 2024.05.29 21:56:17.528296 [ 3 ] {f73abb35-b7a0-4942-aa9e-cb31fcc28183} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.29 21:56:17.528312 [ 3 ] {} HTTP-Session: 39075026-c662-408a-9fe4-47facfa0f601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.528479 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:17.528529 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:17.528549 [ 3 ] {} HTTP-Session: bc5922cf-0f0a-435d-9720-3e737ce0d039 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:17.528565 [ 3 ] {} HTTP-Session: bc5922cf-0f0a-435d-9720-3e737ce0d039 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.528578 [ 3 ] {} HTTP-Session: bc5922cf-0f0a-435d-9720-3e737ce0d039 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.528610 [ 3 ] {} HTTP-Session: bc5922cf-0f0a-435d-9720-3e737ce0d039 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:17.528733 [ 3 ] {a3505bdb-f775-469c-bbf6-fce1d1522dde} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:17.528776 [ 3 ] {a3505bdb-f775-469c-bbf6-fce1d1522dde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:56:17.528905 [ 3 ] {a3505bdb-f775-469c-bbf6-fce1d1522dde} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:17.529259 [ 3 ] {a3505bdb-f775-469c-bbf6-fce1d1522dde} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:17.529297 [ 3 ] {a3505bdb-f775-469c-bbf6-fce1d1522dde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:17.529608 [ 3 ] {a3505bdb-f775-469c-bbf6-fce1d1522dde} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.05.29 21:56:17.529914 [ 3 ] {a3505bdb-f775-469c-bbf6-fce1d1522dde} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:17.530089 [ 3 ] {a3505bdb-f775-469c-bbf6-fce1d1522dde} executeQuery: Read 102 rows, 8.16 KiB in 0.001384 sec., 73699.42196531792 rows/sec., 5.76 MiB/sec. 2024.05.29 21:56:17.530264 [ 3 ] {a3505bdb-f775-469c-bbf6-fce1d1522dde} DynamicQueryHandler: Done processing query 2024.05.29 21:56:17.530289 [ 3 ] {a3505bdb-f775-469c-bbf6-fce1d1522dde} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.29 21:56:17.530304 [ 3 ] {} HTTP-Session: bc5922cf-0f0a-435d-9720-3e737ce0d039 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.530478 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:17.530527 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:17.530546 [ 3 ] {} HTTP-Session: 8e74f0c3-e415-461b-9776-17331b050e82 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:17.530562 [ 3 ] {} HTTP-Session: 8e74f0c3-e415-461b-9776-17331b050e82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.530576 [ 3 ] {} HTTP-Session: 8e74f0c3-e415-461b-9776-17331b050e82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.530607 [ 3 ] {} HTTP-Session: 8e74f0c3-e415-461b-9776-17331b050e82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:17.530749 [ 3 ] {b63363ce-f15b-4bff-8e02-a23c10223b8c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:17.530797 [ 3 ] {b63363ce-f15b-4bff-8e02-a23c10223b8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:56:17.530942 [ 3 ] {b63363ce-f15b-4bff-8e02-a23c10223b8c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:17.531336 [ 3 ] {b63363ce-f15b-4bff-8e02-a23c10223b8c} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:17.531373 [ 3 ] {b63363ce-f15b-4bff-8e02-a23c10223b8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:17.531756 [ 3 ] {b63363ce-f15b-4bff-8e02-a23c10223b8c} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.05.29 21:56:17.532088 [ 3 ] {b63363ce-f15b-4bff-8e02-a23c10223b8c} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:17.532268 [ 3 ] {b63363ce-f15b-4bff-8e02-a23c10223b8c} executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. 2024.05.29 21:56:17.532449 [ 3 ] {b63363ce-f15b-4bff-8e02-a23c10223b8c} DynamicQueryHandler: Done processing query 2024.05.29 21:56:17.532473 [ 3 ] {b63363ce-f15b-4bff-8e02-a23c10223b8c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:56:17.532488 [ 3 ] {} HTTP-Session: 8e74f0c3-e415-461b-9776-17331b050e82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.532664 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 40680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:17.532713 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:17.532731 [ 3 ] {} HTTP-Session: bf82bf6d-89e5-4ec4-911b-9b74f60a9910 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:17.532748 [ 3 ] {} HTTP-Session: bf82bf6d-89e5-4ec4-911b-9b74f60a9910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.532762 [ 3 ] {} HTTP-Session: bf82bf6d-89e5-4ec4-911b-9b74f60a9910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.532793 [ 3 ] {} HTTP-Session: bf82bf6d-89e5-4ec4-911b-9b74f60a9910 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:17.533088 [ 3 ] {b9964f5b-2aed-4d87-8ece-aafee0a78f8e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:17.533135 [ 3 ] {b9964f5b-2aed-4d87-8ece-aafee0a78f8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:56:17.533295 [ 3 ] {b9964f5b-2aed-4d87-8ece-aafee0a78f8e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:17.533789 [ 3 ] {b9964f5b-2aed-4d87-8ece-aafee0a78f8e} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:17.533826 [ 3 ] {b9964f5b-2aed-4d87-8ece-aafee0a78f8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:17.534247 [ 3 ] {b9964f5b-2aed-4d87-8ece-aafee0a78f8e} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.05.29 21:56:17.534595 [ 3 ] {b9964f5b-2aed-4d87-8ece-aafee0a78f8e} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:17.534763 [ 3 ] {b9964f5b-2aed-4d87-8ece-aafee0a78f8e} executeQuery: Read 38 rows, 52.51 KiB in 0.001873 sec., 20288.307528029898 rows/sec., 27.38 MiB/sec. 2024.05.29 21:56:17.534941 [ 3 ] {b9964f5b-2aed-4d87-8ece-aafee0a78f8e} DynamicQueryHandler: Done processing query 2024.05.29 21:56:17.534966 [ 3 ] {b9964f5b-2aed-4d87-8ece-aafee0a78f8e} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.29 21:56:17.534982 [ 3 ] {} HTTP-Session: bf82bf6d-89e5-4ec4-911b-9b74f60a9910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.535146 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:17.535194 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:17.535213 [ 3 ] {} HTTP-Session: e01e7c8d-95b1-4513-8a5b-27383c78e9cd Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:17.535230 [ 3 ] {} HTTP-Session: e01e7c8d-95b1-4513-8a5b-27383c78e9cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.535244 [ 3 ] {} HTTP-Session: e01e7c8d-95b1-4513-8a5b-27383c78e9cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:17.535275 [ 3 ] {} HTTP-Session: e01e7c8d-95b1-4513-8a5b-27383c78e9cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:17.535408 [ 3 ] {79a398e9-e536-43de-848b-e65c6306bcbe} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:17.535452 [ 3 ] {79a398e9-e536-43de-848b-e65c6306bcbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:56:17.535579 [ 3 ] {79a398e9-e536-43de-848b-e65c6306bcbe} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:17.535924 [ 3 ] {79a398e9-e536-43de-848b-e65c6306bcbe} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:17.535961 [ 3 ] {79a398e9-e536-43de-848b-e65c6306bcbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:17.536317 [ 3 ] {79a398e9-e536-43de-848b-e65c6306bcbe} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.05.29 21:56:17.536637 [ 3 ] {79a398e9-e536-43de-848b-e65c6306bcbe} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:17.536797 [ 3 ] {79a398e9-e536-43de-848b-e65c6306bcbe} executeQuery: Read 60 rows, 4.14 KiB in 0.001435 sec., 41811.846689895465 rows/sec., 2.82 MiB/sec. 2024.05.29 21:56:17.537090 [ 3 ] {79a398e9-e536-43de-848b-e65c6306bcbe} DynamicQueryHandler: Done processing query 2024.05.29 21:56:17.537153 [ 3 ] {79a398e9-e536-43de-848b-e65c6306bcbe} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:56:17.537216 [ 3 ] {} HTTP-Session: e01e7c8d-95b1-4513-8a5b-27383c78e9cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.522072 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:22.522198 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:22.522223 [ 3 ] {} HTTP-Session: a7a6289d-3975-4acb-a83f-fb16964e7a85 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:22.522255 [ 3 ] {} HTTP-Session: a7a6289d-3975-4acb-a83f-fb16964e7a85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.522269 [ 3 ] {} HTTP-Session: a7a6289d-3975-4acb-a83f-fb16964e7a85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.522319 [ 3 ] {} HTTP-Session: a7a6289d-3975-4acb-a83f-fb16964e7a85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:22.522493 [ 3 ] {cd98f5c9-f8ea-49d3-82f5-e55b2b7b897a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:22.522561 [ 3 ] {cd98f5c9-f8ea-49d3-82f5-e55b2b7b897a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:56:22.522753 [ 3 ] {cd98f5c9-f8ea-49d3-82f5-e55b2b7b897a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:22.523195 [ 3 ] {cd98f5c9-f8ea-49d3-82f5-e55b2b7b897a} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:22.523236 [ 3 ] {cd98f5c9-f8ea-49d3-82f5-e55b2b7b897a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:22.523597 [ 3 ] {cd98f5c9-f8ea-49d3-82f5-e55b2b7b897a} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.05.29 21:56:22.523926 [ 3 ] {cd98f5c9-f8ea-49d3-82f5-e55b2b7b897a} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:22.524074 [ 3 ] {cd98f5c9-f8ea-49d3-82f5-e55b2b7b897a} executeQuery: Read 4 rows, 332.00 B in 0.001634 sec., 2447.980416156671 rows/sec., 198.42 KiB/sec. 2024.05.29 21:56:22.524269 [ 3 ] {cd98f5c9-f8ea-49d3-82f5-e55b2b7b897a} DynamicQueryHandler: Done processing query 2024.05.29 21:56:22.524295 [ 3 ] {cd98f5c9-f8ea-49d3-82f5-e55b2b7b897a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:56:22.524312 [ 3 ] {} HTTP-Session: a7a6289d-3975-4acb-a83f-fb16964e7a85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.524446 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:22.524496 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:22.524514 [ 3 ] {} HTTP-Session: de6c7537-2b4c-4e3e-8db4-e9fdc765c4ea Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:22.524531 [ 3 ] {} HTTP-Session: de6c7537-2b4c-4e3e-8db4-e9fdc765c4ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.524545 [ 3 ] {} HTTP-Session: de6c7537-2b4c-4e3e-8db4-e9fdc765c4ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.524576 [ 3 ] {} HTTP-Session: de6c7537-2b4c-4e3e-8db4-e9fdc765c4ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:22.524697 [ 3 ] {bda56f97-0040-4c8f-ba63-7c35c2dff24c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:22.524741 [ 3 ] {bda56f97-0040-4c8f-ba63-7c35c2dff24c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:56:22.524866 [ 3 ] {bda56f97-0040-4c8f-ba63-7c35c2dff24c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:22.525222 [ 3 ] {bda56f97-0040-4c8f-ba63-7c35c2dff24c} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:22.525260 [ 3 ] {bda56f97-0040-4c8f-ba63-7c35c2dff24c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:22.525575 [ 3 ] {bda56f97-0040-4c8f-ba63-7c35c2dff24c} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.05.29 21:56:22.525870 [ 3 ] {bda56f97-0040-4c8f-ba63-7c35c2dff24c} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:22.525996 [ 3 ] {bda56f97-0040-4c8f-ba63-7c35c2dff24c} executeQuery: Read 68 rows, 5.48 KiB in 0.001345 sec., 50557.62081784386 rows/sec., 3.98 MiB/sec. 2024.05.29 21:56:22.526159 [ 3 ] {bda56f97-0040-4c8f-ba63-7c35c2dff24c} DynamicQueryHandler: Done processing query 2024.05.29 21:56:22.526183 [ 3 ] {bda56f97-0040-4c8f-ba63-7c35c2dff24c} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:56:22.526199 [ 3 ] {} HTTP-Session: de6c7537-2b4c-4e3e-8db4-e9fdc765c4ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.526364 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:22.526414 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:22.526433 [ 3 ] {} HTTP-Session: 7775a396-d63b-46f1-9a80-5e7daf785adc Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:22.526449 [ 3 ] {} HTTP-Session: 7775a396-d63b-46f1-9a80-5e7daf785adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.526463 [ 3 ] {} HTTP-Session: 7775a396-d63b-46f1-9a80-5e7daf785adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.526494 [ 3 ] {} HTTP-Session: 7775a396-d63b-46f1-9a80-5e7daf785adc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:22.526605 [ 3 ] {036252df-72ab-45a3-a59d-8ab95ff31426} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:22.526649 [ 3 ] {036252df-72ab-45a3-a59d-8ab95ff31426} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:56:22.526775 [ 3 ] {036252df-72ab-45a3-a59d-8ab95ff31426} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:22.527111 [ 3 ] {036252df-72ab-45a3-a59d-8ab95ff31426} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:22.527147 [ 3 ] {036252df-72ab-45a3-a59d-8ab95ff31426} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:22.527462 [ 3 ] {036252df-72ab-45a3-a59d-8ab95ff31426} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.05.29 21:56:22.527762 [ 3 ] {036252df-72ab-45a3-a59d-8ab95ff31426} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:22.527885 [ 3 ] {036252df-72ab-45a3-a59d-8ab95ff31426} executeQuery: Read 68 rows, 5.44 KiB in 0.001317 sec., 51632.498101746394 rows/sec., 4.03 MiB/sec. 2024.05.29 21:56:22.528050 [ 3 ] {036252df-72ab-45a3-a59d-8ab95ff31426} DynamicQueryHandler: Done processing query 2024.05.29 21:56:22.528076 [ 3 ] {036252df-72ab-45a3-a59d-8ab95ff31426} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:56:22.528092 [ 3 ] {} HTTP-Session: 7775a396-d63b-46f1-9a80-5e7daf785adc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.528302 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:22.528351 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:22.528370 [ 3 ] {} HTTP-Session: c28987b2-5ce2-418c-97f6-44ecef14942b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:22.528387 [ 3 ] {} HTTP-Session: c28987b2-5ce2-418c-97f6-44ecef14942b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.528400 [ 3 ] {} HTTP-Session: c28987b2-5ce2-418c-97f6-44ecef14942b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.528432 [ 3 ] {} HTTP-Session: c28987b2-5ce2-418c-97f6-44ecef14942b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:22.528588 [ 3 ] {89d81d61-8770-4a71-b628-ea177b2ead3e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:22.528647 [ 3 ] {89d81d61-8770-4a71-b628-ea177b2ead3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:56:22.528788 [ 3 ] {89d81d61-8770-4a71-b628-ea177b2ead3e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:22.529174 [ 3 ] {89d81d61-8770-4a71-b628-ea177b2ead3e} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:22.529210 [ 3 ] {89d81d61-8770-4a71-b628-ea177b2ead3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:22.529595 [ 3 ] {89d81d61-8770-4a71-b628-ea177b2ead3e} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.05.29 21:56:22.529930 [ 3 ] {89d81d61-8770-4a71-b628-ea177b2ead3e} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:22.530062 [ 3 ] {89d81d61-8770-4a71-b628-ea177b2ead3e} executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec. 2024.05.29 21:56:22.530323 [ 3 ] {89d81d61-8770-4a71-b628-ea177b2ead3e} DynamicQueryHandler: Done processing query 2024.05.29 21:56:22.530368 [ 3 ] {89d81d61-8770-4a71-b628-ea177b2ead3e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:56:22.530433 [ 3 ] {} HTTP-Session: c28987b2-5ce2-418c-97f6-44ecef14942b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.530617 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:22.530669 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:22.530690 [ 3 ] {} HTTP-Session: fd5f90d2-825c-4514-a65c-5943c4d8dd03 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:22.530706 [ 3 ] {} HTTP-Session: fd5f90d2-825c-4514-a65c-5943c4d8dd03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.530720 [ 3 ] {} HTTP-Session: fd5f90d2-825c-4514-a65c-5943c4d8dd03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.530753 [ 3 ] {} HTTP-Session: fd5f90d2-825c-4514-a65c-5943c4d8dd03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:22.530888 [ 3 ] {d8e6712d-590d-4c56-b6ee-49d07d70508b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:22.530937 [ 3 ] {d8e6712d-590d-4c56-b6ee-49d07d70508b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:56:22.531118 [ 3 ] {d8e6712d-590d-4c56-b6ee-49d07d70508b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:22.531451 [ 3 ] {d8e6712d-590d-4c56-b6ee-49d07d70508b} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:22.531489 [ 3 ] {d8e6712d-590d-4c56-b6ee-49d07d70508b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:22.531873 [ 3 ] {d8e6712d-590d-4c56-b6ee-49d07d70508b} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.05.29 21:56:22.532212 [ 3 ] {d8e6712d-590d-4c56-b6ee-49d07d70508b} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:22.532371 [ 3 ] {d8e6712d-590d-4c56-b6ee-49d07d70508b} executeQuery: Read 4 rows, 5.53 KiB in 0.001538 sec., 2600.780234070221 rows/sec., 3.51 MiB/sec. 2024.05.29 21:56:22.532578 [ 3 ] {d8e6712d-590d-4c56-b6ee-49d07d70508b} DynamicQueryHandler: Done processing query 2024.05.29 21:56:22.532616 [ 3 ] {d8e6712d-590d-4c56-b6ee-49d07d70508b} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:56:22.532646 [ 3 ] {} HTTP-Session: fd5f90d2-825c-4514-a65c-5943c4d8dd03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.532782 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:22.532832 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:22.532853 [ 3 ] {} HTTP-Session: 1615379e-2c7b-4224-8d6d-c3fa5fd3a5ae Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:22.532869 [ 3 ] {} HTTP-Session: 1615379e-2c7b-4224-8d6d-c3fa5fd3a5ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.532883 [ 3 ] {} HTTP-Session: 1615379e-2c7b-4224-8d6d-c3fa5fd3a5ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:22.532914 [ 3 ] {} HTTP-Session: 1615379e-2c7b-4224-8d6d-c3fa5fd3a5ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:22.533032 [ 3 ] {44e38d55-409e-40c0-a448-ca7e16255f14} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:22.533076 [ 3 ] {44e38d55-409e-40c0-a448-ca7e16255f14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:56:22.533204 [ 3 ] {44e38d55-409e-40c0-a448-ca7e16255f14} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:22.533527 [ 3 ] {44e38d55-409e-40c0-a448-ca7e16255f14} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:22.533563 [ 3 ] {44e38d55-409e-40c0-a448-ca7e16255f14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:22.533914 [ 3 ] {44e38d55-409e-40c0-a448-ca7e16255f14} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.05.29 21:56:22.534232 [ 3 ] {44e38d55-409e-40c0-a448-ca7e16255f14} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:22.534390 [ 3 ] {44e38d55-409e-40c0-a448-ca7e16255f14} executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. 2024.05.29 21:56:22.534553 [ 3 ] {44e38d55-409e-40c0-a448-ca7e16255f14} DynamicQueryHandler: Done processing query 2024.05.29 21:56:22.534578 [ 3 ] {44e38d55-409e-40c0-a448-ca7e16255f14} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:56:22.534593 [ 3 ] {} HTTP-Session: 1615379e-2c7b-4224-8d6d-c3fa5fd3a5ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.525753 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:27.525894 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:27.525923 [ 3 ] {} HTTP-Session: e3f61532-2aae-4971-8d5e-1f5f10293043 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:27.525952 [ 3 ] {} HTTP-Session: e3f61532-2aae-4971-8d5e-1f5f10293043 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.525970 [ 3 ] {} HTTP-Session: e3f61532-2aae-4971-8d5e-1f5f10293043 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.526026 [ 3 ] {} HTTP-Session: e3f61532-2aae-4971-8d5e-1f5f10293043 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:27.526246 [ 3 ] {9022273f-4824-4b36-aace-05b2465c5e6d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:27.526315 [ 3 ] {9022273f-4824-4b36-aace-05b2465c5e6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:56:27.526515 [ 3 ] {9022273f-4824-4b36-aace-05b2465c5e6d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:27.526982 [ 3 ] {9022273f-4824-4b36-aace-05b2465c5e6d} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:27.527027 [ 3 ] {9022273f-4824-4b36-aace-05b2465c5e6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:27.527404 [ 3 ] {9022273f-4824-4b36-aace-05b2465c5e6d} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.05.29 21:56:27.527751 [ 3 ] {9022273f-4824-4b36-aace-05b2465c5e6d} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:27.527923 [ 3 ] {9022273f-4824-4b36-aace-05b2465c5e6d} executeQuery: Read 44 rows, 3.57 KiB in 0.001748 sec., 25171.62471395881 rows/sec., 1.99 MiB/sec. 2024.05.29 21:56:27.528147 [ 3 ] {9022273f-4824-4b36-aace-05b2465c5e6d} DynamicQueryHandler: Done processing query 2024.05.29 21:56:27.528176 [ 3 ] {9022273f-4824-4b36-aace-05b2465c5e6d} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:56:27.528192 [ 3 ] {} HTTP-Session: e3f61532-2aae-4971-8d5e-1f5f10293043 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.528334 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:27.528389 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:27.528408 [ 3 ] {} HTTP-Session: 636af19c-a7cf-4934-a20f-a7ebd965d6f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:27.528426 [ 3 ] {} HTTP-Session: 636af19c-a7cf-4934-a20f-a7ebd965d6f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.528441 [ 3 ] {} HTTP-Session: 636af19c-a7cf-4934-a20f-a7ebd965d6f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.528475 [ 3 ] {} HTTP-Session: 636af19c-a7cf-4934-a20f-a7ebd965d6f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:27.528581 [ 3 ] {b02922f2-37b6-42f8-ada5-7afa36fdc3ee} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:27.528629 [ 3 ] {b02922f2-37b6-42f8-ada5-7afa36fdc3ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:56:27.528762 [ 3 ] {b02922f2-37b6-42f8-ada5-7afa36fdc3ee} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:27.529059 [ 3 ] {b02922f2-37b6-42f8-ada5-7afa36fdc3ee} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:27.529097 [ 3 ] {b02922f2-37b6-42f8-ada5-7afa36fdc3ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:27.529400 [ 3 ] {b02922f2-37b6-42f8-ada5-7afa36fdc3ee} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.29 21:56:27.529701 [ 3 ] {b02922f2-37b6-42f8-ada5-7afa36fdc3ee} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:27.529867 [ 3 ] {b02922f2-37b6-42f8-ada5-7afa36fdc3ee} executeQuery: Read 2 rows, 167.00 B in 0.001305 sec., 1532.5670498084291 rows/sec., 124.97 KiB/sec. 2024.05.29 21:56:27.530079 [ 3 ] {b02922f2-37b6-42f8-ada5-7afa36fdc3ee} DynamicQueryHandler: Done processing query 2024.05.29 21:56:27.530105 [ 3 ] {b02922f2-37b6-42f8-ada5-7afa36fdc3ee} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:56:27.530121 [ 3 ] {} HTTP-Session: 636af19c-a7cf-4934-a20f-a7ebd965d6f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.530331 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 32889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:27.530379 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:27.530399 [ 3 ] {} HTTP-Session: 67b821f3-2290-4cd7-84f8-a871f23791fc Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:27.530416 [ 3 ] {} HTTP-Session: 67b821f3-2290-4cd7-84f8-a871f23791fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.530430 [ 3 ] {} HTTP-Session: 67b821f3-2290-4cd7-84f8-a871f23791fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.530462 [ 3 ] {} HTTP-Session: 67b821f3-2290-4cd7-84f8-a871f23791fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:27.530617 [ 3 ] {cf902e84-edf5-4276-aee2-2ef07430797c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:27.530660 [ 3 ] {cf902e84-edf5-4276-aee2-2ef07430797c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:56:27.530786 [ 3 ] {cf902e84-edf5-4276-aee2-2ef07430797c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:27.531194 [ 3 ] {cf902e84-edf5-4276-aee2-2ef07430797c} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:27.531231 [ 3 ] {cf902e84-edf5-4276-aee2-2ef07430797c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:27.531558 [ 3 ] {cf902e84-edf5-4276-aee2-2ef07430797c} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.05.29 21:56:27.531862 [ 3 ] {cf902e84-edf5-4276-aee2-2ef07430797c} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:27.532026 [ 3 ] {cf902e84-edf5-4276-aee2-2ef07430797c} executeQuery: Read 225 rows, 19.23 KiB in 0.001473 sec., 152749.49083503056 rows/sec., 12.75 MiB/sec. 2024.05.29 21:56:27.532292 [ 3 ] {cf902e84-edf5-4276-aee2-2ef07430797c} DynamicQueryHandler: Done processing query 2024.05.29 21:56:27.532350 [ 3 ] {cf902e84-edf5-4276-aee2-2ef07430797c} MemoryTracker: Peak memory usage (for query): 4.34 MiB. 2024.05.29 21:56:27.532406 [ 3 ] {} HTTP-Session: 67b821f3-2290-4cd7-84f8-a871f23791fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.532575 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:27.532625 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:27.532645 [ 3 ] {} HTTP-Session: 946e07a7-90f0-45b9-8e6b-1df343bc5102 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:27.532663 [ 3 ] {} HTTP-Session: 946e07a7-90f0-45b9-8e6b-1df343bc5102 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.532677 [ 3 ] {} HTTP-Session: 946e07a7-90f0-45b9-8e6b-1df343bc5102 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.532710 [ 3 ] {} HTTP-Session: 946e07a7-90f0-45b9-8e6b-1df343bc5102 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:27.532807 [ 3 ] {a0e70783-5370-4b1f-a1a5-2ea250bb0ee7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:27.532854 [ 3 ] {a0e70783-5370-4b1f-a1a5-2ea250bb0ee7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:56:27.532996 [ 3 ] {a0e70783-5370-4b1f-a1a5-2ea250bb0ee7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:27.533255 [ 3 ] {a0e70783-5370-4b1f-a1a5-2ea250bb0ee7} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:27.533292 [ 3 ] {a0e70783-5370-4b1f-a1a5-2ea250bb0ee7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:27.533585 [ 3 ] {a0e70783-5370-4b1f-a1a5-2ea250bb0ee7} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.29 21:56:27.533893 [ 3 ] {a0e70783-5370-4b1f-a1a5-2ea250bb0ee7} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:27.534053 [ 3 ] {a0e70783-5370-4b1f-a1a5-2ea250bb0ee7} executeQuery: Read 2 rows, 143.00 B in 0.001263 sec., 1583.5312747426763 rows/sec., 110.57 KiB/sec. 2024.05.29 21:56:27.534270 [ 3 ] {a0e70783-5370-4b1f-a1a5-2ea250bb0ee7} DynamicQueryHandler: Done processing query 2024.05.29 21:56:27.534297 [ 3 ] {a0e70783-5370-4b1f-a1a5-2ea250bb0ee7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:56:27.534313 [ 3 ] {} HTTP-Session: 946e07a7-90f0-45b9-8e6b-1df343bc5102 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.534454 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 24252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:27.534503 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:27.534523 [ 3 ] {} HTTP-Session: 57129a14-8081-4b36-9fa0-380d50252dfd Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:27.534539 [ 3 ] {} HTTP-Session: 57129a14-8081-4b36-9fa0-380d50252dfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.534553 [ 3 ] {} HTTP-Session: 57129a14-8081-4b36-9fa0-380d50252dfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.534585 [ 3 ] {} HTTP-Session: 57129a14-8081-4b36-9fa0-380d50252dfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:27.534730 [ 3 ] {6e348d98-ec58-4a25-a8a3-8c1f5a9d6ad9} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:27.534773 [ 3 ] {6e348d98-ec58-4a25-a8a3-8c1f5a9d6ad9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:56:27.534899 [ 3 ] {6e348d98-ec58-4a25-a8a3-8c1f5a9d6ad9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:27.535248 [ 3 ] {6e348d98-ec58-4a25-a8a3-8c1f5a9d6ad9} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:27.535284 [ 3 ] {6e348d98-ec58-4a25-a8a3-8c1f5a9d6ad9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:27.535596 [ 3 ] {6e348d98-ec58-4a25-a8a3-8c1f5a9d6ad9} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.05.29 21:56:27.535892 [ 3 ] {6e348d98-ec58-4a25-a8a3-8c1f5a9d6ad9} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:27.536060 [ 3 ] {6e348d98-ec58-4a25-a8a3-8c1f5a9d6ad9} executeQuery: Read 143 rows, 11.42 KiB in 0.001385 sec., 103249.09747292419 rows/sec., 8.05 MiB/sec. 2024.05.29 21:56:27.536317 [ 3 ] {6e348d98-ec58-4a25-a8a3-8c1f5a9d6ad9} DynamicQueryHandler: Done processing query 2024.05.29 21:56:27.536378 [ 3 ] {6e348d98-ec58-4a25-a8a3-8c1f5a9d6ad9} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:56:27.536422 [ 3 ] {} HTTP-Session: 57129a14-8081-4b36-9fa0-380d50252dfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.536613 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 37785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:27.536663 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:27.536683 [ 3 ] {} HTTP-Session: 513f839d-a99c-4e0f-9d58-026ce3b62dbf Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:27.536700 [ 3 ] {} HTTP-Session: 513f839d-a99c-4e0f-9d58-026ce3b62dbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.536715 [ 3 ] {} HTTP-Session: 513f839d-a99c-4e0f-9d58-026ce3b62dbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.536747 [ 3 ] {} HTTP-Session: 513f839d-a99c-4e0f-9d58-026ce3b62dbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:27.536917 [ 3 ] {050b61c7-3b14-4a86-a044-c560affb3bab} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:27.536965 [ 3 ] {050b61c7-3b14-4a86-a044-c560affb3bab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:56:27.537130 [ 3 ] {050b61c7-3b14-4a86-a044-c560affb3bab} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:27.537543 [ 3 ] {050b61c7-3b14-4a86-a044-c560affb3bab} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:27.537580 [ 3 ] {050b61c7-3b14-4a86-a044-c560affb3bab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:27.537964 [ 3 ] {050b61c7-3b14-4a86-a044-c560affb3bab} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.05.29 21:56:27.538291 [ 3 ] {050b61c7-3b14-4a86-a044-c560affb3bab} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:27.538453 [ 3 ] {050b61c7-3b14-4a86-a044-c560affb3bab} executeQuery: Read 197 rows, 14.08 KiB in 0.001612 sec., 122208.43672456576 rows/sec., 8.53 MiB/sec. 2024.05.29 21:56:27.538628 [ 3 ] {050b61c7-3b14-4a86-a044-c560affb3bab} DynamicQueryHandler: Done processing query 2024.05.29 21:56:27.538653 [ 3 ] {050b61c7-3b14-4a86-a044-c560affb3bab} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:56:27.538669 [ 3 ] {} HTTP-Session: 513f839d-a99c-4e0f-9d58-026ce3b62dbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.538861 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 47088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:27.538911 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:27.538931 [ 3 ] {} HTTP-Session: 00cc7c23-005c-4b25-8469-0e5b61c64f5d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:27.538948 [ 3 ] {} HTTP-Session: 00cc7c23-005c-4b25-8469-0e5b61c64f5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.538961 [ 3 ] {} HTTP-Session: 00cc7c23-005c-4b25-8469-0e5b61c64f5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.538993 [ 3 ] {} HTTP-Session: 00cc7c23-005c-4b25-8469-0e5b61c64f5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:27.539300 [ 3 ] {aa90f432-d35e-49ff-a806-ebb854c5f385} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:27.539348 [ 3 ] {aa90f432-d35e-49ff-a806-ebb854c5f385} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:56:27.539506 [ 3 ] {aa90f432-d35e-49ff-a806-ebb854c5f385} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:27.539985 [ 3 ] {aa90f432-d35e-49ff-a806-ebb854c5f385} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:27.540022 [ 3 ] {aa90f432-d35e-49ff-a806-ebb854c5f385} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:27.540447 [ 3 ] {aa90f432-d35e-49ff-a806-ebb854c5f385} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.05.29 21:56:27.540776 [ 3 ] {aa90f432-d35e-49ff-a806-ebb854c5f385} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:27.540935 [ 3 ] {aa90f432-d35e-49ff-a806-ebb854c5f385} executeQuery: Read 44 rows, 60.80 KiB in 0.001844 sec., 23861.17136659436 rows/sec., 32.20 MiB/sec. 2024.05.29 21:56:27.541099 [ 3 ] {aa90f432-d35e-49ff-a806-ebb854c5f385} DynamicQueryHandler: Done processing query 2024.05.29 21:56:27.541123 [ 3 ] {aa90f432-d35e-49ff-a806-ebb854c5f385} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.05.29 21:56:27.541139 [ 3 ] {} HTTP-Session: 00cc7c23-005c-4b25-8469-0e5b61c64f5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.541259 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1450, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:27.541306 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:27.541326 [ 3 ] {} HTTP-Session: cbcf3510-c694-4728-9d28-6da0704edb8c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:27.541342 [ 3 ] {} HTTP-Session: cbcf3510-c694-4728-9d28-6da0704edb8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.541356 [ 3 ] {} HTTP-Session: cbcf3510-c694-4728-9d28-6da0704edb8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.541387 [ 3 ] {} HTTP-Session: cbcf3510-c694-4728-9d28-6da0704edb8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:27.541484 [ 3 ] {91b3b26b-7066-4fa0-b0bf-2cc387112f96} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:27.541529 [ 3 ] {91b3b26b-7066-4fa0-b0bf-2cc387112f96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.05.29 21:56:27.541653 [ 3 ] {91b3b26b-7066-4fa0-b0bf-2cc387112f96} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:27.541904 [ 3 ] {91b3b26b-7066-4fa0-b0bf-2cc387112f96} oximeter.measurements_i64 (25aefdf1-18fe-41a8-8409-208abdacfd4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:27.541940 [ 3 ] {91b3b26b-7066-4fa0-b0bf-2cc387112f96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:27.542292 [ 3 ] {91b3b26b-7066-4fa0-b0bf-2cc387112f96} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.29 21:56:27.542612 [ 3 ] {91b3b26b-7066-4fa0-b0bf-2cc387112f96} oximeter.measurements_i64 (25aefdf1-18fe-41a8-8409-208abdacfd4d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:27.542764 [ 3 ] {91b3b26b-7066-4fa0-b0bf-2cc387112f96} executeQuery: Read 9 rows, 651.00 B in 0.001305 sec., 6896.551724137931 rows/sec., 487.16 KiB/sec. 2024.05.29 21:56:27.542994 [ 3 ] {91b3b26b-7066-4fa0-b0bf-2cc387112f96} DynamicQueryHandler: Done processing query 2024.05.29 21:56:27.543018 [ 3 ] {91b3b26b-7066-4fa0-b0bf-2cc387112f96} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.29 21:56:27.543034 [ 3 ] {} HTTP-Session: cbcf3510-c694-4728-9d28-6da0704edb8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.543148 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:27.543198 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:27.543217 [ 3 ] {} HTTP-Session: 88fc2a3a-4c43-4327-8fc6-d8751465d97a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:27.543234 [ 3 ] {} HTTP-Session: 88fc2a3a-4c43-4327-8fc6-d8751465d97a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.543249 [ 3 ] {} HTTP-Session: 88fc2a3a-4c43-4327-8fc6-d8751465d97a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:27.543280 [ 3 ] {} HTTP-Session: 88fc2a3a-4c43-4327-8fc6-d8751465d97a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:27.543396 [ 3 ] {b6d358f7-ed36-402a-815f-bbdb75d8ccb6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:27.543440 [ 3 ] {b6d358f7-ed36-402a-815f-bbdb75d8ccb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:56:27.543568 [ 3 ] {b6d358f7-ed36-402a-815f-bbdb75d8ccb6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:27.543853 [ 3 ] {b6d358f7-ed36-402a-815f-bbdb75d8ccb6} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:27.543890 [ 3 ] {b6d358f7-ed36-402a-815f-bbdb75d8ccb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:27.544238 [ 3 ] {b6d358f7-ed36-402a-815f-bbdb75d8ccb6} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.05.29 21:56:27.544557 [ 3 ] {b6d358f7-ed36-402a-815f-bbdb75d8ccb6} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:27.544716 [ 3 ] {b6d358f7-ed36-402a-815f-bbdb75d8ccb6} executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. 2024.05.29 21:56:27.544885 [ 3 ] {b6d358f7-ed36-402a-815f-bbdb75d8ccb6} DynamicQueryHandler: Done processing query 2024.05.29 21:56:27.544910 [ 3 ] {b6d358f7-ed36-402a-815f-bbdb75d8ccb6} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:56:27.544925 [ 3 ] {} HTTP-Session: 88fc2a3a-4c43-4327-8fc6-d8751465d97a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:30.784664 [ 123 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:56:30.784741 [ 123 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:56:32.002163 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00168476 sec. 2024.05.29 21:56:32.522036 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:32.522151 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:32.522175 [ 3 ] {} HTTP-Session: fb3bb8e1-4e20-4ff0-a00a-f09fd0281b74 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:32.522203 [ 3 ] {} HTTP-Session: fb3bb8e1-4e20-4ff0-a00a-f09fd0281b74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.522218 [ 3 ] {} HTTP-Session: fb3bb8e1-4e20-4ff0-a00a-f09fd0281b74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.522268 [ 3 ] {} HTTP-Session: fb3bb8e1-4e20-4ff0-a00a-f09fd0281b74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:32.522464 [ 3 ] {5a21b52b-cc91-418d-9f16-1bd14deb98b7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:32.522533 [ 3 ] {5a21b52b-cc91-418d-9f16-1bd14deb98b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:56:32.522732 [ 3 ] {5a21b52b-cc91-418d-9f16-1bd14deb98b7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:32.523155 [ 3 ] {5a21b52b-cc91-418d-9f16-1bd14deb98b7} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:32.523201 [ 3 ] {5a21b52b-cc91-418d-9f16-1bd14deb98b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:32.523577 [ 3 ] {5a21b52b-cc91-418d-9f16-1bd14deb98b7} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.05.29 21:56:32.523912 [ 3 ] {5a21b52b-cc91-418d-9f16-1bd14deb98b7} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:32.524094 [ 3 ] {5a21b52b-cc91-418d-9f16-1bd14deb98b7} executeQuery: Read 4 rows, 332.00 B in 0.00168 sec., 2380.9523809523807 rows/sec., 192.99 KiB/sec. 2024.05.29 21:56:32.524326 [ 3 ] {5a21b52b-cc91-418d-9f16-1bd14deb98b7} DynamicQueryHandler: Done processing query 2024.05.29 21:56:32.524353 [ 3 ] {5a21b52b-cc91-418d-9f16-1bd14deb98b7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:56:32.524370 [ 3 ] {} HTTP-Session: fb3bb8e1-4e20-4ff0-a00a-f09fd0281b74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.524523 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:32.524578 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:32.524598 [ 3 ] {} HTTP-Session: 8be99a68-8861-41bf-9b6f-d7dd684bd378 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:32.524616 [ 3 ] {} HTTP-Session: 8be99a68-8861-41bf-9b6f-d7dd684bd378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.524658 [ 3 ] {} HTTP-Session: 8be99a68-8861-41bf-9b6f-d7dd684bd378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.524693 [ 3 ] {} HTTP-Session: 8be99a68-8861-41bf-9b6f-d7dd684bd378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:32.524802 [ 3 ] {04219ad9-1ff0-4504-9cd5-54075c5662c9} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:32.524851 [ 3 ] {04219ad9-1ff0-4504-9cd5-54075c5662c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:56:32.524986 [ 3 ] {04219ad9-1ff0-4504-9cd5-54075c5662c9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:32.525287 [ 3 ] {04219ad9-1ff0-4504-9cd5-54075c5662c9} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:32.525325 [ 3 ] {04219ad9-1ff0-4504-9cd5-54075c5662c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:32.525623 [ 3 ] {04219ad9-1ff0-4504-9cd5-54075c5662c9} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.29 21:56:32.525926 [ 3 ] {04219ad9-1ff0-4504-9cd5-54075c5662c9} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:32.526104 [ 3 ] {04219ad9-1ff0-4504-9cd5-54075c5662c9} executeQuery: Read 8 rows, 668.00 B in 0.001326 sec., 6033.1825037707395 rows/sec., 491.96 KiB/sec. 2024.05.29 21:56:32.526116 [ 139 ] {} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2024.05.29 21:56:32.526213 [ 139 ] {} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:32.526266 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:32.526375 [ 3 ] {04219ad9-1ff0-4504-9cd5-54075c5662c9} DynamicQueryHandler: Done processing query 2024.05.29 21:56:32.526469 [ 3 ] {04219ad9-1ff0-4504-9cd5-54075c5662c9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:56:32.526543 [ 3 ] {} HTTP-Session: 8be99a68-8861-41bf-9b6f-d7dd684bd378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.526863 [ 187 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2024.05.29 21:56:32.526882 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 10172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:32.527092 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:32.527136 [ 3 ] {} HTTP-Session: 5c1e4308-3d7a-4366-8361-d7bd9ff7104b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:32.527177 [ 3 ] {} HTTP-Session: 5c1e4308-3d7a-4366-8361-d7bd9ff7104b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.527223 [ 3 ] {} HTTP-Session: 5c1e4308-3d7a-4366-8361-d7bd9ff7104b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.527320 [ 3 ] {} HTTP-Session: 5c1e4308-3d7a-4366-8361-d7bd9ff7104b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:32.527415 [ 187 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:32.527490 [ 187 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 14 rows starting from the beginning of the part 2024.05.29 21:56:32.527562 [ 3 ] {48431f5e-111b-4e0e-96d1-d379442071a3} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:32.527716 [ 187 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2024.05.29 21:56:32.527719 [ 3 ] {48431f5e-111b-4e0e-96d1-d379442071a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:56:32.528054 [ 187 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2024.05.29 21:56:32.528442 [ 187 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part 2024.05.29 21:56:32.528756 [ 187 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2024.05.29 21:56:32.528948 [ 3 ] {48431f5e-111b-4e0e-96d1-d379442071a3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:32.529045 [ 187 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part 2024.05.29 21:56:32.530005 [ 3 ] {48431f5e-111b-4e0e-96d1-d379442071a3} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:32.530075 [ 3 ] {48431f5e-111b-4e0e-96d1-d379442071a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:32.530871 [ 3 ] {48431f5e-111b-4e0e-96d1-d379442071a3} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.05.29 21:56:32.531654 [ 187 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 4 columns (4 merged, 0 gathered) in 0.005304506 sec., 7163.720806423822 rows/sec., 584.15 KiB/sec. 2024.05.29 21:56:32.531837 [ 187 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2024.05.29 21:56:32.531850 [ 3 ] {48431f5e-111b-4e0e-96d1-d379442071a3} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:32.532154 [ 139 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.05.29 21:56:32.532264 [ 139 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:32.532279 [ 3 ] {48431f5e-111b-4e0e-96d1-d379442071a3} executeQuery: Read 72 rows, 5.77 KiB in 0.004768 sec., 15100.671140939598 rows/sec., 1.18 MiB/sec. 2024.05.29 21:56:32.532337 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:32.532875 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2024.05.29 21:56:32.532977 [ 3 ] {48431f5e-111b-4e0e-96d1-d379442071a3} DynamicQueryHandler: Done processing query 2024.05.29 21:56:32.533055 [ 3 ] {48431f5e-111b-4e0e-96d1-d379442071a3} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:56:32.533119 [ 3 ] {} HTTP-Session: 5c1e4308-3d7a-4366-8361-d7bd9ff7104b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.533263 [ 187 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_15_3} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:32.533345 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:32.533402 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:32.533451 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 219 rows starting from the beginning of the part 2024.05.29 21:56:32.533550 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:32.533597 [ 187 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_15_3} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2024.05.29 21:56:32.533717 [ 3 ] {} HTTP-Session: 44398d16-c657-4f76-819b-03414377aa59 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:32.533778 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 68 rows starting from the beginning of the part 2024.05.29 21:56:32.533840 [ 3 ] {} HTTP-Session: 44398d16-c657-4f76-819b-03414377aa59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.533956 [ 3 ] {} HTTP-Session: 44398d16-c657-4f76-819b-03414377aa59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.534149 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.29 21:56:32.534220 [ 3 ] {} HTTP-Session: 44398d16-c657-4f76-819b-03414377aa59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:32.534314 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 170 rows starting from the beginning of the part 2024.05.29 21:56:32.534617 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 68 rows starting from the beginning of the part 2024.05.29 21:56:32.534670 [ 3 ] {51b464b7-5a56-4405-8ade-5763ca7ec1b0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:32.534872 [ 3 ] {51b464b7-5a56-4405-8ade-5763ca7ec1b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:56:32.534968 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 225 rows starting from the beginning of the part 2024.05.29 21:56:32.535309 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 72 rows starting from the beginning of the part 2024.05.29 21:56:32.536089 [ 3 ] {51b464b7-5a56-4405-8ade-5763ca7ec1b0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:32.536789 [ 3 ] {51b464b7-5a56-4405-8ade-5763ca7ec1b0} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:32.536850 [ 3 ] {51b464b7-5a56-4405-8ade-5763ca7ec1b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:32.537664 [ 3 ] {51b464b7-5a56-4405-8ade-5763ca7ec1b0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.29 21:56:32.538374 [ 3 ] {51b464b7-5a56-4405-8ade-5763ca7ec1b0} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:32.538466 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 822 rows, containing 4 columns (4 merged, 0 gathered) in 0.005933094 sec., 138544.91433980316 rows/sec., 11.39 MiB/sec. 2024.05.29 21:56:32.538651 [ 139 ] {} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2024.05.29 21:56:32.538715 [ 3 ] {51b464b7-5a56-4405-8ade-5763ca7ec1b0} executeQuery: Read 8 rows, 572.00 B in 0.004232 sec., 1890.359168241966 rows/sec., 131.99 KiB/sec. 2024.05.29 21:56:32.538778 [ 139 ] {} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:32.538841 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.05.29 21:56:32.538944 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:32.539283 [ 3 ] {51b464b7-5a56-4405-8ade-5763ca7ec1b0} DynamicQueryHandler: Done processing query 2024.05.29 21:56:32.539384 [ 3 ] {51b464b7-5a56-4405-8ade-5763ca7ec1b0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:56:32.539495 [ 3 ] {} HTTP-Session: 44398d16-c657-4f76-819b-03414377aa59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.539721 [ 187 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2024.05.29 21:56:32.539823 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 12930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:32.539961 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:32.540088 [ 3 ] {} HTTP-Session: 519b4da4-53a0-4335-86a9-6f0be7b68510 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:32.540151 [ 3 ] {} HTTP-Session: 519b4da4-53a0-4335-86a9-6f0be7b68510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.540232 [ 3 ] {} HTTP-Session: 519b4da4-53a0-4335-86a9-6f0be7b68510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.540312 [ 187 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:32.540331 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_66_13} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:32.540359 [ 3 ] {} HTTP-Session: 519b4da4-53a0-4335-86a9-6f0be7b68510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:32.540393 [ 187 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 14 rows starting from the beginning of the part 2024.05.29 21:56:32.540666 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_66_13} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.05.29 21:56:32.540746 [ 187 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2024.05.29 21:56:32.540981 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.05.29 21:56:32.541094 [ 3 ] {b1c4748d-95e5-44d1-a5fa-c5bc1bb4d79a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:32.541163 [ 187 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2024.05.29 21:56:32.541249 [ 3 ] {b1c4748d-95e5-44d1-a5fa-c5bc1bb4d79a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:56:32.541416 [ 187 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part 2024.05.29 21:56:32.541746 [ 187 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2024.05.29 21:56:32.542084 [ 187 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part 2024.05.29 21:56:32.542567 [ 3 ] {b1c4748d-95e5-44d1-a5fa-c5bc1bb4d79a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:32.543172 [ 3 ] {b1c4748d-95e5-44d1-a5fa-c5bc1bb4d79a} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:32.543221 [ 3 ] {b1c4748d-95e5-44d1-a5fa-c5bc1bb4d79a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:32.543707 [ 3 ] {b1c4748d-95e5-44d1-a5fa-c5bc1bb4d79a} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.05.29 21:56:32.543989 [ 202 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 4 columns (4 merged, 0 gathered) in 0.00482833 sec., 7870.215996006901 rows/sec., 549.53 KiB/sec. 2024.05.29 21:56:32.544119 [ 202 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2024.05.29 21:56:32.544217 [ 3 ] {b1c4748d-95e5-44d1-a5fa-c5bc1bb4d79a} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:32.544469 [ 139 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.05.29 21:56:32.544577 [ 3 ] {b1c4748d-95e5-44d1-a5fa-c5bc1bb4d79a} executeQuery: Read 76 rows, 6.09 KiB in 0.003826 sec., 19864.08782017773 rows/sec., 1.55 MiB/sec. 2024.05.29 21:56:32.544599 [ 139 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:32.544702 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:32.545170 [ 202 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_15_3} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:32.545246 [ 187 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2024.05.29 21:56:32.545314 [ 3 ] {b1c4748d-95e5-44d1-a5fa-c5bc1bb4d79a} DynamicQueryHandler: Done processing query 2024.05.29 21:56:32.545430 [ 3 ] {b1c4748d-95e5-44d1-a5fa-c5bc1bb4d79a} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:56:32.545581 [ 3 ] {} HTTP-Session: 519b4da4-53a0-4335-86a9-6f0be7b68510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.545811 [ 202 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_15_3} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2024.05.29 21:56:32.546077 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 27583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:32.546233 [ 187 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:32.546292 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.29 21:56:32.546373 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:32.546377 [ 187 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 163 rows starting from the beginning of the part 2024.05.29 21:56:32.546523 [ 3 ] {} HTTP-Session: eea15e84-358e-4679-855f-168a67aa6d8e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:32.546644 [ 3 ] {} HTTP-Session: eea15e84-358e-4679-855f-168a67aa6d8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.546739 [ 3 ] {} HTTP-Session: eea15e84-358e-4679-855f-168a67aa6d8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.546891 [ 187 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 68 rows starting from the beginning of the part 2024.05.29 21:56:32.546933 [ 3 ] {} HTTP-Session: eea15e84-358e-4679-855f-168a67aa6d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:32.547470 [ 187 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 102 rows starting from the beginning of the part 2024.05.29 21:56:32.547782 [ 3 ] {b929afe8-b1a7-48cd-ade8-326bd9be57c0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:32.547886 [ 187 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 68 rows starting from the beginning of the part 2024.05.29 21:56:32.547950 [ 3 ] {b929afe8-b1a7-48cd-ade8-326bd9be57c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:56:32.548143 [ 187 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 143 rows starting from the beginning of the part 2024.05.29 21:56:32.548581 [ 187 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 76 rows starting from the beginning of the part 2024.05.29 21:56:32.549159 [ 3 ] {b929afe8-b1a7-48cd-ade8-326bd9be57c0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:32.550140 [ 3 ] {b929afe8-b1a7-48cd-ade8-326bd9be57c0} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:32.550216 [ 3 ] {b929afe8-b1a7-48cd-ade8-326bd9be57c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:32.551278 [ 187 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 620 rows, containing 4 columns (4 merged, 0 gathered) in 0.00640883 sec., 96741.52692457126 rows/sec., 7.56 MiB/sec. 2024.05.29 21:56:32.551302 [ 3 ] {b929afe8-b1a7-48cd-ade8-326bd9be57c0} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.05.29 21:56:32.551448 [ 187 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.05.29 21:56:32.552223 [ 3 ] {b929afe8-b1a7-48cd-ade8-326bd9be57c0} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:32.552310 [ 187 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_66_13} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:32.552497 [ 139 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.05.29 21:56:32.552512 [ 187 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_66_13} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.05.29 21:56:32.552574 [ 3 ] {b929afe8-b1a7-48cd-ade8-326bd9be57c0} executeQuery: Read 144 rows, 10.27 KiB in 0.005194 sec., 27724.297266076243 rows/sec., 1.93 MiB/sec. 2024.05.29 21:56:32.552583 [ 139 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:32.552688 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:32.552748 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.05.29 21:56:32.553019 [ 191 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2024.05.29 21:56:32.553108 [ 3 ] {b929afe8-b1a7-48cd-ade8-326bd9be57c0} DynamicQueryHandler: Done processing query 2024.05.29 21:56:32.553163 [ 3 ] {b929afe8-b1a7-48cd-ade8-326bd9be57c0} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:56:32.553212 [ 3 ] {} HTTP-Session: eea15e84-358e-4679-855f-168a67aa6d8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.553293 [ 191 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:32.553331 [ 191 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_61_12} MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 9539 rows starting from the beginning of the part 2024.05.29 21:56:32.553494 [ 191 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2024.05.29 21:56:32.553514 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:32.553730 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:32.553839 [ 3 ] {} HTTP-Session: b31911fc-c05d-4f58-bae9-4552370b3d56 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:32.553852 [ 191 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2024.05.29 21:56:32.553885 [ 3 ] {} HTTP-Session: b31911fc-c05d-4f58-bae9-4552370b3d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.553930 [ 3 ] {} HTTP-Session: b31911fc-c05d-4f58-bae9-4552370b3d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.554105 [ 3 ] {} HTTP-Session: b31911fc-c05d-4f58-bae9-4552370b3d56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:32.554121 [ 191 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2024.05.29 21:56:32.554391 [ 191 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 197 rows starting from the beginning of the part 2024.05.29 21:56:32.554456 [ 3 ] {eb7f4f78-a223-4f0d-9100-b662665373aa} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:32.554654 [ 191 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 144 rows starting from the beginning of the part 2024.05.29 21:56:32.554667 [ 3 ] {eb7f4f78-a223-4f0d-9100-b662665373aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:56:32.555553 [ 3 ] {eb7f4f78-a223-4f0d-9100-b662665373aa} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:32.556159 [ 3 ] {eb7f4f78-a223-4f0d-9100-b662665373aa} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:32.556205 [ 3 ] {eb7f4f78-a223-4f0d-9100-b662665373aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:32.557245 [ 3 ] {eb7f4f78-a223-4f0d-9100-b662665373aa} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.05.29 21:56:32.558163 [ 3 ] {eb7f4f78-a223-4f0d-9100-b662665373aa} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:32.558396 [ 3 ] {eb7f4f78-a223-4f0d-9100-b662665373aa} executeQuery: Read 4 rows, 5.53 KiB in 0.004107 sec., 973.9469198928657 rows/sec., 1.31 MiB/sec. 2024.05.29 21:56:32.558614 [ 3 ] {eb7f4f78-a223-4f0d-9100-b662665373aa} DynamicQueryHandler: Done processing query 2024.05.29 21:56:32.558640 [ 3 ] {eb7f4f78-a223-4f0d-9100-b662665373aa} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:56:32.558655 [ 3 ] {} HTTP-Session: b31911fc-c05d-4f58-bae9-4552370b3d56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.558792 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 8208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:32.558917 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:32.558959 [ 3 ] {} HTTP-Session: 41766dfe-06ac-4cca-9cbd-eb77fb580d6d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:32.558977 [ 3 ] {} HTTP-Session: 41766dfe-06ac-4cca-9cbd-eb77fb580d6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.558994 [ 3 ] {} HTTP-Session: 41766dfe-06ac-4cca-9cbd-eb77fb580d6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.559036 [ 3 ] {} HTTP-Session: 41766dfe-06ac-4cca-9cbd-eb77fb580d6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:32.559174 [ 3 ] {d254d508-3e7c-4b02-bca7-14566e840dea} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:32.559220 [ 3 ] {d254d508-3e7c-4b02-bca7-14566e840dea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:56:32.559420 [ 3 ] {d254d508-3e7c-4b02-bca7-14566e840dea} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:32.559740 [ 3 ] {d254d508-3e7c-4b02-bca7-14566e840dea} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:32.559798 [ 3 ] {d254d508-3e7c-4b02-bca7-14566e840dea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:32.560298 [ 191 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 10360 rows, containing 5 columns (5 merged, 0 gathered) in 0.007395312 sec., 1400887.4811502206 rows/sec., 97.64 MiB/sec. 2024.05.29 21:56:32.560662 [ 3 ] {d254d508-3e7c-4b02-bca7-14566e840dea} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.05.29 21:56:32.560676 [ 192 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.05.29 21:56:32.561433 [ 3 ] {d254d508-3e7c-4b02-bca7-14566e840dea} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:32.561717 [ 3 ] {d254d508-3e7c-4b02-bca7-14566e840dea} executeQuery: Read 54 rows, 3.72 KiB in 0.002572 sec., 20995.334370139968 rows/sec., 1.41 MiB/sec. 2024.05.29 21:56:32.561717 [ 192 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_61_12} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:32.561743 [ 139 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.05.29 21:56:32.561892 [ 139 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:32.562009 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:32.562080 [ 192 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_61_12} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.05.29 21:56:32.562274 [ 3 ] {d254d508-3e7c-4b02-bca7-14566e840dea} DynamicQueryHandler: Done processing query 2024.05.29 21:56:32.562357 [ 3 ] {d254d508-3e7c-4b02-bca7-14566e840dea} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:56:32.562372 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. 2024.05.29 21:56:32.562409 [ 3 ] {} HTTP-Session: 41766dfe-06ac-4cca-9cbd-eb77fb580d6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:32.562476 [ 196 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2024.05.29 21:56:32.562633 [ 196 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:32.562670 [ 196 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3318 rows starting from the beginning of the part 2024.05.29 21:56:32.562802 [ 196 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2024.05.29 21:56:32.562915 [ 196 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2024.05.29 21:56:32.563081 [ 196 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2024.05.29 21:56:32.563193 [ 196 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2024.05.29 21:56:32.563360 [ 196 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 54 rows starting from the beginning of the part 2024.05.29 21:56:32.564849 [ 192 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3612 rows, containing 4 columns (4 merged, 0 gathered) in 0.002711144 sec., 1332278.9198950701 rows/sec., 89.81 MiB/sec. 2024.05.29 21:56:32.565346 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.05.29 21:56:32.565804 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_61_12} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:32.565883 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_61_12} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.05.29 21:56:32.565968 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2024.05.29 21:56:37.524091 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:37.524219 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:37.524245 [ 3 ] {} HTTP-Session: 0332d87f-9f31-46b5-abf6-7949aa92992b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:37.524270 [ 3 ] {} HTTP-Session: 0332d87f-9f31-46b5-abf6-7949aa92992b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.524286 [ 3 ] {} HTTP-Session: 0332d87f-9f31-46b5-abf6-7949aa92992b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.524337 [ 3 ] {} HTTP-Session: 0332d87f-9f31-46b5-abf6-7949aa92992b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:37.524535 [ 3 ] {2cd32c70-7b73-4862-96a7-735214b0d831} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:37.524606 [ 3 ] {2cd32c70-7b73-4862-96a7-735214b0d831} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:56:37.524806 [ 3 ] {2cd32c70-7b73-4862-96a7-735214b0d831} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:37.525265 [ 3 ] {2cd32c70-7b73-4862-96a7-735214b0d831} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:37.525310 [ 3 ] {2cd32c70-7b73-4862-96a7-735214b0d831} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:37.525696 [ 3 ] {2cd32c70-7b73-4862-96a7-735214b0d831} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.05.29 21:56:37.526048 [ 3 ] {2cd32c70-7b73-4862-96a7-735214b0d831} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:37.526226 [ 3 ] {2cd32c70-7b73-4862-96a7-735214b0d831} executeQuery: Read 44 rows, 3.57 KiB in 0.001751 sec., 25128.498001142205 rows/sec., 1.99 MiB/sec. 2024.05.29 21:56:37.526250 [ 148 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.05.29 21:56:37.526358 [ 148 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:37.526397 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:37.526520 [ 3 ] {2cd32c70-7b73-4862-96a7-735214b0d831} DynamicQueryHandler: Done processing query 2024.05.29 21:56:37.526545 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2024.05.29 21:56:37.526560 [ 3 ] {2cd32c70-7b73-4862-96a7-735214b0d831} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:56:37.526618 [ 3 ] {} HTTP-Session: 0332d87f-9f31-46b5-abf6-7949aa92992b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.526746 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:37.526788 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 40 rows starting from the beginning of the part 2024.05.29 21:56:37.526834 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:37.527005 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:37.527007 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 38 rows starting from the beginning of the part 2024.05.29 21:56:37.527078 [ 3 ] {} HTTP-Session: 852d1f47-3a69-4fe2-9a84-58341cb8926d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:37.527164 [ 3 ] {} HTTP-Session: 852d1f47-3a69-4fe2-9a84-58341cb8926d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.527231 [ 3 ] {} HTTP-Session: 852d1f47-3a69-4fe2-9a84-58341cb8926d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.527336 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 4 rows starting from the beginning of the part 2024.05.29 21:56:37.527389 [ 3 ] {} HTTP-Session: 852d1f47-3a69-4fe2-9a84-58341cb8926d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:37.527691 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 44 rows starting from the beginning of the part 2024.05.29 21:56:37.527749 [ 3 ] {c15a828f-878f-496b-b145-4c39364ad4f2} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:37.527919 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 4 rows starting from the beginning of the part 2024.05.29 21:56:37.527934 [ 3 ] {c15a828f-878f-496b-b145-4c39364ad4f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:56:37.528249 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 44 rows starting from the beginning of the part 2024.05.29 21:56:37.528977 [ 3 ] {c15a828f-878f-496b-b145-4c39364ad4f2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:37.529754 [ 3 ] {c15a828f-878f-496b-b145-4c39364ad4f2} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:37.529820 [ 3 ] {c15a828f-878f-496b-b145-4c39364ad4f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:37.530633 [ 3 ] {c15a828f-878f-496b-b145-4c39364ad4f2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.29 21:56:37.531187 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.004713319 sec., 36916.66106198201 rows/sec., 2.92 MiB/sec. 2024.05.29 21:56:37.531336 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.05.29 21:56:37.531407 [ 3 ] {c15a828f-878f-496b-b145-4c39364ad4f2} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:37.531661 [ 3 ] {c15a828f-878f-496b-b145-4c39364ad4f2} executeQuery: Read 4 rows, 334.00 B in 0.004019 sec., 995.2724558347848 rows/sec., 81.16 KiB/sec. 2024.05.29 21:56:37.531916 [ 3 ] {c15a828f-878f-496b-b145-4c39364ad4f2} DynamicQueryHandler: Done processing query 2024.05.29 21:56:37.531950 [ 3 ] {c15a828f-878f-496b-b145-4c39364ad4f2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:56:37.531974 [ 3 ] {} HTTP-Session: 852d1f47-3a69-4fe2-9a84-58341cb8926d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.531974 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_66_13} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:37.532068 [ 190 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_66_13} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.05.29 21:56:37.532159 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.29 21:56:37.532179 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 28093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:37.532234 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:37.532253 [ 3 ] {} HTTP-Session: e3bc5ca6-14d5-4120-bcea-db65f65a4297 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:37.532270 [ 3 ] {} HTTP-Session: e3bc5ca6-14d5-4120-bcea-db65f65a4297 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.532284 [ 3 ] {} HTTP-Session: e3bc5ca6-14d5-4120-bcea-db65f65a4297 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.532319 [ 3 ] {} HTTP-Session: e3bc5ca6-14d5-4120-bcea-db65f65a4297 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:37.532481 [ 3 ] {24236c65-111b-4f9e-9cc3-c577364fcabf} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:37.532525 [ 3 ] {24236c65-111b-4f9e-9cc3-c577364fcabf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:56:37.532656 [ 3 ] {24236c65-111b-4f9e-9cc3-c577364fcabf} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:37.533162 [ 3 ] {24236c65-111b-4f9e-9cc3-c577364fcabf} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:37.533200 [ 3 ] {24236c65-111b-4f9e-9cc3-c577364fcabf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:37.533526 [ 3 ] {24236c65-111b-4f9e-9cc3-c577364fcabf} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.05.29 21:56:37.533842 [ 3 ] {24236c65-111b-4f9e-9cc3-c577364fcabf} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:37.533998 [ 3 ] {24236c65-111b-4f9e-9cc3-c577364fcabf} executeQuery: Read 190 rows, 16.53 KiB in 0.001587 sec., 119722.74732199118 rows/sec., 10.17 MiB/sec. 2024.05.29 21:56:37.534175 [ 3 ] {24236c65-111b-4f9e-9cc3-c577364fcabf} DynamicQueryHandler: Done processing query 2024.05.29 21:56:37.534200 [ 3 ] {24236c65-111b-4f9e-9cc3-c577364fcabf} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.29 21:56:37.534216 [ 3 ] {} HTTP-Session: e3bc5ca6-14d5-4120-bcea-db65f65a4297 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.534345 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:37.534394 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:37.534413 [ 3 ] {} HTTP-Session: 9cefadc6-72a8-46ec-a73c-03587d0a0b07 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:37.534430 [ 3 ] {} HTTP-Session: 9cefadc6-72a8-46ec-a73c-03587d0a0b07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.534444 [ 3 ] {} HTTP-Session: 9cefadc6-72a8-46ec-a73c-03587d0a0b07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.534476 [ 3 ] {} HTTP-Session: 9cefadc6-72a8-46ec-a73c-03587d0a0b07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:37.534570 [ 3 ] {8b2c3c4f-6d12-4c54-82c4-9d6f5082405c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:37.534613 [ 3 ] {8b2c3c4f-6d12-4c54-82c4-9d6f5082405c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:56:37.534742 [ 3 ] {8b2c3c4f-6d12-4c54-82c4-9d6f5082405c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:37.535028 [ 3 ] {8b2c3c4f-6d12-4c54-82c4-9d6f5082405c} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:37.535065 [ 3 ] {8b2c3c4f-6d12-4c54-82c4-9d6f5082405c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:37.535377 [ 3 ] {8b2c3c4f-6d12-4c54-82c4-9d6f5082405c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.29 21:56:37.535684 [ 3 ] {8b2c3c4f-6d12-4c54-82c4-9d6f5082405c} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:37.535843 [ 3 ] {8b2c3c4f-6d12-4c54-82c4-9d6f5082405c} executeQuery: Read 4 rows, 286.00 B in 0.001287 sec., 3108.003108003108 rows/sec., 217.01 KiB/sec. 2024.05.29 21:56:37.536167 [ 3 ] {8b2c3c4f-6d12-4c54-82c4-9d6f5082405c} DynamicQueryHandler: Done processing query 2024.05.29 21:56:37.536193 [ 3 ] {8b2c3c4f-6d12-4c54-82c4-9d6f5082405c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:56:37.536209 [ 3 ] {} HTTP-Session: 9cefadc6-72a8-46ec-a73c-03587d0a0b07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.536326 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 19027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:37.536376 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:37.536395 [ 3 ] {} HTTP-Session: ef18f414-cba6-4727-aa4b-92b204f14ca4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:37.536411 [ 3 ] {} HTTP-Session: ef18f414-cba6-4727-aa4b-92b204f14ca4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.536424 [ 3 ] {} HTTP-Session: ef18f414-cba6-4727-aa4b-92b204f14ca4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.536455 [ 3 ] {} HTTP-Session: ef18f414-cba6-4727-aa4b-92b204f14ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:37.536597 [ 3 ] {b1fe56bf-f83d-4bd2-90ec-3b60aacd90dd} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:37.536641 [ 3 ] {b1fe56bf-f83d-4bd2-90ec-3b60aacd90dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:56:37.536786 [ 3 ] {b1fe56bf-f83d-4bd2-90ec-3b60aacd90dd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:37.537163 [ 3 ] {b1fe56bf-f83d-4bd2-90ec-3b60aacd90dd} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:37.537199 [ 3 ] {b1fe56bf-f83d-4bd2-90ec-3b60aacd90dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:37.537517 [ 3 ] {b1fe56bf-f83d-4bd2-90ec-3b60aacd90dd} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.05.29 21:56:37.537825 [ 3 ] {b1fe56bf-f83d-4bd2-90ec-3b60aacd90dd} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:37.537977 [ 3 ] {b1fe56bf-f83d-4bd2-90ec-3b60aacd90dd} executeQuery: Read 112 rows, 8.96 KiB in 0.001435 sec., 78048.78048780488 rows/sec., 6.10 MiB/sec. 2024.05.29 21:56:37.538144 [ 3 ] {b1fe56bf-f83d-4bd2-90ec-3b60aacd90dd} DynamicQueryHandler: Done processing query 2024.05.29 21:56:37.538169 [ 3 ] {b1fe56bf-f83d-4bd2-90ec-3b60aacd90dd} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:56:37.538185 [ 3 ] {} HTTP-Session: ef18f414-cba6-4727-aa4b-92b204f14ca4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.538352 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 31014, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:37.538401 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:37.538420 [ 3 ] {} HTTP-Session: adc7b513-cf3b-4923-a86f-4ecda78f5ea7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:37.538437 [ 3 ] {} HTTP-Session: adc7b513-cf3b-4923-a86f-4ecda78f5ea7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.538450 [ 3 ] {} HTTP-Session: adc7b513-cf3b-4923-a86f-4ecda78f5ea7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.538482 [ 3 ] {} HTTP-Session: adc7b513-cf3b-4923-a86f-4ecda78f5ea7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:37.538630 [ 3 ] {cf2e884d-91ba-4aee-8a36-513896b5dc14} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:37.538677 [ 3 ] {cf2e884d-91ba-4aee-8a36-513896b5dc14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:56:37.538823 [ 3 ] {cf2e884d-91ba-4aee-8a36-513896b5dc14} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:37.539206 [ 3 ] {cf2e884d-91ba-4aee-8a36-513896b5dc14} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:37.539243 [ 3 ] {cf2e884d-91ba-4aee-8a36-513896b5dc14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:37.539638 [ 3 ] {cf2e884d-91ba-4aee-8a36-513896b5dc14} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.05.29 21:56:37.539991 [ 3 ] {cf2e884d-91ba-4aee-8a36-513896b5dc14} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:37.540155 [ 3 ] {cf2e884d-91ba-4aee-8a36-513896b5dc14} executeQuery: Read 162 rows, 11.55 KiB in 0.001584 sec., 102272.72727272728 rows/sec., 7.12 MiB/sec. 2024.05.29 21:56:37.540436 [ 3 ] {cf2e884d-91ba-4aee-8a36-513896b5dc14} DynamicQueryHandler: Done processing query 2024.05.29 21:56:37.540495 [ 3 ] {cf2e884d-91ba-4aee-8a36-513896b5dc14} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:56:37.540553 [ 3 ] {} HTTP-Session: adc7b513-cf3b-4923-a86f-4ecda78f5ea7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.540773 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 47088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:37.540826 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:37.540845 [ 3 ] {} HTTP-Session: 0134dd0c-e9c1-462f-af90-c60bc3a154c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:37.540862 [ 3 ] {} HTTP-Session: 0134dd0c-e9c1-462f-af90-c60bc3a154c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.540875 [ 3 ] {} HTTP-Session: 0134dd0c-e9c1-462f-af90-c60bc3a154c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.540907 [ 3 ] {} HTTP-Session: 0134dd0c-e9c1-462f-af90-c60bc3a154c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:37.541234 [ 3 ] {9f4a100b-e09f-4f24-ab2e-dbff7b1f5ac3} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:37.541284 [ 3 ] {9f4a100b-e09f-4f24-ab2e-dbff7b1f5ac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:56:37.541463 [ 3 ] {9f4a100b-e09f-4f24-ab2e-dbff7b1f5ac3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:37.542041 [ 3 ] {9f4a100b-e09f-4f24-ab2e-dbff7b1f5ac3} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:37.542076 [ 3 ] {9f4a100b-e09f-4f24-ab2e-dbff7b1f5ac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:37.542518 [ 3 ] {9f4a100b-e09f-4f24-ab2e-dbff7b1f5ac3} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.05.29 21:56:37.542861 [ 3 ] {9f4a100b-e09f-4f24-ab2e-dbff7b1f5ac3} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:37.543016 [ 3 ] {9f4a100b-e09f-4f24-ab2e-dbff7b1f5ac3} executeQuery: Read 44 rows, 60.80 KiB in 0.002006 sec., 21934.19740777667 rows/sec., 29.60 MiB/sec. 2024.05.29 21:56:37.543046 [ 147 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.05.29 21:56:37.543154 [ 147 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:37.543194 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2024.05.29 21:56:37.543277 [ 3 ] {9f4a100b-e09f-4f24-ab2e-dbff7b1f5ac3} DynamicQueryHandler: Done processing query 2024.05.29 21:56:37.543343 [ 3 ] {9f4a100b-e09f-4f24-ab2e-dbff7b1f5ac3} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.05.29 21:56:37.543387 [ 3 ] {} HTTP-Session: 0134dd0c-e9c1-462f-af90-c60bc3a154c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.543427 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2024.05.29 21:56:37.543561 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:37.543665 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:37.543716 [ 3 ] {} HTTP-Session: 3a130045-56e7-4110-934a-042eddf085a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:37.543747 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:37.543759 [ 3 ] {} HTTP-Session: 3a130045-56e7-4110-934a-042eddf085a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.543812 [ 3 ] {} HTTP-Session: 3a130045-56e7-4110-934a-042eddf085a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.543830 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part 2024.05.29 21:56:37.543888 [ 3 ] {} HTTP-Session: 3a130045-56e7-4110-934a-042eddf085a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:37.544112 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 38 rows starting from the beginning of the part 2024.05.29 21:56:37.544417 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 4 rows starting from the beginning of the part 2024.05.29 21:56:37.544438 [ 3 ] {06afabb5-8bc4-471b-86a1-7739e3f172cf} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:37.544652 [ 3 ] {06afabb5-8bc4-471b-86a1-7739e3f172cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:56:37.544672 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 44 rows starting from the beginning of the part 2024.05.29 21:56:37.545011 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 4 rows starting from the beginning of the part 2024.05.29 21:56:37.545302 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 44 rows starting from the beginning of the part 2024.05.29 21:56:37.546038 [ 3 ] {06afabb5-8bc4-471b-86a1-7739e3f172cf} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:37.546704 [ 3 ] {06afabb5-8bc4-471b-86a1-7739e3f172cf} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:37.546757 [ 3 ] {06afabb5-8bc4-471b-86a1-7739e3f172cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:37.547127 [ 3 ] {06afabb5-8bc4-471b-86a1-7739e3f172cf} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.05.29 21:56:37.547789 [ 3 ] {06afabb5-8bc4-471b-86a1-7739e3f172cf} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:37.548182 [ 3 ] {06afabb5-8bc4-471b-86a1-7739e3f172cf} executeQuery: Read 60 rows, 4.14 KiB in 0.004014 sec., 14947.683109118087 rows/sec., 1.01 MiB/sec. 2024.05.29 21:56:37.548553 [ 3 ] {06afabb5-8bc4-471b-86a1-7739e3f172cf} DynamicQueryHandler: Done processing query 2024.05.29 21:56:37.548610 [ 3 ] {06afabb5-8bc4-471b-86a1-7739e3f172cf} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:56:37.548662 [ 3 ] {} HTTP-Session: 3a130045-56e7-4110-934a-042eddf085a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:37.549965 [ 188 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1048 rows, containing 6 columns (6 merged, 0 gathered) in 0.006671203 sec., 157093.105996025 rows/sec., 211.99 MiB/sec. 2024.05.29 21:56:37.550741 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.05.29 21:56:37.551162 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_66_13} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:37.551244 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_66_13} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.05.29 21:56:37.551334 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.70 MiB. 2024.05.29 21:56:42.521971 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:42.522115 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:42.522145 [ 3 ] {} HTTP-Session: 977c0942-ef67-46c4-bc1e-e0e4aa3f7f9f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:42.522175 [ 3 ] {} HTTP-Session: 977c0942-ef67-46c4-bc1e-e0e4aa3f7f9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.522192 [ 3 ] {} HTTP-Session: 977c0942-ef67-46c4-bc1e-e0e4aa3f7f9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.522249 [ 3 ] {} HTTP-Session: 977c0942-ef67-46c4-bc1e-e0e4aa3f7f9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:42.522454 [ 3 ] {c6f445d0-7ceb-4e96-a3bb-c1585db75992} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:42.522533 [ 3 ] {c6f445d0-7ceb-4e96-a3bb-c1585db75992} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:56:42.522745 [ 3 ] {c6f445d0-7ceb-4e96-a3bb-c1585db75992} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:42.523186 [ 3 ] {c6f445d0-7ceb-4e96-a3bb-c1585db75992} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:42.523231 [ 3 ] {c6f445d0-7ceb-4e96-a3bb-c1585db75992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:42.523608 [ 3 ] {c6f445d0-7ceb-4e96-a3bb-c1585db75992} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.05.29 21:56:42.523967 [ 3 ] {c6f445d0-7ceb-4e96-a3bb-c1585db75992} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:42.524144 [ 3 ] {c6f445d0-7ceb-4e96-a3bb-c1585db75992} executeQuery: Read 4 rows, 332.00 B in 0.00175 sec., 2285.714285714286 rows/sec., 185.27 KiB/sec. 2024.05.29 21:56:42.524351 [ 3 ] {c6f445d0-7ceb-4e96-a3bb-c1585db75992} DynamicQueryHandler: Done processing query 2024.05.29 21:56:42.524380 [ 3 ] {c6f445d0-7ceb-4e96-a3bb-c1585db75992} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:56:42.524396 [ 3 ] {} HTTP-Session: 977c0942-ef67-46c4-bc1e-e0e4aa3f7f9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.524561 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:42.524615 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:42.524636 [ 3 ] {} HTTP-Session: 00c79b35-4a8b-48b1-ad9c-faf1e47bd909 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:42.524655 [ 3 ] {} HTTP-Session: 00c79b35-4a8b-48b1-ad9c-faf1e47bd909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.524669 [ 3 ] {} HTTP-Session: 00c79b35-4a8b-48b1-ad9c-faf1e47bd909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.524705 [ 3 ] {} HTTP-Session: 00c79b35-4a8b-48b1-ad9c-faf1e47bd909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:42.524834 [ 3 ] {2bfce78b-4c11-4bd3-b986-29680e4d3326} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:42.524881 [ 3 ] {2bfce78b-4c11-4bd3-b986-29680e4d3326} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:56:42.525009 [ 3 ] {2bfce78b-4c11-4bd3-b986-29680e4d3326} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:42.525411 [ 3 ] {2bfce78b-4c11-4bd3-b986-29680e4d3326} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:42.525448 [ 3 ] {2bfce78b-4c11-4bd3-b986-29680e4d3326} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:42.525767 [ 3 ] {2bfce78b-4c11-4bd3-b986-29680e4d3326} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.05.29 21:56:42.526079 [ 3 ] {2bfce78b-4c11-4bd3-b986-29680e4d3326} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:42.526230 [ 3 ] {2bfce78b-4c11-4bd3-b986-29680e4d3326} executeQuery: Read 68 rows, 5.48 KiB in 0.001443 sec., 47124.04712404712 rows/sec., 3.71 MiB/sec. 2024.05.29 21:56:42.526414 [ 3 ] {2bfce78b-4c11-4bd3-b986-29680e4d3326} DynamicQueryHandler: Done processing query 2024.05.29 21:56:42.526439 [ 3 ] {2bfce78b-4c11-4bd3-b986-29680e4d3326} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:56:42.526456 [ 3 ] {} HTTP-Session: 00c79b35-4a8b-48b1-ad9c-faf1e47bd909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.526588 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:42.526639 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:42.526658 [ 3 ] {} HTTP-Session: 4ee271ba-4a6f-460c-8586-9c018a00da43 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:42.526675 [ 3 ] {} HTTP-Session: 4ee271ba-4a6f-460c-8586-9c018a00da43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.526690 [ 3 ] {} HTTP-Session: 4ee271ba-4a6f-460c-8586-9c018a00da43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.526721 [ 3 ] {} HTTP-Session: 4ee271ba-4a6f-460c-8586-9c018a00da43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:42.526844 [ 3 ] {9c17d67e-e5f1-402a-ba77-30e89dfad2a3} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:42.526888 [ 3 ] {9c17d67e-e5f1-402a-ba77-30e89dfad2a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:56:42.527017 [ 3 ] {9c17d67e-e5f1-402a-ba77-30e89dfad2a3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:42.527341 [ 3 ] {9c17d67e-e5f1-402a-ba77-30e89dfad2a3} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:42.527378 [ 3 ] {9c17d67e-e5f1-402a-ba77-30e89dfad2a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:42.527690 [ 3 ] {9c17d67e-e5f1-402a-ba77-30e89dfad2a3} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.05.29 21:56:42.527995 [ 3 ] {9c17d67e-e5f1-402a-ba77-30e89dfad2a3} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:42.528155 [ 3 ] {9c17d67e-e5f1-402a-ba77-30e89dfad2a3} executeQuery: Read 68 rows, 5.44 KiB in 0.001348 sec., 50445.10385756676 rows/sec., 3.94 MiB/sec. 2024.05.29 21:56:42.528414 [ 3 ] {9c17d67e-e5f1-402a-ba77-30e89dfad2a3} DynamicQueryHandler: Done processing query 2024.05.29 21:56:42.528479 [ 3 ] {9c17d67e-e5f1-402a-ba77-30e89dfad2a3} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:56:42.528536 [ 3 ] {} HTTP-Session: 4ee271ba-4a6f-460c-8586-9c018a00da43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.528749 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:42.528802 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:42.528822 [ 3 ] {} HTTP-Session: bbc8f386-5bcd-40cc-8249-f1d6085dd7f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:42.528840 [ 3 ] {} HTTP-Session: bbc8f386-5bcd-40cc-8249-f1d6085dd7f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.528854 [ 3 ] {} HTTP-Session: bbc8f386-5bcd-40cc-8249-f1d6085dd7f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.528887 [ 3 ] {} HTTP-Session: bbc8f386-5bcd-40cc-8249-f1d6085dd7f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:42.529042 [ 3 ] {75cccd60-5685-49f6-9de7-57e2ba17888c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:42.529092 [ 3 ] {75cccd60-5685-49f6-9de7-57e2ba17888c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:56:42.529252 [ 3 ] {75cccd60-5685-49f6-9de7-57e2ba17888c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:42.529666 [ 3 ] {75cccd60-5685-49f6-9de7-57e2ba17888c} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:42.529704 [ 3 ] {75cccd60-5685-49f6-9de7-57e2ba17888c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:42.530100 [ 3 ] {75cccd60-5685-49f6-9de7-57e2ba17888c} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.05.29 21:56:42.530449 [ 3 ] {75cccd60-5685-49f6-9de7-57e2ba17888c} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:42.530610 [ 3 ] {75cccd60-5685-49f6-9de7-57e2ba17888c} executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. 2024.05.29 21:56:42.530782 [ 3 ] {75cccd60-5685-49f6-9de7-57e2ba17888c} DynamicQueryHandler: Done processing query 2024.05.29 21:56:42.530807 [ 3 ] {75cccd60-5685-49f6-9de7-57e2ba17888c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:56:42.530823 [ 3 ] {} HTTP-Session: bbc8f386-5bcd-40cc-8249-f1d6085dd7f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.530983 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:42.531033 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:42.531052 [ 3 ] {} HTTP-Session: 65943225-1728-4ea3-9cd3-96fcebb1b58f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:42.531069 [ 3 ] {} HTTP-Session: 65943225-1728-4ea3-9cd3-96fcebb1b58f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.531084 [ 3 ] {} HTTP-Session: 65943225-1728-4ea3-9cd3-96fcebb1b58f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.531115 [ 3 ] {} HTTP-Session: 65943225-1728-4ea3-9cd3-96fcebb1b58f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:42.531238 [ 3 ] {c47e79b7-aeb3-4b0e-ae57-5e130f59315c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:42.531288 [ 3 ] {c47e79b7-aeb3-4b0e-ae57-5e130f59315c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:56:42.531449 [ 3 ] {c47e79b7-aeb3-4b0e-ae57-5e130f59315c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:42.531741 [ 3 ] {c47e79b7-aeb3-4b0e-ae57-5e130f59315c} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:42.531777 [ 3 ] {c47e79b7-aeb3-4b0e-ae57-5e130f59315c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:42.532168 [ 3 ] {c47e79b7-aeb3-4b0e-ae57-5e130f59315c} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.05.29 21:56:42.532504 [ 3 ] {c47e79b7-aeb3-4b0e-ae57-5e130f59315c} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:42.532663 [ 3 ] {c47e79b7-aeb3-4b0e-ae57-5e130f59315c} executeQuery: Read 4 rows, 5.53 KiB in 0.001467 sec., 2726.6530334014997 rows/sec., 3.68 MiB/sec. 2024.05.29 21:56:42.532824 [ 3 ] {c47e79b7-aeb3-4b0e-ae57-5e130f59315c} DynamicQueryHandler: Done processing query 2024.05.29 21:56:42.532849 [ 3 ] {c47e79b7-aeb3-4b0e-ae57-5e130f59315c} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:56:42.532864 [ 3 ] {} HTTP-Session: 65943225-1728-4ea3-9cd3-96fcebb1b58f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.532981 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:42.533029 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:42.533049 [ 3 ] {} HTTP-Session: 737d48c6-df65-4236-abcd-397dabe392a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:42.533066 [ 3 ] {} HTTP-Session: 737d48c6-df65-4236-abcd-397dabe392a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.533079 [ 3 ] {} HTTP-Session: 737d48c6-df65-4236-abcd-397dabe392a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:42.533110 [ 3 ] {} HTTP-Session: 737d48c6-df65-4236-abcd-397dabe392a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:42.533232 [ 3 ] {0018d4df-5ff3-47b2-9b10-26c6c9ebb422} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:42.533277 [ 3 ] {0018d4df-5ff3-47b2-9b10-26c6c9ebb422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:56:42.533404 [ 3 ] {0018d4df-5ff3-47b2-9b10-26c6c9ebb422} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:42.533683 [ 3 ] {0018d4df-5ff3-47b2-9b10-26c6c9ebb422} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:42.533718 [ 3 ] {0018d4df-5ff3-47b2-9b10-26c6c9ebb422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:42.534074 [ 3 ] {0018d4df-5ff3-47b2-9b10-26c6c9ebb422} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.05.29 21:56:42.534402 [ 3 ] {0018d4df-5ff3-47b2-9b10-26c6c9ebb422} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:42.534560 [ 3 ] {0018d4df-5ff3-47b2-9b10-26c6c9ebb422} executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. 2024.05.29 21:56:42.534743 [ 3 ] {0018d4df-5ff3-47b2-9b10-26c6c9ebb422} DynamicQueryHandler: Done processing query 2024.05.29 21:56:42.534781 [ 3 ] {0018d4df-5ff3-47b2-9b10-26c6c9ebb422} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:56:42.534811 [ 3 ] {} HTTP-Session: 737d48c6-df65-4236-abcd-397dabe392a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:45.784815 [ 140 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:56:45.784910 [ 140 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:56:47.524449 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:47.524562 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:47.524587 [ 3 ] {} HTTP-Session: 51c0c4e6-ac99-4adc-b3c5-39699ae00c4a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:47.524612 [ 3 ] {} HTTP-Session: 51c0c4e6-ac99-4adc-b3c5-39699ae00c4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.524627 [ 3 ] {} HTTP-Session: 51c0c4e6-ac99-4adc-b3c5-39699ae00c4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.524678 [ 3 ] {} HTTP-Session: 51c0c4e6-ac99-4adc-b3c5-39699ae00c4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:47.524883 [ 3 ] {e08c2583-a234-431a-996f-9867f0e62f12} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:47.524950 [ 3 ] {e08c2583-a234-431a-996f-9867f0e62f12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:56:47.525148 [ 3 ] {e08c2583-a234-431a-996f-9867f0e62f12} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:47.525567 [ 3 ] {e08c2583-a234-431a-996f-9867f0e62f12} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:47.525609 [ 3 ] {e08c2583-a234-431a-996f-9867f0e62f12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:47.525983 [ 3 ] {e08c2583-a234-431a-996f-9867f0e62f12} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.05.29 21:56:47.526335 [ 3 ] {e08c2583-a234-431a-996f-9867f0e62f12} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:47.526525 [ 3 ] {e08c2583-a234-431a-996f-9867f0e62f12} executeQuery: Read 44 rows, 3.57 KiB in 0.001703 sec., 25836.75866118614 rows/sec., 2.05 MiB/sec. 2024.05.29 21:56:47.526718 [ 3 ] {e08c2583-a234-431a-996f-9867f0e62f12} DynamicQueryHandler: Done processing query 2024.05.29 21:56:47.526744 [ 3 ] {e08c2583-a234-431a-996f-9867f0e62f12} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:56:47.526761 [ 3 ] {} HTTP-Session: 51c0c4e6-ac99-4adc-b3c5-39699ae00c4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.526957 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 27826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:47.527026 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:47.527048 [ 3 ] {} HTTP-Session: 4a0aabf6-ffb6-4783-bd23-9ff2bc048f41 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:47.527071 [ 3 ] {} HTTP-Session: 4a0aabf6-ffb6-4783-bd23-9ff2bc048f41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.527089 [ 3 ] {} HTTP-Session: 4a0aabf6-ffb6-4783-bd23-9ff2bc048f41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.527122 [ 3 ] {} HTTP-Session: 4a0aabf6-ffb6-4783-bd23-9ff2bc048f41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:47.527272 [ 3 ] {f3636846-0626-4932-9e19-29a68f8e9b87} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:47.527318 [ 3 ] {f3636846-0626-4932-9e19-29a68f8e9b87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:56:47.527448 [ 3 ] {f3636846-0626-4932-9e19-29a68f8e9b87} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:47.527891 [ 3 ] {f3636846-0626-4932-9e19-29a68f8e9b87} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:47.527929 [ 3 ] {f3636846-0626-4932-9e19-29a68f8e9b87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:47.528254 [ 3 ] {f3636846-0626-4932-9e19-29a68f8e9b87} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.05.29 21:56:47.528559 [ 3 ] {f3636846-0626-4932-9e19-29a68f8e9b87} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:47.528716 [ 3 ] {f3636846-0626-4932-9e19-29a68f8e9b87} executeQuery: Read 188 rows, 16.39 KiB in 0.001506 sec., 124833.99734395751 rows/sec., 10.63 MiB/sec. 2024.05.29 21:56:47.528984 [ 3 ] {f3636846-0626-4932-9e19-29a68f8e9b87} DynamicQueryHandler: Done processing query 2024.05.29 21:56:47.529046 [ 3 ] {f3636846-0626-4932-9e19-29a68f8e9b87} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.29 21:56:47.529093 [ 3 ] {} HTTP-Session: 4a0aabf6-ffb6-4783-bd23-9ff2bc048f41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.529316 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:47.529368 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:47.529390 [ 3 ] {} HTTP-Session: 6825535e-b98a-448d-8d73-7db4afbffa07 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:47.529408 [ 3 ] {} HTTP-Session: 6825535e-b98a-448d-8d73-7db4afbffa07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.529422 [ 3 ] {} HTTP-Session: 6825535e-b98a-448d-8d73-7db4afbffa07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.529454 [ 3 ] {} HTTP-Session: 6825535e-b98a-448d-8d73-7db4afbffa07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:47.529594 [ 3 ] {14716d97-dc46-4c6c-a449-14f76d32a10d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:47.529640 [ 3 ] {14716d97-dc46-4c6c-a449-14f76d32a10d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:56:47.529789 [ 3 ] {14716d97-dc46-4c6c-a449-14f76d32a10d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:47.530153 [ 3 ] {14716d97-dc46-4c6c-a449-14f76d32a10d} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:47.530190 [ 3 ] {14716d97-dc46-4c6c-a449-14f76d32a10d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:47.530501 [ 3 ] {14716d97-dc46-4c6c-a449-14f76d32a10d} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.05.29 21:56:47.530810 [ 3 ] {14716d97-dc46-4c6c-a449-14f76d32a10d} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:47.530969 [ 3 ] {14716d97-dc46-4c6c-a449-14f76d32a10d} executeQuery: Read 108 rows, 8.64 KiB in 0.001427 sec., 75683.2515767344 rows/sec., 5.91 MiB/sec. 2024.05.29 21:56:47.531126 [ 3 ] {14716d97-dc46-4c6c-a449-14f76d32a10d} DynamicQueryHandler: Done processing query 2024.05.29 21:56:47.531150 [ 3 ] {14716d97-dc46-4c6c-a449-14f76d32a10d} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.29 21:56:47.531165 [ 3 ] {} HTTP-Session: 6825535e-b98a-448d-8d73-7db4afbffa07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.531339 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:47.531388 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:47.531407 [ 3 ] {} HTTP-Session: c8a5e34e-7ffe-414d-be5e-a83910b99cd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:47.531423 [ 3 ] {} HTTP-Session: c8a5e34e-7ffe-414d-be5e-a83910b99cd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.531437 [ 3 ] {} HTTP-Session: c8a5e34e-7ffe-414d-be5e-a83910b99cd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.531469 [ 3 ] {} HTTP-Session: c8a5e34e-7ffe-414d-be5e-a83910b99cd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:47.531607 [ 3 ] {a96524fb-4be8-46a9-b114-87fad4c1bbac} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:47.531653 [ 3 ] {a96524fb-4be8-46a9-b114-87fad4c1bbac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:56:47.531796 [ 3 ] {a96524fb-4be8-46a9-b114-87fad4c1bbac} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:47.532230 [ 3 ] {a96524fb-4be8-46a9-b114-87fad4c1bbac} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:47.532267 [ 3 ] {a96524fb-4be8-46a9-b114-87fad4c1bbac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:47.532662 [ 3 ] {a96524fb-4be8-46a9-b114-87fad4c1bbac} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.05.29 21:56:47.532997 [ 3 ] {a96524fb-4be8-46a9-b114-87fad4c1bbac} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:47.533154 [ 3 ] {a96524fb-4be8-46a9-b114-87fad4c1bbac} executeQuery: Read 160 rows, 11.41 KiB in 0.00161 sec., 99378.88198757764 rows/sec., 6.92 MiB/sec. 2024.05.29 21:56:47.533329 [ 3 ] {a96524fb-4be8-46a9-b114-87fad4c1bbac} DynamicQueryHandler: Done processing query 2024.05.29 21:56:47.533353 [ 3 ] {a96524fb-4be8-46a9-b114-87fad4c1bbac} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:56:47.533369 [ 3 ] {} HTTP-Session: c8a5e34e-7ffe-414d-be5e-a83910b99cd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.533564 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 47088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:47.533614 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:47.533634 [ 3 ] {} HTTP-Session: 3094e831-b472-4e23-898b-970e4e811e8b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:47.533650 [ 3 ] {} HTTP-Session: 3094e831-b472-4e23-898b-970e4e811e8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.533663 [ 3 ] {} HTTP-Session: 3094e831-b472-4e23-898b-970e4e811e8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.533695 [ 3 ] {} HTTP-Session: 3094e831-b472-4e23-898b-970e4e811e8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:47.534007 [ 3 ] {097db47c-33a0-4501-885d-a32dea7f8e5d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:47.534055 [ 3 ] {097db47c-33a0-4501-885d-a32dea7f8e5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:56:47.534218 [ 3 ] {097db47c-33a0-4501-885d-a32dea7f8e5d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:47.535003 [ 3 ] {097db47c-33a0-4501-885d-a32dea7f8e5d} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:47.535040 [ 3 ] {097db47c-33a0-4501-885d-a32dea7f8e5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:47.535467 [ 3 ] {097db47c-33a0-4501-885d-a32dea7f8e5d} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.05.29 21:56:47.535806 [ 3 ] {097db47c-33a0-4501-885d-a32dea7f8e5d} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:47.535960 [ 3 ] {097db47c-33a0-4501-885d-a32dea7f8e5d} executeQuery: Read 44 rows, 60.80 KiB in 0.002162 sec., 20351.526364477337 rows/sec., 27.46 MiB/sec. 2024.05.29 21:56:47.536134 [ 3 ] {097db47c-33a0-4501-885d-a32dea7f8e5d} DynamicQueryHandler: Done processing query 2024.05.29 21:56:47.536159 [ 3 ] {097db47c-33a0-4501-885d-a32dea7f8e5d} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.05.29 21:56:47.536175 [ 3 ] {} HTTP-Session: 3094e831-b472-4e23-898b-970e4e811e8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.536298 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:47.536347 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:47.536366 [ 3 ] {} HTTP-Session: 16ec290b-d63d-431f-aa17-72443886192b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:47.536383 [ 3 ] {} HTTP-Session: 16ec290b-d63d-431f-aa17-72443886192b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.536397 [ 3 ] {} HTTP-Session: 16ec290b-d63d-431f-aa17-72443886192b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:47.536428 [ 3 ] {} HTTP-Session: 16ec290b-d63d-431f-aa17-72443886192b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:47.536559 [ 3 ] {7218e85f-37b6-4623-b948-274f65e3891c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:47.536603 [ 3 ] {7218e85f-37b6-4623-b948-274f65e3891c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:56:47.536729 [ 3 ] {7218e85f-37b6-4623-b948-274f65e3891c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:47.537036 [ 3 ] {7218e85f-37b6-4623-b948-274f65e3891c} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:47.537072 [ 3 ] {7218e85f-37b6-4623-b948-274f65e3891c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:47.537437 [ 3 ] {7218e85f-37b6-4623-b948-274f65e3891c} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.05.29 21:56:47.537756 [ 3 ] {7218e85f-37b6-4623-b948-274f65e3891c} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:47.537915 [ 3 ] {7218e85f-37b6-4623-b948-274f65e3891c} executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. 2024.05.29 21:56:47.538082 [ 3 ] {7218e85f-37b6-4623-b948-274f65e3891c} DynamicQueryHandler: Done processing query 2024.05.29 21:56:47.538106 [ 3 ] {7218e85f-37b6-4623-b948-274f65e3891c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:56:47.538121 [ 3 ] {} HTTP-Session: 16ec290b-d63d-431f-aa17-72443886192b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.522723 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:52.522862 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:52.522891 [ 3 ] {} HTTP-Session: 449c0b81-480f-46fc-8bed-efb5249dafdb Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:52.522920 [ 3 ] {} HTTP-Session: 449c0b81-480f-46fc-8bed-efb5249dafdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.522938 [ 3 ] {} HTTP-Session: 449c0b81-480f-46fc-8bed-efb5249dafdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.522996 [ 3 ] {} HTTP-Session: 449c0b81-480f-46fc-8bed-efb5249dafdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:52.523209 [ 3 ] {d62cf712-0e5b-410e-bf52-eacff4494ede} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:52.523286 [ 3 ] {d62cf712-0e5b-410e-bf52-eacff4494ede} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:56:52.523516 [ 3 ] {d62cf712-0e5b-410e-bf52-eacff4494ede} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:52.524058 [ 3 ] {d62cf712-0e5b-410e-bf52-eacff4494ede} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:52.524100 [ 3 ] {d62cf712-0e5b-410e-bf52-eacff4494ede} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:52.524475 [ 3 ] {d62cf712-0e5b-410e-bf52-eacff4494ede} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.05.29 21:56:52.524808 [ 3 ] {d62cf712-0e5b-410e-bf52-eacff4494ede} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:52.524976 [ 3 ] {d62cf712-0e5b-410e-bf52-eacff4494ede} executeQuery: Read 4 rows, 332.00 B in 0.001826 sec., 2190.580503833516 rows/sec., 177.56 KiB/sec. 2024.05.29 21:56:52.525196 [ 3 ] {d62cf712-0e5b-410e-bf52-eacff4494ede} DynamicQueryHandler: Done processing query 2024.05.29 21:56:52.525223 [ 3 ] {d62cf712-0e5b-410e-bf52-eacff4494ede} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:56:52.525239 [ 3 ] {} HTTP-Session: 449c0b81-480f-46fc-8bed-efb5249dafdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.525419 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:52.525476 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:52.525497 [ 3 ] {} HTTP-Session: 2e2a60f5-aaa6-4eaa-94e7-f5f1c867000a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:52.525515 [ 3 ] {} HTTP-Session: 2e2a60f5-aaa6-4eaa-94e7-f5f1c867000a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.525528 [ 3 ] {} HTTP-Session: 2e2a60f5-aaa6-4eaa-94e7-f5f1c867000a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.525564 [ 3 ] {} HTTP-Session: 2e2a60f5-aaa6-4eaa-94e7-f5f1c867000a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:52.525689 [ 3 ] {72fb72ab-68bd-466c-a2f1-ecb56f50e09a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:52.525737 [ 3 ] {72fb72ab-68bd-466c-a2f1-ecb56f50e09a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:56:52.525867 [ 3 ] {72fb72ab-68bd-466c-a2f1-ecb56f50e09a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:52.526229 [ 3 ] {72fb72ab-68bd-466c-a2f1-ecb56f50e09a} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:52.526267 [ 3 ] {72fb72ab-68bd-466c-a2f1-ecb56f50e09a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:52.526578 [ 3 ] {72fb72ab-68bd-466c-a2f1-ecb56f50e09a} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.05.29 21:56:52.526877 [ 3 ] {72fb72ab-68bd-466c-a2f1-ecb56f50e09a} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:52.527038 [ 3 ] {72fb72ab-68bd-466c-a2f1-ecb56f50e09a} executeQuery: Read 68 rows, 5.48 KiB in 0.001395 sec., 48745.51971326165 rows/sec., 3.84 MiB/sec. 2024.05.29 21:56:52.527220 [ 3 ] {72fb72ab-68bd-466c-a2f1-ecb56f50e09a} DynamicQueryHandler: Done processing query 2024.05.29 21:56:52.527246 [ 3 ] {72fb72ab-68bd-466c-a2f1-ecb56f50e09a} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:56:52.527261 [ 3 ] {} HTTP-Session: 2e2a60f5-aaa6-4eaa-94e7-f5f1c867000a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.527387 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:52.527441 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:52.527460 [ 3 ] {} HTTP-Session: af9388bd-1760-4230-afad-3b95eb3d76d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:52.527477 [ 3 ] {} HTTP-Session: af9388bd-1760-4230-afad-3b95eb3d76d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.527491 [ 3 ] {} HTTP-Session: af9388bd-1760-4230-afad-3b95eb3d76d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.527524 [ 3 ] {} HTTP-Session: af9388bd-1760-4230-afad-3b95eb3d76d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:52.527647 [ 3 ] {78f17abb-555a-48d5-99fd-e0d6755ff222} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:52.527691 [ 3 ] {78f17abb-555a-48d5-99fd-e0d6755ff222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:56:52.527819 [ 3 ] {78f17abb-555a-48d5-99fd-e0d6755ff222} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:52.528165 [ 3 ] {78f17abb-555a-48d5-99fd-e0d6755ff222} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:52.528201 [ 3 ] {78f17abb-555a-48d5-99fd-e0d6755ff222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:52.528509 [ 3 ] {78f17abb-555a-48d5-99fd-e0d6755ff222} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.05.29 21:56:52.528819 [ 3 ] {78f17abb-555a-48d5-99fd-e0d6755ff222} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:52.528981 [ 3 ] {78f17abb-555a-48d5-99fd-e0d6755ff222} executeQuery: Read 68 rows, 5.44 KiB in 0.001371 sec., 49598.83296863603 rows/sec., 3.87 MiB/sec. 2024.05.29 21:56:52.529153 [ 3 ] {78f17abb-555a-48d5-99fd-e0d6755ff222} DynamicQueryHandler: Done processing query 2024.05.29 21:56:52.529177 [ 3 ] {78f17abb-555a-48d5-99fd-e0d6755ff222} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:56:52.529193 [ 3 ] {} HTTP-Session: af9388bd-1760-4230-afad-3b95eb3d76d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.529390 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:52.529441 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:52.529459 [ 3 ] {} HTTP-Session: 7a9c5e5f-bc72-4934-adf1-bb5f7f919b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:52.529476 [ 3 ] {} HTTP-Session: 7a9c5e5f-bc72-4934-adf1-bb5f7f919b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.529490 [ 3 ] {} HTTP-Session: 7a9c5e5f-bc72-4934-adf1-bb5f7f919b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.529522 [ 3 ] {} HTTP-Session: 7a9c5e5f-bc72-4934-adf1-bb5f7f919b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:52.529670 [ 3 ] {fdb72774-e71d-4e64-aea1-46f75be9bb5b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:52.529718 [ 3 ] {fdb72774-e71d-4e64-aea1-46f75be9bb5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:56:52.529867 [ 3 ] {fdb72774-e71d-4e64-aea1-46f75be9bb5b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:52.530262 [ 3 ] {fdb72774-e71d-4e64-aea1-46f75be9bb5b} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:52.530299 [ 3 ] {fdb72774-e71d-4e64-aea1-46f75be9bb5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:52.530699 [ 3 ] {fdb72774-e71d-4e64-aea1-46f75be9bb5b} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.05.29 21:56:52.531035 [ 3 ] {fdb72774-e71d-4e64-aea1-46f75be9bb5b} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:52.531207 [ 3 ] {fdb72774-e71d-4e64-aea1-46f75be9bb5b} executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. 2024.05.29 21:56:52.531414 [ 3 ] {fdb72774-e71d-4e64-aea1-46f75be9bb5b} DynamicQueryHandler: Done processing query 2024.05.29 21:56:52.531453 [ 3 ] {fdb72774-e71d-4e64-aea1-46f75be9bb5b} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:56:52.531484 [ 3 ] {} HTTP-Session: 7a9c5e5f-bc72-4934-adf1-bb5f7f919b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.531613 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:52.531663 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:52.531682 [ 3 ] {} HTTP-Session: 501e860d-1bde-447d-8a80-dea5c5c5aed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:52.531699 [ 3 ] {} HTTP-Session: 501e860d-1bde-447d-8a80-dea5c5c5aed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.531712 [ 3 ] {} HTTP-Session: 501e860d-1bde-447d-8a80-dea5c5c5aed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.531743 [ 3 ] {} HTTP-Session: 501e860d-1bde-447d-8a80-dea5c5c5aed1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:52.531871 [ 3 ] {89bbf89a-0d72-4448-9f46-f7e99856c10b} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:52.531916 [ 3 ] {89bbf89a-0d72-4448-9f46-f7e99856c10b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:56:52.532075 [ 3 ] {89bbf89a-0d72-4448-9f46-f7e99856c10b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:52.532451 [ 3 ] {89bbf89a-0d72-4448-9f46-f7e99856c10b} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:52.532488 [ 3 ] {89bbf89a-0d72-4448-9f46-f7e99856c10b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:52.532877 [ 3 ] {89bbf89a-0d72-4448-9f46-f7e99856c10b} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.05.29 21:56:52.533221 [ 3 ] {89bbf89a-0d72-4448-9f46-f7e99856c10b} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:52.533380 [ 3 ] {89bbf89a-0d72-4448-9f46-f7e99856c10b} executeQuery: Read 4 rows, 5.53 KiB in 0.001554 sec., 2574.002574002574 rows/sec., 3.47 MiB/sec. 2024.05.29 21:56:52.533557 [ 3 ] {89bbf89a-0d72-4448-9f46-f7e99856c10b} DynamicQueryHandler: Done processing query 2024.05.29 21:56:52.533582 [ 3 ] {89bbf89a-0d72-4448-9f46-f7e99856c10b} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:56:52.533597 [ 3 ] {} HTTP-Session: 501e860d-1bde-447d-8a80-dea5c5c5aed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.533715 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:52.533765 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:52.533783 [ 3 ] {} HTTP-Session: 893627e7-2237-43aa-b8d8-10fb2e4daca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:52.533801 [ 3 ] {} HTTP-Session: 893627e7-2237-43aa-b8d8-10fb2e4daca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.533814 [ 3 ] {} HTTP-Session: 893627e7-2237-43aa-b8d8-10fb2e4daca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:52.533845 [ 3 ] {} HTTP-Session: 893627e7-2237-43aa-b8d8-10fb2e4daca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:52.533961 [ 3 ] {17d9741d-46bd-4621-9e61-405506ce10f7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:52.534006 [ 3 ] {17d9741d-46bd-4621-9e61-405506ce10f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:56:52.534132 [ 3 ] {17d9741d-46bd-4621-9e61-405506ce10f7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:52.534441 [ 3 ] {17d9741d-46bd-4621-9e61-405506ce10f7} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:52.534478 [ 3 ] {17d9741d-46bd-4621-9e61-405506ce10f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:52.534837 [ 3 ] {17d9741d-46bd-4621-9e61-405506ce10f7} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.05.29 21:56:52.535174 [ 3 ] {17d9741d-46bd-4621-9e61-405506ce10f7} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:52.535330 [ 3 ] {17d9741d-46bd-4621-9e61-405506ce10f7} executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. 2024.05.29 21:56:52.535596 [ 3 ] {17d9741d-46bd-4621-9e61-405506ce10f7} DynamicQueryHandler: Done processing query 2024.05.29 21:56:52.535656 [ 3 ] {17d9741d-46bd-4621-9e61-405506ce10f7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:56:52.535710 [ 3 ] {} HTTP-Session: 893627e7-2237-43aa-b8d8-10fb2e4daca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.524851 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:57.524980 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:57.525005 [ 3 ] {} HTTP-Session: de8ccbd3-2a64-4dbb-ab6e-af371dec6e5f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:57.525030 [ 3 ] {} HTTP-Session: de8ccbd3-2a64-4dbb-ab6e-af371dec6e5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.525045 [ 3 ] {} HTTP-Session: de8ccbd3-2a64-4dbb-ab6e-af371dec6e5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.525097 [ 3 ] {} HTTP-Session: de8ccbd3-2a64-4dbb-ab6e-af371dec6e5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:57.525307 [ 3 ] {44cc438d-a3e3-43a0-9187-275562dd23f9} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:57.525377 [ 3 ] {44cc438d-a3e3-43a0-9187-275562dd23f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:56:57.525586 [ 3 ] {44cc438d-a3e3-43a0-9187-275562dd23f9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:57.526026 [ 3 ] {44cc438d-a3e3-43a0-9187-275562dd23f9} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:57.526069 [ 3 ] {44cc438d-a3e3-43a0-9187-275562dd23f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:57.526446 [ 3 ] {44cc438d-a3e3-43a0-9187-275562dd23f9} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.05.29 21:56:57.526781 [ 3 ] {44cc438d-a3e3-43a0-9187-275562dd23f9} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:57.526929 [ 3 ] {44cc438d-a3e3-43a0-9187-275562dd23f9} executeQuery: Read 44 rows, 3.57 KiB in 0.001687 sec., 26081.802015411977 rows/sec., 2.06 MiB/sec. 2024.05.29 21:56:57.527142 [ 3 ] {44cc438d-a3e3-43a0-9187-275562dd23f9} DynamicQueryHandler: Done processing query 2024.05.29 21:56:57.527170 [ 3 ] {44cc438d-a3e3-43a0-9187-275562dd23f9} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:56:57.527186 [ 3 ] {} HTTP-Session: de8ccbd3-2a64-4dbb-ab6e-af371dec6e5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.527378 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 32755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:57.527438 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:57.527457 [ 3 ] {} HTTP-Session: 3b678816-b0d8-4eb4-aefc-8e1f1816f538 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:57.527477 [ 3 ] {} HTTP-Session: 3b678816-b0d8-4eb4-aefc-8e1f1816f538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.527491 [ 3 ] {} HTTP-Session: 3b678816-b0d8-4eb4-aefc-8e1f1816f538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.527528 [ 3 ] {} HTTP-Session: 3b678816-b0d8-4eb4-aefc-8e1f1816f538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:57.527695 [ 3 ] {7c8407c0-b17b-48f9-b30f-2acc3a75cea1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:57.527742 [ 3 ] {7c8407c0-b17b-48f9-b30f-2acc3a75cea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:56:57.527875 [ 3 ] {7c8407c0-b17b-48f9-b30f-2acc3a75cea1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:57.528345 [ 3 ] {7c8407c0-b17b-48f9-b30f-2acc3a75cea1} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:57.528382 [ 3 ] {7c8407c0-b17b-48f9-b30f-2acc3a75cea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:57.528717 [ 3 ] {7c8407c0-b17b-48f9-b30f-2acc3a75cea1} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.05.29 21:56:57.529036 [ 3 ] {7c8407c0-b17b-48f9-b30f-2acc3a75cea1} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:57.529174 [ 3 ] {7c8407c0-b17b-48f9-b30f-2acc3a75cea1} executeQuery: Read 224 rows, 19.15 KiB in 0.001561 sec., 143497.75784753362 rows/sec., 11.98 MiB/sec. 2024.05.29 21:56:57.529243 [ 132 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.05.29 21:56:57.529336 [ 132 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:57.529379 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:57.529413 [ 3 ] {7c8407c0-b17b-48f9-b30f-2acc3a75cea1} DynamicQueryHandler: Done processing query 2024.05.29 21:56:57.529473 [ 3 ] {7c8407c0-b17b-48f9-b30f-2acc3a75cea1} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:56:57.529537 [ 3 ] {} HTTP-Session: 3b678816-b0d8-4eb4-aefc-8e1f1816f538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.529665 [ 189 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2024.05.29 21:56:57.529872 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 22381, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:57.530092 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:57.530214 [ 3 ] {} HTTP-Session: 5c53424f-7d77-4f3a-8473-c2ed295ca21e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:57.530324 [ 3 ] {} HTTP-Session: 5c53424f-7d77-4f3a-8473-c2ed295ca21e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.530351 [ 189 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:57.530411 [ 3 ] {} HTTP-Session: 5c53424f-7d77-4f3a-8473-c2ed295ca21e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.530452 [ 189 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 243 rows starting from the beginning of the part 2024.05.29 21:56:57.530565 [ 3 ] {} HTTP-Session: 5c53424f-7d77-4f3a-8473-c2ed295ca21e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:57.530686 [ 189 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 190 rows starting from the beginning of the part 2024.05.29 21:56:57.530949 [ 189 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 68 rows starting from the beginning of the part 2024.05.29 21:56:57.531069 [ 3 ] {bb5c5692-f8b5-4616-83cd-a581b96a1ffe} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:57.531247 [ 189 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 188 rows starting from the beginning of the part 2024.05.29 21:56:57.531412 [ 3 ] {bb5c5692-f8b5-4616-83cd-a581b96a1ffe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:56:57.531528 [ 189 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 68 rows starting from the beginning of the part 2024.05.29 21:56:57.531821 [ 189 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 224 rows starting from the beginning of the part 2024.05.29 21:56:57.532605 [ 3 ] {bb5c5692-f8b5-4616-83cd-a581b96a1ffe} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:57.533482 [ 3 ] {bb5c5692-f8b5-4616-83cd-a581b96a1ffe} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:57.533552 [ 3 ] {bb5c5692-f8b5-4616-83cd-a581b96a1ffe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:57.534334 [ 3 ] {bb5c5692-f8b5-4616-83cd-a581b96a1ffe} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.05.29 21:56:57.535010 [ 189 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 981 rows, containing 4 columns (4 merged, 0 gathered) in 0.005518059 sec., 177779.90412933246 rows/sec., 14.83 MiB/sec. 2024.05.29 21:56:57.535241 [ 189 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.05.29 21:56:57.535248 [ 3 ] {bb5c5692-f8b5-4616-83cd-a581b96a1ffe} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:57.535574 [ 132 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.05.29 21:56:57.535696 [ 132 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:57.535802 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:57.535898 [ 3 ] {bb5c5692-f8b5-4616-83cd-a581b96a1ffe} executeQuery: Read 132 rows, 10.54 KiB in 0.005045 sec., 26164.519326065412 rows/sec., 2.04 MiB/sec. 2024.05.29 21:56:57.536221 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2024.05.29 21:56:57.536580 [ 189 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_71_14} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:57.536734 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:57.536735 [ 3 ] {bb5c5692-f8b5-4616-83cd-a581b96a1ffe} DynamicQueryHandler: Done processing query 2024.05.29 21:56:57.536816 [ 3 ] {bb5c5692-f8b5-4616-83cd-a581b96a1ffe} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:56:57.536825 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 171 rows starting from the beginning of the part 2024.05.29 21:56:57.536842 [ 189 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_71_14} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.05.29 21:56:57.536860 [ 3 ] {} HTTP-Session: 5c53424f-7d77-4f3a-8473-c2ed295ca21e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.537054 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 112 rows starting from the beginning of the part 2024.05.29 21:56:57.537063 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2024.05.29 21:56:57.537227 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 37595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:57.537368 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 68 rows starting from the beginning of the part 2024.05.29 21:56:57.537507 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:57.537661 [ 3 ] {} HTTP-Session: 891ff7f9-7164-48d4-9db9-5750fad97496 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:57.537703 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 108 rows starting from the beginning of the part 2024.05.29 21:56:57.537754 [ 3 ] {} HTTP-Session: 891ff7f9-7164-48d4-9db9-5750fad97496 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.537900 [ 3 ] {} HTTP-Session: 891ff7f9-7164-48d4-9db9-5750fad97496 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.538057 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 68 rows starting from the beginning of the part 2024.05.29 21:56:57.538111 [ 3 ] {} HTTP-Session: 891ff7f9-7164-48d4-9db9-5750fad97496 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:57.538395 [ 188 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 132 rows starting from the beginning of the part 2024.05.29 21:56:57.538835 [ 3 ] {2981cc95-dfcc-4251-990d-9ea5d763b712} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:57.539067 [ 3 ] {2981cc95-dfcc-4251-990d-9ea5d763b712} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:56:57.539539 [ 3 ] {2981cc95-dfcc-4251-990d-9ea5d763b712} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:57.540513 [ 3 ] {2981cc95-dfcc-4251-990d-9ea5d763b712} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:57.540586 [ 3 ] {2981cc95-dfcc-4251-990d-9ea5d763b712} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:57.541503 [ 201 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 659 rows, containing 4 columns (4 merged, 0 gathered) in 0.005556339 sec., 118603.27456622066 rows/sec., 9.26 MiB/sec. 2024.05.29 21:56:57.541573 [ 3 ] {2981cc95-dfcc-4251-990d-9ea5d763b712} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.05.29 21:56:57.541742 [ 201 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.05.29 21:56:57.542472 [ 3 ] {2981cc95-dfcc-4251-990d-9ea5d763b712} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:57.542695 [ 201 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_71_14} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:57.542750 [ 132 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.05.29 21:56:57.542844 [ 132 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:57.542854 [ 3 ] {2981cc95-dfcc-4251-990d-9ea5d763b712} executeQuery: Read 196 rows, 14.01 KiB in 0.004271 sec., 45890.892062748775 rows/sec., 3.20 MiB/sec. 2024.05.29 21:56:57.542908 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:57.542993 [ 201 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_71_14} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.05.29 21:56:57.543380 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.29 21:56:57.543448 [ 3 ] {2981cc95-dfcc-4251-990d-9ea5d763b712} DynamicQueryHandler: Done processing query 2024.05.29 21:56:57.543454 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2024.05.29 21:56:57.543481 [ 3 ] {2981cc95-dfcc-4251-990d-9ea5d763b712} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:56:57.543505 [ 3 ] {} HTTP-Session: 891ff7f9-7164-48d4-9db9-5750fad97496 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.543633 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:57.543685 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_66_13} MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 10360 rows starting from the beginning of the part 2024.05.29 21:56:57.543707 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 47088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:57.543875 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 162 rows starting from the beginning of the part 2024.05.29 21:56:57.543899 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:57.543977 [ 3 ] {} HTTP-Session: 45227bca-69a4-4bee-aecb-e51219236e6a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:57.544121 [ 3 ] {} HTTP-Session: 45227bca-69a4-4bee-aecb-e51219236e6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.544231 [ 3 ] {} HTTP-Session: 45227bca-69a4-4bee-aecb-e51219236e6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.544353 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part 2024.05.29 21:56:57.544364 [ 3 ] {} HTTP-Session: 45227bca-69a4-4bee-aecb-e51219236e6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:57.544601 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2024.05.29 21:56:57.544760 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part 2024.05.29 21:56:57.544985 [ 3 ] {41f51659-969f-44e5-a333-2d2277123934} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:57.545012 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 196 rows starting from the beginning of the part 2024.05.29 21:56:57.545175 [ 3 ] {41f51659-969f-44e5-a333-2d2277123934} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:56:57.545727 [ 3 ] {41f51659-969f-44e5-a333-2d2277123934} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:57.546552 [ 3 ] {41f51659-969f-44e5-a333-2d2277123934} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:57.546590 [ 3 ] {41f51659-969f-44e5-a333-2d2277123934} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:57.547357 [ 3 ] {41f51659-969f-44e5-a333-2d2277123934} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.05.29 21:56:57.548107 [ 3 ] {41f51659-969f-44e5-a333-2d2277123934} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:57.548279 [ 3 ] {41f51659-969f-44e5-a333-2d2277123934} executeQuery: Read 44 rows, 60.80 KiB in 0.00371 sec., 11859.838274932614 rows/sec., 16.00 MiB/sec. 2024.05.29 21:56:57.548526 [ 3 ] {41f51659-969f-44e5-a333-2d2277123934} DynamicQueryHandler: Done processing query 2024.05.29 21:56:57.548637 [ 3 ] {41f51659-969f-44e5-a333-2d2277123934} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.05.29 21:56:57.548654 [ 3 ] {} HTTP-Session: 45227bca-69a4-4bee-aecb-e51219236e6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.548776 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:56:57.548826 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:56:57.548844 [ 3 ] {} HTTP-Session: 86d957a8-4c80-4531-ad0e-d7fe534871db Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:56:57.548862 [ 3 ] {} HTTP-Session: 86d957a8-4c80-4531-ad0e-d7fe534871db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.548876 [ 3 ] {} HTTP-Session: 86d957a8-4c80-4531-ad0e-d7fe534871db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.548909 [ 3 ] {} HTTP-Session: 86d957a8-4c80-4531-ad0e-d7fe534871db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:56:57.549029 [ 3 ] {9d4230ce-3f25-4022-97cd-bc530e76ed1a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:56:57.549075 [ 3 ] {9d4230ce-3f25-4022-97cd-bc530e76ed1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:56:57.549209 [ 3 ] {9d4230ce-3f25-4022-97cd-bc530e76ed1a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:56:57.549527 [ 3 ] {9d4230ce-3f25-4022-97cd-bc530e76ed1a} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:57.549568 [ 3 ] {9d4230ce-3f25-4022-97cd-bc530e76ed1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:57.549996 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 11198 rows, containing 5 columns (5 merged, 0 gathered) in 0.006896275 sec., 1623775.1539780532 rows/sec., 113.18 MiB/sec. 2024.05.29 21:56:57.550078 [ 3 ] {9d4230ce-3f25-4022-97cd-bc530e76ed1a} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.05.29 21:56:57.550374 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.05.29 21:56:57.550650 [ 3 ] {9d4230ce-3f25-4022-97cd-bc530e76ed1a} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:57.550970 [ 132 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.05.29 21:56:57.551080 [ 132 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:56:57.551130 [ 3 ] {9d4230ce-3f25-4022-97cd-bc530e76ed1a} executeQuery: Read 60 rows, 4.14 KiB in 0.002087 sec., 28749.401054144706 rows/sec., 1.94 MiB/sec. 2024.05.29 21:56:57.551162 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:56:57.551635 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2024.05.29 21:56:57.551686 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_66_13} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:57.552012 [ 201 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_66_13} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.05.29 21:56:57.552010 [ 3 ] {9d4230ce-3f25-4022-97cd-bc530e76ed1a} DynamicQueryHandler: Done processing query 2024.05.29 21:56:57.552119 [ 3 ] {9d4230ce-3f25-4022-97cd-bc530e76ed1a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:56:57.552273 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:56:57.552326 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.49 MiB. 2024.05.29 21:56:57.552386 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3612 rows starting from the beginning of the part 2024.05.29 21:56:57.552853 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2024.05.29 21:56:57.552855 [ 3 ] {} HTTP-Session: 86d957a8-4c80-4531-ad0e-d7fe534871db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:56:57.553273 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part 2024.05.29 21:56:57.553496 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2024.05.29 21:56:57.553615 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2024.05.29 21:56:57.553773 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2024.05.29 21:56:57.555493 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3912 rows, containing 4 columns (4 merged, 0 gathered) in 0.004180142 sec., 935853.375315958 rows/sec., 63.08 MiB/sec. 2024.05.29 21:56:57.555884 [ 196 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.05.29 21:56:57.556291 [ 196 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_66_13} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:56:57.556368 [ 196 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_66_13} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.05.29 21:56:57.556445 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2024.05.29 21:57:00.784964 [ 129 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:57:00.785034 [ 129 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:57:02.522268 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:02.522400 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:02.522430 [ 3 ] {} HTTP-Session: 2c87dcc6-ae50-4fec-93f0-e93f1442f498 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:02.522459 [ 3 ] {} HTTP-Session: 2c87dcc6-ae50-4fec-93f0-e93f1442f498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.522476 [ 3 ] {} HTTP-Session: 2c87dcc6-ae50-4fec-93f0-e93f1442f498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.522533 [ 3 ] {} HTTP-Session: 2c87dcc6-ae50-4fec-93f0-e93f1442f498 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:02.522740 [ 3 ] {780eee94-c3e3-4ec9-8a6c-5a187e257565} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:02.522817 [ 3 ] {780eee94-c3e3-4ec9-8a6c-5a187e257565} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:57:02.523040 [ 3 ] {780eee94-c3e3-4ec9-8a6c-5a187e257565} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:02.523507 [ 3 ] {780eee94-c3e3-4ec9-8a6c-5a187e257565} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:02.523549 [ 3 ] {780eee94-c3e3-4ec9-8a6c-5a187e257565} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:57:02.523919 [ 3 ] {780eee94-c3e3-4ec9-8a6c-5a187e257565} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.05.29 21:57:02.524260 [ 3 ] {780eee94-c3e3-4ec9-8a6c-5a187e257565} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:02.524440 [ 3 ] {780eee94-c3e3-4ec9-8a6c-5a187e257565} executeQuery: Read 4 rows, 332.00 B in 0.001757 sec., 2276.607854297097 rows/sec., 184.53 KiB/sec. 2024.05.29 21:57:02.524462 [ 127 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.05.29 21:57:02.524616 [ 127 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:02.524676 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:57:02.524722 [ 3 ] {780eee94-c3e3-4ec9-8a6c-5a187e257565} DynamicQueryHandler: Done processing query 2024.05.29 21:57:02.524788 [ 3 ] {780eee94-c3e3-4ec9-8a6c-5a187e257565} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:57:02.524842 [ 3 ] {} HTTP-Session: 2c87dcc6-ae50-4fec-93f0-e93f1442f498 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.524940 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2024.05.29 21:57:02.525030 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:02.525134 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:02.525183 [ 3 ] {} HTTP-Session: 05bf6a16-3dc1-4291-b388-be585a30a0f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:02.525213 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:02.525223 [ 3 ] {} HTTP-Session: 05bf6a16-3dc1-4291-b388-be585a30a0f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.525269 [ 3 ] {} HTTP-Session: 05bf6a16-3dc1-4291-b388-be585a30a0f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.525273 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 48 rows starting from the beginning of the part 2024.05.29 21:57:02.525329 [ 3 ] {} HTTP-Session: 05bf6a16-3dc1-4291-b388-be585a30a0f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:02.525466 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:02.525800 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 44 rows starting from the beginning of the part 2024.05.29 21:57:02.525852 [ 3 ] {bccfa3bf-c128-45cb-b730-5b30c65b2cc4} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:02.526130 [ 3 ] {bccfa3bf-c128-45cb-b730-5b30c65b2cc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:57:02.526183 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:02.526517 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 44 rows starting from the beginning of the part 2024.05.29 21:57:02.526881 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:02.527534 [ 3 ] {bccfa3bf-c128-45cb-b730-5b30c65b2cc4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:02.528347 [ 3 ] {bccfa3bf-c128-45cb-b730-5b30c65b2cc4} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:02.528411 [ 3 ] {bccfa3bf-c128-45cb-b730-5b30c65b2cc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:57:02.529333 [ 3 ] {bccfa3bf-c128-45cb-b730-5b30c65b2cc4} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.05.29 21:57:02.529701 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 4 columns (4 merged, 0 gathered) in 0.004900471 sec., 30201.1786214019 rows/sec., 2.39 MiB/sec. 2024.05.29 21:57:02.529900 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.05.29 21:57:02.530087 [ 3 ] {bccfa3bf-c128-45cb-b730-5b30c65b2cc4} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:02.530530 [ 3 ] {bccfa3bf-c128-45cb-b730-5b30c65b2cc4} executeQuery: Read 68 rows, 5.48 KiB in 0.004984 sec., 13643.659711075443 rows/sec., 1.07 MiB/sec. 2024.05.29 21:57:02.530813 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_71_14} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:02.530857 [ 3 ] {bccfa3bf-c128-45cb-b730-5b30c65b2cc4} DynamicQueryHandler: Done processing query 2024.05.29 21:57:02.530903 [ 3 ] {bccfa3bf-c128-45cb-b730-5b30c65b2cc4} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:57:02.530925 [ 3 ] {} HTTP-Session: 05bf6a16-3dc1-4291-b388-be585a30a0f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.530952 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_71_14} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.05.29 21:57:02.531060 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.29 21:57:02.531104 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:02.531157 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:02.531174 [ 3 ] {} HTTP-Session: a7883784-172f-41b8-9040-30745dab7ca2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:02.531192 [ 3 ] {} HTTP-Session: a7883784-172f-41b8-9040-30745dab7ca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.531206 [ 3 ] {} HTTP-Session: a7883784-172f-41b8-9040-30745dab7ca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.531240 [ 3 ] {} HTTP-Session: a7883784-172f-41b8-9040-30745dab7ca2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:02.531364 [ 3 ] {c0745ecb-dcd2-4ef7-8da0-792b281d88db} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:02.531408 [ 3 ] {c0745ecb-dcd2-4ef7-8da0-792b281d88db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:57:02.531557 [ 3 ] {c0745ecb-dcd2-4ef7-8da0-792b281d88db} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:02.531893 [ 3 ] {c0745ecb-dcd2-4ef7-8da0-792b281d88db} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:02.531929 [ 3 ] {c0745ecb-dcd2-4ef7-8da0-792b281d88db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:57:02.532242 [ 3 ] {c0745ecb-dcd2-4ef7-8da0-792b281d88db} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.05.29 21:57:02.532549 [ 3 ] {c0745ecb-dcd2-4ef7-8da0-792b281d88db} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:02.532710 [ 3 ] {c0745ecb-dcd2-4ef7-8da0-792b281d88db} executeQuery: Read 68 rows, 5.44 KiB in 0.001383 sec., 49168.474331164136 rows/sec., 3.84 MiB/sec. 2024.05.29 21:57:02.532870 [ 3 ] {c0745ecb-dcd2-4ef7-8da0-792b281d88db} DynamicQueryHandler: Done processing query 2024.05.29 21:57:02.532895 [ 3 ] {c0745ecb-dcd2-4ef7-8da0-792b281d88db} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:57:02.532910 [ 3 ] {} HTTP-Session: a7883784-172f-41b8-9040-30745dab7ca2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.533060 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:02.533107 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:02.533125 [ 3 ] {} HTTP-Session: 78fb6ba8-50f2-466a-91bf-857fae648b4f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:02.533141 [ 3 ] {} HTTP-Session: 78fb6ba8-50f2-466a-91bf-857fae648b4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.533154 [ 3 ] {} HTTP-Session: 78fb6ba8-50f2-466a-91bf-857fae648b4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.533183 [ 3 ] {} HTTP-Session: 78fb6ba8-50f2-466a-91bf-857fae648b4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:02.533326 [ 3 ] {fa335213-6dba-4bb8-b85e-c505d06bebd7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:02.533372 [ 3 ] {fa335213-6dba-4bb8-b85e-c505d06bebd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:57:02.533518 [ 3 ] {fa335213-6dba-4bb8-b85e-c505d06bebd7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:02.533902 [ 3 ] {fa335213-6dba-4bb8-b85e-c505d06bebd7} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:02.533937 [ 3 ] {fa335213-6dba-4bb8-b85e-c505d06bebd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:57:02.534314 [ 3 ] {fa335213-6dba-4bb8-b85e-c505d06bebd7} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.05.29 21:57:02.534644 [ 3 ] {fa335213-6dba-4bb8-b85e-c505d06bebd7} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:02.534800 [ 3 ] {fa335213-6dba-4bb8-b85e-c505d06bebd7} executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. 2024.05.29 21:57:02.534951 [ 3 ] {fa335213-6dba-4bb8-b85e-c505d06bebd7} DynamicQueryHandler: Done processing query 2024.05.29 21:57:02.534973 [ 3 ] {fa335213-6dba-4bb8-b85e-c505d06bebd7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:57:02.534988 [ 3 ] {} HTTP-Session: 78fb6ba8-50f2-466a-91bf-857fae648b4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.535093 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:02.535138 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:02.535157 [ 3 ] {} HTTP-Session: 866adc1b-2f5a-4f6d-aa16-6b090bee0900 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:02.535173 [ 3 ] {} HTTP-Session: 866adc1b-2f5a-4f6d-aa16-6b090bee0900 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.535186 [ 3 ] {} HTTP-Session: 866adc1b-2f5a-4f6d-aa16-6b090bee0900 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.535215 [ 3 ] {} HTTP-Session: 866adc1b-2f5a-4f6d-aa16-6b090bee0900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:02.535327 [ 3 ] {35f3c056-f59e-443e-91b6-494beba9df23} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:02.535373 [ 3 ] {35f3c056-f59e-443e-91b6-494beba9df23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:57:02.535533 [ 3 ] {35f3c056-f59e-443e-91b6-494beba9df23} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:02.535856 [ 3 ] {35f3c056-f59e-443e-91b6-494beba9df23} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:02.535890 [ 3 ] {35f3c056-f59e-443e-91b6-494beba9df23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:57:02.536266 [ 3 ] {35f3c056-f59e-443e-91b6-494beba9df23} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.05.29 21:57:02.536601 [ 3 ] {35f3c056-f59e-443e-91b6-494beba9df23} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:02.536755 [ 3 ] {35f3c056-f59e-443e-91b6-494beba9df23} executeQuery: Read 4 rows, 5.53 KiB in 0.001462 sec., 2735.9781121751025 rows/sec., 3.69 MiB/sec. 2024.05.29 21:57:02.536765 [ 128 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.05.29 21:57:02.536876 [ 128 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:02.536924 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:57:02.537012 [ 3 ] {35f3c056-f59e-443e-91b6-494beba9df23} DynamicQueryHandler: Done processing query 2024.05.29 21:57:02.537083 [ 3 ] {35f3c056-f59e-443e-91b6-494beba9df23} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:57:02.537141 [ 3 ] {} HTTP-Session: 866adc1b-2f5a-4f6d-aa16-6b090bee0900 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.537253 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2024.05.29 21:57:02.537305 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:02.537386 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:02.537427 [ 3 ] {} HTTP-Session: 8236e54a-f12f-4ef3-a7c2-ef1d40811e6a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:02.537460 [ 3 ] {} HTTP-Session: 8236e54a-f12f-4ef3-a7c2-ef1d40811e6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.537497 [ 3 ] {} HTTP-Session: 8236e54a-f12f-4ef3-a7c2-ef1d40811e6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.537590 [ 3 ] {} HTTP-Session: 8236e54a-f12f-4ef3-a7c2-ef1d40811e6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:02.537841 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:02.537869 [ 3 ] {8c9f4421-f5d7-48ee-b322-3347a6926fa5} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:02.537969 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1048 rows starting from the beginning of the part 2024.05.29 21:57:02.537988 [ 3 ] {8c9f4421-f5d7-48ee-b322-3347a6926fa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:57:02.538461 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:02.538880 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 44 rows starting from the beginning of the part 2024.05.29 21:57:02.538914 [ 3 ] {8c9f4421-f5d7-48ee-b322-3347a6926fa5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:02.539154 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:02.539430 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 44 rows starting from the beginning of the part 2024.05.29 21:57:02.539829 [ 199 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:02.540284 [ 3 ] {8c9f4421-f5d7-48ee-b322-3347a6926fa5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:02.540373 [ 3 ] {8c9f4421-f5d7-48ee-b322-3347a6926fa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:57:02.541224 [ 3 ] {8c9f4421-f5d7-48ee-b322-3347a6926fa5} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.05.29 21:57:02.541632 [ 3 ] {8c9f4421-f5d7-48ee-b322-3347a6926fa5} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:02.541793 [ 3 ] {8c9f4421-f5d7-48ee-b322-3347a6926fa5} executeQuery: Read 60 rows, 4.14 KiB in 0.004032 sec., 14880.952380952382 rows/sec., 1.00 MiB/sec. 2024.05.29 21:57:02.541957 [ 3 ] {8c9f4421-f5d7-48ee-b322-3347a6926fa5} DynamicQueryHandler: Done processing query 2024.05.29 21:57:02.541982 [ 3 ] {8c9f4421-f5d7-48ee-b322-3347a6926fa5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:57:02.541997 [ 3 ] {} HTTP-Session: 8236e54a-f12f-4ef3-a7c2-ef1d40811e6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:02.543732 [ 201 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1148 rows, containing 6 columns (6 merged, 0 gathered) in 0.006705814 sec., 171194.72744099374 rows/sec., 231.02 MiB/sec. 2024.05.29 21:57:02.544528 [ 195 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.05.29 21:57:02.544963 [ 195 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_71_14} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:02.545054 [ 195 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_71_14} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.05.29 21:57:02.545145 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. 2024.05.29 21:57:07.524472 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:07.524605 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:07.524630 [ 3 ] {} HTTP-Session: 217bf816-d968-4412-a223-d328cf91cad3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:07.524655 [ 3 ] {} HTTP-Session: 217bf816-d968-4412-a223-d328cf91cad3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.524669 [ 3 ] {} HTTP-Session: 217bf816-d968-4412-a223-d328cf91cad3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.524720 [ 3 ] {} HTTP-Session: 217bf816-d968-4412-a223-d328cf91cad3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:07.524916 [ 3 ] {338b4348-acd9-4ca9-8ef0-75bb76da70f7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:07.524984 [ 3 ] {338b4348-acd9-4ca9-8ef0-75bb76da70f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:57:07.525178 [ 3 ] {338b4348-acd9-4ca9-8ef0-75bb76da70f7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:07.525624 [ 3 ] {338b4348-acd9-4ca9-8ef0-75bb76da70f7} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:07.525663 [ 3 ] {338b4348-acd9-4ca9-8ef0-75bb76da70f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:57:07.526032 [ 3 ] {338b4348-acd9-4ca9-8ef0-75bb76da70f7} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.05.29 21:57:07.526369 [ 3 ] {338b4348-acd9-4ca9-8ef0-75bb76da70f7} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:07.526544 [ 3 ] {338b4348-acd9-4ca9-8ef0-75bb76da70f7} executeQuery: Read 44 rows, 3.57 KiB in 0.001688 sec., 26066.350710900475 rows/sec., 2.06 MiB/sec. 2024.05.29 21:57:07.526743 [ 3 ] {338b4348-acd9-4ca9-8ef0-75bb76da70f7} DynamicQueryHandler: Done processing query 2024.05.29 21:57:07.526768 [ 3 ] {338b4348-acd9-4ca9-8ef0-75bb76da70f7} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:57:07.526784 [ 3 ] {} HTTP-Session: 217bf816-d968-4412-a223-d328cf91cad3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.527001 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 27826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:07.527050 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:07.527069 [ 3 ] {} HTTP-Session: 28430ca7-33b5-4000-9b4c-b69980038f7b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:07.527087 [ 3 ] {} HTTP-Session: 28430ca7-33b5-4000-9b4c-b69980038f7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.527101 [ 3 ] {} HTTP-Session: 28430ca7-33b5-4000-9b4c-b69980038f7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.527133 [ 3 ] {} HTTP-Session: 28430ca7-33b5-4000-9b4c-b69980038f7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:07.527281 [ 3 ] {c45a7232-29ef-4186-a937-5f0f26dccd50} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:07.527325 [ 3 ] {c45a7232-29ef-4186-a937-5f0f26dccd50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:57:07.527452 [ 3 ] {c45a7232-29ef-4186-a937-5f0f26dccd50} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:07.527853 [ 3 ] {c45a7232-29ef-4186-a937-5f0f26dccd50} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:07.527890 [ 3 ] {c45a7232-29ef-4186-a937-5f0f26dccd50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:57:07.528226 [ 3 ] {c45a7232-29ef-4186-a937-5f0f26dccd50} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.05.29 21:57:07.528537 [ 3 ] {c45a7232-29ef-4186-a937-5f0f26dccd50} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:07.528694 [ 3 ] {c45a7232-29ef-4186-a937-5f0f26dccd50} executeQuery: Read 188 rows, 16.39 KiB in 0.001477 sec., 127285.03723764388 rows/sec., 10.84 MiB/sec. 2024.05.29 21:57:07.528860 [ 3 ] {c45a7232-29ef-4186-a937-5f0f26dccd50} DynamicQueryHandler: Done processing query 2024.05.29 21:57:07.528884 [ 3 ] {c45a7232-29ef-4186-a937-5f0f26dccd50} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.29 21:57:07.528899 [ 3 ] {} HTTP-Session: 28430ca7-33b5-4000-9b4c-b69980038f7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.529049 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:07.529096 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:07.529115 [ 3 ] {} HTTP-Session: d0a54622-fbc2-4f67-958c-af652148a859 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:07.529131 [ 3 ] {} HTTP-Session: d0a54622-fbc2-4f67-958c-af652148a859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.529145 [ 3 ] {} HTTP-Session: d0a54622-fbc2-4f67-958c-af652148a859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.529176 [ 3 ] {} HTTP-Session: d0a54622-fbc2-4f67-958c-af652148a859 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:07.529294 [ 3 ] {e75b781e-77b6-4a7a-94a7-328565196d40} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:07.529337 [ 3 ] {e75b781e-77b6-4a7a-94a7-328565196d40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:57:07.529461 [ 3 ] {e75b781e-77b6-4a7a-94a7-328565196d40} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:07.529817 [ 3 ] {e75b781e-77b6-4a7a-94a7-328565196d40} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:07.529853 [ 3 ] {e75b781e-77b6-4a7a-94a7-328565196d40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:57:07.530170 [ 3 ] {e75b781e-77b6-4a7a-94a7-328565196d40} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.05.29 21:57:07.530474 [ 3 ] {e75b781e-77b6-4a7a-94a7-328565196d40} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:07.530636 [ 3 ] {e75b781e-77b6-4a7a-94a7-328565196d40} executeQuery: Read 108 rows, 8.64 KiB in 0.001377 sec., 78431.37254901961 rows/sec., 6.13 MiB/sec. 2024.05.29 21:57:07.530825 [ 3 ] {e75b781e-77b6-4a7a-94a7-328565196d40} DynamicQueryHandler: Done processing query 2024.05.29 21:57:07.530862 [ 3 ] {e75b781e-77b6-4a7a-94a7-328565196d40} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.29 21:57:07.530892 [ 3 ] {} HTTP-Session: d0a54622-fbc2-4f67-958c-af652148a859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.531097 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:07.531145 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:07.531164 [ 3 ] {} HTTP-Session: 498c182d-06c6-4165-945b-e3b38e262afd Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:07.531180 [ 3 ] {} HTTP-Session: 498c182d-06c6-4165-945b-e3b38e262afd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.531193 [ 3 ] {} HTTP-Session: 498c182d-06c6-4165-945b-e3b38e262afd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.531225 [ 3 ] {} HTTP-Session: 498c182d-06c6-4165-945b-e3b38e262afd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:07.531364 [ 3 ] {04ac0db7-881d-45bc-b452-398a31ab0143} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:07.531411 [ 3 ] {04ac0db7-881d-45bc-b452-398a31ab0143} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:57:07.531557 [ 3 ] {04ac0db7-881d-45bc-b452-398a31ab0143} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:07.531936 [ 3 ] {04ac0db7-881d-45bc-b452-398a31ab0143} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:07.531970 [ 3 ] {04ac0db7-881d-45bc-b452-398a31ab0143} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:57:07.532351 [ 3 ] {04ac0db7-881d-45bc-b452-398a31ab0143} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.05.29 21:57:07.532687 [ 3 ] {04ac0db7-881d-45bc-b452-398a31ab0143} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:07.532846 [ 3 ] {04ac0db7-881d-45bc-b452-398a31ab0143} executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec. 2024.05.29 21:57:07.533116 [ 3 ] {04ac0db7-881d-45bc-b452-398a31ab0143} DynamicQueryHandler: Done processing query 2024.05.29 21:57:07.533175 [ 3 ] {04ac0db7-881d-45bc-b452-398a31ab0143} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:57:07.533236 [ 3 ] {} HTTP-Session: 498c182d-06c6-4165-945b-e3b38e262afd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.533429 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 47088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:07.533480 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:07.533500 [ 3 ] {} HTTP-Session: ae710a08-ccab-4ac9-8e5c-f258154a3760 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:07.533516 [ 3 ] {} HTTP-Session: ae710a08-ccab-4ac9-8e5c-f258154a3760 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.533529 [ 3 ] {} HTTP-Session: ae710a08-ccab-4ac9-8e5c-f258154a3760 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.533560 [ 3 ] {} HTTP-Session: ae710a08-ccab-4ac9-8e5c-f258154a3760 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:07.533871 [ 3 ] {0d822509-1ecf-49e5-a750-040e3c88ef9c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:07.533920 [ 3 ] {0d822509-1ecf-49e5-a750-040e3c88ef9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:57:07.534091 [ 3 ] {0d822509-1ecf-49e5-a750-040e3c88ef9c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:07.534546 [ 3 ] {0d822509-1ecf-49e5-a750-040e3c88ef9c} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:07.534580 [ 3 ] {0d822509-1ecf-49e5-a750-040e3c88ef9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:57:07.535007 [ 3 ] {0d822509-1ecf-49e5-a750-040e3c88ef9c} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.05.29 21:57:07.535339 [ 3 ] {0d822509-1ecf-49e5-a750-040e3c88ef9c} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:07.535473 [ 3 ] {0d822509-1ecf-49e5-a750-040e3c88ef9c} executeQuery: Read 44 rows, 60.80 KiB in 0.001831 sec., 24030.584380120155 rows/sec., 32.43 MiB/sec. 2024.05.29 21:57:07.535630 [ 3 ] {0d822509-1ecf-49e5-a750-040e3c88ef9c} DynamicQueryHandler: Done processing query 2024.05.29 21:57:07.535654 [ 3 ] {0d822509-1ecf-49e5-a750-040e3c88ef9c} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.05.29 21:57:07.535669 [ 3 ] {} HTTP-Session: ae710a08-ccab-4ac9-8e5c-f258154a3760 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.535849 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:07.535895 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:07.535913 [ 3 ] {} HTTP-Session: 24d95d23-1307-4143-b354-3aeaa111757b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:07.535929 [ 3 ] {} HTTP-Session: 24d95d23-1307-4143-b354-3aeaa111757b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.535942 [ 3 ] {} HTTP-Session: 24d95d23-1307-4143-b354-3aeaa111757b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:07.535972 [ 3 ] {} HTTP-Session: 24d95d23-1307-4143-b354-3aeaa111757b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:07.536081 [ 3 ] {f62ff5c1-dae7-46f6-93a9-4da20299c72d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:07.536124 [ 3 ] {f62ff5c1-dae7-46f6-93a9-4da20299c72d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:57:07.536244 [ 3 ] {f62ff5c1-dae7-46f6-93a9-4da20299c72d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:07.536486 [ 3 ] {f62ff5c1-dae7-46f6-93a9-4da20299c72d} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:07.536520 [ 3 ] {f62ff5c1-dae7-46f6-93a9-4da20299c72d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2024.05.29 21:57:07.536862 [ 3 ] {f62ff5c1-dae7-46f6-93a9-4da20299c72d} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.05.29 21:57:07.537173 [ 3 ] {f62ff5c1-dae7-46f6-93a9-4da20299c72d} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:07.537297 [ 3 ] {f62ff5c1-dae7-46f6-93a9-4da20299c72d} executeQuery: Read 60 rows, 4.14 KiB in 0.001253 sec., 47885.07581803671 rows/sec., 3.23 MiB/sec. 2024.05.29 21:57:07.537441 [ 3 ] {f62ff5c1-dae7-46f6-93a9-4da20299c72d} DynamicQueryHandler: Done processing query 2024.05.29 21:57:07.537465 [ 3 ] {f62ff5c1-dae7-46f6-93a9-4da20299c72d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:57:07.537480 [ 3 ] {} HTTP-Session: 24d95d23-1307-4143-b354-3aeaa111757b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.522376 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:12.522526 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:12.522557 [ 3 ] {} HTTP-Session: ca7212f0-0853-475a-a71f-18521c7991bd Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:12.522587 [ 3 ] {} HTTP-Session: ca7212f0-0853-475a-a71f-18521c7991bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.522604 [ 3 ] {} HTTP-Session: ca7212f0-0853-475a-a71f-18521c7991bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.522663 [ 3 ] {} HTTP-Session: ca7212f0-0853-475a-a71f-18521c7991bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:12.522875 [ 3 ] {4887e1fd-b9cd-4423-9cf6-23fcdc2435b7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:12.522954 [ 3 ] {4887e1fd-b9cd-4423-9cf6-23fcdc2435b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:57:12.523194 [ 3 ] {4887e1fd-b9cd-4423-9cf6-23fcdc2435b7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:12.523594 [ 3 ] {4887e1fd-b9cd-4423-9cf6-23fcdc2435b7} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:12.523640 [ 3 ] {4887e1fd-b9cd-4423-9cf6-23fcdc2435b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:12.524017 [ 3 ] {4887e1fd-b9cd-4423-9cf6-23fcdc2435b7} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.05.29 21:57:12.524364 [ 3 ] {4887e1fd-b9cd-4423-9cf6-23fcdc2435b7} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:12.524534 [ 3 ] {4887e1fd-b9cd-4423-9cf6-23fcdc2435b7} executeQuery: Read 4 rows, 332.00 B in 0.001717 sec., 2329.6447291788004 rows/sec., 188.83 KiB/sec. 2024.05.29 21:57:12.524744 [ 3 ] {4887e1fd-b9cd-4423-9cf6-23fcdc2435b7} DynamicQueryHandler: Done processing query 2024.05.29 21:57:12.524772 [ 3 ] {4887e1fd-b9cd-4423-9cf6-23fcdc2435b7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:57:12.524789 [ 3 ] {} HTTP-Session: ca7212f0-0853-475a-a71f-18521c7991bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.524945 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:12.524998 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:12.525019 [ 3 ] {} HTTP-Session: 060b8b5f-741d-47b0-824d-a681273efcde Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:12.525037 [ 3 ] {} HTTP-Session: 060b8b5f-741d-47b0-824d-a681273efcde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.525051 [ 3 ] {} HTTP-Session: 060b8b5f-741d-47b0-824d-a681273efcde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.525087 [ 3 ] {} HTTP-Session: 060b8b5f-741d-47b0-824d-a681273efcde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:12.525212 [ 3 ] {3e634c7a-b0f8-4900-a4ef-5c9dede09aec} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:12.525260 [ 3 ] {3e634c7a-b0f8-4900-a4ef-5c9dede09aec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:57:12.525387 [ 3 ] {3e634c7a-b0f8-4900-a4ef-5c9dede09aec} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:12.525687 [ 3 ] {3e634c7a-b0f8-4900-a4ef-5c9dede09aec} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:12.525724 [ 3 ] {3e634c7a-b0f8-4900-a4ef-5c9dede09aec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:12.526043 [ 3 ] {3e634c7a-b0f8-4900-a4ef-5c9dede09aec} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.05.29 21:57:12.526351 [ 3 ] {3e634c7a-b0f8-4900-a4ef-5c9dede09aec} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:12.526515 [ 3 ] {3e634c7a-b0f8-4900-a4ef-5c9dede09aec} executeQuery: Read 68 rows, 5.48 KiB in 0.001347 sec., 50482.55382331106 rows/sec., 3.97 MiB/sec. 2024.05.29 21:57:12.526681 [ 3 ] {3e634c7a-b0f8-4900-a4ef-5c9dede09aec} DynamicQueryHandler: Done processing query 2024.05.29 21:57:12.526706 [ 3 ] {3e634c7a-b0f8-4900-a4ef-5c9dede09aec} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:57:12.526721 [ 3 ] {} HTTP-Session: 060b8b5f-741d-47b0-824d-a681273efcde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.526892 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:12.526939 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:12.526959 [ 3 ] {} HTTP-Session: 27c8fd83-fa33-425f-9b2e-ab45843b2fc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:12.526976 [ 3 ] {} HTTP-Session: 27c8fd83-fa33-425f-9b2e-ab45843b2fc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.526990 [ 3 ] {} HTTP-Session: 27c8fd83-fa33-425f-9b2e-ab45843b2fc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.527020 [ 3 ] {} HTTP-Session: 27c8fd83-fa33-425f-9b2e-ab45843b2fc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:12.527132 [ 3 ] {e133451d-a8c7-469f-81b6-bc3c8611c8cd} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:12.527175 [ 3 ] {e133451d-a8c7-469f-81b6-bc3c8611c8cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:57:12.527300 [ 3 ] {e133451d-a8c7-469f-81b6-bc3c8611c8cd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:12.527587 [ 3 ] {e133451d-a8c7-469f-81b6-bc3c8611c8cd} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:12.527624 [ 3 ] {e133451d-a8c7-469f-81b6-bc3c8611c8cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:12.527934 [ 3 ] {e133451d-a8c7-469f-81b6-bc3c8611c8cd} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.05.29 21:57:12.528236 [ 3 ] {e133451d-a8c7-469f-81b6-bc3c8611c8cd} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:12.528385 [ 3 ] {e133451d-a8c7-469f-81b6-bc3c8611c8cd} executeQuery: Read 68 rows, 5.44 KiB in 0.001287 sec., 52836.05283605284 rows/sec., 4.12 MiB/sec. 2024.05.29 21:57:12.528550 [ 3 ] {e133451d-a8c7-469f-81b6-bc3c8611c8cd} DynamicQueryHandler: Done processing query 2024.05.29 21:57:12.528574 [ 3 ] {e133451d-a8c7-469f-81b6-bc3c8611c8cd} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:57:12.528591 [ 3 ] {} HTTP-Session: 27c8fd83-fa33-425f-9b2e-ab45843b2fc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.528761 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:12.528808 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:12.528828 [ 3 ] {} HTTP-Session: cc7ebfd8-7f10-468d-8fec-189037e0dcbd Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:12.528845 [ 3 ] {} HTTP-Session: cc7ebfd8-7f10-468d-8fec-189037e0dcbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.528859 [ 3 ] {} HTTP-Session: cc7ebfd8-7f10-468d-8fec-189037e0dcbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.528892 [ 3 ] {} HTTP-Session: cc7ebfd8-7f10-468d-8fec-189037e0dcbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:12.529033 [ 3 ] {9f66e32b-40e1-4eb4-9454-455f97e7d94e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:12.529080 [ 3 ] {9f66e32b-40e1-4eb4-9454-455f97e7d94e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:57:12.529223 [ 3 ] {9f66e32b-40e1-4eb4-9454-455f97e7d94e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:12.529554 [ 3 ] {9f66e32b-40e1-4eb4-9454-455f97e7d94e} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:12.529590 [ 3 ] {9f66e32b-40e1-4eb4-9454-455f97e7d94e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:12.529978 [ 3 ] {9f66e32b-40e1-4eb4-9454-455f97e7d94e} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.05.29 21:57:12.530319 [ 3 ] {9f66e32b-40e1-4eb4-9454-455f97e7d94e} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:12.530475 [ 3 ] {9f66e32b-40e1-4eb4-9454-455f97e7d94e} executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. 2024.05.29 21:57:12.530641 [ 3 ] {9f66e32b-40e1-4eb4-9454-455f97e7d94e} DynamicQueryHandler: Done processing query 2024.05.29 21:57:12.530665 [ 3 ] {9f66e32b-40e1-4eb4-9454-455f97e7d94e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:57:12.530681 [ 3 ] {} HTTP-Session: cc7ebfd8-7f10-468d-8fec-189037e0dcbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.530808 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:12.530854 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:12.530873 [ 3 ] {} HTTP-Session: daf177f4-0a6d-4f27-87dc-3553daf689ec Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:12.530890 [ 3 ] {} HTTP-Session: daf177f4-0a6d-4f27-87dc-3553daf689ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.530904 [ 3 ] {} HTTP-Session: daf177f4-0a6d-4f27-87dc-3553daf689ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.530934 [ 3 ] {} HTTP-Session: daf177f4-0a6d-4f27-87dc-3553daf689ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:12.531046 [ 3 ] {b00a1e35-9da2-40bb-9111-94a3ba945d95} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:12.531094 [ 3 ] {b00a1e35-9da2-40bb-9111-94a3ba945d95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:57:12.531249 [ 3 ] {b00a1e35-9da2-40bb-9111-94a3ba945d95} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:12.531511 [ 3 ] {b00a1e35-9da2-40bb-9111-94a3ba945d95} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:12.531546 [ 3 ] {b00a1e35-9da2-40bb-9111-94a3ba945d95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:12.531925 [ 3 ] {b00a1e35-9da2-40bb-9111-94a3ba945d95} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.05.29 21:57:12.532251 [ 3 ] {b00a1e35-9da2-40bb-9111-94a3ba945d95} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:12.532404 [ 3 ] {b00a1e35-9da2-40bb-9111-94a3ba945d95} executeQuery: Read 4 rows, 5.53 KiB in 0.001388 sec., 2881.844380403458 rows/sec., 3.89 MiB/sec. 2024.05.29 21:57:12.532574 [ 3 ] {b00a1e35-9da2-40bb-9111-94a3ba945d95} DynamicQueryHandler: Done processing query 2024.05.29 21:57:12.532599 [ 3 ] {b00a1e35-9da2-40bb-9111-94a3ba945d95} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:57:12.532614 [ 3 ] {} HTTP-Session: daf177f4-0a6d-4f27-87dc-3553daf689ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.532732 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:12.532778 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:12.532797 [ 3 ] {} HTTP-Session: 40833ff5-d3ad-4414-96f6-a37e7d845630 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:12.532814 [ 3 ] {} HTTP-Session: 40833ff5-d3ad-4414-96f6-a37e7d845630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.532827 [ 3 ] {} HTTP-Session: 40833ff5-d3ad-4414-96f6-a37e7d845630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:12.532857 [ 3 ] {} HTTP-Session: 40833ff5-d3ad-4414-96f6-a37e7d845630 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:12.532964 [ 3 ] {89b6dbc4-c0eb-477e-8301-22fc3d8b995a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:12.533009 [ 3 ] {89b6dbc4-c0eb-477e-8301-22fc3d8b995a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:57:12.533143 [ 3 ] {89b6dbc4-c0eb-477e-8301-22fc3d8b995a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:12.533556 [ 3 ] {89b6dbc4-c0eb-477e-8301-22fc3d8b995a} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:12.533592 [ 3 ] {89b6dbc4-c0eb-477e-8301-22fc3d8b995a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:12.533947 [ 3 ] {89b6dbc4-c0eb-477e-8301-22fc3d8b995a} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.05.29 21:57:12.534261 [ 3 ] {89b6dbc4-c0eb-477e-8301-22fc3d8b995a} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:12.534409 [ 3 ] {89b6dbc4-c0eb-477e-8301-22fc3d8b995a} executeQuery: Read 60 rows, 4.14 KiB in 0.001471 sec., 40788.579197824605 rows/sec., 2.75 MiB/sec. 2024.05.29 21:57:12.534673 [ 3 ] {89b6dbc4-c0eb-477e-8301-22fc3d8b995a} DynamicQueryHandler: Done processing query 2024.05.29 21:57:12.534726 [ 3 ] {89b6dbc4-c0eb-477e-8301-22fc3d8b995a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:57:12.534778 [ 3 ] {} HTTP-Session: 40833ff5-d3ad-4414-96f6-a37e7d845630 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:15.785086 [ 117 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:57:15.785159 [ 117 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:57:17.524644 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:17.524773 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:17.524802 [ 3 ] {} HTTP-Session: 28324a44-598b-4774-b05e-e59a436155fd Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:17.524831 [ 3 ] {} HTTP-Session: 28324a44-598b-4774-b05e-e59a436155fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.524849 [ 3 ] {} HTTP-Session: 28324a44-598b-4774-b05e-e59a436155fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.524906 [ 3 ] {} HTTP-Session: 28324a44-598b-4774-b05e-e59a436155fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:17.525127 [ 3 ] {cd9674bc-a879-4302-a431-773e83dbee57} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:17.525205 [ 3 ] {cd9674bc-a879-4302-a431-773e83dbee57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:57:17.525430 [ 3 ] {cd9674bc-a879-4302-a431-773e83dbee57} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:17.525861 [ 3 ] {cd9674bc-a879-4302-a431-773e83dbee57} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:17.525903 [ 3 ] {cd9674bc-a879-4302-a431-773e83dbee57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:17.526278 [ 3 ] {cd9674bc-a879-4302-a431-773e83dbee57} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.05.29 21:57:17.526608 [ 3 ] {cd9674bc-a879-4302-a431-773e83dbee57} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:17.526776 [ 3 ] {cd9674bc-a879-4302-a431-773e83dbee57} executeQuery: Read 44 rows, 3.57 KiB in 0.001719 sec., 25596.276905177427 rows/sec., 2.03 MiB/sec. 2024.05.29 21:57:17.527068 [ 3 ] {cd9674bc-a879-4302-a431-773e83dbee57} DynamicQueryHandler: Done processing query 2024.05.29 21:57:17.527132 [ 3 ] {cd9674bc-a879-4302-a431-773e83dbee57} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:57:17.527186 [ 3 ] {} HTTP-Session: 28324a44-598b-4774-b05e-e59a436155fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.527396 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 27826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:17.527446 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:17.527466 [ 3 ] {} HTTP-Session: 815ef064-61bb-4ac7-9316-2f7c2577e0ab Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:17.527484 [ 3 ] {} HTTP-Session: 815ef064-61bb-4ac7-9316-2f7c2577e0ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.527498 [ 3 ] {} HTTP-Session: 815ef064-61bb-4ac7-9316-2f7c2577e0ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.527531 [ 3 ] {} HTTP-Session: 815ef064-61bb-4ac7-9316-2f7c2577e0ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:17.527680 [ 3 ] {d5446448-55ad-42c1-9e75-f7c703806eb1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:17.527726 [ 3 ] {d5446448-55ad-42c1-9e75-f7c703806eb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:57:17.527867 [ 3 ] {d5446448-55ad-42c1-9e75-f7c703806eb1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:17.528320 [ 3 ] {d5446448-55ad-42c1-9e75-f7c703806eb1} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:17.528357 [ 3 ] {d5446448-55ad-42c1-9e75-f7c703806eb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:17.528680 [ 3 ] {d5446448-55ad-42c1-9e75-f7c703806eb1} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.05.29 21:57:17.528984 [ 3 ] {d5446448-55ad-42c1-9e75-f7c703806eb1} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:17.529131 [ 3 ] {d5446448-55ad-42c1-9e75-f7c703806eb1} executeQuery: Read 188 rows, 16.39 KiB in 0.001517 sec., 123928.80685563612 rows/sec., 10.55 MiB/sec. 2024.05.29 21:57:17.529401 [ 3 ] {d5446448-55ad-42c1-9e75-f7c703806eb1} DynamicQueryHandler: Done processing query 2024.05.29 21:57:17.529457 [ 3 ] {d5446448-55ad-42c1-9e75-f7c703806eb1} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.29 21:57:17.529519 [ 3 ] {} HTTP-Session: 815ef064-61bb-4ac7-9316-2f7c2577e0ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.529697 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:17.529747 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:17.529766 [ 3 ] {} HTTP-Session: a198f7b0-abb7-4081-ba27-213659db852a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:17.529783 [ 3 ] {} HTTP-Session: a198f7b0-abb7-4081-ba27-213659db852a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.529798 [ 3 ] {} HTTP-Session: a198f7b0-abb7-4081-ba27-213659db852a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.529829 [ 3 ] {} HTTP-Session: a198f7b0-abb7-4081-ba27-213659db852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:17.529953 [ 3 ] {6a0fb72b-1388-426d-9f6a-293d5756fd98} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:17.529997 [ 3 ] {6a0fb72b-1388-426d-9f6a-293d5756fd98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:57:17.530144 [ 3 ] {6a0fb72b-1388-426d-9f6a-293d5756fd98} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:17.530482 [ 3 ] {6a0fb72b-1388-426d-9f6a-293d5756fd98} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:17.530520 [ 3 ] {6a0fb72b-1388-426d-9f6a-293d5756fd98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:17.530836 [ 3 ] {6a0fb72b-1388-426d-9f6a-293d5756fd98} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.05.29 21:57:17.531136 [ 3 ] {6a0fb72b-1388-426d-9f6a-293d5756fd98} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:17.531290 [ 3 ] {6a0fb72b-1388-426d-9f6a-293d5756fd98} executeQuery: Read 108 rows, 8.64 KiB in 0.001383 sec., 78091.10629067245 rows/sec., 6.10 MiB/sec. 2024.05.29 21:57:17.531454 [ 3 ] {6a0fb72b-1388-426d-9f6a-293d5756fd98} DynamicQueryHandler: Done processing query 2024.05.29 21:57:17.531479 [ 3 ] {6a0fb72b-1388-426d-9f6a-293d5756fd98} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.29 21:57:17.531495 [ 3 ] {} HTTP-Session: a198f7b0-abb7-4081-ba27-213659db852a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.531638 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:17.531684 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:17.531702 [ 3 ] {} HTTP-Session: 90f2c484-3dfe-4a65-bfd4-212b14fd5875 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:17.531719 [ 3 ] {} HTTP-Session: 90f2c484-3dfe-4a65-bfd4-212b14fd5875 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.531732 [ 3 ] {} HTTP-Session: 90f2c484-3dfe-4a65-bfd4-212b14fd5875 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.531762 [ 3 ] {} HTTP-Session: 90f2c484-3dfe-4a65-bfd4-212b14fd5875 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:17.531906 [ 3 ] {1aa1e02e-ea20-40fa-bfd2-58ee24ebd424} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:17.531953 [ 3 ] {1aa1e02e-ea20-40fa-bfd2-58ee24ebd424} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:57:17.532099 [ 3 ] {1aa1e02e-ea20-40fa-bfd2-58ee24ebd424} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:17.532472 [ 3 ] {1aa1e02e-ea20-40fa-bfd2-58ee24ebd424} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:17.532507 [ 3 ] {1aa1e02e-ea20-40fa-bfd2-58ee24ebd424} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:17.532880 [ 3 ] {1aa1e02e-ea20-40fa-bfd2-58ee24ebd424} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.05.29 21:57:17.533194 [ 3 ] {1aa1e02e-ea20-40fa-bfd2-58ee24ebd424} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:17.533339 [ 3 ] {1aa1e02e-ea20-40fa-bfd2-58ee24ebd424} executeQuery: Read 160 rows, 11.41 KiB in 0.001549 sec., 103292.44673983214 rows/sec., 7.19 MiB/sec. 2024.05.29 21:57:17.533673 [ 3 ] {1aa1e02e-ea20-40fa-bfd2-58ee24ebd424} DynamicQueryHandler: Done processing query 2024.05.29 21:57:17.533726 [ 3 ] {1aa1e02e-ea20-40fa-bfd2-58ee24ebd424} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:57:17.533780 [ 3 ] {} HTTP-Session: 90f2c484-3dfe-4a65-bfd4-212b14fd5875 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.533958 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 47088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:17.534009 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:17.534028 [ 3 ] {} HTTP-Session: 312717c2-6ed0-42b2-858b-bbd0109eeddc Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:17.534044 [ 3 ] {} HTTP-Session: 312717c2-6ed0-42b2-858b-bbd0109eeddc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.534058 [ 3 ] {} HTTP-Session: 312717c2-6ed0-42b2-858b-bbd0109eeddc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.534089 [ 3 ] {} HTTP-Session: 312717c2-6ed0-42b2-858b-bbd0109eeddc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:17.534400 [ 3 ] {e48559a1-693d-497e-a5d1-9911f00b7525} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:17.534449 [ 3 ] {e48559a1-693d-497e-a5d1-9911f00b7525} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:57:17.534625 [ 3 ] {e48559a1-693d-497e-a5d1-9911f00b7525} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:17.535111 [ 3 ] {e48559a1-693d-497e-a5d1-9911f00b7525} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:17.535147 [ 3 ] {e48559a1-693d-497e-a5d1-9911f00b7525} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:17.535556 [ 3 ] {e48559a1-693d-497e-a5d1-9911f00b7525} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.05.29 21:57:17.535882 [ 3 ] {e48559a1-693d-497e-a5d1-9911f00b7525} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:17.536049 [ 3 ] {e48559a1-693d-497e-a5d1-9911f00b7525} executeQuery: Read 44 rows, 60.80 KiB in 0.001861 sec., 23643.202579258465 rows/sec., 31.91 MiB/sec. 2024.05.29 21:57:17.536296 [ 3 ] {e48559a1-693d-497e-a5d1-9911f00b7525} DynamicQueryHandler: Done processing query 2024.05.29 21:57:17.536350 [ 3 ] {e48559a1-693d-497e-a5d1-9911f00b7525} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.05.29 21:57:17.536406 [ 3 ] {} HTTP-Session: 312717c2-6ed0-42b2-858b-bbd0109eeddc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.536582 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:17.536631 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:17.536651 [ 3 ] {} HTTP-Session: 095c4381-76e7-4df5-8cd2-e2bc6cac627a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:17.536667 [ 3 ] {} HTTP-Session: 095c4381-76e7-4df5-8cd2-e2bc6cac627a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.536681 [ 3 ] {} HTTP-Session: 095c4381-76e7-4df5-8cd2-e2bc6cac627a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:17.536712 [ 3 ] {} HTTP-Session: 095c4381-76e7-4df5-8cd2-e2bc6cac627a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:17.536832 [ 3 ] {92f45ef5-04da-4632-a8c7-45c9ecef819c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:17.536878 [ 3 ] {92f45ef5-04da-4632-a8c7-45c9ecef819c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:57:17.537014 [ 3 ] {92f45ef5-04da-4632-a8c7-45c9ecef819c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:17.537297 [ 3 ] {92f45ef5-04da-4632-a8c7-45c9ecef819c} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:17.537333 [ 3 ] {92f45ef5-04da-4632-a8c7-45c9ecef819c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:17.537684 [ 3 ] {92f45ef5-04da-4632-a8c7-45c9ecef819c} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.05.29 21:57:17.538003 [ 3 ] {92f45ef5-04da-4632-a8c7-45c9ecef819c} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:17.538157 [ 3 ] {92f45ef5-04da-4632-a8c7-45c9ecef819c} executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. 2024.05.29 21:57:17.538426 [ 3 ] {92f45ef5-04da-4632-a8c7-45c9ecef819c} DynamicQueryHandler: Done processing query 2024.05.29 21:57:17.538486 [ 3 ] {92f45ef5-04da-4632-a8c7-45c9ecef819c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:57:17.538540 [ 3 ] {} HTTP-Session: 095c4381-76e7-4df5-8cd2-e2bc6cac627a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.522432 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:22.522572 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:22.522602 [ 3 ] {} HTTP-Session: 2f34567f-6147-47d2-9006-a59612c37e18 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:22.522630 [ 3 ] {} HTTP-Session: 2f34567f-6147-47d2-9006-a59612c37e18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.522648 [ 3 ] {} HTTP-Session: 2f34567f-6147-47d2-9006-a59612c37e18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.522703 [ 3 ] {} HTTP-Session: 2f34567f-6147-47d2-9006-a59612c37e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:22.522908 [ 3 ] {073730be-27c5-403b-8fc3-969bb9551999} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:22.522974 [ 3 ] {073730be-27c5-403b-8fc3-969bb9551999} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:57:22.523168 [ 3 ] {073730be-27c5-403b-8fc3-969bb9551999} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:22.523566 [ 3 ] {073730be-27c5-403b-8fc3-969bb9551999} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:22.523604 [ 3 ] {073730be-27c5-403b-8fc3-969bb9551999} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:22.523948 [ 3 ] {073730be-27c5-403b-8fc3-969bb9551999} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.05.29 21:57:22.524257 [ 3 ] {073730be-27c5-403b-8fc3-969bb9551999} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:22.524415 [ 3 ] {073730be-27c5-403b-8fc3-969bb9551999} executeQuery: Read 4 rows, 332.00 B in 0.001615 sec., 2476.780185758514 rows/sec., 200.75 KiB/sec. 2024.05.29 21:57:22.524667 [ 3 ] {073730be-27c5-403b-8fc3-969bb9551999} DynamicQueryHandler: Done processing query 2024.05.29 21:57:22.524695 [ 3 ] {073730be-27c5-403b-8fc3-969bb9551999} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:57:22.524711 [ 3 ] {} HTTP-Session: 2f34567f-6147-47d2-9006-a59612c37e18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.524842 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:22.524896 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:22.524915 [ 3 ] {} HTTP-Session: 96ed36f4-8ef7-4169-b008-ba081fa1a1c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:22.524933 [ 3 ] {} HTTP-Session: 96ed36f4-8ef7-4169-b008-ba081fa1a1c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.524947 [ 3 ] {} HTTP-Session: 96ed36f4-8ef7-4169-b008-ba081fa1a1c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.524982 [ 3 ] {} HTTP-Session: 96ed36f4-8ef7-4169-b008-ba081fa1a1c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:22.525107 [ 3 ] {d8781fb8-5e1b-4395-a622-700dde7e9b7f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:22.525153 [ 3 ] {d8781fb8-5e1b-4395-a622-700dde7e9b7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:57:22.525281 [ 3 ] {d8781fb8-5e1b-4395-a622-700dde7e9b7f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:22.525628 [ 3 ] {d8781fb8-5e1b-4395-a622-700dde7e9b7f} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:22.525665 [ 3 ] {d8781fb8-5e1b-4395-a622-700dde7e9b7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:22.525983 [ 3 ] {d8781fb8-5e1b-4395-a622-700dde7e9b7f} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.05.29 21:57:22.526282 [ 3 ] {d8781fb8-5e1b-4395-a622-700dde7e9b7f} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:22.526439 [ 3 ] {d8781fb8-5e1b-4395-a622-700dde7e9b7f} executeQuery: Read 68 rows, 5.48 KiB in 0.001373 sec., 49526.584122359796 rows/sec., 3.90 MiB/sec. 2024.05.29 21:57:22.526448 [ 113 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.05.29 21:57:22.526550 [ 113 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:22.526596 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:22.526691 [ 3 ] {d8781fb8-5e1b-4395-a622-700dde7e9b7f} DynamicQueryHandler: Done processing query 2024.05.29 21:57:22.526744 [ 3 ] {d8781fb8-5e1b-4395-a622-700dde7e9b7f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:57:22.526760 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2024.05.29 21:57:22.526773 [ 3 ] {} HTTP-Session: 96ed36f4-8ef7-4169-b008-ba081fa1a1c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.526988 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:22.527011 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:22.527082 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:22.527084 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 243 rows starting from the beginning of the part 2024.05.29 21:57:22.527118 [ 3 ] {} HTTP-Session: 8362ac58-d822-44b1-8ab6-86d6db5020ab Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:22.527163 [ 3 ] {} HTTP-Session: 8362ac58-d822-44b1-8ab6-86d6db5020ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.527208 [ 3 ] {} HTTP-Session: 8362ac58-d822-44b1-8ab6-86d6db5020ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.527368 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 68 rows starting from the beginning of the part 2024.05.29 21:57:22.527397 [ 3 ] {} HTTP-Session: 8362ac58-d822-44b1-8ab6-86d6db5020ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:22.527631 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 188 rows starting from the beginning of the part 2024.05.29 21:57:22.527841 [ 3 ] {c7c05968-7caf-406c-8205-886f918fc1c2} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:22.527904 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 68 rows starting from the beginning of the part 2024.05.29 21:57:22.528001 [ 3 ] {c7c05968-7caf-406c-8205-886f918fc1c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:57:22.528160 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 188 rows starting from the beginning of the part 2024.05.29 21:57:22.528494 [ 201 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 68 rows starting from the beginning of the part 2024.05.29 21:57:22.529174 [ 3 ] {c7c05968-7caf-406c-8205-886f918fc1c2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:22.529968 [ 3 ] {c7c05968-7caf-406c-8205-886f918fc1c2} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:22.530032 [ 3 ] {c7c05968-7caf-406c-8205-886f918fc1c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:22.530871 [ 3 ] {c7c05968-7caf-406c-8205-886f918fc1c2} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.05.29 21:57:22.531636 [ 195 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 823 rows, containing 4 columns (4 merged, 0 gathered) in 0.004963272 sec., 165818.0329427845 rows/sec., 13.77 MiB/sec. 2024.05.29 21:57:22.531749 [ 3 ] {c7c05968-7caf-406c-8205-886f918fc1c2} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:22.531984 [ 113 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.05.29 21:57:22.531978 [ 195 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.05.29 21:57:22.532039 [ 3 ] {c7c05968-7caf-406c-8205-886f918fc1c2} executeQuery: Read 68 rows, 5.44 KiB in 0.004384 sec., 15510.94890510949 rows/sec., 1.21 MiB/sec. 2024.05.29 21:57:22.532059 [ 113 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:22.532138 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:22.532466 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2024.05.29 21:57:22.532570 [ 3 ] {c7c05968-7caf-406c-8205-886f918fc1c2} DynamicQueryHandler: Done processing query 2024.05.29 21:57:22.532654 [ 3 ] {c7c05968-7caf-406c-8205-886f918fc1c2} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:57:22.532758 [ 3 ] {} HTTP-Session: 8362ac58-d822-44b1-8ab6-86d6db5020ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.533087 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:22.533116 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:22.533229 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 171 rows starting from the beginning of the part 2024.05.29 21:57:22.533234 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:22.533295 [ 3 ] {} HTTP-Session: 308c4b6c-8460-403c-a1f6-bca11c51583b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:22.533361 [ 3 ] {} HTTP-Session: 308c4b6c-8460-403c-a1f6-bca11c51583b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.533457 [ 3 ] {} HTTP-Session: 308c4b6c-8460-403c-a1f6-bca11c51583b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.533536 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 68 rows starting from the beginning of the part 2024.05.29 21:57:22.533589 [ 3 ] {} HTTP-Session: 308c4b6c-8460-403c-a1f6-bca11c51583b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:22.533867 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 108 rows starting from the beginning of the part 2024.05.29 21:57:22.534125 [ 3 ] {1db198bd-2ca0-4325-8f84-7b5cac7692bc} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:22.534370 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 68 rows starting from the beginning of the part 2024.05.29 21:57:22.534400 [ 3 ] {1db198bd-2ca0-4325-8f84-7b5cac7692bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:57:22.534594 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_76_15} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:22.534807 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 108 rows starting from the beginning of the part 2024.05.29 21:57:22.535336 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 68 rows starting from the beginning of the part 2024.05.29 21:57:22.535836 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_76_15} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.05.29 21:57:22.536174 [ 3 ] {1db198bd-2ca0-4325-8f84-7b5cac7692bc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:22.536235 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2024.05.29 21:57:22.536935 [ 3 ] {1db198bd-2ca0-4325-8f84-7b5cac7692bc} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:22.536983 [ 3 ] {1db198bd-2ca0-4325-8f84-7b5cac7692bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:22.537444 [ 202 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 591 rows, containing 4 columns (4 merged, 0 gathered) in 0.005158344 sec., 114571.65322824536 rows/sec., 8.95 MiB/sec. 2024.05.29 21:57:22.537580 [ 3 ] {1db198bd-2ca0-4325-8f84-7b5cac7692bc} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.05.29 21:57:22.537626 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.05.29 21:57:22.538533 [ 3 ] {1db198bd-2ca0-4325-8f84-7b5cac7692bc} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:22.538550 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_76_15} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:22.538776 [ 195 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_76_15} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.05.29 21:57:22.538855 [ 113 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.05.29 21:57:22.538867 [ 3 ] {1db198bd-2ca0-4325-8f84-7b5cac7692bc} executeQuery: Read 160 rows, 11.41 KiB in 0.005002 sec., 31987.205117952817 rows/sec., 2.23 MiB/sec. 2024.05.29 21:57:22.539058 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.29 21:57:22.539168 [ 113 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:22.539269 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:22.539383 [ 3 ] {1db198bd-2ca0-4325-8f84-7b5cac7692bc} DynamicQueryHandler: Done processing query 2024.05.29 21:57:22.539438 [ 3 ] {1db198bd-2ca0-4325-8f84-7b5cac7692bc} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:57:22.539456 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2024.05.29 21:57:22.539458 [ 3 ] {} HTTP-Session: 308c4b6c-8460-403c-a1f6-bca11c51583b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.539596 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:22.539624 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:22.539637 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_71_14} MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 11198 rows starting from the beginning of the part 2024.05.29 21:57:22.539706 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:22.539792 [ 3 ] {} HTTP-Session: c541554b-1b42-4587-8b2e-6f49d4270c98 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:22.539862 [ 3 ] {} HTTP-Session: c541554b-1b42-4587-8b2e-6f49d4270c98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.539872 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part 2024.05.29 21:57:22.539918 [ 3 ] {} HTTP-Session: c541554b-1b42-4587-8b2e-6f49d4270c98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.540070 [ 3 ] {} HTTP-Session: c541554b-1b42-4587-8b2e-6f49d4270c98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:22.540201 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part 2024.05.29 21:57:22.540419 [ 3 ] {27fd93f4-be4a-4f22-acbc-c12118a396cc} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:22.540468 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2024.05.29 21:57:22.540611 [ 3 ] {27fd93f4-be4a-4f22-acbc-c12118a396cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:57:22.540864 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part 2024.05.29 21:57:22.541218 [ 190 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part 2024.05.29 21:57:22.541936 [ 3 ] {27fd93f4-be4a-4f22-acbc-c12118a396cc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:22.542398 [ 3 ] {27fd93f4-be4a-4f22-acbc-c12118a396cc} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:22.542435 [ 3 ] {27fd93f4-be4a-4f22-acbc-c12118a396cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:22.542878 [ 3 ] {27fd93f4-be4a-4f22-acbc-c12118a396cc} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.05.29 21:57:22.543410 [ 3 ] {27fd93f4-be4a-4f22-acbc-c12118a396cc} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:22.543604 [ 3 ] {27fd93f4-be4a-4f22-acbc-c12118a396cc} executeQuery: Read 4 rows, 5.53 KiB in 0.003327 sec., 1202.2843402464682 rows/sec., 1.62 MiB/sec. 2024.05.29 21:57:22.543925 [ 3 ] {27fd93f4-be4a-4f22-acbc-c12118a396cc} DynamicQueryHandler: Done processing query 2024.05.29 21:57:22.543988 [ 3 ] {27fd93f4-be4a-4f22-acbc-c12118a396cc} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:57:22.544044 [ 3 ] {} HTTP-Session: c541554b-1b42-4587-8b2e-6f49d4270c98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.544381 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:22.544523 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:22.544549 [ 3 ] {} HTTP-Session: cd943d78-8f4e-4e9f-b524-934db31ac5f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:22.544567 [ 3 ] {} HTTP-Session: cd943d78-8f4e-4e9f-b524-934db31ac5f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.544581 [ 3 ] {} HTTP-Session: cd943d78-8f4e-4e9f-b524-934db31ac5f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.544612 [ 3 ] {} HTTP-Session: cd943d78-8f4e-4e9f-b524-934db31ac5f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:22.544731 [ 3 ] {7ee1122e-6d3e-49a5-b0ac-9aae001b219f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:22.544778 [ 3 ] {7ee1122e-6d3e-49a5-b0ac-9aae001b219f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:57:22.544941 [ 3 ] {7ee1122e-6d3e-49a5-b0ac-9aae001b219f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:22.545260 [ 3 ] {7ee1122e-6d3e-49a5-b0ac-9aae001b219f} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:22.545295 [ 3 ] {7ee1122e-6d3e-49a5-b0ac-9aae001b219f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:22.545618 [ 197 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 11998 rows, containing 5 columns (5 merged, 0 gathered) in 0.006234608 sec., 1924419.305913058 rows/sec., 134.12 MiB/sec. 2024.05.29 21:57:22.545956 [ 3 ] {7ee1122e-6d3e-49a5-b0ac-9aae001b219f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.05.29 21:57:22.546116 [ 197 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.05.29 21:57:22.546758 [ 3 ] {7ee1122e-6d3e-49a5-b0ac-9aae001b219f} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:22.547175 [ 113 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.05.29 21:57:22.547212 [ 3 ] {7ee1122e-6d3e-49a5-b0ac-9aae001b219f} executeQuery: Read 60 rows, 4.14 KiB in 0.002481 sec., 24183.796856106408 rows/sec., 1.63 MiB/sec. 2024.05.29 21:57:22.547283 [ 113 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:22.547381 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:22.547544 [ 198 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_71_14} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:22.547852 [ 3 ] {7ee1122e-6d3e-49a5-b0ac-9aae001b219f} DynamicQueryHandler: Done processing query 2024.05.29 21:57:22.547974 [ 3 ] {7ee1122e-6d3e-49a5-b0ac-9aae001b219f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:57:22.548058 [ 192 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2024.05.29 21:57:22.548089 [ 3 ] {} HTTP-Session: cd943d78-8f4e-4e9f-b524-934db31ac5f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:22.548159 [ 198 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_71_14} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.05.29 21:57:22.548570 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.54 MiB. 2024.05.29 21:57:22.548764 [ 192 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:22.548827 [ 192 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3912 rows starting from the beginning of the part 2024.05.29 21:57:22.548967 [ 192 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2024.05.29 21:57:22.549148 [ 192 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2024.05.29 21:57:22.549307 [ 192 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2024.05.29 21:57:22.549499 [ 192 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2024.05.29 21:57:22.549611 [ 192 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2024.05.29 21:57:22.551455 [ 197 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4212 rows, containing 4 columns (4 merged, 0 gathered) in 0.003903729 sec., 1078968.3402715712 rows/sec., 72.73 MiB/sec. 2024.05.29 21:57:22.551802 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.05.29 21:57:22.552202 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_71_14} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:22.552284 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_71_14} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.05.29 21:57:22.552367 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2024.05.29 21:57:27.526992 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:27.527174 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:27.527204 [ 3 ] {} HTTP-Session: 79c5372c-88c3-4daa-8b9a-cc91c9f5aa4c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:27.527233 [ 3 ] {} HTTP-Session: 79c5372c-88c3-4daa-8b9a-cc91c9f5aa4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.527251 [ 3 ] {} HTTP-Session: 79c5372c-88c3-4daa-8b9a-cc91c9f5aa4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.527321 [ 3 ] {} HTTP-Session: 79c5372c-88c3-4daa-8b9a-cc91c9f5aa4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:27.527581 [ 3 ] {0a229473-0dd6-45cc-9d91-51ab99499fba} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:27.527673 [ 3 ] {0a229473-0dd6-45cc-9d91-51ab99499fba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:57:27.527930 [ 3 ] {0a229473-0dd6-45cc-9d91-51ab99499fba} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:27.528426 [ 3 ] {0a229473-0dd6-45cc-9d91-51ab99499fba} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:27.528487 [ 3 ] {0a229473-0dd6-45cc-9d91-51ab99499fba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:27.528948 [ 3 ] {0a229473-0dd6-45cc-9d91-51ab99499fba} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.05.29 21:57:27.529337 [ 3 ] {0a229473-0dd6-45cc-9d91-51ab99499fba} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:27.529534 [ 3 ] {0a229473-0dd6-45cc-9d91-51ab99499fba} executeQuery: Read 44 rows, 3.57 KiB in 0.002039 sec., 21579.205492888672 rows/sec., 1.71 MiB/sec. 2024.05.29 21:57:27.529560 [ 108 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.05.29 21:57:27.529686 [ 108 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:27.529750 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:27.529927 [ 3 ] {0a229473-0dd6-45cc-9d91-51ab99499fba} DynamicQueryHandler: Done processing query 2024.05.29 21:57:27.529978 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2024.05.29 21:57:27.529987 [ 3 ] {0a229473-0dd6-45cc-9d91-51ab99499fba} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:57:27.530062 [ 3 ] {} HTTP-Session: 79c5372c-88c3-4daa-8b9a-cc91c9f5aa4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.530310 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:27.530580 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:27.530606 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:27.530671 [ 3 ] {} HTTP-Session: 818fef8a-b07f-4dd2-9e9a-90af5ef79544 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:27.530712 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 48 rows starting from the beginning of the part 2024.05.29 21:57:27.530744 [ 3 ] {} HTTP-Session: 818fef8a-b07f-4dd2-9e9a-90af5ef79544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.530829 [ 3 ] {} HTTP-Session: 818fef8a-b07f-4dd2-9e9a-90af5ef79544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.531063 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 44 rows starting from the beginning of the part 2024.05.29 21:57:27.531073 [ 3 ] {} HTTP-Session: 818fef8a-b07f-4dd2-9e9a-90af5ef79544 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:27.531498 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:27.531803 [ 3 ] {6077e7fb-508a-44d7-9911-1441f12f3d9c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:27.531860 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 44 rows starting from the beginning of the part 2024.05.29 21:57:27.531994 [ 3 ] {6077e7fb-508a-44d7-9911-1441f12f3d9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:57:27.532236 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:27.532650 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 44 rows starting from the beginning of the part 2024.05.29 21:57:27.533564 [ 3 ] {6077e7fb-508a-44d7-9911-1441f12f3d9c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:27.534404 [ 3 ] {6077e7fb-508a-44d7-9911-1441f12f3d9c} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:27.534488 [ 3 ] {6077e7fb-508a-44d7-9911-1441f12f3d9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:27.535372 [ 3 ] {6077e7fb-508a-44d7-9911-1441f12f3d9c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.29 21:57:27.535760 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 4 columns (4 merged, 0 gathered) in 0.005920454 sec., 31754.321543584323 rows/sec., 2.51 MiB/sec. 2024.05.29 21:57:27.535997 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.05.29 21:57:27.536158 [ 3 ] {6077e7fb-508a-44d7-9911-1441f12f3d9c} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:27.536584 [ 3 ] {6077e7fb-508a-44d7-9911-1441f12f3d9c} executeQuery: Read 2 rows, 167.00 B in 0.005022 sec., 398.24771007566704 rows/sec., 32.47 KiB/sec. 2024.05.29 21:57:27.537133 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_76_15} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:27.537185 [ 3 ] {6077e7fb-508a-44d7-9911-1441f12f3d9c} DynamicQueryHandler: Done processing query 2024.05.29 21:57:27.537242 [ 3 ] {6077e7fb-508a-44d7-9911-1441f12f3d9c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:57:27.537272 [ 3 ] {} HTTP-Session: 818fef8a-b07f-4dd2-9e9a-90af5ef79544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.537301 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_76_15} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.05.29 21:57:27.537414 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.29 21:57:27.537467 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 32889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:27.537522 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:27.537541 [ 3 ] {} HTTP-Session: 94d077eb-4fd8-4b96-b207-22011c41ccd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:27.537558 [ 3 ] {} HTTP-Session: 94d077eb-4fd8-4b96-b207-22011c41ccd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.537574 [ 3 ] {} HTTP-Session: 94d077eb-4fd8-4b96-b207-22011c41ccd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.537607 [ 3 ] {} HTTP-Session: 94d077eb-4fd8-4b96-b207-22011c41ccd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:27.537778 [ 3 ] {38d71c46-d319-479f-b630-1ac16362d1ae} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:27.537822 [ 3 ] {38d71c46-d319-479f-b630-1ac16362d1ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:57:27.537975 [ 3 ] {38d71c46-d319-479f-b630-1ac16362d1ae} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:27.538439 [ 3 ] {38d71c46-d319-479f-b630-1ac16362d1ae} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:27.538476 [ 3 ] {38d71c46-d319-479f-b630-1ac16362d1ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:27.538819 [ 3 ] {38d71c46-d319-479f-b630-1ac16362d1ae} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2024.05.29 21:57:27.539134 [ 3 ] {38d71c46-d319-479f-b630-1ac16362d1ae} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:27.539283 [ 3 ] {38d71c46-d319-479f-b630-1ac16362d1ae} executeQuery: Read 225 rows, 19.23 KiB in 0.001591 sec., 141420.49025769957 rows/sec., 11.80 MiB/sec. 2024.05.29 21:57:27.539480 [ 3 ] {38d71c46-d319-479f-b630-1ac16362d1ae} DynamicQueryHandler: Done processing query 2024.05.29 21:57:27.539504 [ 3 ] {38d71c46-d319-479f-b630-1ac16362d1ae} MemoryTracker: Peak memory usage (for query): 4.34 MiB. 2024.05.29 21:57:27.539520 [ 3 ] {} HTTP-Session: 94d077eb-4fd8-4b96-b207-22011c41ccd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.539632 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:27.539680 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:27.539699 [ 3 ] {} HTTP-Session: f55966b1-76dc-44aa-9d9c-6727d7f0205c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:27.539715 [ 3 ] {} HTTP-Session: f55966b1-76dc-44aa-9d9c-6727d7f0205c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.539729 [ 3 ] {} HTTP-Session: f55966b1-76dc-44aa-9d9c-6727d7f0205c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.539758 [ 3 ] {} HTTP-Session: f55966b1-76dc-44aa-9d9c-6727d7f0205c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:27.539873 [ 3 ] {306f0401-3860-440f-965f-fd212f4194b6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:27.539916 [ 3 ] {306f0401-3860-440f-965f-fd212f4194b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:57:27.540052 [ 3 ] {306f0401-3860-440f-965f-fd212f4194b6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:27.540373 [ 3 ] {306f0401-3860-440f-965f-fd212f4194b6} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:27.540409 [ 3 ] {306f0401-3860-440f-965f-fd212f4194b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:27.540702 [ 3 ] {306f0401-3860-440f-965f-fd212f4194b6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.29 21:57:27.541008 [ 3 ] {306f0401-3860-440f-965f-fd212f4194b6} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:27.541165 [ 3 ] {306f0401-3860-440f-965f-fd212f4194b6} executeQuery: Read 2 rows, 143.00 B in 0.001308 sec., 1529.0519877675843 rows/sec., 106.76 KiB/sec. 2024.05.29 21:57:27.541328 [ 3 ] {306f0401-3860-440f-965f-fd212f4194b6} DynamicQueryHandler: Done processing query 2024.05.29 21:57:27.541351 [ 3 ] {306f0401-3860-440f-965f-fd212f4194b6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:57:27.541366 [ 3 ] {} HTTP-Session: f55966b1-76dc-44aa-9d9c-6727d7f0205c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.541503 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 22724, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:27.541550 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:27.541568 [ 3 ] {} HTTP-Session: e7a7ecb3-e582-4399-8674-4a5ee77ba20f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:27.541585 [ 3 ] {} HTTP-Session: e7a7ecb3-e582-4399-8674-4a5ee77ba20f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.541598 [ 3 ] {} HTTP-Session: e7a7ecb3-e582-4399-8674-4a5ee77ba20f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.541628 [ 3 ] {} HTTP-Session: e7a7ecb3-e582-4399-8674-4a5ee77ba20f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:27.541755 [ 3 ] {64fac947-9974-4b35-85f9-c3b7e590fe23} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:27.541797 [ 3 ] {64fac947-9974-4b35-85f9-c3b7e590fe23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:57:27.541922 [ 3 ] {64fac947-9974-4b35-85f9-c3b7e590fe23} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:27.542285 [ 3 ] {64fac947-9974-4b35-85f9-c3b7e590fe23} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:27.542320 [ 3 ] {64fac947-9974-4b35-85f9-c3b7e590fe23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:27.542635 [ 3 ] {64fac947-9974-4b35-85f9-c3b7e590fe23} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2024.05.29 21:57:27.542934 [ 3 ] {64fac947-9974-4b35-85f9-c3b7e590fe23} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:27.543084 [ 3 ] {64fac947-9974-4b35-85f9-c3b7e590fe23} executeQuery: Read 134 rows, 10.70 KiB in 0.001374 sec., 97525.4730713246 rows/sec., 7.61 MiB/sec. 2024.05.29 21:57:27.543308 [ 3 ] {64fac947-9974-4b35-85f9-c3b7e590fe23} DynamicQueryHandler: Done processing query 2024.05.29 21:57:27.543370 [ 3 ] {64fac947-9974-4b35-85f9-c3b7e590fe23} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:57:27.543419 [ 3 ] {} HTTP-Session: e7a7ecb3-e582-4399-8674-4a5ee77ba20f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.543643 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 37786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:27.543702 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:27.543721 [ 3 ] {} HTTP-Session: 372a5363-a791-419a-8f7d-d8decd9d88bb Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:27.543737 [ 3 ] {} HTTP-Session: 372a5363-a791-419a-8f7d-d8decd9d88bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.543751 [ 3 ] {} HTTP-Session: 372a5363-a791-419a-8f7d-d8decd9d88bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.543783 [ 3 ] {} HTTP-Session: 372a5363-a791-419a-8f7d-d8decd9d88bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:27.543950 [ 3 ] {ef31691a-ddec-44ba-8f5e-e0aa8a434023} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:27.543997 [ 3 ] {ef31691a-ddec-44ba-8f5e-e0aa8a434023} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:57:27.544152 [ 3 ] {ef31691a-ddec-44ba-8f5e-e0aa8a434023} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:27.544550 [ 3 ] {ef31691a-ddec-44ba-8f5e-e0aa8a434023} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:27.544587 [ 3 ] {ef31691a-ddec-44ba-8f5e-e0aa8a434023} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:27.544981 [ 3 ] {ef31691a-ddec-44ba-8f5e-e0aa8a434023} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.05.29 21:57:27.545338 [ 3 ] {ef31691a-ddec-44ba-8f5e-e0aa8a434023} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:27.545493 [ 3 ] {ef31691a-ddec-44ba-8f5e-e0aa8a434023} executeQuery: Read 197 rows, 14.08 KiB in 0.001622 sec., 121454.99383477189 rows/sec., 8.48 MiB/sec. 2024.05.29 21:57:27.545666 [ 3 ] {ef31691a-ddec-44ba-8f5e-e0aa8a434023} DynamicQueryHandler: Done processing query 2024.05.29 21:57:27.545689 [ 3 ] {ef31691a-ddec-44ba-8f5e-e0aa8a434023} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:57:27.545705 [ 3 ] {} HTTP-Session: 372a5363-a791-419a-8f7d-d8decd9d88bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.545851 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 47088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:27.545898 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:27.545917 [ 3 ] {} HTTP-Session: 4f38452e-02a1-4949-9897-3a92247e520d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:27.545933 [ 3 ] {} HTTP-Session: 4f38452e-02a1-4949-9897-3a92247e520d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.545947 [ 3 ] {} HTTP-Session: 4f38452e-02a1-4949-9897-3a92247e520d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.545977 [ 3 ] {} HTTP-Session: 4f38452e-02a1-4949-9897-3a92247e520d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:27.546280 [ 3 ] {90092f6a-93d9-46e2-b225-90532c11a71c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:27.546326 [ 3 ] {90092f6a-93d9-46e2-b225-90532c11a71c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:57:27.546484 [ 3 ] {90092f6a-93d9-46e2-b225-90532c11a71c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:27.546970 [ 3 ] {90092f6a-93d9-46e2-b225-90532c11a71c} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:27.547004 [ 3 ] {90092f6a-93d9-46e2-b225-90532c11a71c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:27.547415 [ 3 ] {90092f6a-93d9-46e2-b225-90532c11a71c} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.05.29 21:57:27.547748 [ 3 ] {90092f6a-93d9-46e2-b225-90532c11a71c} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:27.547909 [ 3 ] {90092f6a-93d9-46e2-b225-90532c11a71c} executeQuery: Read 44 rows, 60.80 KiB in 0.001842 sec., 23887.079261672094 rows/sec., 32.23 MiB/sec. 2024.05.29 21:57:27.547920 [ 105 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.05.29 21:57:27.548038 [ 105 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:27.548092 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:27.548127 [ 3 ] {90092f6a-93d9-46e2-b225-90532c11a71c} DynamicQueryHandler: Done processing query 2024.05.29 21:57:27.548189 [ 3 ] {90092f6a-93d9-46e2-b225-90532c11a71c} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.05.29 21:57:27.548254 [ 3 ] {} HTTP-Session: 4f38452e-02a1-4949-9897-3a92247e520d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.548433 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:27.548434 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2024.05.29 21:57:27.548585 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:27.548680 [ 3 ] {} HTTP-Session: d3daf37d-2481-4418-a1b9-662f024fcd25 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:27.548760 [ 3 ] {} HTTP-Session: d3daf37d-2481-4418-a1b9-662f024fcd25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.548836 [ 3 ] {} HTTP-Session: d3daf37d-2481-4418-a1b9-662f024fcd25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.548980 [ 3 ] {} HTTP-Session: d3daf37d-2481-4418-a1b9-662f024fcd25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:27.549368 [ 3 ] {226db2b9-3749-4904-8244-dfaee3a74c9a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:27.549374 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:27.549521 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1148 rows starting from the beginning of the part 2024.05.29 21:57:27.549537 [ 3 ] {226db2b9-3749-4904-8244-dfaee3a74c9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:57:27.550053 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 44 rows starting from the beginning of the part 2024.05.29 21:57:27.550780 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:27.551120 [ 3 ] {226db2b9-3749-4904-8244-dfaee3a74c9a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:27.551156 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 44 rows starting from the beginning of the part 2024.05.29 21:57:27.551345 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:27.551613 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 44 rows starting from the beginning of the part 2024.05.29 21:57:27.552791 [ 3 ] {226db2b9-3749-4904-8244-dfaee3a74c9a} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:27.552895 [ 3 ] {226db2b9-3749-4904-8244-dfaee3a74c9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:27.554116 [ 3 ] {226db2b9-3749-4904-8244-dfaee3a74c9a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.05.29 21:57:27.554435 [ 3 ] {226db2b9-3749-4904-8244-dfaee3a74c9a} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:27.554589 [ 3 ] {226db2b9-3749-4904-8244-dfaee3a74c9a} executeQuery: Read 60 rows, 4.14 KiB in 0.005388 sec., 11135.857461024498 rows/sec., 768.49 KiB/sec. 2024.05.29 21:57:27.554760 [ 3 ] {226db2b9-3749-4904-8244-dfaee3a74c9a} DynamicQueryHandler: Done processing query 2024.05.29 21:57:27.554783 [ 3 ] {226db2b9-3749-4904-8244-dfaee3a74c9a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:57:27.554799 [ 3 ] {} HTTP-Session: d3daf37d-2481-4418-a1b9-662f024fcd25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:27.556880 [ 186 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1288 rows, containing 6 columns (6 merged, 0 gathered) in 0.008662848 sec., 148680.8957054308 rows/sec., 200.64 MiB/sec. 2024.05.29 21:57:27.558008 [ 200 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.05.29 21:57:27.558443 [ 200 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_76_15} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:27.558522 [ 200 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_76_15} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.05.29 21:57:27.558616 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.73 MiB. 2024.05.29 21:57:30.785415 [ 103 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:57:30.785520 [ 103 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:57:32.522688 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:32.522804 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:32.522833 [ 3 ] {} HTTP-Session: 47305aae-7fb2-4194-a710-63adc7874bbd Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:32.522860 [ 3 ] {} HTTP-Session: 47305aae-7fb2-4194-a710-63adc7874bbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.522878 [ 3 ] {} HTTP-Session: 47305aae-7fb2-4194-a710-63adc7874bbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.522933 [ 3 ] {} HTTP-Session: 47305aae-7fb2-4194-a710-63adc7874bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:32.523124 [ 3 ] {7674e7db-09fa-4948-9d45-b4a4e9a1f4f1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:32.523191 [ 3 ] {7674e7db-09fa-4948-9d45-b4a4e9a1f4f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:57:32.523382 [ 3 ] {7674e7db-09fa-4948-9d45-b4a4e9a1f4f1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:32.523802 [ 3 ] {7674e7db-09fa-4948-9d45-b4a4e9a1f4f1} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:32.523840 [ 3 ] {7674e7db-09fa-4948-9d45-b4a4e9a1f4f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:32.524207 [ 3 ] {7674e7db-09fa-4948-9d45-b4a4e9a1f4f1} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2024.05.29 21:57:32.524541 [ 3 ] {7674e7db-09fa-4948-9d45-b4a4e9a1f4f1} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:32.524684 [ 3 ] {7674e7db-09fa-4948-9d45-b4a4e9a1f4f1} executeQuery: Read 4 rows, 332.00 B in 0.001616 sec., 2475.2475247524753 rows/sec., 200.63 KiB/sec. 2024.05.29 21:57:32.524990 [ 3 ] {7674e7db-09fa-4948-9d45-b4a4e9a1f4f1} DynamicQueryHandler: Done processing query 2024.05.29 21:57:32.525056 [ 3 ] {7674e7db-09fa-4948-9d45-b4a4e9a1f4f1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:57:32.525113 [ 3 ] {} HTTP-Session: 47305aae-7fb2-4194-a710-63adc7874bbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.525312 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:32.525364 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:32.525384 [ 3 ] {} HTTP-Session: 03e32f32-8e6c-4590-a6a1-2145d30c111d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:32.525401 [ 3 ] {} HTTP-Session: 03e32f32-8e6c-4590-a6a1-2145d30c111d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.525415 [ 3 ] {} HTTP-Session: 03e32f32-8e6c-4590-a6a1-2145d30c111d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.525448 [ 3 ] {} HTTP-Session: 03e32f32-8e6c-4590-a6a1-2145d30c111d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:32.525552 [ 3 ] {a26ab893-0ca7-4e8a-aea0-26f18965ef44} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:32.525598 [ 3 ] {a26ab893-0ca7-4e8a-aea0-26f18965ef44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:57:32.525742 [ 3 ] {a26ab893-0ca7-4e8a-aea0-26f18965ef44} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:32.526044 [ 3 ] {a26ab893-0ca7-4e8a-aea0-26f18965ef44} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:32.526079 [ 3 ] {a26ab893-0ca7-4e8a-aea0-26f18965ef44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:32.526383 [ 3 ] {a26ab893-0ca7-4e8a-aea0-26f18965ef44} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.29 21:57:32.526686 [ 3 ] {a26ab893-0ca7-4e8a-aea0-26f18965ef44} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:32.526820 [ 3 ] {a26ab893-0ca7-4e8a-aea0-26f18965ef44} executeQuery: Read 8 rows, 668.00 B in 0.001297 sec., 6168.080185042406 rows/sec., 502.96 KiB/sec. 2024.05.29 21:57:32.527024 [ 3 ] {a26ab893-0ca7-4e8a-aea0-26f18965ef44} DynamicQueryHandler: Done processing query 2024.05.29 21:57:32.527049 [ 3 ] {a26ab893-0ca7-4e8a-aea0-26f18965ef44} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:57:32.527066 [ 3 ] {} HTTP-Session: 03e32f32-8e6c-4590-a6a1-2145d30c111d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.527199 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 10172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:32.527246 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:32.527264 [ 3 ] {} HTTP-Session: da558621-2a2b-4678-9841-3fa8f3b2665a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:32.527281 [ 3 ] {} HTTP-Session: da558621-2a2b-4678-9841-3fa8f3b2665a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.527295 [ 3 ] {} HTTP-Session: da558621-2a2b-4678-9841-3fa8f3b2665a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.527325 [ 3 ] {} HTTP-Session: da558621-2a2b-4678-9841-3fa8f3b2665a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:32.527440 [ 3 ] {67b2078d-53c9-49ba-b5ce-90bcaa2e0e43} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:32.527481 [ 3 ] {67b2078d-53c9-49ba-b5ce-90bcaa2e0e43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:57:32.527606 [ 3 ] {67b2078d-53c9-49ba-b5ce-90bcaa2e0e43} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:32.527918 [ 3 ] {67b2078d-53c9-49ba-b5ce-90bcaa2e0e43} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:32.527954 [ 3 ] {67b2078d-53c9-49ba-b5ce-90bcaa2e0e43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:32.528268 [ 3 ] {67b2078d-53c9-49ba-b5ce-90bcaa2e0e43} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2024.05.29 21:57:32.528586 [ 3 ] {67b2078d-53c9-49ba-b5ce-90bcaa2e0e43} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:32.528716 [ 3 ] {67b2078d-53c9-49ba-b5ce-90bcaa2e0e43} executeQuery: Read 72 rows, 5.77 KiB in 0.001318 sec., 54628.22458270106 rows/sec., 4.28 MiB/sec. 2024.05.29 21:57:32.528865 [ 3 ] {67b2078d-53c9-49ba-b5ce-90bcaa2e0e43} DynamicQueryHandler: Done processing query 2024.05.29 21:57:32.528890 [ 3 ] {67b2078d-53c9-49ba-b5ce-90bcaa2e0e43} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:57:32.528905 [ 3 ] {} HTTP-Session: da558621-2a2b-4678-9841-3fa8f3b2665a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.529023 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:32.529069 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:32.529087 [ 3 ] {} HTTP-Session: 7e011059-d49a-4c37-8c05-b201c930882e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:32.529104 [ 3 ] {} HTTP-Session: 7e011059-d49a-4c37-8c05-b201c930882e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.529118 [ 3 ] {} HTTP-Session: 7e011059-d49a-4c37-8c05-b201c930882e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.529148 [ 3 ] {} HTTP-Session: 7e011059-d49a-4c37-8c05-b201c930882e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:32.529248 [ 3 ] {22ed1ef0-6018-4242-aedd-b997eb7daa79} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:32.529290 [ 3 ] {22ed1ef0-6018-4242-aedd-b997eb7daa79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:57:32.529413 [ 3 ] {22ed1ef0-6018-4242-aedd-b997eb7daa79} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:32.529792 [ 3 ] {22ed1ef0-6018-4242-aedd-b997eb7daa79} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:32.529840 [ 3 ] {22ed1ef0-6018-4242-aedd-b997eb7daa79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:32.530179 [ 3 ] {22ed1ef0-6018-4242-aedd-b997eb7daa79} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.29 21:57:32.530497 [ 3 ] {22ed1ef0-6018-4242-aedd-b997eb7daa79} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:32.530636 [ 3 ] {22ed1ef0-6018-4242-aedd-b997eb7daa79} executeQuery: Read 8 rows, 572.00 B in 0.001417 sec., 5645.730416372618 rows/sec., 394.21 KiB/sec. 2024.05.29 21:57:32.530804 [ 3 ] {22ed1ef0-6018-4242-aedd-b997eb7daa79} DynamicQueryHandler: Done processing query 2024.05.29 21:57:32.530830 [ 3 ] {22ed1ef0-6018-4242-aedd-b997eb7daa79} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:57:32.530845 [ 3 ] {} HTTP-Session: 7e011059-d49a-4c37-8c05-b201c930882e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.530966 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 12930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:32.531015 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:32.531034 [ 3 ] {} HTTP-Session: 7cd5dca5-4475-4ce7-b210-ce7dfa2aa0e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:32.531052 [ 3 ] {} HTTP-Session: 7cd5dca5-4475-4ce7-b210-ce7dfa2aa0e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.531065 [ 3 ] {} HTTP-Session: 7cd5dca5-4475-4ce7-b210-ce7dfa2aa0e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.531097 [ 3 ] {} HTTP-Session: 7cd5dca5-4475-4ce7-b210-ce7dfa2aa0e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:32.531213 [ 3 ] {b87e2d8c-5045-444b-83f4-c7f12da890ce} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:32.531257 [ 3 ] {b87e2d8c-5045-444b-83f4-c7f12da890ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:57:32.531385 [ 3 ] {b87e2d8c-5045-444b-83f4-c7f12da890ce} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:32.531737 [ 3 ] {b87e2d8c-5045-444b-83f4-c7f12da890ce} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:32.531772 [ 3 ] {b87e2d8c-5045-444b-83f4-c7f12da890ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:32.532079 [ 3 ] {b87e2d8c-5045-444b-83f4-c7f12da890ce} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2024.05.29 21:57:32.532386 [ 3 ] {b87e2d8c-5045-444b-83f4-c7f12da890ce} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:32.532516 [ 3 ] {b87e2d8c-5045-444b-83f4-c7f12da890ce} executeQuery: Read 76 rows, 6.09 KiB in 0.001346 sec., 56463.59583952452 rows/sec., 4.42 MiB/sec. 2024.05.29 21:57:32.532678 [ 3 ] {b87e2d8c-5045-444b-83f4-c7f12da890ce} DynamicQueryHandler: Done processing query 2024.05.29 21:57:32.532703 [ 3 ] {b87e2d8c-5045-444b-83f4-c7f12da890ce} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:57:32.532718 [ 3 ] {} HTTP-Session: 7cd5dca5-4475-4ce7-b210-ce7dfa2aa0e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.532895 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 31395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:32.532942 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:32.532961 [ 3 ] {} HTTP-Session: fd63fd48-58bf-4d82-a507-bb639fd359f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:32.532978 [ 3 ] {} HTTP-Session: fd63fd48-58bf-4d82-a507-bb639fd359f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.532991 [ 3 ] {} HTTP-Session: fd63fd48-58bf-4d82-a507-bb639fd359f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.533022 [ 3 ] {} HTTP-Session: fd63fd48-58bf-4d82-a507-bb639fd359f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:32.533163 [ 3 ] {efa302de-25f6-4e7d-b919-21e26c7151cb} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:32.533210 [ 3 ] {efa302de-25f6-4e7d-b919-21e26c7151cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:57:32.533352 [ 3 ] {efa302de-25f6-4e7d-b919-21e26c7151cb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:32.533765 [ 3 ] {efa302de-25f6-4e7d-b919-21e26c7151cb} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:32.533800 [ 3 ] {efa302de-25f6-4e7d-b919-21e26c7151cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:32.534187 [ 3 ] {efa302de-25f6-4e7d-b919-21e26c7151cb} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.05.29 21:57:32.534521 [ 3 ] {efa302de-25f6-4e7d-b919-21e26c7151cb} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:32.534653 [ 3 ] {efa302de-25f6-4e7d-b919-21e26c7151cb} executeQuery: Read 164 rows, 11.69 KiB in 0.001555 sec., 105466.23794212218 rows/sec., 7.34 MiB/sec. 2024.05.29 21:57:32.534903 [ 3 ] {efa302de-25f6-4e7d-b919-21e26c7151cb} DynamicQueryHandler: Done processing query 2024.05.29 21:57:32.534963 [ 3 ] {efa302de-25f6-4e7d-b919-21e26c7151cb} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:57:32.535022 [ 3 ] {} HTTP-Session: fd63fd48-58bf-4d82-a507-bb639fd359f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.535195 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:32.535248 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:32.535266 [ 3 ] {} HTTP-Session: 750520b0-955c-45b6-a73f-888da0215cb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:32.535284 [ 3 ] {} HTTP-Session: 750520b0-955c-45b6-a73f-888da0215cb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.535297 [ 3 ] {} HTTP-Session: 750520b0-955c-45b6-a73f-888da0215cb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.535329 [ 3 ] {} HTTP-Session: 750520b0-955c-45b6-a73f-888da0215cb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:32.535477 [ 3 ] {e7916df6-3c5d-4091-8573-cbbfedd7d62f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:32.535528 [ 3 ] {e7916df6-3c5d-4091-8573-cbbfedd7d62f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:57:32.535699 [ 3 ] {e7916df6-3c5d-4091-8573-cbbfedd7d62f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:32.536025 [ 3 ] {e7916df6-3c5d-4091-8573-cbbfedd7d62f} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:32.536060 [ 3 ] {e7916df6-3c5d-4091-8573-cbbfedd7d62f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:32.536443 [ 3 ] {e7916df6-3c5d-4091-8573-cbbfedd7d62f} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2024.05.29 21:57:32.536794 [ 3 ] {e7916df6-3c5d-4091-8573-cbbfedd7d62f} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:32.536939 [ 3 ] {e7916df6-3c5d-4091-8573-cbbfedd7d62f} executeQuery: Read 4 rows, 5.53 KiB in 0.001533 sec., 2609.262883235486 rows/sec., 3.52 MiB/sec. 2024.05.29 21:57:32.537142 [ 3 ] {e7916df6-3c5d-4091-8573-cbbfedd7d62f} DynamicQueryHandler: Done processing query 2024.05.29 21:57:32.537167 [ 3 ] {e7916df6-3c5d-4091-8573-cbbfedd7d62f} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:57:32.537183 [ 3 ] {} HTTP-Session: 750520b0-955c-45b6-a73f-888da0215cb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.537308 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:32.537358 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:32.537376 [ 3 ] {} HTTP-Session: a0a082e1-0ab3-4e9a-8ed4-0f439896e995 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:32.537392 [ 3 ] {} HTTP-Session: a0a082e1-0ab3-4e9a-8ed4-0f439896e995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.537406 [ 3 ] {} HTTP-Session: a0a082e1-0ab3-4e9a-8ed4-0f439896e995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:32.537436 [ 3 ] {} HTTP-Session: a0a082e1-0ab3-4e9a-8ed4-0f439896e995 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:32.537550 [ 3 ] {d1d699c6-fb70-4389-91b5-bb8ef42968eb} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:32.537593 [ 3 ] {d1d699c6-fb70-4389-91b5-bb8ef42968eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:57:32.537728 [ 3 ] {d1d699c6-fb70-4389-91b5-bb8ef42968eb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:32.538026 [ 3 ] {d1d699c6-fb70-4389-91b5-bb8ef42968eb} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:32.538061 [ 3 ] {d1d699c6-fb70-4389-91b5-bb8ef42968eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:32.538408 [ 3 ] {d1d699c6-fb70-4389-91b5-bb8ef42968eb} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.05.29 21:57:32.538733 [ 3 ] {d1d699c6-fb70-4389-91b5-bb8ef42968eb} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:32.538881 [ 3 ] {d1d699c6-fb70-4389-91b5-bb8ef42968eb} executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. 2024.05.29 21:57:32.539050 [ 3 ] {d1d699c6-fb70-4389-91b5-bb8ef42968eb} DynamicQueryHandler: Done processing query 2024.05.29 21:57:32.539074 [ 3 ] {d1d699c6-fb70-4389-91b5-bb8ef42968eb} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:57:32.539090 [ 3 ] {} HTTP-Session: a0a082e1-0ab3-4e9a-8ed4-0f439896e995 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.524356 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:37.524495 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:37.524524 [ 3 ] {} HTTP-Session: bc8267cf-15ef-483a-b32f-37f7e290b500 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:37.524553 [ 3 ] {} HTTP-Session: bc8267cf-15ef-483a-b32f-37f7e290b500 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.524570 [ 3 ] {} HTTP-Session: bc8267cf-15ef-483a-b32f-37f7e290b500 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.524626 [ 3 ] {} HTTP-Session: bc8267cf-15ef-483a-b32f-37f7e290b500 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:37.524853 [ 3 ] {9918fb46-a71f-4832-a58b-41eee681ea6c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:37.524931 [ 3 ] {9918fb46-a71f-4832-a58b-41eee681ea6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:57:37.525156 [ 3 ] {9918fb46-a71f-4832-a58b-41eee681ea6c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:37.525617 [ 3 ] {9918fb46-a71f-4832-a58b-41eee681ea6c} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:37.525662 [ 3 ] {9918fb46-a71f-4832-a58b-41eee681ea6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:37.526046 [ 3 ] {9918fb46-a71f-4832-a58b-41eee681ea6c} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2024.05.29 21:57:37.526383 [ 3 ] {9918fb46-a71f-4832-a58b-41eee681ea6c} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:37.526564 [ 3 ] {9918fb46-a71f-4832-a58b-41eee681ea6c} executeQuery: Read 44 rows, 3.57 KiB in 0.001781 sec., 24705.221785513757 rows/sec., 1.96 MiB/sec. 2024.05.29 21:57:37.526789 [ 3 ] {9918fb46-a71f-4832-a58b-41eee681ea6c} DynamicQueryHandler: Done processing query 2024.05.29 21:57:37.526816 [ 3 ] {9918fb46-a71f-4832-a58b-41eee681ea6c} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:57:37.526832 [ 3 ] {} HTTP-Session: bc8267cf-15ef-483a-b32f-37f7e290b500 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.526989 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:37.527047 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:37.527066 [ 3 ] {} HTTP-Session: 703a4e63-aec3-4069-b780-7e9065081ec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:37.527084 [ 3 ] {} HTTP-Session: 703a4e63-aec3-4069-b780-7e9065081ec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.527098 [ 3 ] {} HTTP-Session: 703a4e63-aec3-4069-b780-7e9065081ec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.527133 [ 3 ] {} HTTP-Session: 703a4e63-aec3-4069-b780-7e9065081ec2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:37.527238 [ 3 ] {0eabcc60-5811-4ffc-a1a5-4636a7c24db2} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:37.527285 [ 3 ] {0eabcc60-5811-4ffc-a1a5-4636a7c24db2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:57:37.527416 [ 3 ] {0eabcc60-5811-4ffc-a1a5-4636a7c24db2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:37.527711 [ 3 ] {0eabcc60-5811-4ffc-a1a5-4636a7c24db2} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:37.527748 [ 3 ] {0eabcc60-5811-4ffc-a1a5-4636a7c24db2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:37.528052 [ 3 ] {0eabcc60-5811-4ffc-a1a5-4636a7c24db2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.29 21:57:37.528373 [ 3 ] {0eabcc60-5811-4ffc-a1a5-4636a7c24db2} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:37.528547 [ 3 ] {0eabcc60-5811-4ffc-a1a5-4636a7c24db2} executeQuery: Read 4 rows, 334.00 B in 0.001323 sec., 3023.4315948601666 rows/sec., 246.54 KiB/sec. 2024.05.29 21:57:37.528725 [ 3 ] {0eabcc60-5811-4ffc-a1a5-4636a7c24db2} DynamicQueryHandler: Done processing query 2024.05.29 21:57:37.528750 [ 3 ] {0eabcc60-5811-4ffc-a1a5-4636a7c24db2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:57:37.528765 [ 3 ] {} HTTP-Session: 703a4e63-aec3-4069-b780-7e9065081ec2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.528938 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 28093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:37.528992 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:37.529011 [ 3 ] {} HTTP-Session: 601063ed-3407-47f6-afb2-433155b21e7e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:37.529027 [ 3 ] {} HTTP-Session: 601063ed-3407-47f6-afb2-433155b21e7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.529040 [ 3 ] {} HTTP-Session: 601063ed-3407-47f6-afb2-433155b21e7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.529072 [ 3 ] {} HTTP-Session: 601063ed-3407-47f6-afb2-433155b21e7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:37.529216 [ 3 ] {c050848c-459c-4658-a487-8d6bfddba3c0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:37.529261 [ 3 ] {c050848c-459c-4658-a487-8d6bfddba3c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:57:37.529388 [ 3 ] {c050848c-459c-4658-a487-8d6bfddba3c0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:37.529796 [ 3 ] {c050848c-459c-4658-a487-8d6bfddba3c0} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:37.529832 [ 3 ] {c050848c-459c-4658-a487-8d6bfddba3c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:37.530152 [ 3 ] {c050848c-459c-4658-a487-8d6bfddba3c0} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2024.05.29 21:57:37.530456 [ 3 ] {c050848c-459c-4658-a487-8d6bfddba3c0} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:37.530620 [ 3 ] {c050848c-459c-4658-a487-8d6bfddba3c0} executeQuery: Read 190 rows, 16.53 KiB in 0.00147 sec., 129251.70068027212 rows/sec., 10.98 MiB/sec. 2024.05.29 21:57:37.530873 [ 3 ] {c050848c-459c-4658-a487-8d6bfddba3c0} DynamicQueryHandler: Done processing query 2024.05.29 21:57:37.530919 [ 3 ] {c050848c-459c-4658-a487-8d6bfddba3c0} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.29 21:57:37.530987 [ 3 ] {} HTTP-Session: 601063ed-3407-47f6-afb2-433155b21e7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.531230 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:37.531369 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:37.531413 [ 3 ] {} HTTP-Session: d54ecd8d-8558-475b-95bf-032bbd16ed5b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:37.531448 [ 3 ] {} HTTP-Session: d54ecd8d-8558-475b-95bf-032bbd16ed5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.531463 [ 3 ] {} HTTP-Session: d54ecd8d-8558-475b-95bf-032bbd16ed5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.531495 [ 3 ] {} HTTP-Session: d54ecd8d-8558-475b-95bf-032bbd16ed5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:37.531594 [ 3 ] {79a8026d-804b-4a5e-8907-2adeb18221c8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:37.531638 [ 3 ] {79a8026d-804b-4a5e-8907-2adeb18221c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:57:37.531786 [ 3 ] {79a8026d-804b-4a5e-8907-2adeb18221c8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:37.532098 [ 3 ] {79a8026d-804b-4a5e-8907-2adeb18221c8} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:37.532135 [ 3 ] {79a8026d-804b-4a5e-8907-2adeb18221c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:37.532432 [ 3 ] {79a8026d-804b-4a5e-8907-2adeb18221c8} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.29 21:57:37.532743 [ 3 ] {79a8026d-804b-4a5e-8907-2adeb18221c8} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:37.532904 [ 3 ] {79a8026d-804b-4a5e-8907-2adeb18221c8} executeQuery: Read 4 rows, 286.00 B in 0.001334 sec., 2998.500749625188 rows/sec., 209.37 KiB/sec. 2024.05.29 21:57:37.533060 [ 3 ] {79a8026d-804b-4a5e-8907-2adeb18221c8} DynamicQueryHandler: Done processing query 2024.05.29 21:57:37.533084 [ 3 ] {79a8026d-804b-4a5e-8907-2adeb18221c8} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:57:37.533099 [ 3 ] {} HTTP-Session: d54ecd8d-8558-475b-95bf-032bbd16ed5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.533219 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 19027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:37.533266 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:37.533285 [ 3 ] {} HTTP-Session: 3083b37d-50bb-4cda-8541-19d50b2be30c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:37.533301 [ 3 ] {} HTTP-Session: 3083b37d-50bb-4cda-8541-19d50b2be30c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.533315 [ 3 ] {} HTTP-Session: 3083b37d-50bb-4cda-8541-19d50b2be30c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.533345 [ 3 ] {} HTTP-Session: 3083b37d-50bb-4cda-8541-19d50b2be30c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:37.533477 [ 3 ] {1dcdbfac-3bf8-419d-8ff8-fccd1c99c0cb} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:37.533520 [ 3 ] {1dcdbfac-3bf8-419d-8ff8-fccd1c99c0cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:57:37.533648 [ 3 ] {1dcdbfac-3bf8-419d-8ff8-fccd1c99c0cb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:37.533998 [ 3 ] {1dcdbfac-3bf8-419d-8ff8-fccd1c99c0cb} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:37.534033 [ 3 ] {1dcdbfac-3bf8-419d-8ff8-fccd1c99c0cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:37.534357 [ 3 ] {1dcdbfac-3bf8-419d-8ff8-fccd1c99c0cb} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2024.05.29 21:57:37.534665 [ 3 ] {1dcdbfac-3bf8-419d-8ff8-fccd1c99c0cb} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:37.534813 [ 3 ] {1dcdbfac-3bf8-419d-8ff8-fccd1c99c0cb} executeQuery: Read 112 rows, 8.96 KiB in 0.001387 sec., 80749.81975486662 rows/sec., 6.31 MiB/sec. 2024.05.29 21:57:37.534981 [ 3 ] {1dcdbfac-3bf8-419d-8ff8-fccd1c99c0cb} DynamicQueryHandler: Done processing query 2024.05.29 21:57:37.535005 [ 3 ] {1dcdbfac-3bf8-419d-8ff8-fccd1c99c0cb} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:57:37.535020 [ 3 ] {} HTTP-Session: 3083b37d-50bb-4cda-8541-19d50b2be30c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.535188 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 31014, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:37.535236 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:37.535254 [ 3 ] {} HTTP-Session: 7b76d53c-b7dc-4502-92d9-f52d9b6cd333 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:37.535271 [ 3 ] {} HTTP-Session: 7b76d53c-b7dc-4502-92d9-f52d9b6cd333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.535284 [ 3 ] {} HTTP-Session: 7b76d53c-b7dc-4502-92d9-f52d9b6cd333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.535314 [ 3 ] {} HTTP-Session: 7b76d53c-b7dc-4502-92d9-f52d9b6cd333 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:37.535460 [ 3 ] {09aed5f7-77e0-4a8c-9b43-5e4035ddaebe} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:37.535507 [ 3 ] {09aed5f7-77e0-4a8c-9b43-5e4035ddaebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:57:37.535652 [ 3 ] {09aed5f7-77e0-4a8c-9b43-5e4035ddaebe} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:37.536024 [ 3 ] {09aed5f7-77e0-4a8c-9b43-5e4035ddaebe} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:37.536059 [ 3 ] {09aed5f7-77e0-4a8c-9b43-5e4035ddaebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:37.536446 [ 3 ] {09aed5f7-77e0-4a8c-9b43-5e4035ddaebe} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.05.29 21:57:37.536779 [ 3 ] {09aed5f7-77e0-4a8c-9b43-5e4035ddaebe} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:37.536931 [ 3 ] {09aed5f7-77e0-4a8c-9b43-5e4035ddaebe} executeQuery: Read 162 rows, 11.55 KiB in 0.00154 sec., 105194.8051948052 rows/sec., 7.33 MiB/sec. 2024.05.29 21:57:37.537185 [ 3 ] {09aed5f7-77e0-4a8c-9b43-5e4035ddaebe} DynamicQueryHandler: Done processing query 2024.05.29 21:57:37.537237 [ 3 ] {09aed5f7-77e0-4a8c-9b43-5e4035ddaebe} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:57:37.537284 [ 3 ] {} HTTP-Session: 7b76d53c-b7dc-4502-92d9-f52d9b6cd333 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.537499 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 47088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:37.537561 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:37.537582 [ 3 ] {} HTTP-Session: 7ea96834-24e4-43ba-b023-a9dd3ccace68 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:37.537598 [ 3 ] {} HTTP-Session: 7ea96834-24e4-43ba-b023-a9dd3ccace68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.537612 [ 3 ] {} HTTP-Session: 7ea96834-24e4-43ba-b023-a9dd3ccace68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.537645 [ 3 ] {} HTTP-Session: 7ea96834-24e4-43ba-b023-a9dd3ccace68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:37.537977 [ 3 ] {f57e322d-2902-4ea0-9023-23b7d76522f6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:37.538030 [ 3 ] {f57e322d-2902-4ea0-9023-23b7d76522f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:57:37.538209 [ 3 ] {f57e322d-2902-4ea0-9023-23b7d76522f6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:37.538729 [ 3 ] {f57e322d-2902-4ea0-9023-23b7d76522f6} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:37.538765 [ 3 ] {f57e322d-2902-4ea0-9023-23b7d76522f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:37.539196 [ 3 ] {f57e322d-2902-4ea0-9023-23b7d76522f6} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2024.05.29 21:57:37.539529 [ 3 ] {f57e322d-2902-4ea0-9023-23b7d76522f6} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:37.539711 [ 3 ] {f57e322d-2902-4ea0-9023-23b7d76522f6} executeQuery: Read 44 rows, 60.80 KiB in 0.001963 sec., 22414.67142129394 rows/sec., 30.25 MiB/sec. 2024.05.29 21:57:37.539880 [ 3 ] {f57e322d-2902-4ea0-9023-23b7d76522f6} DynamicQueryHandler: Done processing query 2024.05.29 21:57:37.539904 [ 3 ] {f57e322d-2902-4ea0-9023-23b7d76522f6} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.05.29 21:57:37.539919 [ 3 ] {} HTTP-Session: 7ea96834-24e4-43ba-b023-a9dd3ccace68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.540045 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:37.540093 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:37.540112 [ 3 ] {} HTTP-Session: 1c8abbe6-559d-4ab0-bd9e-593eeb0a6461 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:37.540128 [ 3 ] {} HTTP-Session: 1c8abbe6-559d-4ab0-bd9e-593eeb0a6461 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.540141 [ 3 ] {} HTTP-Session: 1c8abbe6-559d-4ab0-bd9e-593eeb0a6461 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:37.540171 [ 3 ] {} HTTP-Session: 1c8abbe6-559d-4ab0-bd9e-593eeb0a6461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:37.540281 [ 3 ] {64bc8214-1550-4e1b-85be-28f762867e18} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:37.540324 [ 3 ] {64bc8214-1550-4e1b-85be-28f762867e18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:57:37.540451 [ 3 ] {64bc8214-1550-4e1b-85be-28f762867e18} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:37.540725 [ 3 ] {64bc8214-1550-4e1b-85be-28f762867e18} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:37.540761 [ 3 ] {64bc8214-1550-4e1b-85be-28f762867e18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2024.05.29 21:57:37.541110 [ 3 ] {64bc8214-1550-4e1b-85be-28f762867e18} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.05.29 21:57:37.541423 [ 3 ] {64bc8214-1550-4e1b-85be-28f762867e18} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:37.541574 [ 3 ] {64bc8214-1550-4e1b-85be-28f762867e18} executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec. 2024.05.29 21:57:37.541725 [ 3 ] {64bc8214-1550-4e1b-85be-28f762867e18} DynamicQueryHandler: Done processing query 2024.05.29 21:57:37.541749 [ 3 ] {64bc8214-1550-4e1b-85be-28f762867e18} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:57:37.541764 [ 3 ] {} HTTP-Session: 1c8abbe6-559d-4ab0-bd9e-593eeb0a6461 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.522427 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:42.522553 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:42.522577 [ 3 ] {} HTTP-Session: 6cf7f46d-2b7c-43b8-ac3b-cb030aaec989 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:42.522602 [ 3 ] {} HTTP-Session: 6cf7f46d-2b7c-43b8-ac3b-cb030aaec989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.522616 [ 3 ] {} HTTP-Session: 6cf7f46d-2b7c-43b8-ac3b-cb030aaec989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.522665 [ 3 ] {} HTTP-Session: 6cf7f46d-2b7c-43b8-ac3b-cb030aaec989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:42.522841 [ 3 ] {973e1860-99ff-47d1-ac55-4cd0aedf930c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:42.522909 [ 3 ] {973e1860-99ff-47d1-ac55-4cd0aedf930c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:57:42.523106 [ 3 ] {973e1860-99ff-47d1-ac55-4cd0aedf930c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:42.523504 [ 3 ] {973e1860-99ff-47d1-ac55-4cd0aedf930c} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:42.523547 [ 3 ] {973e1860-99ff-47d1-ac55-4cd0aedf930c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:42.523916 [ 3 ] {973e1860-99ff-47d1-ac55-4cd0aedf930c} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2024.05.29 21:57:42.524274 [ 3 ] {973e1860-99ff-47d1-ac55-4cd0aedf930c} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:42.524444 [ 3 ] {973e1860-99ff-47d1-ac55-4cd0aedf930c} executeQuery: Read 4 rows, 332.00 B in 0.001653 sec., 2419.8427102238356 rows/sec., 196.14 KiB/sec. 2024.05.29 21:57:42.524649 [ 3 ] {973e1860-99ff-47d1-ac55-4cd0aedf930c} DynamicQueryHandler: Done processing query 2024.05.29 21:57:42.524678 [ 3 ] {973e1860-99ff-47d1-ac55-4cd0aedf930c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:57:42.524695 [ 3 ] {} HTTP-Session: 6cf7f46d-2b7c-43b8-ac3b-cb030aaec989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.524826 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:42.524874 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:42.524893 [ 3 ] {} HTTP-Session: 7054ec2a-7b8d-440c-82f6-c9821ee92e32 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:42.524909 [ 3 ] {} HTTP-Session: 7054ec2a-7b8d-440c-82f6-c9821ee92e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.524923 [ 3 ] {} HTTP-Session: 7054ec2a-7b8d-440c-82f6-c9821ee92e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.524954 [ 3 ] {} HTTP-Session: 7054ec2a-7b8d-440c-82f6-c9821ee92e32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:42.525069 [ 3 ] {36ffb92c-1f33-44bb-a193-3a29668e0c84} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:42.525113 [ 3 ] {36ffb92c-1f33-44bb-a193-3a29668e0c84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:57:42.525238 [ 3 ] {36ffb92c-1f33-44bb-a193-3a29668e0c84} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:42.525578 [ 3 ] {36ffb92c-1f33-44bb-a193-3a29668e0c84} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:42.525616 [ 3 ] {36ffb92c-1f33-44bb-a193-3a29668e0c84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:42.525935 [ 3 ] {36ffb92c-1f33-44bb-a193-3a29668e0c84} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2024.05.29 21:57:42.526240 [ 3 ] {36ffb92c-1f33-44bb-a193-3a29668e0c84} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:42.526387 [ 3 ] {36ffb92c-1f33-44bb-a193-3a29668e0c84} executeQuery: Read 68 rows, 5.48 KiB in 0.001358 sec., 50073.63770250368 rows/sec., 3.94 MiB/sec. 2024.05.29 21:57:42.526544 [ 3 ] {36ffb92c-1f33-44bb-a193-3a29668e0c84} DynamicQueryHandler: Done processing query 2024.05.29 21:57:42.526569 [ 3 ] {36ffb92c-1f33-44bb-a193-3a29668e0c84} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:57:42.526584 [ 3 ] {} HTTP-Session: 7054ec2a-7b8d-440c-82f6-c9821ee92e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.526744 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:42.526790 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:42.526809 [ 3 ] {} HTTP-Session: 664c1738-dee5-4691-b09d-7262f5dc50c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:42.526826 [ 3 ] {} HTTP-Session: 664c1738-dee5-4691-b09d-7262f5dc50c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.526840 [ 3 ] {} HTTP-Session: 664c1738-dee5-4691-b09d-7262f5dc50c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.526870 [ 3 ] {} HTTP-Session: 664c1738-dee5-4691-b09d-7262f5dc50c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:42.526988 [ 3 ] {e5ebdf7a-e050-4685-987e-ce072617b4df} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:42.527031 [ 3 ] {e5ebdf7a-e050-4685-987e-ce072617b4df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:57:42.527155 [ 3 ] {e5ebdf7a-e050-4685-987e-ce072617b4df} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:42.527470 [ 3 ] {e5ebdf7a-e050-4685-987e-ce072617b4df} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:42.527507 [ 3 ] {e5ebdf7a-e050-4685-987e-ce072617b4df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:42.527820 [ 3 ] {e5ebdf7a-e050-4685-987e-ce072617b4df} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2024.05.29 21:57:42.528118 [ 3 ] {e5ebdf7a-e050-4685-987e-ce072617b4df} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:42.528269 [ 3 ] {e5ebdf7a-e050-4685-987e-ce072617b4df} executeQuery: Read 68 rows, 5.44 KiB in 0.001321 sec., 51476.15442846329 rows/sec., 4.02 MiB/sec. 2024.05.29 21:57:42.528460 [ 3 ] {e5ebdf7a-e050-4685-987e-ce072617b4df} DynamicQueryHandler: Done processing query 2024.05.29 21:57:42.528497 [ 3 ] {e5ebdf7a-e050-4685-987e-ce072617b4df} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:57:42.528531 [ 3 ] {} HTTP-Session: 664c1738-dee5-4691-b09d-7262f5dc50c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.528730 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:42.528779 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:42.528798 [ 3 ] {} HTTP-Session: cef650b2-5d0f-468a-a4f6-8484a0c5f98d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:42.528814 [ 3 ] {} HTTP-Session: cef650b2-5d0f-468a-a4f6-8484a0c5f98d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.528827 [ 3 ] {} HTTP-Session: cef650b2-5d0f-468a-a4f6-8484a0c5f98d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.528858 [ 3 ] {} HTTP-Session: cef650b2-5d0f-468a-a4f6-8484a0c5f98d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:42.528997 [ 3 ] {061a39a9-3353-4f2e-a679-c79a61d32083} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:42.529045 [ 3 ] {061a39a9-3353-4f2e-a679-c79a61d32083} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:57:42.529190 [ 3 ] {061a39a9-3353-4f2e-a679-c79a61d32083} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:42.529561 [ 3 ] {061a39a9-3353-4f2e-a679-c79a61d32083} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:42.529599 [ 3 ] {061a39a9-3353-4f2e-a679-c79a61d32083} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:42.529989 [ 3 ] {061a39a9-3353-4f2e-a679-c79a61d32083} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.05.29 21:57:42.530342 [ 3 ] {061a39a9-3353-4f2e-a679-c79a61d32083} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:42.530501 [ 3 ] {061a39a9-3353-4f2e-a679-c79a61d32083} executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. 2024.05.29 21:57:42.530776 [ 3 ] {061a39a9-3353-4f2e-a679-c79a61d32083} DynamicQueryHandler: Done processing query 2024.05.29 21:57:42.530822 [ 3 ] {061a39a9-3353-4f2e-a679-c79a61d32083} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:57:42.530884 [ 3 ] {} HTTP-Session: cef650b2-5d0f-468a-a4f6-8484a0c5f98d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.531111 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:42.531248 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:42.531321 [ 3 ] {} HTTP-Session: 57369812-c939-46f1-9c4f-d125902b5621 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:42.531383 [ 3 ] {} HTTP-Session: 57369812-c939-46f1-9c4f-d125902b5621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.531430 [ 3 ] {} HTTP-Session: 57369812-c939-46f1-9c4f-d125902b5621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.531501 [ 3 ] {} HTTP-Session: 57369812-c939-46f1-9c4f-d125902b5621 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:42.531628 [ 3 ] {f5679ac0-0a14-4b12-bdd9-e729a19e0fca} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:42.531677 [ 3 ] {f5679ac0-0a14-4b12-bdd9-e729a19e0fca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:57:42.531854 [ 3 ] {f5679ac0-0a14-4b12-bdd9-e729a19e0fca} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:42.532141 [ 3 ] {f5679ac0-0a14-4b12-bdd9-e729a19e0fca} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:42.532177 [ 3 ] {f5679ac0-0a14-4b12-bdd9-e729a19e0fca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:42.532550 [ 3 ] {f5679ac0-0a14-4b12-bdd9-e729a19e0fca} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2024.05.29 21:57:42.532875 [ 3 ] {f5679ac0-0a14-4b12-bdd9-e729a19e0fca} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:42.533023 [ 3 ] {f5679ac0-0a14-4b12-bdd9-e729a19e0fca} executeQuery: Read 4 rows, 5.53 KiB in 0.001435 sec., 2787.456445993031 rows/sec., 3.76 MiB/sec. 2024.05.29 21:57:42.533174 [ 3 ] {f5679ac0-0a14-4b12-bdd9-e729a19e0fca} DynamicQueryHandler: Done processing query 2024.05.29 21:57:42.533198 [ 3 ] {f5679ac0-0a14-4b12-bdd9-e729a19e0fca} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:57:42.533213 [ 3 ] {} HTTP-Session: 57369812-c939-46f1-9c4f-d125902b5621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.533329 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:42.533374 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:42.533393 [ 3 ] {} HTTP-Session: d23ca1ff-1379-4f5a-9b13-3e7b75b5d3ee Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:42.533408 [ 3 ] {} HTTP-Session: d23ca1ff-1379-4f5a-9b13-3e7b75b5d3ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.533422 [ 3 ] {} HTTP-Session: d23ca1ff-1379-4f5a-9b13-3e7b75b5d3ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:42.533452 [ 3 ] {} HTTP-Session: d23ca1ff-1379-4f5a-9b13-3e7b75b5d3ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:42.533562 [ 3 ] {1712de82-b1e0-499f-b4ee-660fc0a29129} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:42.533606 [ 3 ] {1712de82-b1e0-499f-b4ee-660fc0a29129} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:57:42.533729 [ 3 ] {1712de82-b1e0-499f-b4ee-660fc0a29129} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:42.533979 [ 3 ] {1712de82-b1e0-499f-b4ee-660fc0a29129} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:42.534015 [ 3 ] {1712de82-b1e0-499f-b4ee-660fc0a29129} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:42.534363 [ 3 ] {1712de82-b1e0-499f-b4ee-660fc0a29129} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.05.29 21:57:42.534678 [ 3 ] {1712de82-b1e0-499f-b4ee-660fc0a29129} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:42.534837 [ 3 ] {1712de82-b1e0-499f-b4ee-660fc0a29129} executeQuery: Read 60 rows, 4.14 KiB in 0.001304 sec., 46012.26993865031 rows/sec., 3.10 MiB/sec. 2024.05.29 21:57:42.535009 [ 3 ] {1712de82-b1e0-499f-b4ee-660fc0a29129} DynamicQueryHandler: Done processing query 2024.05.29 21:57:42.535046 [ 3 ] {1712de82-b1e0-499f-b4ee-660fc0a29129} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:57:42.535078 [ 3 ] {} HTTP-Session: d23ca1ff-1379-4f5a-9b13-3e7b75b5d3ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:45.785793 [ 94 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:57:45.785887 [ 94 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:57:47.524029 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:47.524149 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:47.524177 [ 3 ] {} HTTP-Session: 300cbfd3-143c-40dc-8515-b24e7d6ce79f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:47.524205 [ 3 ] {} HTTP-Session: 300cbfd3-143c-40dc-8515-b24e7d6ce79f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.524223 [ 3 ] {} HTTP-Session: 300cbfd3-143c-40dc-8515-b24e7d6ce79f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.524279 [ 3 ] {} HTTP-Session: 300cbfd3-143c-40dc-8515-b24e7d6ce79f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:47.524491 [ 3 ] {b0ebd192-1c5a-4f01-a07d-094c47735caf} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:47.524561 [ 3 ] {b0ebd192-1c5a-4f01-a07d-094c47735caf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:57:47.524757 [ 3 ] {b0ebd192-1c5a-4f01-a07d-094c47735caf} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:47.525133 [ 3 ] {b0ebd192-1c5a-4f01-a07d-094c47735caf} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:47.525172 [ 3 ] {b0ebd192-1c5a-4f01-a07d-094c47735caf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:47.525548 [ 3 ] {b0ebd192-1c5a-4f01-a07d-094c47735caf} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2024.05.29 21:57:47.525880 [ 3 ] {b0ebd192-1c5a-4f01-a07d-094c47735caf} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:47.526046 [ 3 ] {b0ebd192-1c5a-4f01-a07d-094c47735caf} executeQuery: Read 44 rows, 3.57 KiB in 0.001624 sec., 27093.5960591133 rows/sec., 2.14 MiB/sec. 2024.05.29 21:57:47.526236 [ 3 ] {b0ebd192-1c5a-4f01-a07d-094c47735caf} DynamicQueryHandler: Done processing query 2024.05.29 21:57:47.526262 [ 3 ] {b0ebd192-1c5a-4f01-a07d-094c47735caf} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:57:47.526278 [ 3 ] {} HTTP-Session: 300cbfd3-143c-40dc-8515-b24e7d6ce79f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.526442 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 27826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:47.526491 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:47.526510 [ 3 ] {} HTTP-Session: 1d9b0a9b-0007-40ec-92b4-6a9d4bdbcbef Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:47.526526 [ 3 ] {} HTTP-Session: 1d9b0a9b-0007-40ec-92b4-6a9d4bdbcbef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.526540 [ 3 ] {} HTTP-Session: 1d9b0a9b-0007-40ec-92b4-6a9d4bdbcbef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.526571 [ 3 ] {} HTTP-Session: 1d9b0a9b-0007-40ec-92b4-6a9d4bdbcbef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:47.526721 [ 3 ] {c14d27a6-5673-4182-ac66-534dcfcbb0f4} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:47.526766 [ 3 ] {c14d27a6-5673-4182-ac66-534dcfcbb0f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:57:47.526889 [ 3 ] {c14d27a6-5673-4182-ac66-534dcfcbb0f4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:47.527283 [ 3 ] {c14d27a6-5673-4182-ac66-534dcfcbb0f4} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:47.527320 [ 3 ] {c14d27a6-5673-4182-ac66-534dcfcbb0f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:47.527639 [ 3 ] {c14d27a6-5673-4182-ac66-534dcfcbb0f4} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2024.05.29 21:57:47.527941 [ 3 ] {c14d27a6-5673-4182-ac66-534dcfcbb0f4} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:47.528101 [ 3 ] {c14d27a6-5673-4182-ac66-534dcfcbb0f4} executeQuery: Read 188 rows, 16.39 KiB in 0.001446 sec., 130013.83125864454 rows/sec., 11.07 MiB/sec. 2024.05.29 21:57:47.528100 [ 93 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2024.05.29 21:57:47.528220 [ 93 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:47.528258 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:47.528344 [ 3 ] {c14d27a6-5673-4182-ac66-534dcfcbb0f4} DynamicQueryHandler: Done processing query 2024.05.29 21:57:47.528384 [ 3 ] {c14d27a6-5673-4182-ac66-534dcfcbb0f4} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.29 21:57:47.528405 [ 3 ] {} HTTP-Session: 1d9b0a9b-0007-40ec-92b4-6a9d4bdbcbef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.528405 [ 194 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2024.05.29 21:57:47.528537 [ 194 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:47.528544 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:47.528573 [ 194 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 243 rows starting from the beginning of the part 2024.05.29 21:57:47.528608 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:47.528643 [ 3 ] {} HTTP-Session: 9dd2786d-b05d-4a9a-9d4f-060a691c1bcb Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:47.528702 [ 3 ] {} HTTP-Session: 9dd2786d-b05d-4a9a-9d4f-060a691c1bcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.528703 [ 194 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 225 rows starting from the beginning of the part 2024.05.29 21:57:47.528736 [ 3 ] {} HTTP-Session: 9dd2786d-b05d-4a9a-9d4f-060a691c1bcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.528813 [ 3 ] {} HTTP-Session: 9dd2786d-b05d-4a9a-9d4f-060a691c1bcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:47.528828 [ 194 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 72 rows starting from the beginning of the part 2024.05.29 21:57:47.529154 [ 194 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 190 rows starting from the beginning of the part 2024.05.29 21:57:47.529161 [ 3 ] {15b31f2e-f0b9-4af4-8bf7-b2d6187f5608} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:47.529435 [ 3 ] {15b31f2e-f0b9-4af4-8bf7-b2d6187f5608} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:57:47.529637 [ 194 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 68 rows starting from the beginning of the part 2024.05.29 21:57:47.530056 [ 194 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 188 rows starting from the beginning of the part 2024.05.29 21:57:47.530601 [ 3 ] {15b31f2e-f0b9-4af4-8bf7-b2d6187f5608} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:47.531074 [ 3 ] {15b31f2e-f0b9-4af4-8bf7-b2d6187f5608} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:47.531119 [ 3 ] {15b31f2e-f0b9-4af4-8bf7-b2d6187f5608} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:47.531604 [ 3 ] {15b31f2e-f0b9-4af4-8bf7-b2d6187f5608} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2024.05.29 21:57:47.532026 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 986 rows, containing 4 columns (4 merged, 0 gathered) in 0.003673136 sec., 268435.47312160506 rows/sec., 22.38 MiB/sec. 2024.05.29 21:57:47.532150 [ 3 ] {15b31f2e-f0b9-4af4-8bf7-b2d6187f5608} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:47.532320 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2024.05.29 21:57:47.532403 [ 3 ] {15b31f2e-f0b9-4af4-8bf7-b2d6187f5608} executeQuery: Read 108 rows, 8.64 KiB in 0.003364 sec., 32104.63733650416 rows/sec., 2.51 MiB/sec. 2024.05.29 21:57:47.532501 [ 93 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2024.05.29 21:57:47.532739 [ 93 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:47.532859 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:47.532921 [ 3 ] {15b31f2e-f0b9-4af4-8bf7-b2d6187f5608} DynamicQueryHandler: Done processing query 2024.05.29 21:57:47.533034 [ 3 ] {15b31f2e-f0b9-4af4-8bf7-b2d6187f5608} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.29 21:57:47.533156 [ 3 ] {} HTTP-Session: 9dd2786d-b05d-4a9a-9d4f-060a691c1bcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.533392 [ 186 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2024.05.29 21:57:47.533420 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:47.533529 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:47.533592 [ 3 ] {} HTTP-Session: 284f4533-1bdd-477b-93c0-65efe8cd7686 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:47.533654 [ 3 ] {} HTTP-Session: 284f4533-1bdd-477b-93c0-65efe8cd7686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.533701 [ 3 ] {} HTTP-Session: 284f4533-1bdd-477b-93c0-65efe8cd7686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.533754 [ 186 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:47.533790 [ 3 ] {} HTTP-Session: 284f4533-1bdd-477b-93c0-65efe8cd7686 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:47.533831 [ 186 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 171 rows starting from the beginning of the part 2024.05.29 21:57:47.533846 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_81_16} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:47.534149 [ 186 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 134 rows starting from the beginning of the part 2024.05.29 21:57:47.534205 [ 3 ] {0dc50f87-1128-4e2e-a419-c91240eb23a9} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:47.534295 [ 200 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_81_16} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2024.05.29 21:57:47.534514 [ 3 ] {0dc50f87-1128-4e2e-a419-c91240eb23a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:57:47.534718 [ 186 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 76 rows starting from the beginning of the part 2024.05.29 21:57:47.534799 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2024.05.29 21:57:47.535137 [ 186 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 112 rows starting from the beginning of the part 2024.05.29 21:57:47.535399 [ 186 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 68 rows starting from the beginning of the part 2024.05.29 21:57:47.535727 [ 186 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 108 rows starting from the beginning of the part 2024.05.29 21:57:47.536167 [ 3 ] {0dc50f87-1128-4e2e-a419-c91240eb23a9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:47.536726 [ 3 ] {0dc50f87-1128-4e2e-a419-c91240eb23a9} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:47.536774 [ 3 ] {0dc50f87-1128-4e2e-a419-c91240eb23a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:47.537331 [ 3 ] {0dc50f87-1128-4e2e-a419-c91240eb23a9} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.05.29 21:57:47.537455 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 669 rows, containing 4 columns (4 merged, 0 gathered) in 0.004350475 sec., 153776.31178204677 rows/sec., 12.01 MiB/sec. 2024.05.29 21:57:47.537890 [ 3 ] {0dc50f87-1128-4e2e-a419-c91240eb23a9} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:47.537890 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2024.05.29 21:57:47.538236 [ 93 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.05.29 21:57:47.538255 [ 3 ] {0dc50f87-1128-4e2e-a419-c91240eb23a9} executeQuery: Read 160 rows, 11.41 KiB in 0.004264 sec., 37523.4521575985 rows/sec., 2.61 MiB/sec. 2024.05.29 21:57:47.538346 [ 93 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:47.538475 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:47.538973 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2024.05.29 21:57:47.539257 [ 3 ] {0dc50f87-1128-4e2e-a419-c91240eb23a9} DynamicQueryHandler: Done processing query 2024.05.29 21:57:47.539371 [ 3 ] {0dc50f87-1128-4e2e-a419-c91240eb23a9} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:57:47.539465 [ 3 ] {} HTTP-Session: 284f4533-1bdd-477b-93c0-65efe8cd7686 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.539541 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:47.539577 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_81_16} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:47.539617 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_76_15} MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 11998 rows starting from the beginning of the part 2024.05.29 21:57:47.539823 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_81_16} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2024.05.29 21:57:47.539839 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 47088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:47.539935 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 197 rows starting from the beginning of the part 2024.05.29 21:57:47.540093 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:47.540144 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.29 21:57:47.540273 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 164 rows starting from the beginning of the part 2024.05.29 21:57:47.540308 [ 3 ] {} HTTP-Session: cfe54af3-0d4f-45b2-b48b-c96358a946fc Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:47.540442 [ 3 ] {} HTTP-Session: cfe54af3-0d4f-45b2-b48b-c96358a946fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.540603 [ 3 ] {} HTTP-Session: cfe54af3-0d4f-45b2-b48b-c96358a946fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.540631 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 162 rows starting from the beginning of the part 2024.05.29 21:57:47.540930 [ 3 ] {} HTTP-Session: cfe54af3-0d4f-45b2-b48b-c96358a946fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:47.541035 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2024.05.29 21:57:47.541357 [ 188 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2024.05.29 21:57:47.541695 [ 3 ] {c8dfa9b6-fad6-4d3d-8203-ca483441ed83} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:47.541788 [ 3 ] {c8dfa9b6-fad6-4d3d-8203-ca483441ed83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:57:47.542442 [ 3 ] {c8dfa9b6-fad6-4d3d-8203-ca483441ed83} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:47.543090 [ 3 ] {c8dfa9b6-fad6-4d3d-8203-ca483441ed83} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:47.543144 [ 3 ] {c8dfa9b6-fad6-4d3d-8203-ca483441ed83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:47.544424 [ 3 ] {c8dfa9b6-fad6-4d3d-8203-ca483441ed83} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2024.05.29 21:57:47.544851 [ 3 ] {c8dfa9b6-fad6-4d3d-8203-ca483441ed83} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:47.545030 [ 3 ] {c8dfa9b6-fad6-4d3d-8203-ca483441ed83} executeQuery: Read 44 rows, 60.80 KiB in 0.003679 sec., 11959.771677086164 rows/sec., 16.14 MiB/sec. 2024.05.29 21:57:47.545306 [ 3 ] {c8dfa9b6-fad6-4d3d-8203-ca483441ed83} DynamicQueryHandler: Done processing query 2024.05.29 21:57:47.545353 [ 3 ] {c8dfa9b6-fad6-4d3d-8203-ca483441ed83} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.05.29 21:57:47.545430 [ 3 ] {} HTTP-Session: cfe54af3-0d4f-45b2-b48b-c96358a946fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.545577 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:47.545627 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:47.545647 [ 3 ] {} HTTP-Session: 119b1bff-bf47-4f49-903a-980a7a0dbc1b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:47.545663 [ 3 ] {} HTTP-Session: 119b1bff-bf47-4f49-903a-980a7a0dbc1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.545677 [ 3 ] {} HTTP-Session: 119b1bff-bf47-4f49-903a-980a7a0dbc1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.545712 [ 3 ] {} HTTP-Session: 119b1bff-bf47-4f49-903a-980a7a0dbc1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:47.545844 [ 3 ] {64b83f10-4861-46b9-a7a7-2e51c872c349} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:47.545895 [ 3 ] {64b83f10-4861-46b9-a7a7-2e51c872c349} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:57:47.546078 [ 3 ] {64b83f10-4861-46b9-a7a7-2e51c872c349} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:47.546446 [ 3 ] {64b83f10-4861-46b9-a7a7-2e51c872c349} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:47.546483 [ 3 ] {64b83f10-4861-46b9-a7a7-2e51c872c349} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:47.547227 [ 191 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 12841 rows, containing 5 columns (5 merged, 0 gathered) in 0.008555567 sec., 1500894.0962065987 rows/sec., 104.60 MiB/sec. 2024.05.29 21:57:47.547276 [ 3 ] {64b83f10-4861-46b9-a7a7-2e51c872c349} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.05.29 21:57:47.547729 [ 3 ] {64b83f10-4861-46b9-a7a7-2e51c872c349} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:47.547858 [ 191 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.05.29 21:57:47.547941 [ 93 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.05.29 21:57:47.547993 [ 3 ] {64b83f10-4861-46b9-a7a7-2e51c872c349} executeQuery: Read 60 rows, 4.14 KiB in 0.00218 sec., 27522.93577981651 rows/sec., 1.85 MiB/sec. 2024.05.29 21:57:47.548032 [ 93 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:47.548111 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:47.548542 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2024.05.29 21:57:47.548743 [ 3 ] {64b83f10-4861-46b9-a7a7-2e51c872c349} DynamicQueryHandler: Done processing query 2024.05.29 21:57:47.548837 [ 3 ] {64b83f10-4861-46b9-a7a7-2e51c872c349} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:57:47.548934 [ 3 ] {} HTTP-Session: 119b1bff-bf47-4f49-903a-980a7a0dbc1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:47.549057 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:47.549117 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4212 rows starting from the beginning of the part 2024.05.29 21:57:47.549264 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2024.05.29 21:57:47.549296 [ 191 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_76_15} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:47.549627 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2024.05.29 21:57:47.549688 [ 191 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_76_15} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.05.29 21:57:47.549848 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2024.05.29 21:57:47.549993 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.61 MiB. 2024.05.29 21:57:47.550188 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2024.05.29 21:57:47.550334 [ 199 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2024.05.29 21:57:47.552265 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4512 rows, containing 4 columns (4 merged, 0 gathered) in 0.00400011 sec., 1127968.9808530265 rows/sec., 76.03 MiB/sec. 2024.05.29 21:57:47.552919 [ 197 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.05.29 21:57:47.553599 [ 197 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_76_15} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:47.553680 [ 197 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_76_15} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.05.29 21:57:47.553767 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2024.05.29 21:57:48.495586 [ 92 ] {} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2024.05.29 21:57:48.495683 [ 92 ] {} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:48.495728 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:48.496017 [ 199 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2024.05.29 21:57:48.496241 [ 199 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:48.496277 [ 199 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 14 rows starting from the beginning of the part 2024.05.29 21:57:48.496353 [ 199 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:48.496622 [ 199 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2024.05.29 21:57:48.496783 [ 199 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2024.05.29 21:57:48.496940 [ 199 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:48.497961 [ 190 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002113136 sec., 15143.369854093633 rows/sec., 1.21 MiB/sec. 2024.05.29 21:57:48.498202 [ 190 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2024.05.29 21:57:48.498760 [ 190 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_19_4} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:48.498845 [ 190 ] {c96a9768-067a-4e1b-a1ed-cf708c11d736::all_1_19_4} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2024.05.29 21:57:48.498933 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.05.29 21:57:48.504934 [ 92 ] {} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2024.05.29 21:57:48.504980 [ 92 ] {} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:48.505005 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:48.505291 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2024.05.29 21:57:48.505607 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:48.505643 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 14 rows starting from the beginning of the part 2024.05.29 21:57:48.505763 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:48.505932 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2024.05.29 21:57:48.506009 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2024.05.29 21:57:48.506187 [ 201 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:48.507152 [ 202 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002062016 sec., 15518.79325863621 rows/sec., 1.06 MiB/sec. 2024.05.29 21:57:48.507300 [ 198 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2024.05.29 21:57:48.507669 [ 198 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_19_4} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:48.507753 [ 198 ] {7dc656c4-c12c-4ba3-baca-9f40ac4a290e::all_1_19_4} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2024.05.29 21:57:48.507834 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.05.29 21:57:52.522106 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:52.522252 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:52.522280 [ 3 ] {} HTTP-Session: 5a26173c-39c7-4f19-aa6e-f055a1000687 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:52.522310 [ 3 ] {} HTTP-Session: 5a26173c-39c7-4f19-aa6e-f055a1000687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.522328 [ 3 ] {} HTTP-Session: 5a26173c-39c7-4f19-aa6e-f055a1000687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.522385 [ 3 ] {} HTTP-Session: 5a26173c-39c7-4f19-aa6e-f055a1000687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:52.522593 [ 3 ] {bc164b82-d264-4369-b01c-dda79b0af2c1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:52.522668 [ 3 ] {bc164b82-d264-4369-b01c-dda79b0af2c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:57:52.522866 [ 3 ] {bc164b82-d264-4369-b01c-dda79b0af2c1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:52.523265 [ 3 ] {bc164b82-d264-4369-b01c-dda79b0af2c1} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:52.523307 [ 3 ] {bc164b82-d264-4369-b01c-dda79b0af2c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:52.523679 [ 3 ] {bc164b82-d264-4369-b01c-dda79b0af2c1} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2024.05.29 21:57:52.524021 [ 3 ] {bc164b82-d264-4369-b01c-dda79b0af2c1} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:52.524191 [ 3 ] {bc164b82-d264-4369-b01c-dda79b0af2c1} executeQuery: Read 4 rows, 332.00 B in 0.001658 sec., 2412.5452352231605 rows/sec., 195.55 KiB/sec. 2024.05.29 21:57:52.524207 [ 88 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2024.05.29 21:57:52.524322 [ 88 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:52.524359 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:52.524482 [ 3 ] {bc164b82-d264-4369-b01c-dda79b0af2c1} DynamicQueryHandler: Done processing query 2024.05.29 21:57:52.524530 [ 3 ] {bc164b82-d264-4369-b01c-dda79b0af2c1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:57:52.524539 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2024.05.29 21:57:52.524557 [ 3 ] {} HTTP-Session: 5a26173c-39c7-4f19-aa6e-f055a1000687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.524711 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:52.524750 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:52.524771 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 48 rows starting from the beginning of the part 2024.05.29 21:57:52.524842 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:52.524923 [ 3 ] {} HTTP-Session: c8773416-c3d5-4aac-9a82-1c159bcd383e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:52.524961 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:52.524999 [ 3 ] {} HTTP-Session: c8773416-c3d5-4aac-9a82-1c159bcd383e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.525059 [ 3 ] {} HTTP-Session: c8773416-c3d5-4aac-9a82-1c159bcd383e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.525265 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 44 rows starting from the beginning of the part 2024.05.29 21:57:52.525270 [ 3 ] {} HTTP-Session: c8773416-c3d5-4aac-9a82-1c159bcd383e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:52.525635 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:52.525803 [ 3 ] {739ed182-4287-4718-873a-b01b7c194aa0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:52.525873 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 44 rows starting from the beginning of the part 2024.05.29 21:57:52.525982 [ 3 ] {739ed182-4287-4718-873a-b01b7c194aa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:57:52.526175 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:52.526912 [ 3 ] {739ed182-4287-4718-873a-b01b7c194aa0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:52.527812 [ 3 ] {739ed182-4287-4718-873a-b01b7c194aa0} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:52.527886 [ 3 ] {739ed182-4287-4718-873a-b01b7c194aa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:52.528834 [ 3 ] {739ed182-4287-4718-873a-b01b7c194aa0} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2024.05.29 21:57:52.528911 [ 192 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 4 columns (4 merged, 0 gathered) in 0.004476586 sec., 33060.90846908782 rows/sec., 2.62 MiB/sec. 2024.05.29 21:57:52.529120 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2024.05.29 21:57:52.529294 [ 3 ] {739ed182-4287-4718-873a-b01b7c194aa0} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:52.529627 [ 3 ] {739ed182-4287-4718-873a-b01b7c194aa0} executeQuery: Read 68 rows, 5.48 KiB in 0.004028 sec., 16881.827209533265 rows/sec., 1.33 MiB/sec. 2024.05.29 21:57:52.529834 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_81_16} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:52.529850 [ 3 ] {739ed182-4287-4718-873a-b01b7c194aa0} DynamicQueryHandler: Done processing query 2024.05.29 21:57:52.529881 [ 3 ] {739ed182-4287-4718-873a-b01b7c194aa0} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:57:52.529902 [ 3 ] {} HTTP-Session: c8773416-c3d5-4aac-9a82-1c159bcd383e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.529933 [ 202 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_81_16} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2024.05.29 21:57:52.530026 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.29 21:57:52.530069 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:52.530117 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:52.530135 [ 3 ] {} HTTP-Session: e51a140f-eee6-4610-929c-9f0ce220ce85 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:52.530151 [ 3 ] {} HTTP-Session: e51a140f-eee6-4610-929c-9f0ce220ce85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.530164 [ 3 ] {} HTTP-Session: e51a140f-eee6-4610-929c-9f0ce220ce85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.530195 [ 3 ] {} HTTP-Session: e51a140f-eee6-4610-929c-9f0ce220ce85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:52.530314 [ 3 ] {128d7300-86a6-4123-9dbc-1b7f6d6dacd1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:52.530356 [ 3 ] {128d7300-86a6-4123-9dbc-1b7f6d6dacd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:57:52.530488 [ 3 ] {128d7300-86a6-4123-9dbc-1b7f6d6dacd1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:52.530839 [ 3 ] {128d7300-86a6-4123-9dbc-1b7f6d6dacd1} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:52.530876 [ 3 ] {128d7300-86a6-4123-9dbc-1b7f6d6dacd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:52.531182 [ 3 ] {128d7300-86a6-4123-9dbc-1b7f6d6dacd1} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2024.05.29 21:57:52.531500 [ 3 ] {128d7300-86a6-4123-9dbc-1b7f6d6dacd1} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:52.531635 [ 3 ] {128d7300-86a6-4123-9dbc-1b7f6d6dacd1} executeQuery: Read 68 rows, 5.44 KiB in 0.001364 sec., 49853.3724340176 rows/sec., 3.89 MiB/sec. 2024.05.29 21:57:52.531831 [ 3 ] {128d7300-86a6-4123-9dbc-1b7f6d6dacd1} DynamicQueryHandler: Done processing query 2024.05.29 21:57:52.531855 [ 3 ] {128d7300-86a6-4123-9dbc-1b7f6d6dacd1} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:57:52.531871 [ 3 ] {} HTTP-Session: e51a140f-eee6-4610-929c-9f0ce220ce85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.532041 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:52.532088 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:52.532107 [ 3 ] {} HTTP-Session: 6d2b3e56-d0d8-4490-a26f-2ff6b877e335 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:52.532123 [ 3 ] {} HTTP-Session: 6d2b3e56-d0d8-4490-a26f-2ff6b877e335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.532136 [ 3 ] {} HTTP-Session: 6d2b3e56-d0d8-4490-a26f-2ff6b877e335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.532165 [ 3 ] {} HTTP-Session: 6d2b3e56-d0d8-4490-a26f-2ff6b877e335 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:52.532308 [ 3 ] {71a1e408-ac83-4c0e-82d2-e577e76fdc86} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:52.532355 [ 3 ] {71a1e408-ac83-4c0e-82d2-e577e76fdc86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:57:52.532511 [ 3 ] {71a1e408-ac83-4c0e-82d2-e577e76fdc86} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:52.532915 [ 3 ] {71a1e408-ac83-4c0e-82d2-e577e76fdc86} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:52.532951 [ 3 ] {71a1e408-ac83-4c0e-82d2-e577e76fdc86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:52.533329 [ 3 ] {71a1e408-ac83-4c0e-82d2-e577e76fdc86} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2024.05.29 21:57:52.533667 [ 3 ] {71a1e408-ac83-4c0e-82d2-e577e76fdc86} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:52.533818 [ 3 ] {71a1e408-ac83-4c0e-82d2-e577e76fdc86} executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec. 2024.05.29 21:57:52.534099 [ 3 ] {71a1e408-ac83-4c0e-82d2-e577e76fdc86} DynamicQueryHandler: Done processing query 2024.05.29 21:57:52.534164 [ 3 ] {71a1e408-ac83-4c0e-82d2-e577e76fdc86} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:57:52.534221 [ 3 ] {} HTTP-Session: 6d2b3e56-d0d8-4490-a26f-2ff6b877e335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.534393 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:52.534442 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:52.534460 [ 3 ] {} HTTP-Session: 58ed854f-9325-4920-899b-33cebc569ceb Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:52.534476 [ 3 ] {} HTTP-Session: 58ed854f-9325-4920-899b-33cebc569ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.534490 [ 3 ] {} HTTP-Session: 58ed854f-9325-4920-899b-33cebc569ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.534521 [ 3 ] {} HTTP-Session: 58ed854f-9325-4920-899b-33cebc569ceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:52.534648 [ 3 ] {1bb8a88d-1a55-4cac-955b-2380282be5c2} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:52.534697 [ 3 ] {1bb8a88d-1a55-4cac-955b-2380282be5c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:57:52.534874 [ 3 ] {1bb8a88d-1a55-4cac-955b-2380282be5c2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:52.535261 [ 3 ] {1bb8a88d-1a55-4cac-955b-2380282be5c2} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:52.535297 [ 3 ] {1bb8a88d-1a55-4cac-955b-2380282be5c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:52.535676 [ 3 ] {1bb8a88d-1a55-4cac-955b-2380282be5c2} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2024.05.29 21:57:52.536012 [ 3 ] {1bb8a88d-1a55-4cac-955b-2380282be5c2} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:52.536169 [ 3 ] {1bb8a88d-1a55-4cac-955b-2380282be5c2} executeQuery: Read 4 rows, 5.53 KiB in 0.001565 sec., 2555.9105431309904 rows/sec., 3.45 MiB/sec. 2024.05.29 21:57:52.536180 [ 87 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2024.05.29 21:57:52.536296 [ 87 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:52.536344 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:52.536422 [ 3 ] {1bb8a88d-1a55-4cac-955b-2380282be5c2} DynamicQueryHandler: Done processing query 2024.05.29 21:57:52.536462 [ 3 ] {1bb8a88d-1a55-4cac-955b-2380282be5c2} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:57:52.536483 [ 3 ] {} HTTP-Session: 58ed854f-9325-4920-899b-33cebc569ceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.536496 [ 194 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2024.05.29 21:57:52.536612 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:52.536683 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:52.536695 [ 194 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:57:52.536707 [ 3 ] {} HTTP-Session: d0df1116-3ab8-4ae2-9aff-7e712f6136c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:52.536734 [ 3 ] {} HTTP-Session: d0df1116-3ab8-4ae2-9aff-7e712f6136c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.536752 [ 194 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1288 rows starting from the beginning of the part 2024.05.29 21:57:52.536755 [ 3 ] {} HTTP-Session: d0df1116-3ab8-4ae2-9aff-7e712f6136c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.536803 [ 3 ] {} HTTP-Session: d0df1116-3ab8-4ae2-9aff-7e712f6136c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:52.536986 [ 194 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:52.537112 [ 3 ] {37869b9d-5ada-4c87-88c5-e6d4578f0c09} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:52.537282 [ 3 ] {37869b9d-5ada-4c87-88c5-e6d4578f0c09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:57:52.537408 [ 194 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 44 rows starting from the beginning of the part 2024.05.29 21:57:52.537784 [ 194 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:52.538176 [ 194 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 44 rows starting from the beginning of the part 2024.05.29 21:57:52.538488 [ 194 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 4 rows starting from the beginning of the part 2024.05.29 21:57:52.538489 [ 3 ] {37869b9d-5ada-4c87-88c5-e6d4578f0c09} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:52.539410 [ 3 ] {37869b9d-5ada-4c87-88c5-e6d4578f0c09} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:52.539453 [ 3 ] {37869b9d-5ada-4c87-88c5-e6d4578f0c09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:52.539950 [ 3 ] {37869b9d-5ada-4c87-88c5-e6d4578f0c09} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2024.05.29 21:57:52.540362 [ 3 ] {37869b9d-5ada-4c87-88c5-e6d4578f0c09} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:52.540549 [ 3 ] {37869b9d-5ada-4c87-88c5-e6d4578f0c09} executeQuery: Read 60 rows, 4.14 KiB in 0.003574 sec., 16787.912702853944 rows/sec., 1.13 MiB/sec. 2024.05.29 21:57:52.540771 [ 3 ] {37869b9d-5ada-4c87-88c5-e6d4578f0c09} DynamicQueryHandler: Done processing query 2024.05.29 21:57:52.540809 [ 3 ] {37869b9d-5ada-4c87-88c5-e6d4578f0c09} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:57:52.540836 [ 3 ] {} HTTP-Session: d0df1116-3ab8-4ae2-9aff-7e712f6136c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:52.542487 [ 187 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1388 rows, containing 6 columns (6 merged, 0 gathered) in 0.006065065 sec., 228851.62813588974 rows/sec., 308.82 MiB/sec. 2024.05.29 21:57:52.543774 [ 187 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2024.05.29 21:57:52.544272 [ 187 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_81_16} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:52.544364 [ 187 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_81_16} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2024.05.29 21:57:52.544472 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. 2024.05.29 21:57:57.526267 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:57.526392 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:57.526416 [ 3 ] {} HTTP-Session: b51e0b5c-919e-43c7-8ddc-52f5972b443a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:57.526442 [ 3 ] {} HTTP-Session: b51e0b5c-919e-43c7-8ddc-52f5972b443a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.526457 [ 3 ] {} HTTP-Session: b51e0b5c-919e-43c7-8ddc-52f5972b443a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.526506 [ 3 ] {} HTTP-Session: b51e0b5c-919e-43c7-8ddc-52f5972b443a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:57.526696 [ 3 ] {64a0829e-dfab-4251-be0f-a2722e1abcf6} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:57.526765 [ 3 ] {64a0829e-dfab-4251-be0f-a2722e1abcf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:57:57.526963 [ 3 ] {64a0829e-dfab-4251-be0f-a2722e1abcf6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:57.527486 [ 3 ] {64a0829e-dfab-4251-be0f-a2722e1abcf6} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:57.527526 [ 3 ] {64a0829e-dfab-4251-be0f-a2722e1abcf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:57.527898 [ 3 ] {64a0829e-dfab-4251-be0f-a2722e1abcf6} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2024.05.29 21:57:57.528231 [ 3 ] {64a0829e-dfab-4251-be0f-a2722e1abcf6} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:57.528397 [ 3 ] {64a0829e-dfab-4251-be0f-a2722e1abcf6} executeQuery: Read 44 rows, 3.57 KiB in 0.001765 sec., 24929.178470254956 rows/sec., 1.97 MiB/sec. 2024.05.29 21:57:57.528692 [ 3 ] {64a0829e-dfab-4251-be0f-a2722e1abcf6} DynamicQueryHandler: Done processing query 2024.05.29 21:57:57.528761 [ 3 ] {64a0829e-dfab-4251-be0f-a2722e1abcf6} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:57:57.528813 [ 3 ] {} HTTP-Session: b51e0b5c-919e-43c7-8ddc-52f5972b443a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.529072 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 32755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:57.529125 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:57.529145 [ 3 ] {} HTTP-Session: e5054ad0-b69f-448d-90db-e817ec9ffe59 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:57.529162 [ 3 ] {} HTTP-Session: e5054ad0-b69f-448d-90db-e817ec9ffe59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.529177 [ 3 ] {} HTTP-Session: e5054ad0-b69f-448d-90db-e817ec9ffe59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.529208 [ 3 ] {} HTTP-Session: e5054ad0-b69f-448d-90db-e817ec9ffe59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:57.529371 [ 3 ] {8106db46-84c8-4d34-8620-e534c811ab3f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:57.529416 [ 3 ] {8106db46-84c8-4d34-8620-e534c811ab3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:57:57.529562 [ 3 ] {8106db46-84c8-4d34-8620-e534c811ab3f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:57.530081 [ 3 ] {8106db46-84c8-4d34-8620-e534c811ab3f} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:57.530119 [ 3 ] {8106db46-84c8-4d34-8620-e534c811ab3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:57.530460 [ 3 ] {8106db46-84c8-4d34-8620-e534c811ab3f} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2024.05.29 21:57:57.530765 [ 3 ] {8106db46-84c8-4d34-8620-e534c811ab3f} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:57.530918 [ 3 ] {8106db46-84c8-4d34-8620-e534c811ab3f} executeQuery: Read 224 rows, 19.15 KiB in 0.00162 sec., 138271.6049382716 rows/sec., 11.55 MiB/sec. 2024.05.29 21:57:57.531099 [ 3 ] {8106db46-84c8-4d34-8620-e534c811ab3f} DynamicQueryHandler: Done processing query 2024.05.29 21:57:57.531123 [ 3 ] {8106db46-84c8-4d34-8620-e534c811ab3f} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:57:57.531139 [ 3 ] {} HTTP-Session: e5054ad0-b69f-448d-90db-e817ec9ffe59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.531346 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 22381, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:57.531396 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:57.531414 [ 3 ] {} HTTP-Session: 3edd33c0-ae9e-46da-a395-80b2b8982429 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:57.531432 [ 3 ] {} HTTP-Session: 3edd33c0-ae9e-46da-a395-80b2b8982429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.531445 [ 3 ] {} HTTP-Session: 3edd33c0-ae9e-46da-a395-80b2b8982429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.531476 [ 3 ] {} HTTP-Session: 3edd33c0-ae9e-46da-a395-80b2b8982429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:57.531603 [ 3 ] {23bb0f59-6f21-48df-a313-89d08471b6d1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:57.531647 [ 3 ] {23bb0f59-6f21-48df-a313-89d08471b6d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:57:57.531776 [ 3 ] {23bb0f59-6f21-48df-a313-89d08471b6d1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:57.532168 [ 3 ] {23bb0f59-6f21-48df-a313-89d08471b6d1} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:57.532206 [ 3 ] {23bb0f59-6f21-48df-a313-89d08471b6d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:57.532520 [ 3 ] {23bb0f59-6f21-48df-a313-89d08471b6d1} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2024.05.29 21:57:57.532827 [ 3 ] {23bb0f59-6f21-48df-a313-89d08471b6d1} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:57.532982 [ 3 ] {23bb0f59-6f21-48df-a313-89d08471b6d1} executeQuery: Read 132 rows, 10.54 KiB in 0.001422 sec., 92827.00421940928 rows/sec., 7.24 MiB/sec. 2024.05.29 21:57:57.533149 [ 3 ] {23bb0f59-6f21-48df-a313-89d08471b6d1} DynamicQueryHandler: Done processing query 2024.05.29 21:57:57.533172 [ 3 ] {23bb0f59-6f21-48df-a313-89d08471b6d1} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:57:57.533188 [ 3 ] {} HTTP-Session: 3edd33c0-ae9e-46da-a395-80b2b8982429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.533334 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 37595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:57.533384 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:57.533403 [ 3 ] {} HTTP-Session: 0da050e3-f487-4bbe-a774-2ad0263b6dd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:57.533419 [ 3 ] {} HTTP-Session: 0da050e3-f487-4bbe-a774-2ad0263b6dd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.533432 [ 3 ] {} HTTP-Session: 0da050e3-f487-4bbe-a774-2ad0263b6dd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.533463 [ 3 ] {} HTTP-Session: 0da050e3-f487-4bbe-a774-2ad0263b6dd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:57.533634 [ 3 ] {d8102685-7e36-49e0-92f2-29874d1e29e7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:57.533681 [ 3 ] {d8102685-7e36-49e0-92f2-29874d1e29e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:57:57.533825 [ 3 ] {d8102685-7e36-49e0-92f2-29874d1e29e7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:57.534253 [ 3 ] {d8102685-7e36-49e0-92f2-29874d1e29e7} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:57.534289 [ 3 ] {d8102685-7e36-49e0-92f2-29874d1e29e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:57.534679 [ 3 ] {d8102685-7e36-49e0-92f2-29874d1e29e7} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2024.05.29 21:57:57.535028 [ 3 ] {d8102685-7e36-49e0-92f2-29874d1e29e7} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:57.535186 [ 3 ] {d8102685-7e36-49e0-92f2-29874d1e29e7} executeQuery: Read 196 rows, 14.01 KiB in 0.001634 sec., 119951.04039167687 rows/sec., 8.37 MiB/sec. 2024.05.29 21:57:57.535356 [ 3 ] {d8102685-7e36-49e0-92f2-29874d1e29e7} DynamicQueryHandler: Done processing query 2024.05.29 21:57:57.535380 [ 3 ] {d8102685-7e36-49e0-92f2-29874d1e29e7} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:57:57.535396 [ 3 ] {} HTTP-Session: 0da050e3-f487-4bbe-a774-2ad0263b6dd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.535565 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 47088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:57.535615 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:57.535634 [ 3 ] {} HTTP-Session: 50add7f7-8864-43c8-b69e-f7a590eb1a92 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:57.535650 [ 3 ] {} HTTP-Session: 50add7f7-8864-43c8-b69e-f7a590eb1a92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.535664 [ 3 ] {} HTTP-Session: 50add7f7-8864-43c8-b69e-f7a590eb1a92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.535694 [ 3 ] {} HTTP-Session: 50add7f7-8864-43c8-b69e-f7a590eb1a92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:57.536013 [ 3 ] {95375379-18a1-4709-9c83-0174a8191e4e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:57.536062 [ 3 ] {95375379-18a1-4709-9c83-0174a8191e4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:57:57.536224 [ 3 ] {95375379-18a1-4709-9c83-0174a8191e4e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:57.536757 [ 3 ] {95375379-18a1-4709-9c83-0174a8191e4e} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:57.536794 [ 3 ] {95375379-18a1-4709-9c83-0174a8191e4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:57.537218 [ 3 ] {95375379-18a1-4709-9c83-0174a8191e4e} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2024.05.29 21:57:57.537557 [ 3 ] {95375379-18a1-4709-9c83-0174a8191e4e} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:57.537697 [ 3 ] {95375379-18a1-4709-9c83-0174a8191e4e} executeQuery: Read 44 rows, 60.80 KiB in 0.001917 sec., 22952.529994783516 rows/sec., 30.97 MiB/sec. 2024.05.29 21:57:57.537909 [ 3 ] {95375379-18a1-4709-9c83-0174a8191e4e} DynamicQueryHandler: Done processing query 2024.05.29 21:57:57.537945 [ 3 ] {95375379-18a1-4709-9c83-0174a8191e4e} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.05.29 21:57:57.537977 [ 3 ] {} HTTP-Session: 50add7f7-8864-43c8-b69e-f7a590eb1a92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.538139 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:57:57.538188 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:57:57.538207 [ 3 ] {} HTTP-Session: 2c77af7e-eaf4-4c46-9a02-5f2d189e4b38 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:57:57.538225 [ 3 ] {} HTTP-Session: 2c77af7e-eaf4-4c46-9a02-5f2d189e4b38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.538238 [ 3 ] {} HTTP-Session: 2c77af7e-eaf4-4c46-9a02-5f2d189e4b38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:57:57.538269 [ 3 ] {} HTTP-Session: 2c77af7e-eaf4-4c46-9a02-5f2d189e4b38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:57:57.538406 [ 3 ] {816f59dd-a6bc-4640-b357-2f52cca81803} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:57:57.538450 [ 3 ] {816f59dd-a6bc-4640-b357-2f52cca81803} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:57:57.538584 [ 3 ] {816f59dd-a6bc-4640-b357-2f52cca81803} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:57:57.538878 [ 3 ] {816f59dd-a6bc-4640-b357-2f52cca81803} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:57:57.538915 [ 3 ] {816f59dd-a6bc-4640-b357-2f52cca81803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:57:57.539266 [ 3 ] {816f59dd-a6bc-4640-b357-2f52cca81803} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2024.05.29 21:57:57.539582 [ 3 ] {816f59dd-a6bc-4640-b357-2f52cca81803} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:57:57.539735 [ 3 ] {816f59dd-a6bc-4640-b357-2f52cca81803} executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. 2024.05.29 21:57:57.540009 [ 3 ] {816f59dd-a6bc-4640-b357-2f52cca81803} DynamicQueryHandler: Done processing query 2024.05.29 21:57:57.540068 [ 3 ] {816f59dd-a6bc-4640-b357-2f52cca81803} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:57:57.540133 [ 3 ] {} HTTP-Session: 2c77af7e-eaf4-4c46-9a02-5f2d189e4b38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:00.785938 [ 83 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:58:00.786009 [ 83 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:58:02.522367 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:02.522489 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:02.522517 [ 3 ] {} HTTP-Session: e8300219-c550-4521-be21-d59508a9a52b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:02.522546 [ 3 ] {} HTTP-Session: e8300219-c550-4521-be21-d59508a9a52b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.522563 [ 3 ] {} HTTP-Session: e8300219-c550-4521-be21-d59508a9a52b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.522619 [ 3 ] {} HTTP-Session: e8300219-c550-4521-be21-d59508a9a52b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:02.522821 [ 3 ] {d482e623-475d-4847-85ec-71751bb8764c} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:02.522897 [ 3 ] {d482e623-475d-4847-85ec-71751bb8764c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:58:02.523102 [ 3 ] {d482e623-475d-4847-85ec-71751bb8764c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:02.523506 [ 3 ] {d482e623-475d-4847-85ec-71751bb8764c} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:02.523544 [ 3 ] {d482e623-475d-4847-85ec-71751bb8764c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:02.523923 [ 3 ] {d482e623-475d-4847-85ec-71751bb8764c} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2024.05.29 21:58:02.524267 [ 3 ] {d482e623-475d-4847-85ec-71751bb8764c} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:02.524411 [ 3 ] {d482e623-475d-4847-85ec-71751bb8764c} executeQuery: Read 4 rows, 332.00 B in 0.001652 sec., 2421.3075060532688 rows/sec., 196.26 KiB/sec. 2024.05.29 21:58:02.524603 [ 3 ] {d482e623-475d-4847-85ec-71751bb8764c} DynamicQueryHandler: Done processing query 2024.05.29 21:58:02.524629 [ 3 ] {d482e623-475d-4847-85ec-71751bb8764c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:58:02.524645 [ 3 ] {} HTTP-Session: e8300219-c550-4521-be21-d59508a9a52b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.524786 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:02.524836 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:02.524855 [ 3 ] {} HTTP-Session: 670836cc-7154-49fe-8b09-41011e53f779 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:02.524872 [ 3 ] {} HTTP-Session: 670836cc-7154-49fe-8b09-41011e53f779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.524886 [ 3 ] {} HTTP-Session: 670836cc-7154-49fe-8b09-41011e53f779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.524916 [ 3 ] {} HTTP-Session: 670836cc-7154-49fe-8b09-41011e53f779 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:02.525031 [ 3 ] {d7938303-13ba-40ff-bc77-90a712c73a8a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:02.525073 [ 3 ] {d7938303-13ba-40ff-bc77-90a712c73a8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:58:02.525197 [ 3 ] {d7938303-13ba-40ff-bc77-90a712c73a8a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:02.525529 [ 3 ] {d7938303-13ba-40ff-bc77-90a712c73a8a} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:02.525564 [ 3 ] {d7938303-13ba-40ff-bc77-90a712c73a8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:02.525881 [ 3 ] {d7938303-13ba-40ff-bc77-90a712c73a8a} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2024.05.29 21:58:02.526180 [ 3 ] {d7938303-13ba-40ff-bc77-90a712c73a8a} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:02.526301 [ 3 ] {d7938303-13ba-40ff-bc77-90a712c73a8a} executeQuery: Read 68 rows, 5.48 KiB in 0.00131 sec., 51908.396946564884 rows/sec., 4.08 MiB/sec. 2024.05.29 21:58:02.526464 [ 3 ] {d7938303-13ba-40ff-bc77-90a712c73a8a} DynamicQueryHandler: Done processing query 2024.05.29 21:58:02.526487 [ 3 ] {d7938303-13ba-40ff-bc77-90a712c73a8a} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:58:02.526502 [ 3 ] {} HTTP-Session: 670836cc-7154-49fe-8b09-41011e53f779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.526658 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:02.526705 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:02.526724 [ 3 ] {} HTTP-Session: 13a30c61-3771-4926-8557-edd26ed6a004 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:02.526741 [ 3 ] {} HTTP-Session: 13a30c61-3771-4926-8557-edd26ed6a004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.526755 [ 3 ] {} HTTP-Session: 13a30c61-3771-4926-8557-edd26ed6a004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.526785 [ 3 ] {} HTTP-Session: 13a30c61-3771-4926-8557-edd26ed6a004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:02.526899 [ 3 ] {bf988253-4b0d-4005-a0bf-e31b11740f3d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:02.526944 [ 3 ] {bf988253-4b0d-4005-a0bf-e31b11740f3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:58:02.527068 [ 3 ] {bf988253-4b0d-4005-a0bf-e31b11740f3d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:02.527400 [ 3 ] {bf988253-4b0d-4005-a0bf-e31b11740f3d} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:02.527436 [ 3 ] {bf988253-4b0d-4005-a0bf-e31b11740f3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:02.527743 [ 3 ] {bf988253-4b0d-4005-a0bf-e31b11740f3d} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2024.05.29 21:58:02.528045 [ 3 ] {bf988253-4b0d-4005-a0bf-e31b11740f3d} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:02.528169 [ 3 ] {bf988253-4b0d-4005-a0bf-e31b11740f3d} executeQuery: Read 68 rows, 5.44 KiB in 0.001309 sec., 51948.05194805194 rows/sec., 4.06 MiB/sec. 2024.05.29 21:58:02.528425 [ 3 ] {bf988253-4b0d-4005-a0bf-e31b11740f3d} DynamicQueryHandler: Done processing query 2024.05.29 21:58:02.528479 [ 3 ] {bf988253-4b0d-4005-a0bf-e31b11740f3d} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:58:02.528531 [ 3 ] {} HTTP-Session: 13a30c61-3771-4926-8557-edd26ed6a004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.528757 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:02.528808 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:02.528827 [ 3 ] {} HTTP-Session: f2f03974-85d0-43f2-bc3a-fa69077e25da Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:02.528844 [ 3 ] {} HTTP-Session: f2f03974-85d0-43f2-bc3a-fa69077e25da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.528858 [ 3 ] {} HTTP-Session: f2f03974-85d0-43f2-bc3a-fa69077e25da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.528888 [ 3 ] {} HTTP-Session: f2f03974-85d0-43f2-bc3a-fa69077e25da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:02.529038 [ 3 ] {55837bb3-94dd-4525-9064-1db491ff35c8} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:02.529087 [ 3 ] {55837bb3-94dd-4525-9064-1db491ff35c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:58:02.529248 [ 3 ] {55837bb3-94dd-4525-9064-1db491ff35c8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:02.529635 [ 3 ] {55837bb3-94dd-4525-9064-1db491ff35c8} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:02.529671 [ 3 ] {55837bb3-94dd-4525-9064-1db491ff35c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:02.530060 [ 3 ] {55837bb3-94dd-4525-9064-1db491ff35c8} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2024.05.29 21:58:02.530402 [ 3 ] {55837bb3-94dd-4525-9064-1db491ff35c8} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:02.530526 [ 3 ] {55837bb3-94dd-4525-9064-1db491ff35c8} executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. 2024.05.29 21:58:02.530680 [ 3 ] {55837bb3-94dd-4525-9064-1db491ff35c8} DynamicQueryHandler: Done processing query 2024.05.29 21:58:02.530703 [ 3 ] {55837bb3-94dd-4525-9064-1db491ff35c8} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:58:02.530718 [ 3 ] {} HTTP-Session: f2f03974-85d0-43f2-bc3a-fa69077e25da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.530842 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:02.530889 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:02.530907 [ 3 ] {} HTTP-Session: a6167373-d4f9-4396-95b3-40064bc7d308 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:02.530924 [ 3 ] {} HTTP-Session: a6167373-d4f9-4396-95b3-40064bc7d308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.530937 [ 3 ] {} HTTP-Session: a6167373-d4f9-4396-95b3-40064bc7d308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.530967 [ 3 ] {} HTTP-Session: a6167373-d4f9-4396-95b3-40064bc7d308 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:02.531094 [ 3 ] {dee97101-c86b-47d6-9614-1234cede4665} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:02.531141 [ 3 ] {dee97101-c86b-47d6-9614-1234cede4665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:58:02.531294 [ 3 ] {dee97101-c86b-47d6-9614-1234cede4665} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:02.531632 [ 3 ] {dee97101-c86b-47d6-9614-1234cede4665} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:02.531666 [ 3 ] {dee97101-c86b-47d6-9614-1234cede4665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:02.532050 [ 3 ] {dee97101-c86b-47d6-9614-1234cede4665} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2024.05.29 21:58:02.532382 [ 3 ] {dee97101-c86b-47d6-9614-1234cede4665} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:02.532511 [ 3 ] {dee97101-c86b-47d6-9614-1234cede4665} executeQuery: Read 4 rows, 5.53 KiB in 0.001474 sec., 2713.7042062415194 rows/sec., 3.66 MiB/sec. 2024.05.29 21:58:02.532674 [ 3 ] {dee97101-c86b-47d6-9614-1234cede4665} DynamicQueryHandler: Done processing query 2024.05.29 21:58:02.532698 [ 3 ] {dee97101-c86b-47d6-9614-1234cede4665} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:58:02.532713 [ 3 ] {} HTTP-Session: a6167373-d4f9-4396-95b3-40064bc7d308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.532828 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:02.532877 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:02.532895 [ 3 ] {} HTTP-Session: 0d2cc0df-ba5b-4ece-9abd-2c1ef5343d56 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:02.532911 [ 3 ] {} HTTP-Session: 0d2cc0df-ba5b-4ece-9abd-2c1ef5343d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.532925 [ 3 ] {} HTTP-Session: 0d2cc0df-ba5b-4ece-9abd-2c1ef5343d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:02.532954 [ 3 ] {} HTTP-Session: 0d2cc0df-ba5b-4ece-9abd-2c1ef5343d56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:02.533063 [ 3 ] {adb79ef8-c890-4f77-a438-c7c4a225dfd4} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:02.533107 [ 3 ] {adb79ef8-c890-4f77-a438-c7c4a225dfd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:58:02.533231 [ 3 ] {adb79ef8-c890-4f77-a438-c7c4a225dfd4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:02.533528 [ 3 ] {adb79ef8-c890-4f77-a438-c7c4a225dfd4} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:02.533563 [ 3 ] {adb79ef8-c890-4f77-a438-c7c4a225dfd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:02.533909 [ 3 ] {adb79ef8-c890-4f77-a438-c7c4a225dfd4} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2024.05.29 21:58:02.534226 [ 3 ] {adb79ef8-c890-4f77-a438-c7c4a225dfd4} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:02.534352 [ 3 ] {adb79ef8-c890-4f77-a438-c7c4a225dfd4} executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. 2024.05.29 21:58:02.534499 [ 3 ] {adb79ef8-c890-4f77-a438-c7c4a225dfd4} DynamicQueryHandler: Done processing query 2024.05.29 21:58:02.534523 [ 3 ] {adb79ef8-c890-4f77-a438-c7c4a225dfd4} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:58:02.534538 [ 3 ] {} HTTP-Session: 0d2cc0df-ba5b-4ece-9abd-2c1ef5343d56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.525617 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:07.525762 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:07.525793 [ 3 ] {} HTTP-Session: d67962f0-b262-4d5f-9ed3-31be7eea299e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:07.525824 [ 3 ] {} HTTP-Session: d67962f0-b262-4d5f-9ed3-31be7eea299e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.525842 [ 3 ] {} HTTP-Session: d67962f0-b262-4d5f-9ed3-31be7eea299e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.525900 [ 3 ] {} HTTP-Session: d67962f0-b262-4d5f-9ed3-31be7eea299e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:07.526116 [ 3 ] {12fe4179-2895-456f-b4ef-9599ce184461} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:07.526185 [ 3 ] {12fe4179-2895-456f-b4ef-9599ce184461} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:58:07.526385 [ 3 ] {12fe4179-2895-456f-b4ef-9599ce184461} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:07.526825 [ 3 ] {12fe4179-2895-456f-b4ef-9599ce184461} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:07.526866 [ 3 ] {12fe4179-2895-456f-b4ef-9599ce184461} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:07.527241 [ 3 ] {12fe4179-2895-456f-b4ef-9599ce184461} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2024.05.29 21:58:07.527565 [ 3 ] {12fe4179-2895-456f-b4ef-9599ce184461} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:07.527718 [ 3 ] {12fe4179-2895-456f-b4ef-9599ce184461} executeQuery: Read 44 rows, 3.57 KiB in 0.001671 sec., 26331.53800119689 rows/sec., 2.08 MiB/sec. 2024.05.29 21:58:07.527932 [ 3 ] {12fe4179-2895-456f-b4ef-9599ce184461} DynamicQueryHandler: Done processing query 2024.05.29 21:58:07.527957 [ 3 ] {12fe4179-2895-456f-b4ef-9599ce184461} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:58:07.527973 [ 3 ] {} HTTP-Session: d67962f0-b262-4d5f-9ed3-31be7eea299e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.528159 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 27826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:07.528207 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:07.528227 [ 3 ] {} HTTP-Session: 67e51f7c-94d1-4331-8e4d-96c75cfdee4b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:07.528243 [ 3 ] {} HTTP-Session: 67e51f7c-94d1-4331-8e4d-96c75cfdee4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.528256 [ 3 ] {} HTTP-Session: 67e51f7c-94d1-4331-8e4d-96c75cfdee4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.528287 [ 3 ] {} HTTP-Session: 67e51f7c-94d1-4331-8e4d-96c75cfdee4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:07.528431 [ 3 ] {f4efeeb4-d859-44f6-aad4-45ea86e939dc} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:07.528474 [ 3 ] {f4efeeb4-d859-44f6-aad4-45ea86e939dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:58:07.528598 [ 3 ] {f4efeeb4-d859-44f6-aad4-45ea86e939dc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:07.529031 [ 3 ] {f4efeeb4-d859-44f6-aad4-45ea86e939dc} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:07.529068 [ 3 ] {f4efeeb4-d859-44f6-aad4-45ea86e939dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:07.529385 [ 3 ] {f4efeeb4-d859-44f6-aad4-45ea86e939dc} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2024.05.29 21:58:07.529685 [ 3 ] {f4efeeb4-d859-44f6-aad4-45ea86e939dc} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:07.529849 [ 3 ] {f4efeeb4-d859-44f6-aad4-45ea86e939dc} executeQuery: Read 188 rows, 16.39 KiB in 0.001475 sec., 127457.62711864407 rows/sec., 10.85 MiB/sec. 2024.05.29 21:58:07.530088 [ 3 ] {f4efeeb4-d859-44f6-aad4-45ea86e939dc} DynamicQueryHandler: Done processing query 2024.05.29 21:58:07.530136 [ 3 ] {f4efeeb4-d859-44f6-aad4-45ea86e939dc} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.29 21:58:07.530191 [ 3 ] {} HTTP-Session: 67e51f7c-94d1-4331-8e4d-96c75cfdee4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.530413 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:07.530463 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:07.530483 [ 3 ] {} HTTP-Session: fdcdc367-e968-4459-9173-2f5cedb57ba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:07.530500 [ 3 ] {} HTTP-Session: fdcdc367-e968-4459-9173-2f5cedb57ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.530514 [ 3 ] {} HTTP-Session: fdcdc367-e968-4459-9173-2f5cedb57ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.530544 [ 3 ] {} HTTP-Session: fdcdc367-e968-4459-9173-2f5cedb57ba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:07.530671 [ 3 ] {20361c32-bace-4e2c-acce-5886cc687e93} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:07.530716 [ 3 ] {20361c32-bace-4e2c-acce-5886cc687e93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:58:07.530862 [ 3 ] {20361c32-bace-4e2c-acce-5886cc687e93} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:07.531207 [ 3 ] {20361c32-bace-4e2c-acce-5886cc687e93} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:07.531244 [ 3 ] {20361c32-bace-4e2c-acce-5886cc687e93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:07.531555 [ 3 ] {20361c32-bace-4e2c-acce-5886cc687e93} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2024.05.29 21:58:07.531857 [ 3 ] {20361c32-bace-4e2c-acce-5886cc687e93} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:07.532013 [ 3 ] {20361c32-bace-4e2c-acce-5886cc687e93} executeQuery: Read 108 rows, 8.64 KiB in 0.001381 sec., 78204.1998551774 rows/sec., 6.11 MiB/sec. 2024.05.29 21:58:07.532177 [ 3 ] {20361c32-bace-4e2c-acce-5886cc687e93} DynamicQueryHandler: Done processing query 2024.05.29 21:58:07.532199 [ 3 ] {20361c32-bace-4e2c-acce-5886cc687e93} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.29 21:58:07.532215 [ 3 ] {} HTTP-Session: fdcdc367-e968-4459-9173-2f5cedb57ba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.532393 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:07.532441 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:07.532461 [ 3 ] {} HTTP-Session: 210806f8-256b-4c87-93ac-5266dad999f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:07.532476 [ 3 ] {} HTTP-Session: 210806f8-256b-4c87-93ac-5266dad999f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.532489 [ 3 ] {} HTTP-Session: 210806f8-256b-4c87-93ac-5266dad999f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.532520 [ 3 ] {} HTTP-Session: 210806f8-256b-4c87-93ac-5266dad999f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:07.532665 [ 3 ] {2642739d-e97c-4e04-bd90-1d6f26c04bd1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:07.532713 [ 3 ] {2642739d-e97c-4e04-bd90-1d6f26c04bd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:58:07.532860 [ 3 ] {2642739d-e97c-4e04-bd90-1d6f26c04bd1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:07.533214 [ 3 ] {2642739d-e97c-4e04-bd90-1d6f26c04bd1} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:07.533251 [ 3 ] {2642739d-e97c-4e04-bd90-1d6f26c04bd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:07.533637 [ 3 ] {2642739d-e97c-4e04-bd90-1d6f26c04bd1} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2024.05.29 21:58:07.533966 [ 3 ] {2642739d-e97c-4e04-bd90-1d6f26c04bd1} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:07.534131 [ 3 ] {2642739d-e97c-4e04-bd90-1d6f26c04bd1} executeQuery: Read 160 rows, 11.41 KiB in 0.001529 sec., 104643.55788096796 rows/sec., 7.29 MiB/sec. 2024.05.29 21:58:07.534419 [ 3 ] {2642739d-e97c-4e04-bd90-1d6f26c04bd1} DynamicQueryHandler: Done processing query 2024.05.29 21:58:07.534472 [ 3 ] {2642739d-e97c-4e04-bd90-1d6f26c04bd1} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:58:07.534539 [ 3 ] {} HTTP-Session: 210806f8-256b-4c87-93ac-5266dad999f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.534837 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 47088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:07.534942 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:07.534975 [ 3 ] {} HTTP-Session: f5b1d46a-9be8-4954-9b32-0497c40eb45b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:07.534993 [ 3 ] {} HTTP-Session: f5b1d46a-9be8-4954-9b32-0497c40eb45b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.535006 [ 3 ] {} HTTP-Session: f5b1d46a-9be8-4954-9b32-0497c40eb45b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.535037 [ 3 ] {} HTTP-Session: f5b1d46a-9be8-4954-9b32-0497c40eb45b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:07.535341 [ 3 ] {a291a9ef-f929-4321-a57f-c709eb0f28af} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:07.535390 [ 3 ] {a291a9ef-f929-4321-a57f-c709eb0f28af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:58:07.535573 [ 3 ] {a291a9ef-f929-4321-a57f-c709eb0f28af} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:07.536102 [ 3 ] {a291a9ef-f929-4321-a57f-c709eb0f28af} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:07.536137 [ 3 ] {a291a9ef-f929-4321-a57f-c709eb0f28af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:07.536551 [ 3 ] {a291a9ef-f929-4321-a57f-c709eb0f28af} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2024.05.29 21:58:07.536883 [ 3 ] {a291a9ef-f929-4321-a57f-c709eb0f28af} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:07.537038 [ 3 ] {a291a9ef-f929-4321-a57f-c709eb0f28af} executeQuery: Read 44 rows, 60.80 KiB in 0.001906 sec., 23084.994753410283 rows/sec., 31.15 MiB/sec. 2024.05.29 21:58:07.537222 [ 3 ] {a291a9ef-f929-4321-a57f-c709eb0f28af} DynamicQueryHandler: Done processing query 2024.05.29 21:58:07.537247 [ 3 ] {a291a9ef-f929-4321-a57f-c709eb0f28af} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.05.29 21:58:07.537262 [ 3 ] {} HTTP-Session: f5b1d46a-9be8-4954-9b32-0497c40eb45b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.537383 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:07.537432 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:07.537451 [ 3 ] {} HTTP-Session: f3e661e6-5032-46b8-80ee-1341b238ad89 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:07.537467 [ 3 ] {} HTTP-Session: f3e661e6-5032-46b8-80ee-1341b238ad89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.537480 [ 3 ] {} HTTP-Session: f3e661e6-5032-46b8-80ee-1341b238ad89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:07.537510 [ 3 ] {} HTTP-Session: f3e661e6-5032-46b8-80ee-1341b238ad89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:07.537632 [ 3 ] {1558fd1a-bc8c-462a-991b-bc9c1f278ebc} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:07.537677 [ 3 ] {1558fd1a-bc8c-462a-991b-bc9c1f278ebc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:58:07.537802 [ 3 ] {1558fd1a-bc8c-462a-991b-bc9c1f278ebc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:07.538078 [ 3 ] {1558fd1a-bc8c-462a-991b-bc9c1f278ebc} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:07.538115 [ 3 ] {1558fd1a-bc8c-462a-991b-bc9c1f278ebc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:07.538462 [ 3 ] {1558fd1a-bc8c-462a-991b-bc9c1f278ebc} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2024.05.29 21:58:07.538785 [ 3 ] {1558fd1a-bc8c-462a-991b-bc9c1f278ebc} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:07.538940 [ 3 ] {1558fd1a-bc8c-462a-991b-bc9c1f278ebc} executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. 2024.05.29 21:58:07.539090 [ 3 ] {1558fd1a-bc8c-462a-991b-bc9c1f278ebc} DynamicQueryHandler: Done processing query 2024.05.29 21:58:07.539114 [ 3 ] {1558fd1a-bc8c-462a-991b-bc9c1f278ebc} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:58:07.539130 [ 3 ] {} HTTP-Session: f3e661e6-5032-46b8-80ee-1341b238ad89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.522857 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:12.523022 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:12.523059 [ 3 ] {} HTTP-Session: caf6b2c9-ab45-4160-85e2-81a06049b828 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:12.523089 [ 3 ] {} HTTP-Session: caf6b2c9-ab45-4160-85e2-81a06049b828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.523107 [ 3 ] {} HTTP-Session: caf6b2c9-ab45-4160-85e2-81a06049b828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.523165 [ 3 ] {} HTTP-Session: caf6b2c9-ab45-4160-85e2-81a06049b828 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:12.523360 [ 3 ] {b1bab313-25c6-445d-bd1e-041025d010ef} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:12.523428 [ 3 ] {b1bab313-25c6-445d-bd1e-041025d010ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:58:12.523628 [ 3 ] {b1bab313-25c6-445d-bd1e-041025d010ef} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:12.523980 [ 3 ] {b1bab313-25c6-445d-bd1e-041025d010ef} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:12.524021 [ 3 ] {b1bab313-25c6-445d-bd1e-041025d010ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:12.524386 [ 3 ] {b1bab313-25c6-445d-bd1e-041025d010ef} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2024.05.29 21:58:12.524714 [ 3 ] {b1bab313-25c6-445d-bd1e-041025d010ef} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:12.524889 [ 3 ] {b1bab313-25c6-445d-bd1e-041025d010ef} executeQuery: Read 4 rows, 332.00 B in 0.001582 sec., 2528.4450063211125 rows/sec., 204.94 KiB/sec. 2024.05.29 21:58:12.525072 [ 3 ] {b1bab313-25c6-445d-bd1e-041025d010ef} DynamicQueryHandler: Done processing query 2024.05.29 21:58:12.525100 [ 3 ] {b1bab313-25c6-445d-bd1e-041025d010ef} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:58:12.525117 [ 3 ] {} HTTP-Session: caf6b2c9-ab45-4160-85e2-81a06049b828 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.525241 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:12.525289 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:12.525308 [ 3 ] {} HTTP-Session: e2bd6a19-2be1-4cc3-886e-464f9b2cb745 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:12.525325 [ 3 ] {} HTTP-Session: e2bd6a19-2be1-4cc3-886e-464f9b2cb745 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.525340 [ 3 ] {} HTTP-Session: e2bd6a19-2be1-4cc3-886e-464f9b2cb745 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.525371 [ 3 ] {} HTTP-Session: e2bd6a19-2be1-4cc3-886e-464f9b2cb745 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:12.525489 [ 3 ] {3aaf929e-eacf-4ac1-83b1-d779910ba34f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:12.525534 [ 3 ] {3aaf929e-eacf-4ac1-83b1-d779910ba34f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:58:12.525660 [ 3 ] {3aaf929e-eacf-4ac1-83b1-d779910ba34f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:12.525971 [ 3 ] {3aaf929e-eacf-4ac1-83b1-d779910ba34f} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:12.526008 [ 3 ] {3aaf929e-eacf-4ac1-83b1-d779910ba34f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:12.526316 [ 3 ] {3aaf929e-eacf-4ac1-83b1-d779910ba34f} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2024.05.29 21:58:12.526617 [ 3 ] {3aaf929e-eacf-4ac1-83b1-d779910ba34f} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:12.526775 [ 3 ] {3aaf929e-eacf-4ac1-83b1-d779910ba34f} executeQuery: Read 68 rows, 5.48 KiB in 0.001324 sec., 51359.5166163142 rows/sec., 4.04 MiB/sec. 2024.05.29 21:58:12.526787 [ 77 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2024.05.29 21:58:12.526892 [ 77 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:12.526933 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:12.527029 [ 3 ] {3aaf929e-eacf-4ac1-83b1-d779910ba34f} DynamicQueryHandler: Done processing query 2024.05.29 21:58:12.527112 [ 3 ] {3aaf929e-eacf-4ac1-83b1-d779910ba34f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:58:12.527191 [ 3 ] {} HTTP-Session: e2bd6a19-2be1-4cc3-886e-464f9b2cb745 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.527227 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2024.05.29 21:58:12.527397 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:12.527557 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:12.527677 [ 3 ] {} HTTP-Session: 4d0f2b5e-29fb-474a-922d-78dfc5be7e32 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:12.527758 [ 3 ] {} HTTP-Session: 4d0f2b5e-29fb-474a-922d-78dfc5be7e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.527834 [ 3 ] {} HTTP-Session: 4d0f2b5e-29fb-474a-922d-78dfc5be7e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.527975 [ 3 ] {} HTTP-Session: 4d0f2b5e-29fb-474a-922d-78dfc5be7e32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:12.528144 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:58:12.528293 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 243 rows starting from the beginning of the part 2024.05.29 21:58:12.528339 [ 3 ] {69427a12-60fd-46a6-b61b-c5e15848da59} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:12.528545 [ 3 ] {69427a12-60fd-46a6-b61b-c5e15848da59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:58:12.528789 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 68 rows starting from the beginning of the part 2024.05.29 21:58:12.529157 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 224 rows starting from the beginning of the part 2024.05.29 21:58:12.529523 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 68 rows starting from the beginning of the part 2024.05.29 21:58:12.529704 [ 3 ] {69427a12-60fd-46a6-b61b-c5e15848da59} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:12.529770 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 188 rows starting from the beginning of the part 2024.05.29 21:58:12.530126 [ 197 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 68 rows starting from the beginning of the part 2024.05.29 21:58:12.531166 [ 3 ] {69427a12-60fd-46a6-b61b-c5e15848da59} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:12.531228 [ 3 ] {69427a12-60fd-46a6-b61b-c5e15848da59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:12.532068 [ 3 ] {69427a12-60fd-46a6-b61b-c5e15848da59} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2024.05.29 21:58:12.532889 [ 3 ] {69427a12-60fd-46a6-b61b-c5e15848da59} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:12.533284 [ 77 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2024.05.29 21:58:12.533290 [ 191 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 859 rows, containing 4 columns (4 merged, 0 gathered) in 0.006268448 sec., 137035.51501105216 rows/sec., 11.33 MiB/sec. 2024.05.29 21:58:12.533365 [ 77 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:12.533354 [ 3 ] {69427a12-60fd-46a6-b61b-c5e15848da59} executeQuery: Read 68 rows, 5.44 KiB in 0.005143 sec., 13221.854948473654 rows/sec., 1.03 MiB/sec. 2024.05.29 21:58:12.533426 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:12.533737 [ 196 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2024.05.29 21:58:12.533831 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2024.05.29 21:58:12.533868 [ 3 ] {69427a12-60fd-46a6-b61b-c5e15848da59} DynamicQueryHandler: Done processing query 2024.05.29 21:58:12.533954 [ 3 ] {69427a12-60fd-46a6-b61b-c5e15848da59} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:58:12.534007 [ 3 ] {} HTTP-Session: 4d0f2b5e-29fb-474a-922d-78dfc5be7e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.534298 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:12.534512 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:12.534552 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:58:12.534589 [ 3 ] {} HTTP-Session: f4e6d7a6-3b46-4387-86df-6c2343c8a55d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:12.534672 [ 3 ] {} HTTP-Session: f4e6d7a6-3b46-4387-86df-6c2343c8a55d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.534709 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 171 rows starting from the beginning of the part 2024.05.29 21:58:12.534734 [ 3 ] {} HTTP-Session: f4e6d7a6-3b46-4387-86df-6c2343c8a55d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.534876 [ 3 ] {} HTTP-Session: f4e6d7a6-3b46-4387-86df-6c2343c8a55d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:12.535123 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 68 rows starting from the beginning of the part 2024.05.29 21:58:12.535321 [ 188 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_86_17} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:12.535555 [ 3 ] {a24cfc12-2a21-490a-a3b7-173b3353f2aa} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:12.535571 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 132 rows starting from the beginning of the part 2024.05.29 21:58:12.535866 [ 3 ] {a24cfc12-2a21-490a-a3b7-173b3353f2aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:58:12.535885 [ 188 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_86_17} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2024.05.29 21:58:12.536073 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 68 rows starting from the beginning of the part 2024.05.29 21:58:12.536326 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2024.05.29 21:58:12.536530 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 108 rows starting from the beginning of the part 2024.05.29 21:58:12.536868 [ 191 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 68 rows starting from the beginning of the part 2024.05.29 21:58:12.537457 [ 3 ] {a24cfc12-2a21-490a-a3b7-173b3353f2aa} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:12.538303 [ 3 ] {a24cfc12-2a21-490a-a3b7-173b3353f2aa} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:12.538372 [ 3 ] {a24cfc12-2a21-490a-a3b7-173b3353f2aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:12.539381 [ 3 ] {a24cfc12-2a21-490a-a3b7-173b3353f2aa} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2024.05.29 21:58:12.539613 [ 196 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 615 rows, containing 4 columns (4 merged, 0 gathered) in 0.005965445 sec., 103093.73399637413 rows/sec., 8.05 MiB/sec. 2024.05.29 21:58:12.539891 [ 196 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2024.05.29 21:58:12.540177 [ 3 ] {a24cfc12-2a21-490a-a3b7-173b3353f2aa} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:12.540551 [ 77 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2024.05.29 21:58:12.540632 [ 3 ] {a24cfc12-2a21-490a-a3b7-173b3353f2aa} executeQuery: Read 160 rows, 11.41 KiB in 0.005329 sec., 30024.39482079189 rows/sec., 2.09 MiB/sec. 2024.05.29 21:58:12.540640 [ 77 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:12.540755 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:12.540855 [ 196 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_86_17} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:12.541304 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2024.05.29 21:58:12.541343 [ 3 ] {a24cfc12-2a21-490a-a3b7-173b3353f2aa} DynamicQueryHandler: Done processing query 2024.05.29 21:58:12.541357 [ 196 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_86_17} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2024.05.29 21:58:12.541418 [ 3 ] {a24cfc12-2a21-490a-a3b7-173b3353f2aa} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:58:12.541497 [ 3 ] {} HTTP-Session: f4e6d7a6-3b46-4387-86df-6c2343c8a55d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.541757 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.05.29 21:58:12.541818 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:12.542040 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:12.542147 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:58:12.542158 [ 3 ] {} HTTP-Session: 9ad02db6-2667-45ec-b431-71c6ce1ae476 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:12.542248 [ 3 ] {} HTTP-Session: 9ad02db6-2667-45ec-b431-71c6ce1ae476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.542282 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_81_16} MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 12841 rows starting from the beginning of the part 2024.05.29 21:58:12.542317 [ 3 ] {} HTTP-Session: 9ad02db6-2667-45ec-b431-71c6ce1ae476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.542459 [ 3 ] {} HTTP-Session: 9ad02db6-2667-45ec-b431-71c6ce1ae476 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:12.542763 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part 2024.05.29 21:58:12.542961 [ 3 ] {ff40177e-9364-4886-8da4-ee7524f2582a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:12.543245 [ 3 ] {ff40177e-9364-4886-8da4-ee7524f2582a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:58:12.543272 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 196 rows starting from the beginning of the part 2024.05.29 21:58:12.543679 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2024.05.29 21:58:12.544368 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part 2024.05.29 21:58:12.544915 [ 186 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2024.05.29 21:58:12.545526 [ 3 ] {ff40177e-9364-4886-8da4-ee7524f2582a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:12.546004 [ 3 ] {ff40177e-9364-4886-8da4-ee7524f2582a} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:12.546042 [ 3 ] {ff40177e-9364-4886-8da4-ee7524f2582a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:12.546461 [ 3 ] {ff40177e-9364-4886-8da4-ee7524f2582a} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2024.05.29 21:58:12.547029 [ 3 ] {ff40177e-9364-4886-8da4-ee7524f2582a} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:12.547316 [ 3 ] {ff40177e-9364-4886-8da4-ee7524f2582a} executeQuery: Read 4 rows, 5.53 KiB in 0.004554 sec., 878.348704435661 rows/sec., 1.19 MiB/sec. 2024.05.29 21:58:12.547519 [ 3 ] {ff40177e-9364-4886-8da4-ee7524f2582a} DynamicQueryHandler: Done processing query 2024.05.29 21:58:12.547545 [ 3 ] {ff40177e-9364-4886-8da4-ee7524f2582a} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:58:12.547561 [ 3 ] {} HTTP-Session: 9ad02db6-2667-45ec-b431-71c6ce1ae476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.547686 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:12.547748 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:12.547768 [ 3 ] {} HTTP-Session: 947adb1e-0e73-4434-b56c-b6e3dced585a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:12.547785 [ 3 ] {} HTTP-Session: 947adb1e-0e73-4434-b56c-b6e3dced585a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.547798 [ 3 ] {} HTTP-Session: 947adb1e-0e73-4434-b56c-b6e3dced585a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.547828 [ 3 ] {} HTTP-Session: 947adb1e-0e73-4434-b56c-b6e3dced585a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:12.547943 [ 3 ] {ac9af201-dfc1-4682-9349-c00f0336d048} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:12.548024 [ 3 ] {ac9af201-dfc1-4682-9349-c00f0336d048} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:58:12.548237 [ 3 ] {ac9af201-dfc1-4682-9349-c00f0336d048} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:12.548500 [ 3 ] {ac9af201-dfc1-4682-9349-c00f0336d048} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:12.548537 [ 3 ] {ac9af201-dfc1-4682-9349-c00f0336d048} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:12.548929 [ 3 ] {ac9af201-dfc1-4682-9349-c00f0336d048} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2024.05.29 21:58:12.549359 [ 3 ] {ac9af201-dfc1-4682-9349-c00f0336d048} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:12.549452 [ 200 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 13677 rows, containing 5 columns (5 merged, 0 gathered) in 0.008507736 sec., 1607595.7222932165 rows/sec., 112.04 MiB/sec. 2024.05.29 21:58:12.549598 [ 76 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2024.05.29 21:58:12.549616 [ 3 ] {ac9af201-dfc1-4682-9349-c00f0336d048} executeQuery: Read 60 rows, 4.14 KiB in 0.001703 sec., 35231.94362889019 rows/sec., 2.37 MiB/sec. 2024.05.29 21:58:12.549666 [ 76 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:12.549757 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:12.550004 [ 3 ] {ac9af201-dfc1-4682-9349-c00f0336d048} DynamicQueryHandler: Done processing query 2024.05.29 21:58:12.550093 [ 3 ] {ac9af201-dfc1-4682-9349-c00f0336d048} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:58:12.550122 [ 200 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2024.05.29 21:58:12.550161 [ 3 ] {} HTTP-Session: 947adb1e-0e73-4434-b56c-b6e3dced585a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:12.550270 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2024.05.29 21:58:12.550519 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:58:12.550626 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4512 rows starting from the beginning of the part 2024.05.29 21:58:12.550967 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2024.05.29 21:58:12.551211 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2024.05.29 21:58:12.551373 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2024.05.29 21:58:12.551600 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2024.05.29 21:58:12.551641 [ 198 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_81_16} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:12.551888 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2024.05.29 21:58:12.552054 [ 198 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_81_16} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2024.05.29 21:58:12.552297 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. 2024.05.29 21:58:12.554134 [ 200 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4812 rows, containing 4 columns (4 merged, 0 gathered) in 0.004226402 sec., 1138557.0989224405 rows/sec., 76.74 MiB/sec. 2024.05.29 21:58:12.554490 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2024.05.29 21:58:12.554890 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_81_16} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:12.554964 [ 198 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_81_16} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2024.05.29 21:58:12.555046 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2024.05.29 21:58:15.786056 [ 74 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:58:15.786152 [ 74 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:58:17.524520 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:17.524642 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:17.524667 [ 3 ] {} HTTP-Session: 12cbb625-f903-42fd-a800-801d06c818a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:17.524692 [ 3 ] {} HTTP-Session: 12cbb625-f903-42fd-a800-801d06c818a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.524706 [ 3 ] {} HTTP-Session: 12cbb625-f903-42fd-a800-801d06c818a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.524758 [ 3 ] {} HTTP-Session: 12cbb625-f903-42fd-a800-801d06c818a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:17.524959 [ 3 ] {65c99f3a-c183-4343-ac1c-03365931b879} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:17.525027 [ 3 ] {65c99f3a-c183-4343-ac1c-03365931b879} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:58:17.525226 [ 3 ] {65c99f3a-c183-4343-ac1c-03365931b879} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:17.525614 [ 3 ] {65c99f3a-c183-4343-ac1c-03365931b879} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:17.525657 [ 3 ] {65c99f3a-c183-4343-ac1c-03365931b879} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:17.526034 [ 3 ] {65c99f3a-c183-4343-ac1c-03365931b879} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2024.05.29 21:58:17.526373 [ 3 ] {65c99f3a-c183-4343-ac1c-03365931b879} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:17.526552 [ 3 ] {65c99f3a-c183-4343-ac1c-03365931b879} executeQuery: Read 44 rows, 3.57 KiB in 0.001652 sec., 26634.382566585955 rows/sec., 2.11 MiB/sec. 2024.05.29 21:58:17.526562 [ 72 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2024.05.29 21:58:17.526668 [ 72 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:17.526724 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:17.526865 [ 3 ] {65c99f3a-c183-4343-ac1c-03365931b879} DynamicQueryHandler: Done processing query 2024.05.29 21:58:17.526920 [ 3 ] {65c99f3a-c183-4343-ac1c-03365931b879} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:58:17.526931 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2024.05.29 21:58:17.526945 [ 3 ] {} HTTP-Session: 12cbb625-f903-42fd-a800-801d06c818a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.527161 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:58:17.527181 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 27826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:17.527230 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 48 rows starting from the beginning of the part 2024.05.29 21:58:17.527285 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:17.527346 [ 3 ] {} HTTP-Session: aa2b644f-ede0-4cc0-b400-915cf26ca362 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:17.527414 [ 3 ] {} HTTP-Session: aa2b644f-ede0-4cc0-b400-915cf26ca362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.527432 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 44 rows starting from the beginning of the part 2024.05.29 21:58:17.527480 [ 3 ] {} HTTP-Session: aa2b644f-ede0-4cc0-b400-915cf26ca362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.527649 [ 3 ] {} HTTP-Session: aa2b644f-ede0-4cc0-b400-915cf26ca362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:17.527811 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 4 rows starting from the beginning of the part 2024.05.29 21:58:17.528125 [ 3 ] {b22c5da0-1f2a-4b4c-891e-8ac00e6f8bdb} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:17.528135 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 44 rows starting from the beginning of the part 2024.05.29 21:58:17.528237 [ 3 ] {b22c5da0-1f2a-4b4c-891e-8ac00e6f8bdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:58:17.528398 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 4 rows starting from the beginning of the part 2024.05.29 21:58:17.528726 [ 201 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 44 rows starting from the beginning of the part 2024.05.29 21:58:17.529428 [ 3 ] {b22c5da0-1f2a-4b4c-891e-8ac00e6f8bdb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:17.530278 [ 3 ] {b22c5da0-1f2a-4b4c-891e-8ac00e6f8bdb} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:17.530351 [ 3 ] {b22c5da0-1f2a-4b4c-891e-8ac00e6f8bdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:17.531293 [ 3 ] {b22c5da0-1f2a-4b4c-891e-8ac00e6f8bdb} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2024.05.29 21:58:17.531593 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 4 columns (4 merged, 0 gathered) in 0.004769829 sec., 39414.41087301033 rows/sec., 3.12 MiB/sec. 2024.05.29 21:58:17.531872 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2024.05.29 21:58:17.532006 [ 3 ] {b22c5da0-1f2a-4b4c-891e-8ac00e6f8bdb} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:17.532301 [ 3 ] {b22c5da0-1f2a-4b4c-891e-8ac00e6f8bdb} executeQuery: Read 188 rows, 16.39 KiB in 0.004368 sec., 43040.293040293036 rows/sec., 3.66 MiB/sec. 2024.05.29 21:58:17.532798 [ 3 ] {b22c5da0-1f2a-4b4c-891e-8ac00e6f8bdb} DynamicQueryHandler: Done processing query 2024.05.29 21:58:17.532842 [ 3 ] {b22c5da0-1f2a-4b4c-891e-8ac00e6f8bdb} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.29 21:58:17.532875 [ 3 ] {} HTTP-Session: aa2b644f-ede0-4cc0-b400-915cf26ca362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.532952 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_86_17} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:17.533049 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 18343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:17.533092 [ 200 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_86_17} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2024.05.29 21:58:17.533121 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:17.533164 [ 3 ] {} HTTP-Session: 97cb8b69-ffae-4c9f-ad82-4d6dcfe65949 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:17.533195 [ 3 ] {} HTTP-Session: 97cb8b69-ffae-4c9f-ad82-4d6dcfe65949 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.533249 [ 3 ] {} HTTP-Session: 97cb8b69-ffae-4c9f-ad82-4d6dcfe65949 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.533280 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.29 21:58:17.533311 [ 3 ] {} HTTP-Session: 97cb8b69-ffae-4c9f-ad82-4d6dcfe65949 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:17.533477 [ 3 ] {37f0f602-dc8e-4f21-a2d6-23a0badabf8a} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:17.533522 [ 3 ] {37f0f602-dc8e-4f21-a2d6-23a0badabf8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:58:17.533671 [ 3 ] {37f0f602-dc8e-4f21-a2d6-23a0badabf8a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:17.534000 [ 3 ] {37f0f602-dc8e-4f21-a2d6-23a0badabf8a} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:17.534037 [ 3 ] {37f0f602-dc8e-4f21-a2d6-23a0badabf8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:17.534367 [ 3 ] {37f0f602-dc8e-4f21-a2d6-23a0badabf8a} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2024.05.29 21:58:17.534682 [ 3 ] {37f0f602-dc8e-4f21-a2d6-23a0badabf8a} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:17.534834 [ 3 ] {37f0f602-dc8e-4f21-a2d6-23a0badabf8a} executeQuery: Read 108 rows, 8.64 KiB in 0.001406 sec., 76813.65576102419 rows/sec., 6.00 MiB/sec. 2024.05.29 21:58:17.534991 [ 3 ] {37f0f602-dc8e-4f21-a2d6-23a0badabf8a} DynamicQueryHandler: Done processing query 2024.05.29 21:58:17.535015 [ 3 ] {37f0f602-dc8e-4f21-a2d6-23a0badabf8a} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.29 21:58:17.535030 [ 3 ] {} HTTP-Session: 97cb8b69-ffae-4c9f-ad82-4d6dcfe65949 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.535179 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:17.535226 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:17.535245 [ 3 ] {} HTTP-Session: 051a7ea1-335d-4d84-99c1-8a41cf7972e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:17.535261 [ 3 ] {} HTTP-Session: 051a7ea1-335d-4d84-99c1-8a41cf7972e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.535275 [ 3 ] {} HTTP-Session: 051a7ea1-335d-4d84-99c1-8a41cf7972e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.535305 [ 3 ] {} HTTP-Session: 051a7ea1-335d-4d84-99c1-8a41cf7972e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:17.535447 [ 3 ] {df83da30-9593-4b08-9eb4-8266b28f947d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:17.535493 [ 3 ] {df83da30-9593-4b08-9eb4-8266b28f947d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:58:17.535637 [ 3 ] {df83da30-9593-4b08-9eb4-8266b28f947d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:17.535978 [ 3 ] {df83da30-9593-4b08-9eb4-8266b28f947d} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:17.536014 [ 3 ] {df83da30-9593-4b08-9eb4-8266b28f947d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:17.536404 [ 3 ] {df83da30-9593-4b08-9eb4-8266b28f947d} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2024.05.29 21:58:17.536741 [ 3 ] {df83da30-9593-4b08-9eb4-8266b28f947d} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:17.536896 [ 3 ] {df83da30-9593-4b08-9eb4-8266b28f947d} executeQuery: Read 160 rows, 11.41 KiB in 0.00151 sec., 105960.26490066225 rows/sec., 7.38 MiB/sec. 2024.05.29 21:58:17.537054 [ 3 ] {df83da30-9593-4b08-9eb4-8266b28f947d} DynamicQueryHandler: Done processing query 2024.05.29 21:58:17.537078 [ 3 ] {df83da30-9593-4b08-9eb4-8266b28f947d} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:58:17.537093 [ 3 ] {} HTTP-Session: 051a7ea1-335d-4d84-99c1-8a41cf7972e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.537237 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 47088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:17.537285 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:17.537305 [ 3 ] {} HTTP-Session: 8016e988-40ab-4401-911d-8831d22622e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:17.537321 [ 3 ] {} HTTP-Session: 8016e988-40ab-4401-911d-8831d22622e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.537335 [ 3 ] {} HTTP-Session: 8016e988-40ab-4401-911d-8831d22622e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.537366 [ 3 ] {} HTTP-Session: 8016e988-40ab-4401-911d-8831d22622e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:17.537663 [ 3 ] {c08ff9f1-031f-4358-bff6-28ea509736df} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:17.537711 [ 3 ] {c08ff9f1-031f-4358-bff6-28ea509736df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:58:17.537871 [ 3 ] {c08ff9f1-031f-4358-bff6-28ea509736df} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:17.538389 [ 3 ] {c08ff9f1-031f-4358-bff6-28ea509736df} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:17.538425 [ 3 ] {c08ff9f1-031f-4358-bff6-28ea509736df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:17.538843 [ 3 ] {c08ff9f1-031f-4358-bff6-28ea509736df} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2024.05.29 21:58:17.539191 [ 3 ] {c08ff9f1-031f-4358-bff6-28ea509736df} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:17.539343 [ 3 ] {c08ff9f1-031f-4358-bff6-28ea509736df} executeQuery: Read 44 rows, 60.80 KiB in 0.001892 sec., 23255.81395348837 rows/sec., 31.38 MiB/sec. 2024.05.29 21:58:17.539419 [ 29 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2024.05.29 21:58:17.539532 [ 29 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:17.539594 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2024.05.29 21:58:17.539608 [ 3 ] {c08ff9f1-031f-4358-bff6-28ea509736df} DynamicQueryHandler: Done processing query 2024.05.29 21:58:17.539660 [ 3 ] {c08ff9f1-031f-4358-bff6-28ea509736df} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.05.29 21:58:17.539730 [ 3 ] {} HTTP-Session: 8016e988-40ab-4401-911d-8831d22622e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.539819 [ 190 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2024.05.29 21:58:17.539876 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:17.539940 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:17.539975 [ 3 ] {} HTTP-Session: 3c13adb0-a1d2-4ed4-9bfd-15bb6e6c824c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:17.540003 [ 3 ] {} HTTP-Session: 3c13adb0-a1d2-4ed4-9bfd-15bb6e6c824c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.540027 [ 3 ] {} HTTP-Session: 3c13adb0-a1d2-4ed4-9bfd-15bb6e6c824c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.540047 [ 190 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:58:17.540067 [ 3 ] {} HTTP-Session: 3c13adb0-a1d2-4ed4-9bfd-15bb6e6c824c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:17.540098 [ 190 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1388 rows starting from the beginning of the part 2024.05.29 21:58:17.540273 [ 3 ] {6e2f4dd2-84dc-4d59-bdbf-5ca751a8fb01} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:17.540332 [ 190 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 44 rows starting from the beginning of the part 2024.05.29 21:58:17.540411 [ 3 ] {6e2f4dd2-84dc-4d59-bdbf-5ca751a8fb01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:58:17.540721 [ 190 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 4 rows starting from the beginning of the part 2024.05.29 21:58:17.540944 [ 190 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 44 rows starting from the beginning of the part 2024.05.29 21:58:17.541196 [ 190 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 4 rows starting from the beginning of the part 2024.05.29 21:58:17.541216 [ 3 ] {6e2f4dd2-84dc-4d59-bdbf-5ca751a8fb01} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:17.541381 [ 190 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 44 rows starting from the beginning of the part 2024.05.29 21:58:17.541940 [ 3 ] {6e2f4dd2-84dc-4d59-bdbf-5ca751a8fb01} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:17.541982 [ 3 ] {6e2f4dd2-84dc-4d59-bdbf-5ca751a8fb01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:17.542417 [ 3 ] {6e2f4dd2-84dc-4d59-bdbf-5ca751a8fb01} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2024.05.29 21:58:17.542756 [ 3 ] {6e2f4dd2-84dc-4d59-bdbf-5ca751a8fb01} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:17.542910 [ 3 ] {6e2f4dd2-84dc-4d59-bdbf-5ca751a8fb01} executeQuery: Read 60 rows, 4.14 KiB in 0.002752 sec., 21802.325581395347 rows/sec., 1.47 MiB/sec. 2024.05.29 21:58:17.543192 [ 3 ] {6e2f4dd2-84dc-4d59-bdbf-5ca751a8fb01} DynamicQueryHandler: Done processing query 2024.05.29 21:58:17.543253 [ 3 ] {6e2f4dd2-84dc-4d59-bdbf-5ca751a8fb01} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:58:17.543306 [ 3 ] {} HTTP-Session: 3c13adb0-a1d2-4ed4-9bfd-15bb6e6c824c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:17.545920 [ 202 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1528 rows, containing 6 columns (6 merged, 0 gathered) in 0.006222528 sec., 245559.3610828268 rows/sec., 331.37 MiB/sec. 2024.05.29 21:58:17.547029 [ 192 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2024.05.29 21:58:17.547495 [ 192 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_86_17} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:17.547581 [ 192 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_86_17} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2024.05.29 21:58:17.547677 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.73 MiB. 2024.05.29 21:58:18.000165 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 202.35 MiB, peak 213.39 MiB, free memory in arenas 0.00 B, will set to 203.36 MiB (RSS), difference: 1.01 MiB 2024.05.29 21:58:22.522356 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:22.522495 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:22.522524 [ 3 ] {} HTTP-Session: bfd7a2c4-d88e-439f-a6e7-f258bae8cf43 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:22.522553 [ 3 ] {} HTTP-Session: bfd7a2c4-d88e-439f-a6e7-f258bae8cf43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.522571 [ 3 ] {} HTTP-Session: bfd7a2c4-d88e-439f-a6e7-f258bae8cf43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.522628 [ 3 ] {} HTTP-Session: bfd7a2c4-d88e-439f-a6e7-f258bae8cf43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:22.522826 [ 3 ] {b1e24e4c-cb50-45d9-bc9a-722cf44e64bf} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:22.522899 [ 3 ] {b1e24e4c-cb50-45d9-bc9a-722cf44e64bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:58:22.523124 [ 3 ] {b1e24e4c-cb50-45d9-bc9a-722cf44e64bf} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:22.523518 [ 3 ] {b1e24e4c-cb50-45d9-bc9a-722cf44e64bf} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:22.523557 [ 3 ] {b1e24e4c-cb50-45d9-bc9a-722cf44e64bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:22.523934 [ 3 ] {b1e24e4c-cb50-45d9-bc9a-722cf44e64bf} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2024.05.29 21:58:22.524277 [ 3 ] {b1e24e4c-cb50-45d9-bc9a-722cf44e64bf} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:22.524421 [ 3 ] {b1e24e4c-cb50-45d9-bc9a-722cf44e64bf} executeQuery: Read 4 rows, 332.00 B in 0.001657 sec., 2414.0012070006032 rows/sec., 195.67 KiB/sec. 2024.05.29 21:58:22.524604 [ 3 ] {b1e24e4c-cb50-45d9-bc9a-722cf44e64bf} DynamicQueryHandler: Done processing query 2024.05.29 21:58:22.524631 [ 3 ] {b1e24e4c-cb50-45d9-bc9a-722cf44e64bf} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:58:22.524647 [ 3 ] {} HTTP-Session: bfd7a2c4-d88e-439f-a6e7-f258bae8cf43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.524771 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:22.524820 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:22.524840 [ 3 ] {} HTTP-Session: 33145e81-fd7d-47ee-bb43-7c8681fefb07 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:22.524857 [ 3 ] {} HTTP-Session: 33145e81-fd7d-47ee-bb43-7c8681fefb07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.524871 [ 3 ] {} HTTP-Session: 33145e81-fd7d-47ee-bb43-7c8681fefb07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.524903 [ 3 ] {} HTTP-Session: 33145e81-fd7d-47ee-bb43-7c8681fefb07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:22.525019 [ 3 ] {bbeca6f8-ddbf-43ee-b8c7-8ffea1cbf3e1} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:22.525064 [ 3 ] {bbeca6f8-ddbf-43ee-b8c7-8ffea1cbf3e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:58:22.525186 [ 3 ] {bbeca6f8-ddbf-43ee-b8c7-8ffea1cbf3e1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:22.525472 [ 3 ] {bbeca6f8-ddbf-43ee-b8c7-8ffea1cbf3e1} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:22.525509 [ 3 ] {bbeca6f8-ddbf-43ee-b8c7-8ffea1cbf3e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:22.525826 [ 3 ] {bbeca6f8-ddbf-43ee-b8c7-8ffea1cbf3e1} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2024.05.29 21:58:22.526142 [ 3 ] {bbeca6f8-ddbf-43ee-b8c7-8ffea1cbf3e1} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:22.526270 [ 3 ] {bbeca6f8-ddbf-43ee-b8c7-8ffea1cbf3e1} executeQuery: Read 68 rows, 5.48 KiB in 0.001291 sec., 52672.34701781564 rows/sec., 4.14 MiB/sec. 2024.05.29 21:58:22.526418 [ 3 ] {bbeca6f8-ddbf-43ee-b8c7-8ffea1cbf3e1} DynamicQueryHandler: Done processing query 2024.05.29 21:58:22.526442 [ 3 ] {bbeca6f8-ddbf-43ee-b8c7-8ffea1cbf3e1} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:58:22.526457 [ 3 ] {} HTTP-Session: 33145e81-fd7d-47ee-bb43-7c8681fefb07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.526573 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:22.526620 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:22.526639 [ 3 ] {} HTTP-Session: 6277f880-d2e1-43a6-81c1-0a174d55ce1f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:22.526655 [ 3 ] {} HTTP-Session: 6277f880-d2e1-43a6-81c1-0a174d55ce1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.526669 [ 3 ] {} HTTP-Session: 6277f880-d2e1-43a6-81c1-0a174d55ce1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.526699 [ 3 ] {} HTTP-Session: 6277f880-d2e1-43a6-81c1-0a174d55ce1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:22.526809 [ 3 ] {dd05891c-a0c6-4f90-95f4-04424154a679} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:22.526852 [ 3 ] {dd05891c-a0c6-4f90-95f4-04424154a679} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:58:22.526976 [ 3 ] {dd05891c-a0c6-4f90-95f4-04424154a679} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:22.527270 [ 3 ] {dd05891c-a0c6-4f90-95f4-04424154a679} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:22.527306 [ 3 ] {dd05891c-a0c6-4f90-95f4-04424154a679} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:22.527610 [ 3 ] {dd05891c-a0c6-4f90-95f4-04424154a679} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2024.05.29 21:58:22.527917 [ 3 ] {dd05891c-a0c6-4f90-95f4-04424154a679} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:22.528045 [ 3 ] {dd05891c-a0c6-4f90-95f4-04424154a679} executeQuery: Read 68 rows, 5.44 KiB in 0.001276 sec., 53291.53605015674 rows/sec., 4.16 MiB/sec. 2024.05.29 21:58:22.528191 [ 3 ] {dd05891c-a0c6-4f90-95f4-04424154a679} DynamicQueryHandler: Done processing query 2024.05.29 21:58:22.528216 [ 3 ] {dd05891c-a0c6-4f90-95f4-04424154a679} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:58:22.528230 [ 3 ] {} HTTP-Session: 6277f880-d2e1-43a6-81c1-0a174d55ce1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.528379 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:22.528426 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:22.528445 [ 3 ] {} HTTP-Session: f2487960-275d-4246-a268-92b1407d1af7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:22.528462 [ 3 ] {} HTTP-Session: f2487960-275d-4246-a268-92b1407d1af7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.528476 [ 3 ] {} HTTP-Session: f2487960-275d-4246-a268-92b1407d1af7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.528506 [ 3 ] {} HTTP-Session: f2487960-275d-4246-a268-92b1407d1af7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:22.528647 [ 3 ] {f3130759-333b-4794-8f00-055fca19e0d7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:22.528693 [ 3 ] {f3130759-333b-4794-8f00-055fca19e0d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:58:22.528832 [ 3 ] {f3130759-333b-4794-8f00-055fca19e0d7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:22.529380 [ 3 ] {f3130759-333b-4794-8f00-055fca19e0d7} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:22.529415 [ 3 ] {f3130759-333b-4794-8f00-055fca19e0d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:22.529803 [ 3 ] {f3130759-333b-4794-8f00-055fca19e0d7} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2024.05.29 21:58:22.530148 [ 3 ] {f3130759-333b-4794-8f00-055fca19e0d7} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:22.530276 [ 3 ] {f3130759-333b-4794-8f00-055fca19e0d7} executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec. 2024.05.29 21:58:22.530442 [ 3 ] {f3130759-333b-4794-8f00-055fca19e0d7} DynamicQueryHandler: Done processing query 2024.05.29 21:58:22.530466 [ 3 ] {f3130759-333b-4794-8f00-055fca19e0d7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:58:22.530482 [ 3 ] {} HTTP-Session: f2487960-275d-4246-a268-92b1407d1af7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.530598 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:22.530646 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:22.530665 [ 3 ] {} HTTP-Session: 97ccdd4d-d7c5-497b-ab1b-f7b219f6cbe6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:22.530681 [ 3 ] {} HTTP-Session: 97ccdd4d-d7c5-497b-ab1b-f7b219f6cbe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.530695 [ 3 ] {} HTTP-Session: 97ccdd4d-d7c5-497b-ab1b-f7b219f6cbe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.530724 [ 3 ] {} HTTP-Session: 97ccdd4d-d7c5-497b-ab1b-f7b219f6cbe6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:22.530843 [ 3 ] {df1fd782-755f-41f4-9c18-691c2aaf7bc7} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:22.530890 [ 3 ] {df1fd782-755f-41f4-9c18-691c2aaf7bc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:58:22.531050 [ 3 ] {df1fd782-755f-41f4-9c18-691c2aaf7bc7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:22.531345 [ 3 ] {df1fd782-755f-41f4-9c18-691c2aaf7bc7} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:22.531380 [ 3 ] {df1fd782-755f-41f4-9c18-691c2aaf7bc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:22.531772 [ 3 ] {df1fd782-755f-41f4-9c18-691c2aaf7bc7} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2024.05.29 21:58:22.532113 [ 3 ] {df1fd782-755f-41f4-9c18-691c2aaf7bc7} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:22.532242 [ 3 ] {df1fd782-755f-41f4-9c18-691c2aaf7bc7} executeQuery: Read 4 rows, 5.53 KiB in 0.001442 sec., 2773.9251040221916 rows/sec., 3.74 MiB/sec. 2024.05.29 21:58:22.532489 [ 3 ] {df1fd782-755f-41f4-9c18-691c2aaf7bc7} DynamicQueryHandler: Done processing query 2024.05.29 21:58:22.532554 [ 3 ] {df1fd782-755f-41f4-9c18-691c2aaf7bc7} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:58:22.532617 [ 3 ] {} HTTP-Session: 97ccdd4d-d7c5-497b-ab1b-f7b219f6cbe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.532849 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:22.533032 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:22.533135 [ 3 ] {} HTTP-Session: ca94a9bf-a821-4864-994d-baa1ee61f3d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:22.533209 [ 3 ] {} HTTP-Session: ca94a9bf-a821-4864-994d-baa1ee61f3d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.533245 [ 3 ] {} HTTP-Session: ca94a9bf-a821-4864-994d-baa1ee61f3d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:22.533312 [ 3 ] {} HTTP-Session: ca94a9bf-a821-4864-994d-baa1ee61f3d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:22.533490 [ 3 ] {e52187b5-f58a-449f-ae3f-da09624cf282} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:22.533545 [ 3 ] {e52187b5-f58a-449f-ae3f-da09624cf282} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:58:22.533685 [ 3 ] {e52187b5-f58a-449f-ae3f-da09624cf282} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:22.533969 [ 3 ] {e52187b5-f58a-449f-ae3f-da09624cf282} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:22.534006 [ 3 ] {e52187b5-f58a-449f-ae3f-da09624cf282} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:22.534376 [ 3 ] {e52187b5-f58a-449f-ae3f-da09624cf282} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2024.05.29 21:58:22.534698 [ 3 ] {e52187b5-f58a-449f-ae3f-da09624cf282} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:22.534826 [ 3 ] {e52187b5-f58a-449f-ae3f-da09624cf282} executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. 2024.05.29 21:58:22.535048 [ 3 ] {e52187b5-f58a-449f-ae3f-da09624cf282} DynamicQueryHandler: Done processing query 2024.05.29 21:58:22.535111 [ 3 ] {e52187b5-f58a-449f-ae3f-da09624cf282} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:58:22.535165 [ 3 ] {} HTTP-Session: ca94a9bf-a821-4864-994d-baa1ee61f3d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.525980 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:27.526113 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:27.526138 [ 3 ] {} HTTP-Session: eb84acd8-bb20-4612-a278-481da5fffc39 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:27.526162 [ 3 ] {} HTTP-Session: eb84acd8-bb20-4612-a278-481da5fffc39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.526176 [ 3 ] {} HTTP-Session: eb84acd8-bb20-4612-a278-481da5fffc39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.526226 [ 3 ] {} HTTP-Session: eb84acd8-bb20-4612-a278-481da5fffc39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:27.526434 [ 3 ] {0e8cea0a-2caf-4a70-8607-1804e2a7219d} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:27.526503 [ 3 ] {0e8cea0a-2caf-4a70-8607-1804e2a7219d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:58:27.526701 [ 3 ] {0e8cea0a-2caf-4a70-8607-1804e2a7219d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:27.527137 [ 3 ] {0e8cea0a-2caf-4a70-8607-1804e2a7219d} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:27.527180 [ 3 ] {0e8cea0a-2caf-4a70-8607-1804e2a7219d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:27.527547 [ 3 ] {0e8cea0a-2caf-4a70-8607-1804e2a7219d} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2024.05.29 21:58:27.527887 [ 3 ] {0e8cea0a-2caf-4a70-8607-1804e2a7219d} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:27.528052 [ 3 ] {0e8cea0a-2caf-4a70-8607-1804e2a7219d} executeQuery: Read 44 rows, 3.57 KiB in 0.00168 sec., 26190.47619047619 rows/sec., 2.07 MiB/sec. 2024.05.29 21:58:27.528246 [ 3 ] {0e8cea0a-2caf-4a70-8607-1804e2a7219d} DynamicQueryHandler: Done processing query 2024.05.29 21:58:27.528274 [ 3 ] {0e8cea0a-2caf-4a70-8607-1804e2a7219d} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:58:27.528290 [ 3 ] {} HTTP-Session: eb84acd8-bb20-4612-a278-481da5fffc39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.528414 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:27.528462 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:27.528481 [ 3 ] {} HTTP-Session: a5350225-0f46-408d-bb64-a651abd35fe2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:27.528497 [ 3 ] {} HTTP-Session: a5350225-0f46-408d-bb64-a651abd35fe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.528511 [ 3 ] {} HTTP-Session: a5350225-0f46-408d-bb64-a651abd35fe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.528542 [ 3 ] {} HTTP-Session: a5350225-0f46-408d-bb64-a651abd35fe2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:27.528635 [ 3 ] {a2c2a39e-2c82-4e1e-b985-199bd310ca79} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:27.528678 [ 3 ] {a2c2a39e-2c82-4e1e-b985-199bd310ca79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:58:27.528804 [ 3 ] {a2c2a39e-2c82-4e1e-b985-199bd310ca79} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:27.529090 [ 3 ] {a2c2a39e-2c82-4e1e-b985-199bd310ca79} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:27.529126 [ 3 ] {a2c2a39e-2c82-4e1e-b985-199bd310ca79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:27.529423 [ 3 ] {a2c2a39e-2c82-4e1e-b985-199bd310ca79} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.29 21:58:27.529723 [ 3 ] {a2c2a39e-2c82-4e1e-b985-199bd310ca79} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:27.529881 [ 3 ] {a2c2a39e-2c82-4e1e-b985-199bd310ca79} executeQuery: Read 2 rows, 167.00 B in 0.001261 sec., 1586.0428231562253 rows/sec., 129.33 KiB/sec. 2024.05.29 21:58:27.530159 [ 3 ] {a2c2a39e-2c82-4e1e-b985-199bd310ca79} DynamicQueryHandler: Done processing query 2024.05.29 21:58:27.530202 [ 3 ] {a2c2a39e-2c82-4e1e-b985-199bd310ca79} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:58:27.530219 [ 3 ] {} HTTP-Session: a5350225-0f46-408d-bb64-a651abd35fe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.530400 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 32889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:27.530448 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:27.530466 [ 3 ] {} HTTP-Session: f8540719-8081-4ec1-ae3b-fed1250d3462 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:27.530483 [ 3 ] {} HTTP-Session: f8540719-8081-4ec1-ae3b-fed1250d3462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.530497 [ 3 ] {} HTTP-Session: f8540719-8081-4ec1-ae3b-fed1250d3462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.530527 [ 3 ] {} HTTP-Session: f8540719-8081-4ec1-ae3b-fed1250d3462 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:27.530677 [ 3 ] {93f3c868-b0c3-48c6-a69c-3b4c5243f83f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:27.530719 [ 3 ] {93f3c868-b0c3-48c6-a69c-3b4c5243f83f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:58:27.530861 [ 3 ] {93f3c868-b0c3-48c6-a69c-3b4c5243f83f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:27.531306 [ 3 ] {93f3c868-b0c3-48c6-a69c-3b4c5243f83f} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:27.531343 [ 3 ] {93f3c868-b0c3-48c6-a69c-3b4c5243f83f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:27.531667 [ 3 ] {93f3c868-b0c3-48c6-a69c-3b4c5243f83f} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2024.05.29 21:58:27.531976 [ 3 ] {93f3c868-b0c3-48c6-a69c-3b4c5243f83f} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:27.532128 [ 3 ] {93f3c868-b0c3-48c6-a69c-3b4c5243f83f} executeQuery: Read 225 rows, 19.23 KiB in 0.001519 sec., 148123.76563528637 rows/sec., 12.36 MiB/sec. 2024.05.29 21:58:27.532307 [ 3 ] {93f3c868-b0c3-48c6-a69c-3b4c5243f83f} DynamicQueryHandler: Done processing query 2024.05.29 21:58:27.532331 [ 3 ] {93f3c868-b0c3-48c6-a69c-3b4c5243f83f} MemoryTracker: Peak memory usage (for query): 4.34 MiB. 2024.05.29 21:58:27.532348 [ 3 ] {} HTTP-Session: f8540719-8081-4ec1-ae3b-fed1250d3462 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.532479 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:27.532526 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:27.532545 [ 3 ] {} HTTP-Session: 4415b1bf-e39d-41b8-9f0f-ab44914be64f Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:27.532561 [ 3 ] {} HTTP-Session: 4415b1bf-e39d-41b8-9f0f-ab44914be64f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.532574 [ 3 ] {} HTTP-Session: 4415b1bf-e39d-41b8-9f0f-ab44914be64f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.532604 [ 3 ] {} HTTP-Session: 4415b1bf-e39d-41b8-9f0f-ab44914be64f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:27.532695 [ 3 ] {0e276763-8de1-458a-8b08-27a28be1c7d3} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:27.532737 [ 3 ] {0e276763-8de1-458a-8b08-27a28be1c7d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:58:27.532865 [ 3 ] {0e276763-8de1-458a-8b08-27a28be1c7d3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:27.533128 [ 3 ] {0e276763-8de1-458a-8b08-27a28be1c7d3} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:27.533165 [ 3 ] {0e276763-8de1-458a-8b08-27a28be1c7d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:27.533454 [ 3 ] {0e276763-8de1-458a-8b08-27a28be1c7d3} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.29 21:58:27.533749 [ 3 ] {0e276763-8de1-458a-8b08-27a28be1c7d3} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:27.533899 [ 3 ] {0e276763-8de1-458a-8b08-27a28be1c7d3} executeQuery: Read 2 rows, 143.00 B in 0.001218 sec., 1642.0361247947455 rows/sec., 114.65 KiB/sec. 2024.05.29 21:58:27.534186 [ 3 ] {0e276763-8de1-458a-8b08-27a28be1c7d3} DynamicQueryHandler: Done processing query 2024.05.29 21:58:27.534212 [ 3 ] {0e276763-8de1-458a-8b08-27a28be1c7d3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:58:27.534228 [ 3 ] {} HTTP-Session: 4415b1bf-e39d-41b8-9f0f-ab44914be64f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.534359 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 22724, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:27.534405 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:27.534424 [ 3 ] {} HTTP-Session: 11ba0023-5c0e-4f00-a8b4-162d1d2b557d Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:27.534440 [ 3 ] {} HTTP-Session: 11ba0023-5c0e-4f00-a8b4-162d1d2b557d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.534454 [ 3 ] {} HTTP-Session: 11ba0023-5c0e-4f00-a8b4-162d1d2b557d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.534483 [ 3 ] {} HTTP-Session: 11ba0023-5c0e-4f00-a8b4-162d1d2b557d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:27.534613 [ 3 ] {6c1ebf41-cb2f-44c8-882c-416bf8184224} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:27.534658 [ 3 ] {6c1ebf41-cb2f-44c8-882c-416bf8184224} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:58:27.534799 [ 3 ] {6c1ebf41-cb2f-44c8-882c-416bf8184224} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:27.535169 [ 3 ] {6c1ebf41-cb2f-44c8-882c-416bf8184224} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:27.535207 [ 3 ] {6c1ebf41-cb2f-44c8-882c-416bf8184224} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:27.535514 [ 3 ] {6c1ebf41-cb2f-44c8-882c-416bf8184224} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2024.05.29 21:58:27.535807 [ 3 ] {6c1ebf41-cb2f-44c8-882c-416bf8184224} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:27.535943 [ 3 ] {6c1ebf41-cb2f-44c8-882c-416bf8184224} executeQuery: Read 134 rows, 10.70 KiB in 0.001379 sec., 97171.8636693256 rows/sec., 7.58 MiB/sec. 2024.05.29 21:58:27.536135 [ 3 ] {6c1ebf41-cb2f-44c8-882c-416bf8184224} DynamicQueryHandler: Done processing query 2024.05.29 21:58:27.536159 [ 3 ] {6c1ebf41-cb2f-44c8-882c-416bf8184224} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.29 21:58:27.536174 [ 3 ] {} HTTP-Session: 11ba0023-5c0e-4f00-a8b4-162d1d2b557d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.536343 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 37786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:27.536391 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:27.536409 [ 3 ] {} HTTP-Session: a47ad6f5-3a40-41a9-a8a4-17b27b6c553a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:27.536425 [ 3 ] {} HTTP-Session: a47ad6f5-3a40-41a9-a8a4-17b27b6c553a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.536439 [ 3 ] {} HTTP-Session: a47ad6f5-3a40-41a9-a8a4-17b27b6c553a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.536468 [ 3 ] {} HTTP-Session: a47ad6f5-3a40-41a9-a8a4-17b27b6c553a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:27.536646 [ 3 ] {b6105b4d-abca-44bd-b2e9-1f1ec0d92cf0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:27.536694 [ 3 ] {b6105b4d-abca-44bd-b2e9-1f1ec0d92cf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:58:27.536849 [ 3 ] {b6105b4d-abca-44bd-b2e9-1f1ec0d92cf0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:27.537300 [ 3 ] {b6105b4d-abca-44bd-b2e9-1f1ec0d92cf0} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:27.537336 [ 3 ] {b6105b4d-abca-44bd-b2e9-1f1ec0d92cf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:27.537720 [ 3 ] {b6105b4d-abca-44bd-b2e9-1f1ec0d92cf0} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2024.05.29 21:58:27.538055 [ 3 ] {b6105b4d-abca-44bd-b2e9-1f1ec0d92cf0} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:27.538207 [ 3 ] {b6105b4d-abca-44bd-b2e9-1f1ec0d92cf0} executeQuery: Read 197 rows, 14.08 KiB in 0.001657 sec., 118889.55944477972 rows/sec., 8.30 MiB/sec. 2024.05.29 21:58:27.538461 [ 3 ] {b6105b4d-abca-44bd-b2e9-1f1ec0d92cf0} DynamicQueryHandler: Done processing query 2024.05.29 21:58:27.538519 [ 3 ] {b6105b4d-abca-44bd-b2e9-1f1ec0d92cf0} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.29 21:58:27.538569 [ 3 ] {} HTTP-Session: a47ad6f5-3a40-41a9-a8a4-17b27b6c553a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.538802 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 47088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:27.538852 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:27.538871 [ 3 ] {} HTTP-Session: d92f63e4-e97e-4dc9-a46f-d96183a8a3ed Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:27.538888 [ 3 ] {} HTTP-Session: d92f63e4-e97e-4dc9-a46f-d96183a8a3ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.538902 [ 3 ] {} HTTP-Session: d92f63e4-e97e-4dc9-a46f-d96183a8a3ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.538934 [ 3 ] {} HTTP-Session: d92f63e4-e97e-4dc9-a46f-d96183a8a3ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:27.539237 [ 3 ] {081f3f7a-840d-4c9b-9662-53f4ede6f4de} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:27.539287 [ 3 ] {081f3f7a-840d-4c9b-9662-53f4ede6f4de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:58:27.539465 [ 3 ] {081f3f7a-840d-4c9b-9662-53f4ede6f4de} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:27.540005 [ 3 ] {081f3f7a-840d-4c9b-9662-53f4ede6f4de} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:27.540040 [ 3 ] {081f3f7a-840d-4c9b-9662-53f4ede6f4de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:27.540454 [ 3 ] {081f3f7a-840d-4c9b-9662-53f4ede6f4de} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2024.05.29 21:58:27.540786 [ 3 ] {081f3f7a-840d-4c9b-9662-53f4ede6f4de} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:27.540940 [ 3 ] {081f3f7a-840d-4c9b-9662-53f4ede6f4de} executeQuery: Read 44 rows, 60.80 KiB in 0.001918 sec., 22940.56308654849 rows/sec., 30.96 MiB/sec. 2024.05.29 21:58:27.541112 [ 3 ] {081f3f7a-840d-4c9b-9662-53f4ede6f4de} DynamicQueryHandler: Done processing query 2024.05.29 21:58:27.541135 [ 3 ] {081f3f7a-840d-4c9b-9662-53f4ede6f4de} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.05.29 21:58:27.541150 [ 3 ] {} HTTP-Session: d92f63e4-e97e-4dc9-a46f-d96183a8a3ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.541273 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:27.541320 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:27.541339 [ 3 ] {} HTTP-Session: aed64040-8615-46dd-b463-898ce19259d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:27.541355 [ 3 ] {} HTTP-Session: aed64040-8615-46dd-b463-898ce19259d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.541369 [ 3 ] {} HTTP-Session: aed64040-8615-46dd-b463-898ce19259d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:27.541399 [ 3 ] {} HTTP-Session: aed64040-8615-46dd-b463-898ce19259d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:27.541527 [ 3 ] {63f55b44-2060-4d8f-80d1-8eb4468ec761} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:27.541571 [ 3 ] {63f55b44-2060-4d8f-80d1-8eb4468ec761} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:58:27.541696 [ 3 ] {63f55b44-2060-4d8f-80d1-8eb4468ec761} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:27.541987 [ 3 ] {63f55b44-2060-4d8f-80d1-8eb4468ec761} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:27.542023 [ 3 ] {63f55b44-2060-4d8f-80d1-8eb4468ec761} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:27.542367 [ 3 ] {63f55b44-2060-4d8f-80d1-8eb4468ec761} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2024.05.29 21:58:27.542671 [ 3 ] {63f55b44-2060-4d8f-80d1-8eb4468ec761} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:27.542822 [ 3 ] {63f55b44-2060-4d8f-80d1-8eb4468ec761} executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. 2024.05.29 21:58:27.542993 [ 3 ] {63f55b44-2060-4d8f-80d1-8eb4468ec761} DynamicQueryHandler: Done processing query 2024.05.29 21:58:27.543016 [ 3 ] {63f55b44-2060-4d8f-80d1-8eb4468ec761} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:58:27.543032 [ 3 ] {} HTTP-Session: aed64040-8615-46dd-b463-898ce19259d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:30.786200 [ 43 ] {} DNSResolver: Updating DNS cache 2024.05.29 21:58:30.786270 [ 43 ] {} DNSResolver: Updated DNS cache 2024.05.29 21:58:32.001522 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001023892 sec. 2024.05.29 21:58:32.523261 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:32.523376 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:32.523401 [ 3 ] {} HTTP-Session: 5dda833a-7d57-4ac7-ad3a-fabb8652757a Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:32.523426 [ 3 ] {} HTTP-Session: 5dda833a-7d57-4ac7-ad3a-fabb8652757a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.523441 [ 3 ] {} HTTP-Session: 5dda833a-7d57-4ac7-ad3a-fabb8652757a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.523491 [ 3 ] {} HTTP-Session: 5dda833a-7d57-4ac7-ad3a-fabb8652757a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:32.523675 [ 3 ] {03630c60-9aea-4750-83d6-bb3c8ad7a148} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:32.523744 [ 3 ] {03630c60-9aea-4750-83d6-bb3c8ad7a148} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:58:32.523946 [ 3 ] {03630c60-9aea-4750-83d6-bb3c8ad7a148} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:32.524358 [ 3 ] {03630c60-9aea-4750-83d6-bb3c8ad7a148} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:32.524401 [ 3 ] {03630c60-9aea-4750-83d6-bb3c8ad7a148} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:32.524773 [ 3 ] {03630c60-9aea-4750-83d6-bb3c8ad7a148} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2024.05.29 21:58:32.525115 [ 3 ] {03630c60-9aea-4750-83d6-bb3c8ad7a148} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:32.525298 [ 3 ] {03630c60-9aea-4750-83d6-bb3c8ad7a148} executeQuery: Read 4 rows, 332.00 B in 0.001668 sec., 2398.0815347721823 rows/sec., 194.38 KiB/sec. 2024.05.29 21:58:32.525497 [ 3 ] {03630c60-9aea-4750-83d6-bb3c8ad7a148} DynamicQueryHandler: Done processing query 2024.05.29 21:58:32.525523 [ 3 ] {03630c60-9aea-4750-83d6-bb3c8ad7a148} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:58:32.525538 [ 3 ] {} HTTP-Session: 5dda833a-7d57-4ac7-ad3a-fabb8652757a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.525694 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:32.525744 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:32.525763 [ 3 ] {} HTTP-Session: 1132f54c-f0ac-4ed8-94d0-4f43053c0209 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:32.525779 [ 3 ] {} HTTP-Session: 1132f54c-f0ac-4ed8-94d0-4f43053c0209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.525792 [ 3 ] {} HTTP-Session: 1132f54c-f0ac-4ed8-94d0-4f43053c0209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.525823 [ 3 ] {} HTTP-Session: 1132f54c-f0ac-4ed8-94d0-4f43053c0209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:32.525919 [ 3 ] {aac2a8ba-034b-4e04-a947-088a289dc063} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:32.525963 [ 3 ] {aac2a8ba-034b-4e04-a947-088a289dc063} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:58:32.526091 [ 3 ] {aac2a8ba-034b-4e04-a947-088a289dc063} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:32.526371 [ 3 ] {aac2a8ba-034b-4e04-a947-088a289dc063} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:32.526406 [ 3 ] {aac2a8ba-034b-4e04-a947-088a289dc063} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:32.526705 [ 3 ] {aac2a8ba-034b-4e04-a947-088a289dc063} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.29 21:58:32.527009 [ 3 ] {aac2a8ba-034b-4e04-a947-088a289dc063} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:32.527146 [ 3 ] {aac2a8ba-034b-4e04-a947-088a289dc063} executeQuery: Read 8 rows, 668.00 B in 0.001248 sec., 6410.25641025641 rows/sec., 522.71 KiB/sec. 2024.05.29 21:58:32.527310 [ 3 ] {aac2a8ba-034b-4e04-a947-088a289dc063} DynamicQueryHandler: Done processing query 2024.05.29 21:58:32.527334 [ 3 ] {aac2a8ba-034b-4e04-a947-088a289dc063} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:58:32.527349 [ 3 ] {} HTTP-Session: 1132f54c-f0ac-4ed8-94d0-4f43053c0209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.527472 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 10172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:32.527519 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:32.527538 [ 3 ] {} HTTP-Session: 6b8cc39f-bdf7-44e2-b1d6-9589b5a07e55 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:32.527554 [ 3 ] {} HTTP-Session: 6b8cc39f-bdf7-44e2-b1d6-9589b5a07e55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.527568 [ 3 ] {} HTTP-Session: 6b8cc39f-bdf7-44e2-b1d6-9589b5a07e55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.527598 [ 3 ] {} HTTP-Session: 6b8cc39f-bdf7-44e2-b1d6-9589b5a07e55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:32.527711 [ 3 ] {d54d5721-2a82-4e37-8278-251c6b8baf62} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:32.527753 [ 3 ] {d54d5721-2a82-4e37-8278-251c6b8baf62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:58:32.527877 [ 3 ] {d54d5721-2a82-4e37-8278-251c6b8baf62} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:32.528197 [ 3 ] {d54d5721-2a82-4e37-8278-251c6b8baf62} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:32.528234 [ 3 ] {d54d5721-2a82-4e37-8278-251c6b8baf62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:32.528545 [ 3 ] {d54d5721-2a82-4e37-8278-251c6b8baf62} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2024.05.29 21:58:32.528842 [ 3 ] {d54d5721-2a82-4e37-8278-251c6b8baf62} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:32.529004 [ 3 ] {d54d5721-2a82-4e37-8278-251c6b8baf62} executeQuery: Read 72 rows, 5.77 KiB in 0.001328 sec., 54216.86746987952 rows/sec., 4.24 MiB/sec. 2024.05.29 21:58:32.529178 [ 3 ] {d54d5721-2a82-4e37-8278-251c6b8baf62} DynamicQueryHandler: Done processing query 2024.05.29 21:58:32.529201 [ 3 ] {d54d5721-2a82-4e37-8278-251c6b8baf62} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:58:32.529216 [ 3 ] {} HTTP-Session: 6b8cc39f-bdf7-44e2-b1d6-9589b5a07e55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.529340 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:32.529387 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:32.529406 [ 3 ] {} HTTP-Session: c1874f96-a275-43b2-8cdc-1bbc7734d36b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:32.529422 [ 3 ] {} HTTP-Session: c1874f96-a275-43b2-8cdc-1bbc7734d36b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.529435 [ 3 ] {} HTTP-Session: c1874f96-a275-43b2-8cdc-1bbc7734d36b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.529465 [ 3 ] {} HTTP-Session: c1874f96-a275-43b2-8cdc-1bbc7734d36b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:32.529561 [ 3 ] {19199ef2-2c50-48c3-893f-e48ebb4dc935} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:32.529604 [ 3 ] {19199ef2-2c50-48c3-893f-e48ebb4dc935} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:58:32.529729 [ 3 ] {19199ef2-2c50-48c3-893f-e48ebb4dc935} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:32.530048 [ 3 ] {19199ef2-2c50-48c3-893f-e48ebb4dc935} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:32.530095 [ 3 ] {19199ef2-2c50-48c3-893f-e48ebb4dc935} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:32.530472 [ 3 ] {19199ef2-2c50-48c3-893f-e48ebb4dc935} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.29 21:58:32.530840 [ 3 ] {19199ef2-2c50-48c3-893f-e48ebb4dc935} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:32.531013 [ 3 ] {19199ef2-2c50-48c3-893f-e48ebb4dc935} executeQuery: Read 8 rows, 572.00 B in 0.001464 sec., 5464.48087431694 rows/sec., 381.55 KiB/sec. 2024.05.29 21:58:32.531175 [ 3 ] {19199ef2-2c50-48c3-893f-e48ebb4dc935} DynamicQueryHandler: Done processing query 2024.05.29 21:58:32.531200 [ 3 ] {19199ef2-2c50-48c3-893f-e48ebb4dc935} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:58:32.531216 [ 3 ] {} HTTP-Session: c1874f96-a275-43b2-8cdc-1bbc7734d36b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.531337 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 12930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:32.531385 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:32.531403 [ 3 ] {} HTTP-Session: fef0f720-58b3-43f7-9411-d144947a0f23 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:32.531420 [ 3 ] {} HTTP-Session: fef0f720-58b3-43f7-9411-d144947a0f23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.531433 [ 3 ] {} HTTP-Session: fef0f720-58b3-43f7-9411-d144947a0f23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.531465 [ 3 ] {} HTTP-Session: fef0f720-58b3-43f7-9411-d144947a0f23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:32.531579 [ 3 ] {810b6977-020d-4300-9b35-2281e6d63d57} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:32.531623 [ 3 ] {810b6977-020d-4300-9b35-2281e6d63d57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:58:32.531753 [ 3 ] {810b6977-020d-4300-9b35-2281e6d63d57} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:32.532076 [ 3 ] {810b6977-020d-4300-9b35-2281e6d63d57} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:32.532112 [ 3 ] {810b6977-020d-4300-9b35-2281e6d63d57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:32.532429 [ 3 ] {810b6977-020d-4300-9b35-2281e6d63d57} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2024.05.29 21:58:32.532732 [ 3 ] {810b6977-020d-4300-9b35-2281e6d63d57} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:32.532871 [ 3 ] {810b6977-020d-4300-9b35-2281e6d63d57} executeQuery: Read 76 rows, 6.09 KiB in 0.001333 sec., 57014.25356339085 rows/sec., 4.46 MiB/sec. 2024.05.29 21:58:32.533072 [ 3 ] {810b6977-020d-4300-9b35-2281e6d63d57} DynamicQueryHandler: Done processing query 2024.05.29 21:58:32.533097 [ 3 ] {810b6977-020d-4300-9b35-2281e6d63d57} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:58:32.533112 [ 3 ] {} HTTP-Session: fef0f720-58b3-43f7-9411-d144947a0f23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.533293 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 31395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:32.533342 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:32.533361 [ 3 ] {} HTTP-Session: 1db399b7-feab-4541-9efc-dbd7c85bbf31 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:32.533377 [ 3 ] {} HTTP-Session: 1db399b7-feab-4541-9efc-dbd7c85bbf31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.533391 [ 3 ] {} HTTP-Session: 1db399b7-feab-4541-9efc-dbd7c85bbf31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.533422 [ 3 ] {} HTTP-Session: 1db399b7-feab-4541-9efc-dbd7c85bbf31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:32.533568 [ 3 ] {4e9ffa39-2512-4a01-b05f-81428420171f} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:32.533616 [ 3 ] {4e9ffa39-2512-4a01-b05f-81428420171f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:58:32.533770 [ 3 ] {4e9ffa39-2512-4a01-b05f-81428420171f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:32.534148 [ 3 ] {4e9ffa39-2512-4a01-b05f-81428420171f} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:32.534184 [ 3 ] {4e9ffa39-2512-4a01-b05f-81428420171f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:32.534567 [ 3 ] {4e9ffa39-2512-4a01-b05f-81428420171f} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2024.05.29 21:58:32.534902 [ 3 ] {4e9ffa39-2512-4a01-b05f-81428420171f} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:32.535064 [ 3 ] {4e9ffa39-2512-4a01-b05f-81428420171f} executeQuery: Read 164 rows, 11.69 KiB in 0.001556 sec., 105398.45758354756 rows/sec., 7.34 MiB/sec. 2024.05.29 21:58:32.535257 [ 3 ] {4e9ffa39-2512-4a01-b05f-81428420171f} DynamicQueryHandler: Done processing query 2024.05.29 21:58:32.535281 [ 3 ] {4e9ffa39-2512-4a01-b05f-81428420171f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:58:32.535296 [ 3 ] {} HTTP-Session: 1db399b7-feab-4541-9efc-dbd7c85bbf31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.535417 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:32.535464 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:32.535483 [ 3 ] {} HTTP-Session: 88d5a4fa-0fae-47d0-98a7-9f4f420c5e02 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:32.535499 [ 3 ] {} HTTP-Session: 88d5a4fa-0fae-47d0-98a7-9f4f420c5e02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.535513 [ 3 ] {} HTTP-Session: 88d5a4fa-0fae-47d0-98a7-9f4f420c5e02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.535543 [ 3 ] {} HTTP-Session: 88d5a4fa-0fae-47d0-98a7-9f4f420c5e02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:32.535657 [ 3 ] {7341e386-3915-4977-ac19-4ba65cc415ca} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:32.535705 [ 3 ] {7341e386-3915-4977-ac19-4ba65cc415ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:58:32.535864 [ 3 ] {7341e386-3915-4977-ac19-4ba65cc415ca} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:32.536141 [ 3 ] {7341e386-3915-4977-ac19-4ba65cc415ca} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:32.536176 [ 3 ] {7341e386-3915-4977-ac19-4ba65cc415ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:32.536546 [ 3 ] {7341e386-3915-4977-ac19-4ba65cc415ca} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2024.05.29 21:58:32.536885 [ 3 ] {7341e386-3915-4977-ac19-4ba65cc415ca} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:32.537042 [ 3 ] {7341e386-3915-4977-ac19-4ba65cc415ca} executeQuery: Read 4 rows, 5.53 KiB in 0.001424 sec., 2808.9887640449438 rows/sec., 3.79 MiB/sec. 2024.05.29 21:58:32.537219 [ 3 ] {7341e386-3915-4977-ac19-4ba65cc415ca} DynamicQueryHandler: Done processing query 2024.05.29 21:58:32.537243 [ 3 ] {7341e386-3915-4977-ac19-4ba65cc415ca} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:58:32.537258 [ 3 ] {} HTTP-Session: 88d5a4fa-0fae-47d0-98a7-9f4f420c5e02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.537414 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:32.537463 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:32.537481 [ 3 ] {} HTTP-Session: f32be1c3-e1ed-4b04-bf31-e258f848cc5b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:32.537498 [ 3 ] {} HTTP-Session: f32be1c3-e1ed-4b04-bf31-e258f848cc5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.537511 [ 3 ] {} HTTP-Session: f32be1c3-e1ed-4b04-bf31-e258f848cc5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:32.537541 [ 3 ] {} HTTP-Session: f32be1c3-e1ed-4b04-bf31-e258f848cc5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:32.537649 [ 3 ] {03d5762e-6039-466f-8d91-7d774a517012} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:32.537693 [ 3 ] {03d5762e-6039-466f-8d91-7d774a517012} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:58:32.537820 [ 3 ] {03d5762e-6039-466f-8d91-7d774a517012} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:32.538076 [ 3 ] {03d5762e-6039-466f-8d91-7d774a517012} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:32.538111 [ 3 ] {03d5762e-6039-466f-8d91-7d774a517012} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:32.538460 [ 3 ] {03d5762e-6039-466f-8d91-7d774a517012} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2024.05.29 21:58:32.538775 [ 3 ] {03d5762e-6039-466f-8d91-7d774a517012} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:32.538944 [ 3 ] {03d5762e-6039-466f-8d91-7d774a517012} executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec. 2024.05.29 21:58:32.539122 [ 3 ] {03d5762e-6039-466f-8d91-7d774a517012} DynamicQueryHandler: Done processing query 2024.05.29 21:58:32.539146 [ 3 ] {03d5762e-6039-466f-8d91-7d774a517012} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:58:32.539161 [ 3 ] {} HTTP-Session: f32be1c3-e1ed-4b04-bf31-e258f848cc5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.525211 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:37.525350 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:37.525380 [ 3 ] {} HTTP-Session: 4fa8aec1-baf3-443d-8c4a-b106dd051bbb Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:37.525411 [ 3 ] {} HTTP-Session: 4fa8aec1-baf3-443d-8c4a-b106dd051bbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.525430 [ 3 ] {} HTTP-Session: 4fa8aec1-baf3-443d-8c4a-b106dd051bbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.525487 [ 3 ] {} HTTP-Session: 4fa8aec1-baf3-443d-8c4a-b106dd051bbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:37.525708 [ 3 ] {76f2554c-9460-450a-afa2-4c7601c61f9e} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:37.525787 [ 3 ] {76f2554c-9460-450a-afa2-4c7601c61f9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:58:37.526010 [ 3 ] {76f2554c-9460-450a-afa2-4c7601c61f9e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:37.526399 [ 3 ] {76f2554c-9460-450a-afa2-4c7601c61f9e} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:37.526443 [ 3 ] {76f2554c-9460-450a-afa2-4c7601c61f9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:37.526812 [ 3 ] {76f2554c-9460-450a-afa2-4c7601c61f9e} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2024.05.29 21:58:37.527149 [ 3 ] {76f2554c-9460-450a-afa2-4c7601c61f9e} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:37.527319 [ 3 ] {76f2554c-9460-450a-afa2-4c7601c61f9e} executeQuery: Read 44 rows, 3.57 KiB in 0.00168 sec., 26190.47619047619 rows/sec., 2.07 MiB/sec. 2024.05.29 21:58:37.527571 [ 3 ] {76f2554c-9460-450a-afa2-4c7601c61f9e} DynamicQueryHandler: Done processing query 2024.05.29 21:58:37.527598 [ 3 ] {76f2554c-9460-450a-afa2-4c7601c61f9e} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:58:37.527613 [ 3 ] {} HTTP-Session: 4fa8aec1-baf3-443d-8c4a-b106dd051bbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.527775 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:37.527829 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:37.527849 [ 3 ] {} HTTP-Session: 2dc2dc2f-1ff8-47b1-820b-3f47a7eb51b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:37.527868 [ 3 ] {} HTTP-Session: 2dc2dc2f-1ff8-47b1-820b-3f47a7eb51b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.527882 [ 3 ] {} HTTP-Session: 2dc2dc2f-1ff8-47b1-820b-3f47a7eb51b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.527918 [ 3 ] {} HTTP-Session: 2dc2dc2f-1ff8-47b1-820b-3f47a7eb51b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:37.528024 [ 3 ] {c0219c99-146f-4975-8e6b-99e31faa05aa} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:37.528071 [ 3 ] {c0219c99-146f-4975-8e6b-99e31faa05aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.29 21:58:37.528213 [ 3 ] {c0219c99-146f-4975-8e6b-99e31faa05aa} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:37.528468 [ 3 ] {c0219c99-146f-4975-8e6b-99e31faa05aa} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:37.528505 [ 3 ] {c0219c99-146f-4975-8e6b-99e31faa05aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:37.528810 [ 3 ] {c0219c99-146f-4975-8e6b-99e31faa05aa} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.29 21:58:37.529128 [ 3 ] {c0219c99-146f-4975-8e6b-99e31faa05aa} oximeter.fields_ipaddr (c96a9768-067a-4e1b-a1ed-cf708c11d736): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:37.529276 [ 3 ] {c0219c99-146f-4975-8e6b-99e31faa05aa} executeQuery: Read 4 rows, 334.00 B in 0.001276 sec., 3134.796238244514 rows/sec., 255.62 KiB/sec. 2024.05.29 21:58:37.529438 [ 3 ] {c0219c99-146f-4975-8e6b-99e31faa05aa} DynamicQueryHandler: Done processing query 2024.05.29 21:58:37.529463 [ 3 ] {c0219c99-146f-4975-8e6b-99e31faa05aa} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:58:37.529479 [ 3 ] {} HTTP-Session: 2dc2dc2f-1ff8-47b1-820b-3f47a7eb51b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.529669 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 28093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:37.529718 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:37.529737 [ 3 ] {} HTTP-Session: a2cc0ccd-02a4-45e4-9272-ae751d46cf5e Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:37.529754 [ 3 ] {} HTTP-Session: a2cc0ccd-02a4-45e4-9272-ae751d46cf5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.529768 [ 3 ] {} HTTP-Session: a2cc0ccd-02a4-45e4-9272-ae751d46cf5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.529799 [ 3 ] {} HTTP-Session: a2cc0ccd-02a4-45e4-9272-ae751d46cf5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:37.529939 [ 3 ] {64f00b54-187a-4f76-8bc1-b6638d434708} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:37.529981 [ 3 ] {64f00b54-187a-4f76-8bc1-b6638d434708} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:58:37.530105 [ 3 ] {64f00b54-187a-4f76-8bc1-b6638d434708} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:37.530472 [ 3 ] {64f00b54-187a-4f76-8bc1-b6638d434708} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:37.530509 [ 3 ] {64f00b54-187a-4f76-8bc1-b6638d434708} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:37.530828 [ 3 ] {64f00b54-187a-4f76-8bc1-b6638d434708} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2024.05.29 21:58:37.531124 [ 3 ] {64f00b54-187a-4f76-8bc1-b6638d434708} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:37.531287 [ 3 ] {64f00b54-187a-4f76-8bc1-b6638d434708} executeQuery: Read 190 rows, 16.53 KiB in 0.001408 sec., 134943.18181818182 rows/sec., 11.47 MiB/sec. 2024.05.29 21:58:37.531315 [ 67 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2024.05.29 21:58:37.531446 [ 67 ] {} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:37.531510 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:37.531523 [ 3 ] {64f00b54-187a-4f76-8bc1-b6638d434708} DynamicQueryHandler: Done processing query 2024.05.29 21:58:37.531570 [ 3 ] {64f00b54-187a-4f76-8bc1-b6638d434708} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.29 21:58:37.531596 [ 3 ] {} HTTP-Session: a2cc0ccd-02a4-45e4-9272-ae751d46cf5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.531767 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2024.05.29 21:58:37.531783 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:37.531908 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:37.531962 [ 3 ] {} HTTP-Session: 2fa31dd6-e105-41bf-ab0f-2418a0d179f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:37.532011 [ 3 ] {} HTTP-Session: 2fa31dd6-e105-41bf-ab0f-2418a0d179f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.532046 [ 3 ] {} HTTP-Session: 2fa31dd6-e105-41bf-ab0f-2418a0d179f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.532144 [ 3 ] {} HTTP-Session: 2fa31dd6-e105-41bf-ab0f-2418a0d179f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:37.532157 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:58:37.532216 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 243 rows starting from the beginning of the part 2024.05.29 21:58:37.532387 [ 3 ] {e70f15a1-1327-4040-946d-30ec1f15ca30} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:37.532443 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 188 rows starting from the beginning of the part 2024.05.29 21:58:37.532556 [ 3 ] {e70f15a1-1327-4040-946d-30ec1f15ca30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.29 21:58:37.532708 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 68 rows starting from the beginning of the part 2024.05.29 21:58:37.533232 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 225 rows starting from the beginning of the part 2024.05.29 21:58:37.533576 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 72 rows starting from the beginning of the part 2024.05.29 21:58:37.533813 [ 3 ] {e70f15a1-1327-4040-946d-30ec1f15ca30} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:37.533867 [ 187 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 190 rows starting from the beginning of the part 2024.05.29 21:58:37.534648 [ 3 ] {e70f15a1-1327-4040-946d-30ec1f15ca30} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:37.534706 [ 3 ] {e70f15a1-1327-4040-946d-30ec1f15ca30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:37.535474 [ 3 ] {e70f15a1-1327-4040-946d-30ec1f15ca30} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.29 21:58:37.536337 [ 3 ] {e70f15a1-1327-4040-946d-30ec1f15ca30} oximeter.fields_u16 (7dc656c4-c12c-4ba3-baca-9f40ac4a290e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:37.536681 [ 3 ] {e70f15a1-1327-4040-946d-30ec1f15ca30} executeQuery: Read 4 rows, 286.00 B in 0.0044 sec., 909.090909090909 rows/sec., 63.48 KiB/sec. 2024.05.29 21:58:37.537027 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 986 rows, containing 4 columns (4 merged, 0 gathered) in 0.005368946 sec., 183648.7087037195 rows/sec., 15.31 MiB/sec. 2024.05.29 21:58:37.537111 [ 3 ] {e70f15a1-1327-4040-946d-30ec1f15ca30} DynamicQueryHandler: Done processing query 2024.05.29 21:58:37.537140 [ 3 ] {e70f15a1-1327-4040-946d-30ec1f15ca30} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:58:37.537157 [ 3 ] {} HTTP-Session: 2fa31dd6-e105-41bf-ab0f-2418a0d179f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.537212 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2024.05.29 21:58:37.537329 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 19027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:37.537399 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:37.537441 [ 3 ] {} HTTP-Session: 634c94cb-04df-47b3-aad5-8aa29b22ad0c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:37.537474 [ 3 ] {} HTTP-Session: 634c94cb-04df-47b3-aad5-8aa29b22ad0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.537496 [ 3 ] {} HTTP-Session: 634c94cb-04df-47b3-aad5-8aa29b22ad0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.537546 [ 3 ] {} HTTP-Session: 634c94cb-04df-47b3-aad5-8aa29b22ad0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:37.537691 [ 3 ] {925e9dcc-bd10-46bd-84ea-c01b024d06f0} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:37.537743 [ 3 ] {925e9dcc-bd10-46bd-84ea-c01b024d06f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:58:37.537749 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_91_18} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:37.537915 [ 202 ] {52672999-44e7-49ee-8a08-c0b463bfbf86::all_1_91_18} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2024.05.29 21:58:37.537960 [ 3 ] {925e9dcc-bd10-46bd-84ea-c01b024d06f0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:37.538032 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2024.05.29 21:58:37.538338 [ 3 ] {925e9dcc-bd10-46bd-84ea-c01b024d06f0} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:37.538374 [ 3 ] {925e9dcc-bd10-46bd-84ea-c01b024d06f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:37.538698 [ 3 ] {925e9dcc-bd10-46bd-84ea-c01b024d06f0} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2024.05.29 21:58:37.539013 [ 3 ] {925e9dcc-bd10-46bd-84ea-c01b024d06f0} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:37.539164 [ 3 ] {925e9dcc-bd10-46bd-84ea-c01b024d06f0} executeQuery: Read 112 rows, 8.96 KiB in 0.001536 sec., 72916.66666666667 rows/sec., 5.70 MiB/sec. 2024.05.29 21:58:37.539188 [ 68 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2024.05.29 21:58:37.539292 [ 68 ] {} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:37.539332 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:37.539405 [ 3 ] {925e9dcc-bd10-46bd-84ea-c01b024d06f0} DynamicQueryHandler: Done processing query 2024.05.29 21:58:37.539477 [ 3 ] {925e9dcc-bd10-46bd-84ea-c01b024d06f0} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:58:37.539558 [ 3 ] {} HTTP-Session: 634c94cb-04df-47b3-aad5-8aa29b22ad0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.539707 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2024.05.29 21:58:37.539899 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 31014, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:37.540081 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:37.540173 [ 3 ] {} HTTP-Session: fd4dc731-778f-4900-a424-82cacaa37b84 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:37.540232 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:58:37.540252 [ 3 ] {} HTTP-Session: fd4dc731-778f-4900-a424-82cacaa37b84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.540317 [ 3 ] {} HTTP-Session: fd4dc731-778f-4900-a424-82cacaa37b84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.540352 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 171 rows starting from the beginning of the part 2024.05.29 21:58:37.540501 [ 3 ] {} HTTP-Session: fd4dc731-778f-4900-a424-82cacaa37b84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:37.540745 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 108 rows starting from the beginning of the part 2024.05.29 21:58:37.541215 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 68 rows starting from the beginning of the part 2024.05.29 21:58:37.541339 [ 3 ] {42fa7cec-aa2a-4c49-adf0-a86d899d7284} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:37.541612 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 134 rows starting from the beginning of the part 2024.05.29 21:58:37.541727 [ 3 ] {42fa7cec-aa2a-4c49-adf0-a86d899d7284} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:58:37.541993 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 76 rows starting from the beginning of the part 2024.05.29 21:58:37.542376 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 112 rows starting from the beginning of the part 2024.05.29 21:58:37.543733 [ 3 ] {42fa7cec-aa2a-4c49-adf0-a86d899d7284} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:37.544784 [ 3 ] {42fa7cec-aa2a-4c49-adf0-a86d899d7284} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:37.544856 [ 3 ] {42fa7cec-aa2a-4c49-adf0-a86d899d7284} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:37.545721 [ 189 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 669 rows, containing 4 columns (4 merged, 0 gathered) in 0.006290289 sec., 106354.41392279432 rows/sec., 8.31 MiB/sec. 2024.05.29 21:58:37.545760 [ 3 ] {42fa7cec-aa2a-4c49-adf0-a86d899d7284} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2024.05.29 21:58:37.546035 [ 199 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2024.05.29 21:58:37.546416 [ 3 ] {42fa7cec-aa2a-4c49-adf0-a86d899d7284} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:37.546833 [ 68 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2024.05.29 21:58:37.546953 [ 68 ] {} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:37.546985 [ 3 ] {42fa7cec-aa2a-4c49-adf0-a86d899d7284} executeQuery: Read 162 rows, 11.55 KiB in 0.00601 sec., 26955.07487520799 rows/sec., 1.88 MiB/sec. 2024.05.29 21:58:37.547023 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:37.547463 [ 202 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2024.05.29 21:58:37.547647 [ 3 ] {42fa7cec-aa2a-4c49-adf0-a86d899d7284} DynamicQueryHandler: Done processing query 2024.05.29 21:58:37.547702 [ 3 ] {42fa7cec-aa2a-4c49-adf0-a86d899d7284} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:58:37.547781 [ 3 ] {} HTTP-Session: fd4dc731-778f-4900-a424-82cacaa37b84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.547836 [ 202 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:58:37.547838 [ 199 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_91_18} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:37.547902 [ 202 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_86_17} MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 13677 rows starting from the beginning of the part 2024.05.29 21:58:37.548072 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 47088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:37.548138 [ 199 ] {80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9::all_1_91_18} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2024.05.29 21:58:37.548184 [ 202 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part 2024.05.29 21:58:37.548294 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:37.548452 [ 3 ] {} HTTP-Session: 8f831f06-b316-4013-936d-370cece3189b Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:37.548540 [ 3 ] {} HTTP-Session: 8f831f06-b316-4013-936d-370cece3189b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.548606 [ 3 ] {} HTTP-Session: 8f831f06-b316-4013-936d-370cece3189b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.548638 [ 202 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2024.05.29 21:58:37.548727 [ 3 ] {} HTTP-Session: 8f831f06-b316-4013-936d-370cece3189b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:37.549111 [ 202 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 197 rows starting from the beginning of the part 2024.05.29 21:58:37.549181 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.29 21:58:37.549343 [ 202 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 164 rows starting from the beginning of the part 2024.05.29 21:58:37.549492 [ 3 ] {839fa2bf-1f90-466c-aba2-16b55e725a52} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:37.549565 [ 202 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 162 rows starting from the beginning of the part 2024.05.29 21:58:37.549613 [ 3 ] {839fa2bf-1f90-466c-aba2-16b55e725a52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:58:37.550275 [ 3 ] {839fa2bf-1f90-466c-aba2-16b55e725a52} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:37.550981 [ 3 ] {839fa2bf-1f90-466c-aba2-16b55e725a52} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:37.551020 [ 3 ] {839fa2bf-1f90-466c-aba2-16b55e725a52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:37.551642 [ 3 ] {839fa2bf-1f90-466c-aba2-16b55e725a52} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2024.05.29 21:58:37.552179 [ 3 ] {839fa2bf-1f90-466c-aba2-16b55e725a52} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:37.552339 [ 3 ] {839fa2bf-1f90-466c-aba2-16b55e725a52} executeQuery: Read 44 rows, 60.80 KiB in 0.003267 sec., 13468.013468013469 rows/sec., 18.17 MiB/sec. 2024.05.29 21:58:37.552627 [ 3 ] {839fa2bf-1f90-466c-aba2-16b55e725a52} DynamicQueryHandler: Done processing query 2024.05.29 21:58:37.552656 [ 3 ] {839fa2bf-1f90-466c-aba2-16b55e725a52} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.05.29 21:58:37.552689 [ 3 ] {} HTTP-Session: 8f831f06-b316-4013-936d-370cece3189b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.552838 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:37.552888 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:37.552909 [ 3 ] {} HTTP-Session: 23961900-c056-45f8-81f4-61802e4e13c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:37.552927 [ 3 ] {} HTTP-Session: 23961900-c056-45f8-81f4-61802e4e13c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.552941 [ 3 ] {} HTTP-Session: 23961900-c056-45f8-81f4-61802e4e13c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.552973 [ 3 ] {} HTTP-Session: 23961900-c056-45f8-81f4-61802e4e13c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:37.553094 [ 3 ] {362fd708-9e79-42a3-ba15-534bf3ef5e74} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:37.553140 [ 3 ] {362fd708-9e79-42a3-ba15-534bf3ef5e74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:58:37.553286 [ 3 ] {362fd708-9e79-42a3-ba15-534bf3ef5e74} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:37.553669 [ 3 ] {362fd708-9e79-42a3-ba15-534bf3ef5e74} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:37.553706 [ 3 ] {362fd708-9e79-42a3-ba15-534bf3ef5e74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:37.554134 [ 3 ] {362fd708-9e79-42a3-ba15-534bf3ef5e74} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2024.05.29 21:58:37.554266 [ 189 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 14520 rows, containing 5 columns (5 merged, 0 gathered) in 0.007084008 sec., 2049687.1262708907 rows/sec., 142.85 MiB/sec. 2024.05.29 21:58:37.554575 [ 3 ] {362fd708-9e79-42a3-ba15-534bf3ef5e74} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:37.554769 [ 3 ] {362fd708-9e79-42a3-ba15-534bf3ef5e74} executeQuery: Read 60 rows, 4.14 KiB in 0.001704 sec., 35211.2676056338 rows/sec., 2.37 MiB/sec. 2024.05.29 21:58:37.554783 [ 68 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2024.05.29 21:58:37.554893 [ 68 ] {} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:37.554959 [ 189 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2024.05.29 21:58:37.554964 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:37.555297 [ 3 ] {362fd708-9e79-42a3-ba15-534bf3ef5e74} DynamicQueryHandler: Done processing query 2024.05.29 21:58:37.555383 [ 3 ] {362fd708-9e79-42a3-ba15-534bf3ef5e74} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:58:37.555458 [ 3 ] {} HTTP-Session: 23961900-c056-45f8-81f4-61802e4e13c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:37.555466 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2024.05.29 21:58:37.555932 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:58:37.555992 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4812 rows starting from the beginning of the part 2024.05.29 21:58:37.556192 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2024.05.29 21:58:37.556422 [ 189 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_86_17} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:37.556500 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2024.05.29 21:58:37.556749 [ 189 ] {947870c0-ee8c-4351-a743-104c044d7d72::all_1_86_17} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2024.05.29 21:58:37.556823 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2024.05.29 21:58:37.556992 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.01 MiB. 2024.05.29 21:58:37.557099 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2024.05.29 21:58:37.557193 [ 195 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2024.05.29 21:58:37.559293 [ 196 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5112 rows, containing 4 columns (4 merged, 0 gathered) in 0.004147021 sec., 1232692.093915126 rows/sec., 83.09 MiB/sec. 2024.05.29 21:58:37.559692 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2024.05.29 21:58:37.560118 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_86_17} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:37.560194 [ 191 ] {7b8acb7c-0c41-4afa-a94e-14dabc79e9b6::all_1_86_17} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2024.05.29 21:58:37.560269 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2024.05.29 21:58:42.522507 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:42.522635 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:42.522660 [ 3 ] {} HTTP-Session: a673b523-1549-419e-afe5-ce70128af825 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:42.522686 [ 3 ] {} HTTP-Session: a673b523-1549-419e-afe5-ce70128af825 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.522700 [ 3 ] {} HTTP-Session: a673b523-1549-419e-afe5-ce70128af825 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.522750 [ 3 ] {} HTTP-Session: a673b523-1549-419e-afe5-ce70128af825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:42.522933 [ 3 ] {3a3e3268-72be-4ecc-a681-31c1d38fd046} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:42.523005 [ 3 ] {3a3e3268-72be-4ecc-a681-31c1d38fd046} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.29 21:58:42.523201 [ 3 ] {3a3e3268-72be-4ecc-a681-31c1d38fd046} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:42.523702 [ 3 ] {3a3e3268-72be-4ecc-a681-31c1d38fd046} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:42.523745 [ 3 ] {3a3e3268-72be-4ecc-a681-31c1d38fd046} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:42.524134 [ 3 ] {3a3e3268-72be-4ecc-a681-31c1d38fd046} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2024.05.29 21:58:42.524482 [ 3 ] {3a3e3268-72be-4ecc-a681-31c1d38fd046} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:42.524636 [ 3 ] {3a3e3268-72be-4ecc-a681-31c1d38fd046} executeQuery: Read 4 rows, 332.00 B in 0.001758 sec., 2275.3128555176336 rows/sec., 184.42 KiB/sec. 2024.05.29 21:58:42.524652 [ 62 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2024.05.29 21:58:42.524710 [ 62 ] {} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:42.524749 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:42.524886 [ 3 ] {3a3e3268-72be-4ecc-a681-31c1d38fd046} DynamicQueryHandler: Done processing query 2024.05.29 21:58:42.524934 [ 3 ] {3a3e3268-72be-4ecc-a681-31c1d38fd046} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.29 21:58:42.524954 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2024.05.29 21:58:42.524969 [ 3 ] {} HTTP-Session: a673b523-1549-419e-afe5-ce70128af825 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.525190 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:58:42.525227 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:42.525258 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 48 rows starting from the beginning of the part 2024.05.29 21:58:42.525327 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:42.525407 [ 3 ] {} HTTP-Session: 6b39c816-8889-42c2-a1eb-d780c85b777c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:42.525501 [ 3 ] {} HTTP-Session: 6b39c816-8889-42c2-a1eb-d780c85b777c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.525503 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 4 rows starting from the beginning of the part 2024.05.29 21:58:42.525553 [ 3 ] {} HTTP-Session: 6b39c816-8889-42c2-a1eb-d780c85b777c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.525725 [ 3 ] {} HTTP-Session: 6b39c816-8889-42c2-a1eb-d780c85b777c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:42.525771 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 44 rows starting from the beginning of the part 2024.05.29 21:58:42.526108 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 4 rows starting from the beginning of the part 2024.05.29 21:58:42.526271 [ 3 ] {d59258c6-3be9-4f00-9c7c-29fe60b0da20} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:42.526390 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 44 rows starting from the beginning of the part 2024.05.29 21:58:42.526593 [ 188 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 4 rows starting from the beginning of the part 2024.05.29 21:58:42.526717 [ 3 ] {d59258c6-3be9-4f00-9c7c-29fe60b0da20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.29 21:58:42.527386 [ 3 ] {d59258c6-3be9-4f00-9c7c-29fe60b0da20} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:42.528277 [ 3 ] {d59258c6-3be9-4f00-9c7c-29fe60b0da20} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:42.528344 [ 3 ] {d59258c6-3be9-4f00-9c7c-29fe60b0da20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:42.529205 [ 3 ] {d59258c6-3be9-4f00-9c7c-29fe60b0da20} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2024.05.29 21:58:42.529379 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 4 columns (4 merged, 0 gathered) in 0.004537456 sec., 32617.396179709514 rows/sec., 2.58 MiB/sec. 2024.05.29 21:58:42.529683 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2024.05.29 21:58:42.529882 [ 3 ] {d59258c6-3be9-4f00-9c7c-29fe60b0da20} oximeter.fields_string (52672999-44e7-49ee-8a08-c0b463bfbf86): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:42.530276 [ 3 ] {d59258c6-3be9-4f00-9c7c-29fe60b0da20} executeQuery: Read 68 rows, 5.48 KiB in 0.004244 sec., 16022.62016965127 rows/sec., 1.26 MiB/sec. 2024.05.29 21:58:42.530686 [ 3 ] {d59258c6-3be9-4f00-9c7c-29fe60b0da20} DynamicQueryHandler: Done processing query 2024.05.29 21:58:42.530745 [ 3 ] {d59258c6-3be9-4f00-9c7c-29fe60b0da20} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:58:42.530778 [ 3 ] {} HTTP-Session: 6b39c816-8889-42c2-a1eb-d780c85b777c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.530781 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_91_18} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:42.530970 [ 191 ] {3bedf2d6-46e2-4c26-b7b6-cdefffa50fee::all_1_91_18} oximeter.fields_i64 (3bedf2d6-46e2-4c26-b7b6-cdefffa50fee) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2024.05.29 21:58:42.530996 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 11564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:42.531099 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:42.531135 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.29 21:58:42.531146 [ 3 ] {} HTTP-Session: 1a2896f5-6a4d-47f7-ad57-5faff15b7bd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:42.531190 [ 3 ] {} HTTP-Session: 1a2896f5-6a4d-47f7-ad57-5faff15b7bd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.531205 [ 3 ] {} HTTP-Session: 1a2896f5-6a4d-47f7-ad57-5faff15b7bd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.531239 [ 3 ] {} HTTP-Session: 1a2896f5-6a4d-47f7-ad57-5faff15b7bd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:42.531401 [ 3 ] {f75a72a0-616e-4cd6-9c9b-6fa20ed69b25} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:42.531449 [ 3 ] {f75a72a0-616e-4cd6-9c9b-6fa20ed69b25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.29 21:58:42.531598 [ 3 ] {f75a72a0-616e-4cd6-9c9b-6fa20ed69b25} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:42.531958 [ 3 ] {f75a72a0-616e-4cd6-9c9b-6fa20ed69b25} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:42.531994 [ 3 ] {f75a72a0-616e-4cd6-9c9b-6fa20ed69b25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:42.532322 [ 3 ] {f75a72a0-616e-4cd6-9c9b-6fa20ed69b25} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2024.05.29 21:58:42.532638 [ 3 ] {f75a72a0-616e-4cd6-9c9b-6fa20ed69b25} oximeter.fields_uuid (80dd5abd-bf51-44a2-8533-9d6d0d9a0ba9): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:42.532761 [ 3 ] {f75a72a0-616e-4cd6-9c9b-6fa20ed69b25} executeQuery: Read 68 rows, 5.44 KiB in 0.001409 sec., 48261.17814052519 rows/sec., 3.77 MiB/sec. 2024.05.29 21:58:42.532924 [ 3 ] {f75a72a0-616e-4cd6-9c9b-6fa20ed69b25} DynamicQueryHandler: Done processing query 2024.05.29 21:58:42.532948 [ 3 ] {f75a72a0-616e-4cd6-9c9b-6fa20ed69b25} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.29 21:58:42.532964 [ 3 ] {} HTTP-Session: 1a2896f5-6a4d-47f7-ad57-5faff15b7bd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.533146 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:42.533196 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:42.533215 [ 3 ] {} HTTP-Session: 1132ccb5-7dd0-4fab-aab4-674a1b230d5c Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:42.533232 [ 3 ] {} HTTP-Session: 1132ccb5-7dd0-4fab-aab4-674a1b230d5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.533246 [ 3 ] {} HTTP-Session: 1132ccb5-7dd0-4fab-aab4-674a1b230d5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.533277 [ 3 ] {} HTTP-Session: 1132ccb5-7dd0-4fab-aab4-674a1b230d5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:42.533420 [ 3 ] {71d24ffe-78b0-446c-9c92-ef35afcd2007} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:42.533467 [ 3 ] {71d24ffe-78b0-446c-9c92-ef35afcd2007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.29 21:58:42.533610 [ 3 ] {71d24ffe-78b0-446c-9c92-ef35afcd2007} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:42.534004 [ 3 ] {71d24ffe-78b0-446c-9c92-ef35afcd2007} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:42.534041 [ 3 ] {71d24ffe-78b0-446c-9c92-ef35afcd2007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:42.534432 [ 3 ] {71d24ffe-78b0-446c-9c92-ef35afcd2007} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2024.05.29 21:58:42.534774 [ 3 ] {71d24ffe-78b0-446c-9c92-ef35afcd2007} oximeter.measurements_cumulativeu64 (947870c0-ee8c-4351-a743-104c044d7d72): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:42.534902 [ 3 ] {71d24ffe-78b0-446c-9c92-ef35afcd2007} executeQuery: Read 160 rows, 11.41 KiB in 0.001545 sec., 103559.87055016181 rows/sec., 7.21 MiB/sec. 2024.05.29 21:58:42.535164 [ 3 ] {71d24ffe-78b0-446c-9c92-ef35afcd2007} DynamicQueryHandler: Done processing query 2024.05.29 21:58:42.535228 [ 3 ] {71d24ffe-78b0-446c-9c92-ef35afcd2007} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.29 21:58:42.535286 [ 3 ] {} HTTP-Session: 1132ccb5-7dd0-4fab-aab4-674a1b230d5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.535479 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:42.535543 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:42.535562 [ 3 ] {} HTTP-Session: 4e0cf412-cccb-4199-8c3c-c413080c3ce9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:42.535580 [ 3 ] {} HTTP-Session: 4e0cf412-cccb-4199-8c3c-c413080c3ce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.535594 [ 3 ] {} HTTP-Session: 4e0cf412-cccb-4199-8c3c-c413080c3ce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.535628 [ 3 ] {} HTTP-Session: 4e0cf412-cccb-4199-8c3c-c413080c3ce9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:42.535763 [ 3 ] {db2141db-cf58-4929-b9e6-1bbac23f4629} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:42.535810 [ 3 ] {db2141db-cf58-4929-b9e6-1bbac23f4629} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.29 21:58:42.535984 [ 3 ] {db2141db-cf58-4929-b9e6-1bbac23f4629} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:42.536310 [ 3 ] {db2141db-cf58-4929-b9e6-1bbac23f4629} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:42.536344 [ 3 ] {db2141db-cf58-4929-b9e6-1bbac23f4629} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:42.536725 [ 3 ] {db2141db-cf58-4929-b9e6-1bbac23f4629} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2024.05.29 21:58:42.537079 [ 3 ] {db2141db-cf58-4929-b9e6-1bbac23f4629} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:42.537211 [ 3 ] {db2141db-cf58-4929-b9e6-1bbac23f4629} executeQuery: Read 4 rows, 5.53 KiB in 0.001504 sec., 2659.5744680851067 rows/sec., 3.59 MiB/sec. 2024.05.29 21:58:42.537215 [ 62 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2024.05.29 21:58:42.537274 [ 62 ] {} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:42.537308 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:42.537494 [ 3 ] {db2141db-cf58-4929-b9e6-1bbac23f4629} DynamicQueryHandler: Done processing query 2024.05.29 21:58:42.537559 [ 3 ] {db2141db-cf58-4929-b9e6-1bbac23f4629} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.29 21:58:42.537622 [ 3 ] {} HTTP-Session: 4e0cf412-cccb-4199-8c3c-c413080c3ce9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.537633 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2024.05.29 21:58:42.537840 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42200, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.29 21:58:42.538015 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.29 21:58:42.538108 [ 3 ] {} HTTP-Session: e92ca4af-c06a-49b1-a32a-8a9ab774e055 Authenticating user 'default' from [fd00:1122:3344:101::d]:42200 2024.05.29 21:58:42.538185 [ 3 ] {} HTTP-Session: e92ca4af-c06a-49b1-a32a-8a9ab774e055 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.538271 [ 3 ] {} HTTP-Session: e92ca4af-c06a-49b1-a32a-8a9ab774e055 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.538428 [ 3 ] {} HTTP-Session: e92ca4af-c06a-49b1-a32a-8a9ab774e055 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.29 21:58:42.538776 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.29 21:58:42.538806 [ 3 ] {35f8ba30-849a-4a13-bac5-be2ee2c07a86} executeQuery: (from [fd00:1122:3344:101::d]:42200) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.29 21:58:42.538968 [ 3 ] {35f8ba30-849a-4a13-bac5-be2ee2c07a86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.29 21:58:42.538952 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1528 rows starting from the beginning of the part 2024.05.29 21:58:42.539495 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 4 rows starting from the beginning of the part 2024.05.29 21:58:42.539908 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 44 rows starting from the beginning of the part 2024.05.29 21:58:42.540154 [ 3 ] {35f8ba30-849a-4a13-bac5-be2ee2c07a86} ParallelParsingInputFormat: Parallel parsing is used 2024.05.29 21:58:42.540319 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 4 rows starting from the beginning of the part 2024.05.29 21:58:42.540545 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 44 rows starting from the beginning of the part 2024.05.29 21:58:42.541011 [ 197 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 4 rows starting from the beginning of the part 2024.05.29 21:58:42.541508 [ 3 ] {35f8ba30-849a-4a13-bac5-be2ee2c07a86} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.29 21:58:42.541587 [ 3 ] {35f8ba30-849a-4a13-bac5-be2ee2c07a86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2024.05.29 21:58:42.542401 [ 3 ] {35f8ba30-849a-4a13-bac5-be2ee2c07a86} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2024.05.29 21:58:42.542742 [ 3 ] {35f8ba30-849a-4a13-bac5-be2ee2c07a86} oximeter.measurements_u64 (7b8acb7c-0c41-4afa-a94e-14dabc79e9b6): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:42.542885 [ 3 ] {35f8ba30-849a-4a13-bac5-be2ee2c07a86} executeQuery: Read 60 rows, 4.14 KiB in 0.004241 sec., 14147.606696533836 rows/sec., 976.33 KiB/sec. 2024.05.29 21:58:42.543065 [ 3 ] {35f8ba30-849a-4a13-bac5-be2ee2c07a86} DynamicQueryHandler: Done processing query 2024.05.29 21:58:42.543113 [ 3 ] {35f8ba30-849a-4a13-bac5-be2ee2c07a86} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.29 21:58:42.543160 [ 3 ] {} HTTP-Session: e92ca4af-c06a-49b1-a32a-8a9ab774e055 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.29 21:58:42.547201 [ 191 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1628 rows, containing 6 columns (6 merged, 0 gathered) in 0.009805072 sec., 166036.5166109948 rows/sec., 224.06 MiB/sec. 2024.05.29 21:58:42.548537 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2024.05.29 21:58:42.548967 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_91_18} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.29 21:58:42.549047 [ 198 ] {33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f::all_1_91_18} oximeter.measurements_histogramf64 (33d5b6aa-d63c-4d37-8b5d-b25d64dfb88f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2024.05.29 21:58:42.549147 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.93 MiB. 2024.05.29 21:58:43.000202 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 204.24 MiB, peak 216.16 MiB, free memory in arenas 0.00 B, will set to 206.61 MiB (RSS), difference: 2.38 MiB