[ Jun 17 21:19:48 Enabled. ] [ Jun 17 21:19:48 Rereading configuration. ] [ Jun 17 21:19:53 Rereading configuration. ] [ Jun 17 21:19:59 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 [ Jun 17 21:19:59 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.06.17 21:19:59.812309 [ 1 ] {} Application: Will watch for the process with pid 25106 2024.06.17 21:19:59.812814 [ 1 ] {} Application: Forked a child process to watch 2024.06.17 21:20:00.015432 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 25106 2024.06.17 21:20:00.016164 [ 1 ] {} Application: starting up 2024.06.17 21:20:00.016890 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.06.17 21:20:00.100926 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.06.17 21:20:00.152716 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.06.17 21:20:00.152763 [ 1 ] {} Application: Initializing DateLUT. 2024.06.17 21:20:00.152780 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.06.17 21:20:00.152844 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.06.17 21:20:00.153120 [ 1 ] {} Application: Initializing interserver credentials. 2024.06.17 21:20:00.154653 [ 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.06.17 21:20:00.155142 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.06.17 21:20:00.155896 [ 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.06.17 21:20:00.155919 [ 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.06.17 21:20:00.155931 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.06.17 21:20:00.156095 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.06.17 21:20:00.157126 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.06.17 21:20:00.162598 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.06.17 21:20:00.163422 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.06.17 21:20:00.164723 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.06.17 21:20:00.164786 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.06.17 21:20:00.165836 [ 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.06.17 21:20:00.166102 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.06.17 21:20:00.169880 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.06.17 21:20:00.170145 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.06.17 21:20:00.171744 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.06.17 21:20:00.172168 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.06.17 21:20:00.172493 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.06.17 21:20:00.172867 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.06.17 21:20:00.174273 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.06.17 21:20:00.174299 [ 1 ] {} Application: Loading metadata from /data/ 2024.06.17 21:20:00.174375 [ 42 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:20:00.174544 [ 42 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:20:00.184326 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.06.17 21:20:00.184359 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000150951 sec 2024.06.17 21:20:00.184397 [ 1 ] {} ReferentialDeps: No tables 2024.06.17 21:20:00.184410 [ 1 ] {} LoadingDeps: No tables 2024.06.17 21:20:00.185514 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.06.17 21:20:00.186529 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.06.17 21:20:00.186551 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.06.17 21:20:00.186584 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.06.17 21:20:00.186599 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.06.17 21:20:00.186611 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.06.17 21:20:00.186645 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.06.17 21:20:00.186657 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.06.17 21:20:00.186671 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.06.17 21:20:00.186705 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.06.17 21:20:00.186718 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.06.17 21:20:00.186732 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.06.17 21:20:00.186747 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.06.17 21:20:00.186779 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.06.17 21:20:00.186794 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.06.17 21:20:00.186809 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.06.17 21:20:00.186836 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.06.17 21:20:00.186851 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.06.17 21:20:00.222299 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.06.17 21:20:00.228971 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.06.17 21:20:00.229003 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5351e-05 sec 2024.06.17 21:20:00.229019 [ 1 ] {} ReferentialDeps: No tables 2024.06.17 21:20:00.229037 [ 1 ] {} LoadingDeps: No tables 2024.06.17 21:20:00.229063 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.06.17 21:20:00.229263 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.06.17 21:20:00.229314 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.06.17 21:20:00.229330 [ 1 ] {} Application: Loaded metadata. 2024.06.17 21:20:00.229348 [ 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.06.17 21:20:00.229363 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.06.17 21:20:00.253803 [ 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.06.17 21:20:00.446558 [ 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.06.17 21:20:00.446623 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.06.17 21:20:00.585963 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.06.17 21:20:00.586185 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.21 MiB 2024.06.17 21:20:00.587064 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2731e-05 sec. 2024.06.17 21:20:00.587462 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.06.17 21:20:00.587557 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.06.17 21:20:00.587635 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.06.17 21:20:00.587660 [ 1 ] {} Application: Ready for connections. 2024.06.17 21:20:00.588642 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.588830 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.588864 [ 3 ] {} HTTP-Session: e780aafd-15b3-41f7-b47f-5f01ee2ff44b Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.588894 [ 3 ] {} HTTP-Session: e780aafd-15b3-41f7-b47f-5f01ee2ff44b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.588913 [ 3 ] {} HTTP-Session: e780aafd-15b3-41f7-b47f-5f01ee2ff44b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.588998 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.06.17 21:20:00.589034 [ 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.06.17 21:20:00.589056 [ 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.06.17 21:20:00.589120 [ 3 ] {} HTTP-Session: e780aafd-15b3-41f7-b47f-5f01ee2ff44b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.590246 [ 3 ] {47fa1e8a-1514-45c1-9cfa-697b31369d9c} executeQuery: (from [fd00:1122:3344:101::d]:44312) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.06.17 21:20:00.620953 [ 3 ] {47fa1e8a-1514-45c1-9cfa-697b31369d9c} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44312) (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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 2024.06.17 21:20:00.621653 [ 3 ] {47fa1e8a-1514-45c1-9cfa-697b31369d9c} 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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.06.17 21:20:00.623045 [ 3 ] {} HTTP-Session: e780aafd-15b3-41f7-b47f-5f01ee2ff44b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.623476 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.623531 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.623556 [ 3 ] {} HTTP-Session: 5e82f3ac-7c22-45ee-ae8a-3d3bd28dcde4 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.623578 [ 3 ] {} HTTP-Session: 5e82f3ac-7c22-45ee-ae8a-3d3bd28dcde4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.623592 [ 3 ] {} HTTP-Session: 5e82f3ac-7c22-45ee-ae8a-3d3bd28dcde4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.623633 [ 3 ] {} HTTP-Session: 5e82f3ac-7c22-45ee-ae8a-3d3bd28dcde4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.624735 [ 3 ] {f3d73d3e-86b6-4f3a-83ba-7c834f2ba72e} executeQuery: (from [fd00:1122:3344:101::d]:44312) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.06.17 21:20:00.624852 [ 3 ] {f3d73d3e-86b6-4f3a-83ba-7c834f2ba72e} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.06.17 21:20:00.626912 [ 3 ] {f3d73d3e-86b6-4f3a-83ba-7c834f2ba72e} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.06.17 21:20:00.629730 [ 3 ] {f3d73d3e-86b6-4f3a-83ba-7c834f2ba72e} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:20:00.635664 [ 3 ] {f3d73d3e-86b6-4f3a-83ba-7c834f2ba72e} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.635696 [ 3 ] {f3d73d3e-86b6-4f3a-83ba-7c834f2ba72e} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.17 21:20:00.635717 [ 3 ] {} HTTP-Session: 5e82f3ac-7c22-45ee-ae8a-3d3bd28dcde4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.642366 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.642432 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.642458 [ 3 ] {} HTTP-Session: bc762def-0944-4521-9f40-62d20a11fdd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.642479 [ 3 ] {} HTTP-Session: bc762def-0944-4521-9f40-62d20a11fdd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.642499 [ 3 ] {} HTTP-Session: bc762def-0944-4521-9f40-62d20a11fdd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.642540 [ 3 ] {} HTTP-Session: bc762def-0944-4521-9f40-62d20a11fdd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.642681 [ 3 ] {ce213514-d174-422e-99bb-cf95027a11df} executeQuery: (from [fd00:1122:3344:101::d]:44312) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.06.17 21:20:00.642982 [ 3 ] {ce213514-d174-422e-99bb-cf95027a11df} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44312) (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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 2024.06.17 21:20:00.643120 [ 3 ] {ce213514-d174-422e-99bb-cf95027a11df} 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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.06.17 21:20:00.643286 [ 3 ] {} HTTP-Session: bc762def-0944-4521-9f40-62d20a11fdd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.643543 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.643591 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.643609 [ 3 ] {} HTTP-Session: 24d495dc-a48e-4120-bbf6-d38d2ba47d26 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.643629 [ 3 ] {} HTTP-Session: 24d495dc-a48e-4120-bbf6-d38d2ba47d26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.643645 [ 3 ] {} HTTP-Session: 24d495dc-a48e-4120-bbf6-d38d2ba47d26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.643673 [ 3 ] {} HTTP-Session: 24d495dc-a48e-4120-bbf6-d38d2ba47d26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.643848 [ 3 ] {3edbeaa5-f888-4d0f-a452-856e545845e5} executeQuery: (from [fd00:1122:3344:101::d]:44312) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.06.17 21:20:00.644008 [ 3 ] {3edbeaa5-f888-4d0f-a452-856e545845e5} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.644030 [ 3 ] {} HTTP-Session: 24d495dc-a48e-4120-bbf6-d38d2ba47d26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.644144 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.644190 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.644211 [ 3 ] {} HTTP-Session: aea2231e-b1ee-48ec-ae6c-3ce7e04e4632 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.644226 [ 3 ] {} HTTP-Session: aea2231e-b1ee-48ec-ae6c-3ce7e04e4632 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.644242 [ 3 ] {} HTTP-Session: aea2231e-b1ee-48ec-ae6c-3ce7e04e4632 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.644273 [ 3 ] {} HTTP-Session: aea2231e-b1ee-48ec-ae6c-3ce7e04e4632 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.644363 [ 3 ] {28cdfdbd-3c98-4d0c-be5c-9023a3bf4506} executeQuery: (from [fd00:1122:3344:101::d]:44312) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.06.17 21:20:00.644421 [ 3 ] {28cdfdbd-3c98-4d0c-be5c-9023a3bf4506} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.06.17 21:20:00.646816 [ 3 ] {28cdfdbd-3c98-4d0c-be5c-9023a3bf4506} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.06.17 21:20:00.646850 [ 3 ] {28cdfdbd-3c98-4d0c-be5c-9023a3bf4506} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0171e-05 sec 2024.06.17 21:20:00.646867 [ 3 ] {28cdfdbd-3c98-4d0c-be5c-9023a3bf4506} ReferentialDeps: No tables 2024.06.17 21:20:00.646886 [ 3 ] {28cdfdbd-3c98-4d0c-be5c-9023a3bf4506} LoadingDeps: No tables 2024.06.17 21:20:00.646911 [ 3 ] {28cdfdbd-3c98-4d0c-be5c-9023a3bf4506} DatabaseAtomic (oximeter): Starting up tables. 2024.06.17 21:20:00.647052 [ 3 ] {28cdfdbd-3c98-4d0c-be5c-9023a3bf4506} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.647078 [ 3 ] {} HTTP-Session: aea2231e-b1ee-48ec-ae6c-3ce7e04e4632 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.647199 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.647257 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.647280 [ 3 ] {} HTTP-Session: c039b0a9-7220-4653-b26c-78ae522fd5ef Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.647303 [ 3 ] {} HTTP-Session: c039b0a9-7220-4653-b26c-78ae522fd5ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.647329 [ 3 ] {} HTTP-Session: c039b0a9-7220-4653-b26c-78ae522fd5ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.647363 [ 3 ] {} HTTP-Session: c039b0a9-7220-4653-b26c-78ae522fd5ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.647525 [ 3 ] {cf9686be-2e56-43bf-ba16-40d0e67ac6bf} executeQuery: (from [fd00:1122:3344:101::d]:44312) /* 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.06.17 21:20:00.647572 [ 3 ] {cf9686be-2e56-43bf-ba16-40d0e67ac6bf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.06.17 21:20:00.651923 [ 3 ] {cf9686be-2e56-43bf-ba16-40d0e67ac6bf} StoragePolicy (default): Storage policy default created, total volumes 1 2024.06.17 21:20:00.652967 [ 3 ] {cf9686be-2e56-43bf-ba16-40d0e67ac6bf} oximeter.version (e6033927-0b0b-4833-9a05-f4f8812f2b24): Loading data parts 2024.06.17 21:20:00.653322 [ 3 ] {cf9686be-2e56-43bf-ba16-40d0e67ac6bf} oximeter.version (e6033927-0b0b-4833-9a05-f4f8812f2b24): There are no data parts 2024.06.17 21:20:00.658465 [ 3 ] {cf9686be-2e56-43bf-ba16-40d0e67ac6bf} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.658491 [ 3 ] {} HTTP-Session: c039b0a9-7220-4653-b26c-78ae522fd5ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.658637 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.658691 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.658713 [ 3 ] {} HTTP-Session: dcf51a3f-478b-4ea5-86b8-3310394cf4c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.658728 [ 3 ] {} HTTP-Session: dcf51a3f-478b-4ea5-86b8-3310394cf4c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.658744 [ 3 ] {} HTTP-Session: dcf51a3f-478b-4ea5-86b8-3310394cf4c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.658777 [ 3 ] {} HTTP-Session: dcf51a3f-478b-4ea5-86b8-3310394cf4c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.658970 [ 3 ] {81da90a3-1837-4e6f-a4f7-fe8e624ed8a7} executeQuery: (from [fd00:1122:3344:101::d]:44312) /* 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.06.17 21:20:00.659022 [ 3 ] {81da90a3-1837-4e6f-a4f7-fe8e624ed8a7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.06.17 21:20:00.665491 [ 3 ] {81da90a3-1837-4e6f-a4f7-fe8e624ed8a7} oximeter.measurements_bool (ccf84e91-d02a-47fa-838f-54648ee49653): Loading data parts 2024.06.17 21:20:00.665674 [ 3 ] {81da90a3-1837-4e6f-a4f7-fe8e624ed8a7} oximeter.measurements_bool (ccf84e91-d02a-47fa-838f-54648ee49653): There are no data parts 2024.06.17 21:20:00.668895 [ 3 ] {81da90a3-1837-4e6f-a4f7-fe8e624ed8a7} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.668945 [ 3 ] {} HTTP-Session: dcf51a3f-478b-4ea5-86b8-3310394cf4c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.669132 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.669231 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.669274 [ 3 ] {} HTTP-Session: f2405537-f4b0-4ff0-929a-cefaeafcb780 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.669306 [ 3 ] {} HTTP-Session: f2405537-f4b0-4ff0-929a-cefaeafcb780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.669342 [ 3 ] {} HTTP-Session: f2405537-f4b0-4ff0-929a-cefaeafcb780 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.669401 [ 3 ] {} HTTP-Session: f2405537-f4b0-4ff0-929a-cefaeafcb780 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.669660 [ 3 ] {dc3e843f-d3b5-4426-89da-d542d0f481e2} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.669708 [ 3 ] {dc3e843f-d3b5-4426-89da-d542d0f481e2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.06.17 21:20:00.671520 [ 3 ] {dc3e843f-d3b5-4426-89da-d542d0f481e2} oximeter.measurements_i8 (e87223ed-4050-45e0-9f4b-3c5a6a74dece): Loading data parts 2024.06.17 21:20:00.671672 [ 3 ] {dc3e843f-d3b5-4426-89da-d542d0f481e2} oximeter.measurements_i8 (e87223ed-4050-45e0-9f4b-3c5a6a74dece): There are no data parts 2024.06.17 21:20:00.675428 [ 3 ] {dc3e843f-d3b5-4426-89da-d542d0f481e2} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.675497 [ 3 ] {} HTTP-Session: f2405537-f4b0-4ff0-929a-cefaeafcb780 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.675720 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.675840 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.675887 [ 3 ] {} HTTP-Session: f2989953-0fd2-4e10-a3f1-3277b8b09433 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.675905 [ 3 ] {} HTTP-Session: f2989953-0fd2-4e10-a3f1-3277b8b09433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.675925 [ 3 ] {} HTTP-Session: f2989953-0fd2-4e10-a3f1-3277b8b09433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.675959 [ 3 ] {} HTTP-Session: f2989953-0fd2-4e10-a3f1-3277b8b09433 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.676127 [ 3 ] {5f79c28f-3c10-48b8-9468-f7996aaac848} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.676178 [ 3 ] {5f79c28f-3c10-48b8-9468-f7996aaac848} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.06.17 21:20:00.677884 [ 3 ] {5f79c28f-3c10-48b8-9468-f7996aaac848} oximeter.measurements_u8 (4f1d265a-8d4f-4692-ba1b-ec5b4bd02d0b): Loading data parts 2024.06.17 21:20:00.678045 [ 3 ] {5f79c28f-3c10-48b8-9468-f7996aaac848} oximeter.measurements_u8 (4f1d265a-8d4f-4692-ba1b-ec5b4bd02d0b): There are no data parts 2024.06.17 21:20:00.681362 [ 3 ] {5f79c28f-3c10-48b8-9468-f7996aaac848} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.681393 [ 3 ] {} HTTP-Session: f2989953-0fd2-4e10-a3f1-3277b8b09433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.681514 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.681565 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.681588 [ 3 ] {} HTTP-Session: 3bcec04b-2dd6-474d-bd2b-825518574e41 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.681603 [ 3 ] {} HTTP-Session: 3bcec04b-2dd6-474d-bd2b-825518574e41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.681620 [ 3 ] {} HTTP-Session: 3bcec04b-2dd6-474d-bd2b-825518574e41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.681652 [ 3 ] {} HTTP-Session: 3bcec04b-2dd6-474d-bd2b-825518574e41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.681826 [ 3 ] {f212460d-0fef-4baa-ba47-f98ced0674f9} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.681872 [ 3 ] {f212460d-0fef-4baa-ba47-f98ced0674f9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.06.17 21:20:00.683583 [ 3 ] {f212460d-0fef-4baa-ba47-f98ced0674f9} oximeter.measurements_i16 (18c59ecd-8ce1-4bb0-9df7-53fbd423f1c6): Loading data parts 2024.06.17 21:20:00.683733 [ 3 ] {f212460d-0fef-4baa-ba47-f98ced0674f9} oximeter.measurements_i16 (18c59ecd-8ce1-4bb0-9df7-53fbd423f1c6): There are no data parts 2024.06.17 21:20:00.687338 [ 3 ] {f212460d-0fef-4baa-ba47-f98ced0674f9} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.687376 [ 3 ] {} HTTP-Session: 3bcec04b-2dd6-474d-bd2b-825518574e41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.687528 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.687579 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.687603 [ 3 ] {} HTTP-Session: ebca6cf0-3088-4463-83fe-e06b091ed73f Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.687618 [ 3 ] {} HTTP-Session: ebca6cf0-3088-4463-83fe-e06b091ed73f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.687636 [ 3 ] {} HTTP-Session: ebca6cf0-3088-4463-83fe-e06b091ed73f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.687669 [ 3 ] {} HTTP-Session: ebca6cf0-3088-4463-83fe-e06b091ed73f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.687838 [ 3 ] {d2d1781f-8ee9-4c20-be20-6001c4b14116} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.687889 [ 3 ] {d2d1781f-8ee9-4c20-be20-6001c4b14116} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.06.17 21:20:00.689594 [ 3 ] {d2d1781f-8ee9-4c20-be20-6001c4b14116} oximeter.measurements_u16 (fb3973d9-cc3a-4a5a-9d11-a37287574f8b): Loading data parts 2024.06.17 21:20:00.689745 [ 3 ] {d2d1781f-8ee9-4c20-be20-6001c4b14116} oximeter.measurements_u16 (fb3973d9-cc3a-4a5a-9d11-a37287574f8b): There are no data parts 2024.06.17 21:20:00.694071 [ 3 ] {d2d1781f-8ee9-4c20-be20-6001c4b14116} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.694131 [ 3 ] {} HTTP-Session: ebca6cf0-3088-4463-83fe-e06b091ed73f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.694345 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.694445 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.694489 [ 3 ] {} HTTP-Session: 2b31d1fc-0ba1-44e4-bad9-b32bc52e39f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.694532 [ 3 ] {} HTTP-Session: 2b31d1fc-0ba1-44e4-bad9-b32bc52e39f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.694559 [ 3 ] {} HTTP-Session: 2b31d1fc-0ba1-44e4-bad9-b32bc52e39f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.694603 [ 3 ] {} HTTP-Session: 2b31d1fc-0ba1-44e4-bad9-b32bc52e39f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.694780 [ 3 ] {2b528ace-a6ae-4323-b48c-5829fc0bb3d8} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.694828 [ 3 ] {2b528ace-a6ae-4323-b48c-5829fc0bb3d8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.06.17 21:20:00.696612 [ 3 ] {2b528ace-a6ae-4323-b48c-5829fc0bb3d8} oximeter.measurements_i32 (80e0ac5f-993f-4a49-b895-1e79b18b386b): Loading data parts 2024.06.17 21:20:00.696774 [ 3 ] {2b528ace-a6ae-4323-b48c-5829fc0bb3d8} oximeter.measurements_i32 (80e0ac5f-993f-4a49-b895-1e79b18b386b): There are no data parts 2024.06.17 21:20:00.700394 [ 3 ] {2b528ace-a6ae-4323-b48c-5829fc0bb3d8} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.700428 [ 3 ] {} HTTP-Session: 2b31d1fc-0ba1-44e4-bad9-b32bc52e39f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.700544 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.700591 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.700616 [ 3 ] {} HTTP-Session: ba73a133-bf5c-4aae-8c80-d22807593ade Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.700631 [ 3 ] {} HTTP-Session: ba73a133-bf5c-4aae-8c80-d22807593ade Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.700648 [ 3 ] {} HTTP-Session: ba73a133-bf5c-4aae-8c80-d22807593ade Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.700680 [ 3 ] {} HTTP-Session: ba73a133-bf5c-4aae-8c80-d22807593ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.700858 [ 3 ] {7459a298-2e35-4879-b407-6fdca17d147f} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.700904 [ 3 ] {7459a298-2e35-4879-b407-6fdca17d147f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.06.17 21:20:00.702630 [ 3 ] {7459a298-2e35-4879-b407-6fdca17d147f} oximeter.measurements_u32 (21338111-1a03-49cb-b5cd-6354de662a95): Loading data parts 2024.06.17 21:20:00.702832 [ 3 ] {7459a298-2e35-4879-b407-6fdca17d147f} oximeter.measurements_u32 (21338111-1a03-49cb-b5cd-6354de662a95): There are no data parts 2024.06.17 21:20:00.706413 [ 3 ] {7459a298-2e35-4879-b407-6fdca17d147f} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.706445 [ 3 ] {} HTTP-Session: ba73a133-bf5c-4aae-8c80-d22807593ade Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.706571 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.706623 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.706645 [ 3 ] {} HTTP-Session: 09016116-f3e1-473e-99f5-938330962a54 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.706665 [ 3 ] {} HTTP-Session: 09016116-f3e1-473e-99f5-938330962a54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.706678 [ 3 ] {} HTTP-Session: 09016116-f3e1-473e-99f5-938330962a54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.706710 [ 3 ] {} HTTP-Session: 09016116-f3e1-473e-99f5-938330962a54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.706882 [ 3 ] {1bc62517-2d11-47d5-887c-47b5f6ac16f6} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.706934 [ 3 ] {1bc62517-2d11-47d5-887c-47b5f6ac16f6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.06.17 21:20:00.708625 [ 3 ] {1bc62517-2d11-47d5-887c-47b5f6ac16f6} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81): Loading data parts 2024.06.17 21:20:00.708807 [ 3 ] {1bc62517-2d11-47d5-887c-47b5f6ac16f6} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81): There are no data parts 2024.06.17 21:20:00.712756 [ 3 ] {1bc62517-2d11-47d5-887c-47b5f6ac16f6} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.712818 [ 3 ] {} HTTP-Session: 09016116-f3e1-473e-99f5-938330962a54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.712999 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.713106 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.713144 [ 3 ] {} HTTP-Session: eb3975f6-80a8-406f-8ed1-bf55fcaf3916 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.713185 [ 3 ] {} HTTP-Session: eb3975f6-80a8-406f-8ed1-bf55fcaf3916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.713213 [ 3 ] {} HTTP-Session: eb3975f6-80a8-406f-8ed1-bf55fcaf3916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.713279 [ 3 ] {} HTTP-Session: eb3975f6-80a8-406f-8ed1-bf55fcaf3916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.713657 [ 3 ] {98c562fd-9780-4bc5-bd4f-296610f87398} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.713770 [ 3 ] {98c562fd-9780-4bc5-bd4f-296610f87398} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.06.17 21:20:00.715608 [ 3 ] {98c562fd-9780-4bc5-bd4f-296610f87398} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Loading data parts 2024.06.17 21:20:00.715764 [ 3 ] {98c562fd-9780-4bc5-bd4f-296610f87398} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): There are no data parts 2024.06.17 21:20:00.718530 [ 3 ] {98c562fd-9780-4bc5-bd4f-296610f87398} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.718592 [ 3 ] {} HTTP-Session: eb3975f6-80a8-406f-8ed1-bf55fcaf3916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.718769 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.718861 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.718908 [ 3 ] {} HTTP-Session: 7b09aeaa-800f-4df9-b63b-30f832291d65 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.718949 [ 3 ] {} HTTP-Session: 7b09aeaa-800f-4df9-b63b-30f832291d65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.718975 [ 3 ] {} HTTP-Session: 7b09aeaa-800f-4df9-b63b-30f832291d65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.719041 [ 3 ] {} HTTP-Session: 7b09aeaa-800f-4df9-b63b-30f832291d65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.719390 [ 3 ] {34b57475-503c-452c-8e68-a6911ccfc9fe} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.719492 [ 3 ] {34b57475-503c-452c-8e68-a6911ccfc9fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.06.17 21:20:00.721224 [ 3 ] {34b57475-503c-452c-8e68-a6911ccfc9fe} oximeter.measurements_f32 (d75f92cf-e6d7-438d-ac95-880c8f541b7d): Loading data parts 2024.06.17 21:20:00.721444 [ 3 ] {34b57475-503c-452c-8e68-a6911ccfc9fe} oximeter.measurements_f32 (d75f92cf-e6d7-438d-ac95-880c8f541b7d): There are no data parts 2024.06.17 21:20:00.725250 [ 3 ] {34b57475-503c-452c-8e68-a6911ccfc9fe} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.725299 [ 3 ] {} HTTP-Session: 7b09aeaa-800f-4df9-b63b-30f832291d65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.725472 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.725606 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.725650 [ 3 ] {} HTTP-Session: cbada125-e552-40ab-8d39-7852989aca59 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.725698 [ 3 ] {} HTTP-Session: cbada125-e552-40ab-8d39-7852989aca59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.725743 [ 3 ] {} HTTP-Session: cbada125-e552-40ab-8d39-7852989aca59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.725814 [ 3 ] {} HTTP-Session: cbada125-e552-40ab-8d39-7852989aca59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.726051 [ 3 ] {5c9c78a1-b970-4e93-9b5d-40f8a5078bd5} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.726105 [ 3 ] {5c9c78a1-b970-4e93-9b5d-40f8a5078bd5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.06.17 21:20:00.727856 [ 3 ] {5c9c78a1-b970-4e93-9b5d-40f8a5078bd5} oximeter.measurements_f64 (403328d0-8050-438a-ba63-ac5f6071e372): Loading data parts 2024.06.17 21:20:00.728015 [ 3 ] {5c9c78a1-b970-4e93-9b5d-40f8a5078bd5} oximeter.measurements_f64 (403328d0-8050-438a-ba63-ac5f6071e372): There are no data parts 2024.06.17 21:20:00.731197 [ 3 ] {5c9c78a1-b970-4e93-9b5d-40f8a5078bd5} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.731228 [ 3 ] {} HTTP-Session: cbada125-e552-40ab-8d39-7852989aca59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.731364 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.731417 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.731435 [ 3 ] {} HTTP-Session: 87ffc680-bd83-444b-b427-5f545d59b039 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.731457 [ 3 ] {} HTTP-Session: 87ffc680-bd83-444b-b427-5f545d59b039 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.731470 [ 3 ] {} HTTP-Session: 87ffc680-bd83-444b-b427-5f545d59b039 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.731505 [ 3 ] {} HTTP-Session: 87ffc680-bd83-444b-b427-5f545d59b039 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.731682 [ 3 ] {7b1fcd13-6cb5-4b8e-bb48-3c8b8c1a7d87} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.731736 [ 3 ] {7b1fcd13-6cb5-4b8e-bb48-3c8b8c1a7d87} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.06.17 21:20:00.733433 [ 3 ] {7b1fcd13-6cb5-4b8e-bb48-3c8b8c1a7d87} oximeter.measurements_string (d6b5ce0a-488a-4789-8397-3076d8d58a67): Loading data parts 2024.06.17 21:20:00.733596 [ 3 ] {7b1fcd13-6cb5-4b8e-bb48-3c8b8c1a7d87} oximeter.measurements_string (d6b5ce0a-488a-4789-8397-3076d8d58a67): There are no data parts 2024.06.17 21:20:00.737203 [ 3 ] {7b1fcd13-6cb5-4b8e-bb48-3c8b8c1a7d87} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.737233 [ 3 ] {} HTTP-Session: 87ffc680-bd83-444b-b427-5f545d59b039 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.737360 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.737424 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.737447 [ 3 ] {} HTTP-Session: 8f7c80f9-ee81-421f-93b3-3701cb5173eb Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.737473 [ 3 ] {} HTTP-Session: 8f7c80f9-ee81-421f-93b3-3701cb5173eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.737496 [ 3 ] {} HTTP-Session: 8f7c80f9-ee81-421f-93b3-3701cb5173eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.737529 [ 3 ] {} HTTP-Session: 8f7c80f9-ee81-421f-93b3-3701cb5173eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.737708 [ 3 ] {3f585571-8154-47d2-aaf8-f63493136720} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.737763 [ 3 ] {3f585571-8154-47d2-aaf8-f63493136720} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.06.17 21:20:00.739498 [ 3 ] {3f585571-8154-47d2-aaf8-f63493136720} oximeter.measurements_bytes (bf3b8119-4699-456a-9f6b-493838da3621): Loading data parts 2024.06.17 21:20:00.739652 [ 3 ] {3f585571-8154-47d2-aaf8-f63493136720} oximeter.measurements_bytes (bf3b8119-4699-456a-9f6b-493838da3621): There are no data parts 2024.06.17 21:20:00.743235 [ 3 ] {3f585571-8154-47d2-aaf8-f63493136720} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.743260 [ 3 ] {} HTTP-Session: 8f7c80f9-ee81-421f-93b3-3701cb5173eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.743386 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.743438 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.743457 [ 3 ] {} HTTP-Session: e5bee41f-c56d-4566-b559-575450220e2e Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.743478 [ 3 ] {} HTTP-Session: e5bee41f-c56d-4566-b559-575450220e2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.743498 [ 3 ] {} HTTP-Session: e5bee41f-c56d-4566-b559-575450220e2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.743528 [ 3 ] {} HTTP-Session: e5bee41f-c56d-4566-b559-575450220e2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.743716 [ 3 ] {84e5a2e8-5b28-48e3-b6b4-d741a6a66981} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.743767 [ 3 ] {84e5a2e8-5b28-48e3-b6b4-d741a6a66981} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.06.17 21:20:00.745597 [ 3 ] {84e5a2e8-5b28-48e3-b6b4-d741a6a66981} oximeter.measurements_cumulativei64 (77b61fad-a919-4940-b46f-ad8e0584e60a): Loading data parts 2024.06.17 21:20:00.745775 [ 3 ] {84e5a2e8-5b28-48e3-b6b4-d741a6a66981} oximeter.measurements_cumulativei64 (77b61fad-a919-4940-b46f-ad8e0584e60a): There are no data parts 2024.06.17 21:20:00.749754 [ 3 ] {84e5a2e8-5b28-48e3-b6b4-d741a6a66981} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.749819 [ 3 ] {} HTTP-Session: e5bee41f-c56d-4566-b559-575450220e2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.750018 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.750132 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.750169 [ 3 ] {} HTTP-Session: 42202faa-1bff-406a-bd85-6685c9136202 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.750211 [ 3 ] {} HTTP-Session: 42202faa-1bff-406a-bd85-6685c9136202 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.750238 [ 3 ] {} HTTP-Session: 42202faa-1bff-406a-bd85-6685c9136202 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.750307 [ 3 ] {} HTTP-Session: 42202faa-1bff-406a-bd85-6685c9136202 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.750625 [ 3 ] {85f43013-4fc1-47df-96cb-37638e5a176b} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.750680 [ 3 ] {85f43013-4fc1-47df-96cb-37638e5a176b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.06.17 21:20:00.752518 [ 3 ] {85f43013-4fc1-47df-96cb-37638e5a176b} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Loading data parts 2024.06.17 21:20:00.752673 [ 3 ] {85f43013-4fc1-47df-96cb-37638e5a176b} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): There are no data parts 2024.06.17 21:20:00.755849 [ 3 ] {85f43013-4fc1-47df-96cb-37638e5a176b} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.755879 [ 3 ] {} HTTP-Session: 42202faa-1bff-406a-bd85-6685c9136202 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.756008 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.756072 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.756096 [ 3 ] {} HTTP-Session: f2432e28-3f0f-487c-8226-bdcce484a0a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.756122 [ 3 ] {} HTTP-Session: f2432e28-3f0f-487c-8226-bdcce484a0a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.756144 [ 3 ] {} HTTP-Session: f2432e28-3f0f-487c-8226-bdcce484a0a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.756181 [ 3 ] {} HTTP-Session: f2432e28-3f0f-487c-8226-bdcce484a0a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.756408 [ 3 ] {034068ba-b223-461a-ac72-41d95644a519} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.756479 [ 3 ] {034068ba-b223-461a-ac72-41d95644a519} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.06.17 21:20:00.758203 [ 3 ] {034068ba-b223-461a-ac72-41d95644a519} oximeter.measurements_cumulativef32 (1ce6852c-e1c1-4eb3-a769-6d7b8ddc1fd9): Loading data parts 2024.06.17 21:20:00.758367 [ 3 ] {034068ba-b223-461a-ac72-41d95644a519} oximeter.measurements_cumulativef32 (1ce6852c-e1c1-4eb3-a769-6d7b8ddc1fd9): There are no data parts 2024.06.17 21:20:00.762030 [ 3 ] {034068ba-b223-461a-ac72-41d95644a519} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.762069 [ 3 ] {} HTTP-Session: f2432e28-3f0f-487c-8226-bdcce484a0a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.762199 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.762264 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.762294 [ 3 ] {} HTTP-Session: 753af27f-1147-4a8a-bc2f-4bb427b87233 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.762321 [ 3 ] {} HTTP-Session: 753af27f-1147-4a8a-bc2f-4bb427b87233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.762340 [ 3 ] {} HTTP-Session: 753af27f-1147-4a8a-bc2f-4bb427b87233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.762382 [ 3 ] {} HTTP-Session: 753af27f-1147-4a8a-bc2f-4bb427b87233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.762601 [ 3 ] {cf2c3a1d-aad6-4b15-9040-6b84dc5455af} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.762659 [ 3 ] {cf2c3a1d-aad6-4b15-9040-6b84dc5455af} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.06.17 21:20:00.764513 [ 3 ] {cf2c3a1d-aad6-4b15-9040-6b84dc5455af} oximeter.measurements_cumulativef64 (1deda5d8-01e0-450d-be5a-9849eca25d8d): Loading data parts 2024.06.17 21:20:00.764676 [ 3 ] {cf2c3a1d-aad6-4b15-9040-6b84dc5455af} oximeter.measurements_cumulativef64 (1deda5d8-01e0-450d-be5a-9849eca25d8d): There are no data parts 2024.06.17 21:20:00.768283 [ 3 ] {cf2c3a1d-aad6-4b15-9040-6b84dc5455af} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.768308 [ 3 ] {} HTTP-Session: 753af27f-1147-4a8a-bc2f-4bb427b87233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.768431 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.768482 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.768500 [ 3 ] {} HTTP-Session: daa49a5f-e292-44b9-94f4-93f657258157 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.768520 [ 3 ] {} HTTP-Session: daa49a5f-e292-44b9-94f4-93f657258157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.768538 [ 3 ] {} HTTP-Session: daa49a5f-e292-44b9-94f4-93f657258157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.768567 [ 3 ] {} HTTP-Session: daa49a5f-e292-44b9-94f4-93f657258157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.768750 [ 3 ] {d7362df4-1763-4f19-9f5a-52941bdd2652} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.768804 [ 3 ] {d7362df4-1763-4f19-9f5a-52941bdd2652} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.06.17 21:20:00.771022 [ 3 ] {d7362df4-1763-4f19-9f5a-52941bdd2652} oximeter.measurements_histogrami8 (cc5b9489-9968-4179-96f5-dc79897ff2fd): Loading data parts 2024.06.17 21:20:00.771176 [ 3 ] {d7362df4-1763-4f19-9f5a-52941bdd2652} oximeter.measurements_histogrami8 (cc5b9489-9968-4179-96f5-dc79897ff2fd): There are no data parts 2024.06.17 21:20:00.774975 [ 3 ] {d7362df4-1763-4f19-9f5a-52941bdd2652} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.775003 [ 3 ] {} HTTP-Session: daa49a5f-e292-44b9-94f4-93f657258157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.775137 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.775192 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.775217 [ 3 ] {} HTTP-Session: 8fc3e7d5-902f-46df-98a4-885dd8217983 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.775234 [ 3 ] {} HTTP-Session: 8fc3e7d5-902f-46df-98a4-885dd8217983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.775253 [ 3 ] {} HTTP-Session: 8fc3e7d5-902f-46df-98a4-885dd8217983 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.775284 [ 3 ] {} HTTP-Session: 8fc3e7d5-902f-46df-98a4-885dd8217983 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.775483 [ 3 ] {9b73df9c-db48-4263-9824-5e68bde23b20} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.775542 [ 3 ] {9b73df9c-db48-4263-9824-5e68bde23b20} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.06.17 21:20:00.777731 [ 3 ] {9b73df9c-db48-4263-9824-5e68bde23b20} oximeter.measurements_histogramu8 (5b0a2de6-d389-4231-8892-f7154d12479f): Loading data parts 2024.06.17 21:20:00.777889 [ 3 ] {9b73df9c-db48-4263-9824-5e68bde23b20} oximeter.measurements_histogramu8 (5b0a2de6-d389-4231-8892-f7154d12479f): There are no data parts 2024.06.17 21:20:00.781357 [ 3 ] {9b73df9c-db48-4263-9824-5e68bde23b20} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.781393 [ 3 ] {} HTTP-Session: 8fc3e7d5-902f-46df-98a4-885dd8217983 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.781505 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.781561 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.781587 [ 3 ] {} HTTP-Session: 29aa31af-9a2e-4d79-80f7-b51499ad6181 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.781609 [ 3 ] {} HTTP-Session: 29aa31af-9a2e-4d79-80f7-b51499ad6181 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.781623 [ 3 ] {} HTTP-Session: 29aa31af-9a2e-4d79-80f7-b51499ad6181 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.781657 [ 3 ] {} HTTP-Session: 29aa31af-9a2e-4d79-80f7-b51499ad6181 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.781854 [ 3 ] {d81d1e44-bfc7-448e-882e-f316129987dc} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.781911 [ 3 ] {d81d1e44-bfc7-448e-882e-f316129987dc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.06.17 21:20:00.791980 [ 3 ] {d81d1e44-bfc7-448e-882e-f316129987dc} oximeter.measurements_histogrami16 (64444781-00de-4e17-ad3d-f4fbd57d3f0e): Loading data parts 2024.06.17 21:20:00.792162 [ 3 ] {d81d1e44-bfc7-448e-882e-f316129987dc} oximeter.measurements_histogrami16 (64444781-00de-4e17-ad3d-f4fbd57d3f0e): There are no data parts 2024.06.17 21:20:00.796188 [ 3 ] {d81d1e44-bfc7-448e-882e-f316129987dc} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.796218 [ 3 ] {} HTTP-Session: 29aa31af-9a2e-4d79-80f7-b51499ad6181 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.796353 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.796417 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.796440 [ 3 ] {} HTTP-Session: 3646b624-5ea2-4e39-b3ca-6556f56ff034 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.796466 [ 3 ] {} HTTP-Session: 3646b624-5ea2-4e39-b3ca-6556f56ff034 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.796489 [ 3 ] {} HTTP-Session: 3646b624-5ea2-4e39-b3ca-6556f56ff034 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.796522 [ 3 ] {} HTTP-Session: 3646b624-5ea2-4e39-b3ca-6556f56ff034 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.796715 [ 3 ] {0b985357-33d7-43a3-ba2d-74b367d912fa} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.796773 [ 3 ] {0b985357-33d7-43a3-ba2d-74b367d912fa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.06.17 21:20:00.798906 [ 3 ] {0b985357-33d7-43a3-ba2d-74b367d912fa} oximeter.measurements_histogramu16 (d407be18-f1ea-4284-a416-7d74ddf3026c): Loading data parts 2024.06.17 21:20:00.799069 [ 3 ] {0b985357-33d7-43a3-ba2d-74b367d912fa} oximeter.measurements_histogramu16 (d407be18-f1ea-4284-a416-7d74ddf3026c): There are no data parts 2024.06.17 21:20:00.803002 [ 3 ] {0b985357-33d7-43a3-ba2d-74b367d912fa} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.803036 [ 3 ] {} HTTP-Session: 3646b624-5ea2-4e39-b3ca-6556f56ff034 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.803149 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.803203 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.803227 [ 3 ] {} HTTP-Session: 5d84d3c4-5fef-450a-ae61-6ff135c00556 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.803243 [ 3 ] {} HTTP-Session: 5d84d3c4-5fef-450a-ae61-6ff135c00556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.803262 [ 3 ] {} HTTP-Session: 5d84d3c4-5fef-450a-ae61-6ff135c00556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.803298 [ 3 ] {} HTTP-Session: 5d84d3c4-5fef-450a-ae61-6ff135c00556 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.803475 [ 3 ] {376c81a5-fb1c-49ee-b7f7-a42b2fc0710e} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.803530 [ 3 ] {376c81a5-fb1c-49ee-b7f7-a42b2fc0710e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.06.17 21:20:00.805720 [ 3 ] {376c81a5-fb1c-49ee-b7f7-a42b2fc0710e} oximeter.measurements_histogrami32 (c31b1df5-6e59-4eeb-ad3c-eb8e62dff3ee): Loading data parts 2024.06.17 21:20:00.805885 [ 3 ] {376c81a5-fb1c-49ee-b7f7-a42b2fc0710e} oximeter.measurements_histogrami32 (c31b1df5-6e59-4eeb-ad3c-eb8e62dff3ee): There are no data parts 2024.06.17 21:20:00.809558 [ 3 ] {376c81a5-fb1c-49ee-b7f7-a42b2fc0710e} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.809592 [ 3 ] {} HTTP-Session: 5d84d3c4-5fef-450a-ae61-6ff135c00556 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.809721 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.809776 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.809795 [ 3 ] {} HTTP-Session: da768727-adb6-4831-be8f-de1dc31f27fe Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.809824 [ 3 ] {} HTTP-Session: da768727-adb6-4831-be8f-de1dc31f27fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.809838 [ 3 ] {} HTTP-Session: da768727-adb6-4831-be8f-de1dc31f27fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.809873 [ 3 ] {} HTTP-Session: da768727-adb6-4831-be8f-de1dc31f27fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.810075 [ 3 ] {f26e5768-f498-40be-bcb1-028f650c39ce} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.810134 [ 3 ] {f26e5768-f498-40be-bcb1-028f650c39ce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.06.17 21:20:00.812265 [ 3 ] {f26e5768-f498-40be-bcb1-028f650c39ce} oximeter.measurements_histogramu32 (20e333af-56be-4253-8c38-5826f38375e0): Loading data parts 2024.06.17 21:20:00.812444 [ 3 ] {f26e5768-f498-40be-bcb1-028f650c39ce} oximeter.measurements_histogramu32 (20e333af-56be-4253-8c38-5826f38375e0): There are no data parts 2024.06.17 21:20:00.815853 [ 3 ] {f26e5768-f498-40be-bcb1-028f650c39ce} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.815879 [ 3 ] {} HTTP-Session: da768727-adb6-4831-be8f-de1dc31f27fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.815999 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.816089 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.816114 [ 3 ] {} HTTP-Session: b0e844e3-7092-466c-b9c2-65d4f9af7f05 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.816131 [ 3 ] {} HTTP-Session: b0e844e3-7092-466c-b9c2-65d4f9af7f05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.816151 [ 3 ] {} HTTP-Session: b0e844e3-7092-466c-b9c2-65d4f9af7f05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.816181 [ 3 ] {} HTTP-Session: b0e844e3-7092-466c-b9c2-65d4f9af7f05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.816381 [ 3 ] {22020836-9fa9-4b86-8642-d5d5b1e712c6} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.816434 [ 3 ] {22020836-9fa9-4b86-8642-d5d5b1e712c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.06.17 21:20:00.818550 [ 3 ] {22020836-9fa9-4b86-8642-d5d5b1e712c6} oximeter.measurements_histogrami64 (3dd94708-f1e0-43d5-a6ac-26f4a02ca96e): Loading data parts 2024.06.17 21:20:00.818719 [ 3 ] {22020836-9fa9-4b86-8642-d5d5b1e712c6} oximeter.measurements_histogrami64 (3dd94708-f1e0-43d5-a6ac-26f4a02ca96e): There are no data parts 2024.06.17 21:20:00.822595 [ 3 ] {22020836-9fa9-4b86-8642-d5d5b1e712c6} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.822622 [ 3 ] {} HTTP-Session: b0e844e3-7092-466c-b9c2-65d4f9af7f05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.822743 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.822808 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.822827 [ 3 ] {} HTTP-Session: 1e17481d-9181-479b-b8a8-8b7af9c38407 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.822851 [ 3 ] {} HTTP-Session: 1e17481d-9181-479b-b8a8-8b7af9c38407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.822865 [ 3 ] {} HTTP-Session: 1e17481d-9181-479b-b8a8-8b7af9c38407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.822902 [ 3 ] {} HTTP-Session: 1e17481d-9181-479b-b8a8-8b7af9c38407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.823096 [ 3 ] {1dba2045-bd31-4e9c-8f11-d2ba738b5f84} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.823157 [ 3 ] {1dba2045-bd31-4e9c-8f11-d2ba738b5f84} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.06.17 21:20:00.825324 [ 3 ] {1dba2045-bd31-4e9c-8f11-d2ba738b5f84} oximeter.measurements_histogramu64 (90771c70-74bd-4874-86c6-7964e96058bc): Loading data parts 2024.06.17 21:20:00.825475 [ 3 ] {1dba2045-bd31-4e9c-8f11-d2ba738b5f84} oximeter.measurements_histogramu64 (90771c70-74bd-4874-86c6-7964e96058bc): There are no data parts 2024.06.17 21:20:00.828795 [ 3 ] {1dba2045-bd31-4e9c-8f11-d2ba738b5f84} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.828825 [ 3 ] {} HTTP-Session: 1e17481d-9181-479b-b8a8-8b7af9c38407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.828964 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.829030 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.829061 [ 3 ] {} HTTP-Session: 3557e88e-3639-43dc-af00-90173dac3707 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.829081 [ 3 ] {} HTTP-Session: 3557e88e-3639-43dc-af00-90173dac3707 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.829103 [ 3 ] {} HTTP-Session: 3557e88e-3639-43dc-af00-90173dac3707 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.829146 [ 3 ] {} HTTP-Session: 3557e88e-3639-43dc-af00-90173dac3707 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.829374 [ 3 ] {26666454-8cd1-4d5b-8735-011feb8aca76} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.829445 [ 3 ] {26666454-8cd1-4d5b-8735-011feb8aca76} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.06.17 21:20:00.831618 [ 3 ] {26666454-8cd1-4d5b-8735-011feb8aca76} oximeter.measurements_histogramf32 (89538ce1-db36-4843-afcc-ef7659c00441): Loading data parts 2024.06.17 21:20:00.831774 [ 3 ] {26666454-8cd1-4d5b-8735-011feb8aca76} oximeter.measurements_histogramf32 (89538ce1-db36-4843-afcc-ef7659c00441): There are no data parts 2024.06.17 21:20:00.835477 [ 3 ] {26666454-8cd1-4d5b-8735-011feb8aca76} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.835518 [ 3 ] {} HTTP-Session: 3557e88e-3639-43dc-af00-90173dac3707 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.835638 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.835686 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.835712 [ 3 ] {} HTTP-Session: 6cbd5e6e-c554-42c6-bbbe-7a0fce05e57d Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.835735 [ 3 ] {} HTTP-Session: 6cbd5e6e-c554-42c6-bbbe-7a0fce05e57d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.835749 [ 3 ] {} HTTP-Session: 6cbd5e6e-c554-42c6-bbbe-7a0fce05e57d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.835785 [ 3 ] {} HTTP-Session: 6cbd5e6e-c554-42c6-bbbe-7a0fce05e57d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.835980 [ 3 ] {2ff2085c-c484-495f-814a-e54eea85c4b8} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.836039 [ 3 ] {2ff2085c-c484-495f-814a-e54eea85c4b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.06.17 21:20:00.838101 [ 3 ] {2ff2085c-c484-495f-814a-e54eea85c4b8} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Loading data parts 2024.06.17 21:20:00.838404 [ 3 ] {2ff2085c-c484-495f-814a-e54eea85c4b8} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): There are no data parts 2024.06.17 21:20:00.841974 [ 3 ] {2ff2085c-c484-495f-814a-e54eea85c4b8} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.842021 [ 3 ] {} HTTP-Session: 6cbd5e6e-c554-42c6-bbbe-7a0fce05e57d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.842214 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.842323 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.842361 [ 3 ] {} HTTP-Session: c0038585-ffe2-48e4-bbc3-58d5f739fc46 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.842406 [ 3 ] {} HTTP-Session: c0038585-ffe2-48e4-bbc3-58d5f739fc46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.842447 [ 3 ] {} HTTP-Session: c0038585-ffe2-48e4-bbc3-58d5f739fc46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.842506 [ 3 ] {} HTTP-Session: c0038585-ffe2-48e4-bbc3-58d5f739fc46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.842686 [ 3 ] {f3ab51f9-199a-407d-a70e-f010e30f04e7} executeQuery: (from [fd00:1122:3344:101::d]:44312) /* 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.06.17 21:20:00.842744 [ 3 ] {f3ab51f9-199a-407d-a70e-f010e30f04e7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.06.17 21:20:00.844733 [ 3 ] {f3ab51f9-199a-407d-a70e-f010e30f04e7} oximeter.fields_bool (3220e642-f919-48f7-801a-f6379eee678f): Loading data parts 2024.06.17 21:20:00.844896 [ 3 ] {f3ab51f9-199a-407d-a70e-f010e30f04e7} oximeter.fields_bool (3220e642-f919-48f7-801a-f6379eee678f): There are no data parts 2024.06.17 21:20:00.848489 [ 3 ] {f3ab51f9-199a-407d-a70e-f010e30f04e7} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.848527 [ 3 ] {} HTTP-Session: c0038585-ffe2-48e4-bbc3-58d5f739fc46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.848644 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.848712 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.848743 [ 3 ] {} HTTP-Session: 494dea94-1d75-4425-9504-2d08097eea99 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.848771 [ 3 ] {} HTTP-Session: 494dea94-1d75-4425-9504-2d08097eea99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.848788 [ 3 ] {} HTTP-Session: 494dea94-1d75-4425-9504-2d08097eea99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.848832 [ 3 ] {} HTTP-Session: 494dea94-1d75-4425-9504-2d08097eea99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.849012 [ 3 ] {fcbb302f-80e0-4f96-af2d-33e01d8d17cd} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.849067 [ 3 ] {fcbb302f-80e0-4f96-af2d-33e01d8d17cd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.06.17 21:20:00.850772 [ 3 ] {fcbb302f-80e0-4f96-af2d-33e01d8d17cd} oximeter.fields_i8 (d067fb81-4b17-4aa0-bf74-d80f5989db37): Loading data parts 2024.06.17 21:20:00.850926 [ 3 ] {fcbb302f-80e0-4f96-af2d-33e01d8d17cd} oximeter.fields_i8 (d067fb81-4b17-4aa0-bf74-d80f5989db37): There are no data parts 2024.06.17 21:20:00.854824 [ 3 ] {fcbb302f-80e0-4f96-af2d-33e01d8d17cd} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.854866 [ 3 ] {} HTTP-Session: 494dea94-1d75-4425-9504-2d08097eea99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.854969 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.855024 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.855052 [ 3 ] {} HTTP-Session: b108d204-9a3d-4548-a2ca-02d4200ca629 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.855068 [ 3 ] {} HTTP-Session: b108d204-9a3d-4548-a2ca-02d4200ca629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.855088 [ 3 ] {} HTTP-Session: b108d204-9a3d-4548-a2ca-02d4200ca629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.855125 [ 3 ] {} HTTP-Session: b108d204-9a3d-4548-a2ca-02d4200ca629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.855265 [ 3 ] {2b339f44-fd67-493e-a6db-fd186e1975df} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.855318 [ 3 ] {2b339f44-fd67-493e-a6db-fd186e1975df} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.06.17 21:20:00.856957 [ 3 ] {2b339f44-fd67-493e-a6db-fd186e1975df} oximeter.fields_u8 (1ac35b93-33d6-4c51-8f4a-19da9f8452d3): Loading data parts 2024.06.17 21:20:00.857106 [ 3 ] {2b339f44-fd67-493e-a6db-fd186e1975df} oximeter.fields_u8 (1ac35b93-33d6-4c51-8f4a-19da9f8452d3): There are no data parts 2024.06.17 21:20:00.860813 [ 3 ] {2b339f44-fd67-493e-a6db-fd186e1975df} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.860844 [ 3 ] {} HTTP-Session: b108d204-9a3d-4548-a2ca-02d4200ca629 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.860977 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.861043 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.861067 [ 3 ] {} HTTP-Session: d8f7a701-8482-4d9c-b9a6-dfbb3ec4ef89 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.861094 [ 3 ] {} HTTP-Session: d8f7a701-8482-4d9c-b9a6-dfbb3ec4ef89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.861118 [ 3 ] {} HTTP-Session: d8f7a701-8482-4d9c-b9a6-dfbb3ec4ef89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.861155 [ 3 ] {} HTTP-Session: d8f7a701-8482-4d9c-b9a6-dfbb3ec4ef89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.861335 [ 3 ] {3c0316b5-425f-49a4-b353-a1bd11df05fe} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.861400 [ 3 ] {3c0316b5-425f-49a4-b353-a1bd11df05fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.06.17 21:20:00.863048 [ 3 ] {3c0316b5-425f-49a4-b353-a1bd11df05fe} oximeter.fields_i16 (f1707e33-9041-4d72-80ff-bb2a1eb20a03): Loading data parts 2024.06.17 21:20:00.863195 [ 3 ] {3c0316b5-425f-49a4-b353-a1bd11df05fe} oximeter.fields_i16 (f1707e33-9041-4d72-80ff-bb2a1eb20a03): There are no data parts 2024.06.17 21:20:00.867148 [ 3 ] {3c0316b5-425f-49a4-b353-a1bd11df05fe} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.867175 [ 3 ] {} HTTP-Session: d8f7a701-8482-4d9c-b9a6-dfbb3ec4ef89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.867287 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.867343 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.867362 [ 3 ] {} HTTP-Session: 69b1d034-3b68-4677-bab6-9f031b338548 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.867385 [ 3 ] {} HTTP-Session: 69b1d034-3b68-4677-bab6-9f031b338548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.867405 [ 3 ] {} HTTP-Session: 69b1d034-3b68-4677-bab6-9f031b338548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.867435 [ 3 ] {} HTTP-Session: 69b1d034-3b68-4677-bab6-9f031b338548 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.867581 [ 3 ] {7b9cf6ff-21af-4ff8-bce3-c8d9cfdb14ae} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.867635 [ 3 ] {7b9cf6ff-21af-4ff8-bce3-c8d9cfdb14ae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.06.17 21:20:00.869290 [ 3 ] {7b9cf6ff-21af-4ff8-bce3-c8d9cfdb14ae} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Loading data parts 2024.06.17 21:20:00.869451 [ 3 ] {7b9cf6ff-21af-4ff8-bce3-c8d9cfdb14ae} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): There are no data parts 2024.06.17 21:20:00.873236 [ 3 ] {7b9cf6ff-21af-4ff8-bce3-c8d9cfdb14ae} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.873288 [ 3 ] {} HTTP-Session: 69b1d034-3b68-4677-bab6-9f031b338548 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.873510 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.873607 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.873625 [ 3 ] {} HTTP-Session: c324c719-ec77-465c-a69d-b469e2d7c08a Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.873649 [ 3 ] {} HTTP-Session: c324c719-ec77-465c-a69d-b469e2d7c08a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.873670 [ 3 ] {} HTTP-Session: c324c719-ec77-465c-a69d-b469e2d7c08a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.873700 [ 3 ] {} HTTP-Session: c324c719-ec77-465c-a69d-b469e2d7c08a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.873847 [ 3 ] {c44a05b3-3a3e-4ff7-9f43-14dbfd1c1e88} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.873894 [ 3 ] {c44a05b3-3a3e-4ff7-9f43-14dbfd1c1e88} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.06.17 21:20:00.875560 [ 3 ] {c44a05b3-3a3e-4ff7-9f43-14dbfd1c1e88} oximeter.fields_i32 (65015571-e167-45f8-bd1b-067e4d859b6c): Loading data parts 2024.06.17 21:20:00.875718 [ 3 ] {c44a05b3-3a3e-4ff7-9f43-14dbfd1c1e88} oximeter.fields_i32 (65015571-e167-45f8-bd1b-067e4d859b6c): There are no data parts 2024.06.17 21:20:00.879736 [ 3 ] {c44a05b3-3a3e-4ff7-9f43-14dbfd1c1e88} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.879803 [ 3 ] {} HTTP-Session: c324c719-ec77-465c-a69d-b469e2d7c08a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.879976 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.880068 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.880121 [ 3 ] {} HTTP-Session: 6a02e2f9-3688-4f31-a22b-66a267e80e12 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.880170 [ 3 ] {} HTTP-Session: 6a02e2f9-3688-4f31-a22b-66a267e80e12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.880195 [ 3 ] {} HTTP-Session: 6a02e2f9-3688-4f31-a22b-66a267e80e12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.880269 [ 3 ] {} HTTP-Session: 6a02e2f9-3688-4f31-a22b-66a267e80e12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.880564 [ 3 ] {e2a435c9-f7ee-4433-8ef2-0df8b6c7924c} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.880617 [ 3 ] {e2a435c9-f7ee-4433-8ef2-0df8b6c7924c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.06.17 21:20:00.882301 [ 3 ] {e2a435c9-f7ee-4433-8ef2-0df8b6c7924c} oximeter.fields_u32 (d571cad7-0486-4a7c-a2aa-64462c3bd51e): Loading data parts 2024.06.17 21:20:00.882516 [ 3 ] {e2a435c9-f7ee-4433-8ef2-0df8b6c7924c} oximeter.fields_u32 (d571cad7-0486-4a7c-a2aa-64462c3bd51e): There are no data parts 2024.06.17 21:20:00.886458 [ 3 ] {e2a435c9-f7ee-4433-8ef2-0df8b6c7924c} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.886537 [ 3 ] {} HTTP-Session: 6a02e2f9-3688-4f31-a22b-66a267e80e12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.886747 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.886884 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.886917 [ 3 ] {} HTTP-Session: d2e04d1a-7de2-4e0c-83f1-1476a3640882 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.886936 [ 3 ] {} HTTP-Session: d2e04d1a-7de2-4e0c-83f1-1476a3640882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.886957 [ 3 ] {} HTTP-Session: d2e04d1a-7de2-4e0c-83f1-1476a3640882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.886997 [ 3 ] {} HTTP-Session: d2e04d1a-7de2-4e0c-83f1-1476a3640882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.887147 [ 3 ] {61bf26d4-8380-4fc1-a153-3405710bf573} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.887196 [ 3 ] {61bf26d4-8380-4fc1-a153-3405710bf573} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.06.17 21:20:00.888862 [ 3 ] {61bf26d4-8380-4fc1-a153-3405710bf573} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Loading data parts 2024.06.17 21:20:00.889025 [ 3 ] {61bf26d4-8380-4fc1-a153-3405710bf573} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): There are no data parts 2024.06.17 21:20:00.892544 [ 3 ] {61bf26d4-8380-4fc1-a153-3405710bf573} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.892574 [ 3 ] {} HTTP-Session: d2e04d1a-7de2-4e0c-83f1-1476a3640882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.892732 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.892798 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.892830 [ 3 ] {} HTTP-Session: 4e0516c7-4dae-43a7-971b-21b83caeac21 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.892850 [ 3 ] {} HTTP-Session: 4e0516c7-4dae-43a7-971b-21b83caeac21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.892875 [ 3 ] {} HTTP-Session: 4e0516c7-4dae-43a7-971b-21b83caeac21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.892919 [ 3 ] {} HTTP-Session: 4e0516c7-4dae-43a7-971b-21b83caeac21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.893101 [ 3 ] {0e0e6213-da81-4100-b38d-869e7dd219eb} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.893157 [ 3 ] {0e0e6213-da81-4100-b38d-869e7dd219eb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.06.17 21:20:00.894888 [ 3 ] {0e0e6213-da81-4100-b38d-869e7dd219eb} oximeter.fields_u64 (35778bb9-3c09-425f-a176-c525d1d263a8): Loading data parts 2024.06.17 21:20:00.895052 [ 3 ] {0e0e6213-da81-4100-b38d-869e7dd219eb} oximeter.fields_u64 (35778bb9-3c09-425f-a176-c525d1d263a8): There are no data parts 2024.06.17 21:20:00.898723 [ 3 ] {0e0e6213-da81-4100-b38d-869e7dd219eb} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.898749 [ 3 ] {} HTTP-Session: 4e0516c7-4dae-43a7-971b-21b83caeac21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.898882 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.898947 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.898968 [ 3 ] {} HTTP-Session: 2d20dcde-bcab-465b-ab04-3635cf64d7e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.898985 [ 3 ] {} HTTP-Session: 2d20dcde-bcab-465b-ab04-3635cf64d7e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.899009 [ 3 ] {} HTTP-Session: 2d20dcde-bcab-465b-ab04-3635cf64d7e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.899041 [ 3 ] {} HTTP-Session: 2d20dcde-bcab-465b-ab04-3635cf64d7e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.899184 [ 3 ] {20a5d224-4f9a-4be7-8e36-5a8396318787} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.899233 [ 3 ] {20a5d224-4f9a-4be7-8e36-5a8396318787} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.06.17 21:20:00.900883 [ 3 ] {20a5d224-4f9a-4be7-8e36-5a8396318787} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Loading data parts 2024.06.17 21:20:00.901053 [ 3 ] {20a5d224-4f9a-4be7-8e36-5a8396318787} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): There are no data parts 2024.06.17 21:20:00.904998 [ 3 ] {20a5d224-4f9a-4be7-8e36-5a8396318787} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.905026 [ 3 ] {} HTTP-Session: 2d20dcde-bcab-465b-ab04-3635cf64d7e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.905159 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.905205 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.905225 [ 3 ] {} HTTP-Session: 721a384d-4152-44fb-bedb-ae841875b0b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.905242 [ 3 ] {} HTTP-Session: 721a384d-4152-44fb-bedb-ae841875b0b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.905256 [ 3 ] {} HTTP-Session: 721a384d-4152-44fb-bedb-ae841875b0b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.905287 [ 3 ] {} HTTP-Session: 721a384d-4152-44fb-bedb-ae841875b0b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.905422 [ 3 ] {c73f0614-ee65-49d8-8de3-0d0cba678b13} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.905459 [ 3 ] {c73f0614-ee65-49d8-8de3-0d0cba678b13} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.06.17 21:20:00.907138 [ 3 ] {c73f0614-ee65-49d8-8de3-0d0cba678b13} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Loading data parts 2024.06.17 21:20:00.907289 [ 3 ] {c73f0614-ee65-49d8-8de3-0d0cba678b13} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): There are no data parts 2024.06.17 21:20:00.910889 [ 3 ] {c73f0614-ee65-49d8-8de3-0d0cba678b13} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.910916 [ 3 ] {} HTTP-Session: 721a384d-4152-44fb-bedb-ae841875b0b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.911036 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.911085 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.911104 [ 3 ] {} HTTP-Session: c27167d7-bf1c-4c6f-a13f-a2d519049631 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.911121 [ 3 ] {} HTTP-Session: c27167d7-bf1c-4c6f-a13f-a2d519049631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.911135 [ 3 ] {} HTTP-Session: c27167d7-bf1c-4c6f-a13f-a2d519049631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.911166 [ 3 ] {} HTTP-Session: c27167d7-bf1c-4c6f-a13f-a2d519049631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.911307 [ 3 ] {d7c6f212-8ed4-47f5-8629-3ab8db108ee9} executeQuery: (from [fd00:1122:3344:101::d]:44312) 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.06.17 21:20:00.911348 [ 3 ] {d7c6f212-8ed4-47f5-8629-3ab8db108ee9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.06.17 21:20:00.912975 [ 3 ] {d7c6f212-8ed4-47f5-8629-3ab8db108ee9} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Loading data parts 2024.06.17 21:20:00.913143 [ 3 ] {d7c6f212-8ed4-47f5-8629-3ab8db108ee9} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): There are no data parts 2024.06.17 21:20:00.918136 [ 3 ] {d7c6f212-8ed4-47f5-8629-3ab8db108ee9} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.918188 [ 3 ] {} HTTP-Session: c27167d7-bf1c-4c6f-a13f-a2d519049631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.918343 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.918435 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.918472 [ 3 ] {} HTTP-Session: bd2b0338-83e7-4a48-a310-e8bde2f460d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.918504 [ 3 ] {} HTTP-Session: bd2b0338-83e7-4a48-a310-e8bde2f460d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.918534 [ 3 ] {} HTTP-Session: bd2b0338-83e7-4a48-a310-e8bde2f460d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.918591 [ 3 ] {} HTTP-Session: bd2b0338-83e7-4a48-a310-e8bde2f460d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.918801 [ 3 ] {0b5e892e-93a0-46bb-b7bb-cde8402310f1} executeQuery: (from [fd00:1122:3344:101::d]:44312) /* 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.06.17 21:20:00.918861 [ 3 ] {0b5e892e-93a0-46bb-b7bb-cde8402310f1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.06.17 21:20:00.920722 [ 3 ] {0b5e892e-93a0-46bb-b7bb-cde8402310f1} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Loading data parts 2024.06.17 21:20:00.920884 [ 3 ] {0b5e892e-93a0-46bb-b7bb-cde8402310f1} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): There are no data parts 2024.06.17 21:20:00.924871 [ 3 ] {0b5e892e-93a0-46bb-b7bb-cde8402310f1} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.924925 [ 3 ] {} HTTP-Session: bd2b0338-83e7-4a48-a310-e8bde2f460d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.925127 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44312, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:00.925221 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:00.925260 [ 3 ] {} HTTP-Session: d5f41e1f-964c-4a8c-aefb-b353934e81b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44312 2024.06.17 21:20:00.925295 [ 3 ] {} HTTP-Session: d5f41e1f-964c-4a8c-aefb-b353934e81b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.925325 [ 3 ] {} HTTP-Session: d5f41e1f-964c-4a8c-aefb-b353934e81b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:00.925396 [ 3 ] {} HTTP-Session: d5f41e1f-964c-4a8c-aefb-b353934e81b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:00.925653 [ 3 ] {1c5f39ea-26d1-4c3a-b385-6b479de2d453} executeQuery: (from [fd00:1122:3344:101::d]:44312) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.06.17 21:20:00.927311 [ 3 ] {1c5f39ea-26d1-4c3a-b385-6b479de2d453} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.06.17 21:20:00.930658 [ 3 ] {1c5f39ea-26d1-4c3a-b385-6b479de2d453} oximeter.version (e6033927-0b0b-4833-9a05-f4f8812f2b24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:00.930696 [ 3 ] {1c5f39ea-26d1-4c3a-b385-6b479de2d453} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.06.17 21:20:00.935047 [ 3 ] {1c5f39ea-26d1-4c3a-b385-6b479de2d453} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.17 21:20:00.936069 [ 3 ] {1c5f39ea-26d1-4c3a-b385-6b479de2d453} oximeter.version (e6033927-0b0b-4833-9a05-f4f8812f2b24): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:00.936348 [ 3 ] {1c5f39ea-26d1-4c3a-b385-6b479de2d453} executeQuery: Read 1 rows, 16.00 B in 0.010807 sec., 92.53261774775608 rows/sec., 1.45 KiB/sec. 2024.06.17 21:20:00.936512 [ 3 ] {1c5f39ea-26d1-4c3a-b385-6b479de2d453} DynamicQueryHandler: Done processing query 2024.06.17 21:20:00.936536 [ 3 ] {1c5f39ea-26d1-4c3a-b385-6b479de2d453} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.06.17 21:20:00.936552 [ 3 ] {} HTTP-Session: d5f41e1f-964c-4a8c-aefb-b353934e81b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:01.000152 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 160.62 MiB, peak 165.76 MiB, free memory in arenas 0.00 B, will set to 173.65 MiB (RSS), difference: 13.03 MiB 2024.06.17 21:20:15.174605 [ 117 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:20:15.174706 [ 117 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:20:25.959731 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:25.959861 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:25.959888 [ 3 ] {} HTTP-Session: a05dd637-071a-4a73-a149-f7e6fcc012cf Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:25.959913 [ 3 ] {} HTTP-Session: a05dd637-071a-4a73-a149-f7e6fcc012cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.959928 [ 3 ] {} HTTP-Session: a05dd637-071a-4a73-a149-f7e6fcc012cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.959978 [ 3 ] {} HTTP-Session: a05dd637-071a-4a73-a149-f7e6fcc012cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:25.960201 [ 3 ] {17d87fe3-d734-4401-a666-c7c2d73a6bb8} executeQuery: (from [fd00:1122:3344:101::d]:55036) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.06.17 21:20:25.960549 [ 3 ] {17d87fe3-d734-4401-a666-c7c2d73a6bb8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:20:25.960744 [ 3 ] {17d87fe3-d734-4401-a666-c7c2d73a6bb8} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:20:25.963862 [ 3 ] {17d87fe3-d734-4401-a666-c7c2d73a6bb8} DynamicQueryHandler: Done processing query 2024.06.17 21:20:25.963896 [ 3 ] {17d87fe3-d734-4401-a666-c7c2d73a6bb8} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.17 21:20:25.963913 [ 3 ] {} HTTP-Session: a05dd637-071a-4a73-a149-f7e6fcc012cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.971938 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:25.972051 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:25.972090 [ 3 ] {} HTTP-Session: e19fedd4-fad9-4f3e-b7c3-76a51f5d076b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:25.972125 [ 3 ] {} HTTP-Session: e19fedd4-fad9-4f3e-b7c3-76a51f5d076b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.972153 [ 3 ] {} HTTP-Session: e19fedd4-fad9-4f3e-b7c3-76a51f5d076b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.972219 [ 3 ] {} HTTP-Session: e19fedd4-fad9-4f3e-b7c3-76a51f5d076b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:25.972512 [ 3 ] {01cdd7ba-dc76-42aa-b32e-7b31060320ed} executeQuery: (from [fd00:1122:3344:101::d]:55036) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.17 21:20:25.974881 [ 3 ] {01cdd7ba-dc76-42aa-b32e-7b31060320ed} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:20:25.974941 [ 3 ] {01cdd7ba-dc76-42aa-b32e-7b31060320ed} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:20:25.976126 [ 3 ] {01cdd7ba-dc76-42aa-b32e-7b31060320ed} DynamicQueryHandler: Done processing query 2024.06.17 21:20:25.976154 [ 3 ] {01cdd7ba-dc76-42aa-b32e-7b31060320ed} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.17 21:20:25.976171 [ 3 ] {} HTTP-Session: e19fedd4-fad9-4f3e-b7c3-76a51f5d076b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.978816 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:25.978883 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:25.978906 [ 3 ] {} HTTP-Session: 74896400-e1e4-43c5-a044-ee355ddde6ac Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:25.978926 [ 3 ] {} HTTP-Session: 74896400-e1e4-43c5-a044-ee355ddde6ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.978941 [ 3 ] {} HTTP-Session: 74896400-e1e4-43c5-a044-ee355ddde6ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.978981 [ 3 ] {} HTTP-Session: 74896400-e1e4-43c5-a044-ee355ddde6ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:25.979129 [ 3 ] {13d69b39-3432-421f-a011-860c762cab39} executeQuery: (from [fd00:1122:3344:101::d]:55036) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.17 21:20:25.979539 [ 3 ] {13d69b39-3432-421f-a011-860c762cab39} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:20:25.979587 [ 3 ] {13d69b39-3432-421f-a011-860c762cab39} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:20:25.980891 [ 3 ] {13d69b39-3432-421f-a011-860c762cab39} DynamicQueryHandler: Done processing query 2024.06.17 21:20:25.980918 [ 3 ] {13d69b39-3432-421f-a011-860c762cab39} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.17 21:20:25.980936 [ 3 ] {} HTTP-Session: 74896400-e1e4-43c5-a044-ee355ddde6ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.981284 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:25.981331 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:25.981351 [ 3 ] {} HTTP-Session: 5638c240-c2b7-4e2b-aecf-49e25ca37898 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:25.981367 [ 3 ] {} HTTP-Session: 5638c240-c2b7-4e2b-aecf-49e25ca37898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.981381 [ 3 ] {} HTTP-Session: 5638c240-c2b7-4e2b-aecf-49e25ca37898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.981412 [ 3 ] {} HTTP-Session: 5638c240-c2b7-4e2b-aecf-49e25ca37898 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:25.981533 [ 3 ] {79fff1cc-68f7-4b14-bd14-ff90183317f2} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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.06.17 21:20:25.981854 [ 3 ] {79fff1cc-68f7-4b14-bd14-ff90183317f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:20:25.981907 [ 3 ] {79fff1cc-68f7-4b14-bd14-ff90183317f2} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:20:25.982867 [ 3 ] {79fff1cc-68f7-4b14-bd14-ff90183317f2} DynamicQueryHandler: Done processing query 2024.06.17 21:20:25.982895 [ 3 ] {79fff1cc-68f7-4b14-bd14-ff90183317f2} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.17 21:20:25.982912 [ 3 ] {} HTTP-Session: 5638c240-c2b7-4e2b-aecf-49e25ca37898 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.983570 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:25.983617 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:25.983636 [ 3 ] {} HTTP-Session: 17664e21-3f97-40fd-b92f-a6cb84a2aec0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:25.983654 [ 3 ] {} HTTP-Session: 17664e21-3f97-40fd-b92f-a6cb84a2aec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.983667 [ 3 ] {} HTTP-Session: 17664e21-3f97-40fd-b92f-a6cb84a2aec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.983698 [ 3 ] {} HTTP-Session: 17664e21-3f97-40fd-b92f-a6cb84a2aec0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:25.983809 [ 3 ] {c33fe7f8-ddf0-4a1f-a864-090e4a8c8bb1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:25.983855 [ 3 ] {c33fe7f8-ddf0-4a1f-a864-090e4a8c8bb1} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:20:25.984103 [ 3 ] {c33fe7f8-ddf0-4a1f-a864-090e4a8c8bb1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:25.986528 [ 3 ] {c33fe7f8-ddf0-4a1f-a864-090e4a8c8bb1} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:25.986603 [ 3 ] {c33fe7f8-ddf0-4a1f-a864-090e4a8c8bb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:25.987652 [ 3 ] {c33fe7f8-ddf0-4a1f-a864-090e4a8c8bb1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.17 21:20:25.988034 [ 3 ] {c33fe7f8-ddf0-4a1f-a864-090e4a8c8bb1} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:25.988201 [ 3 ] {c33fe7f8-ddf0-4a1f-a864-090e4a8c8bb1} executeQuery: Read 4 rows, 443.00 B in 0.004422 sec., 904.5680687471732 rows/sec., 97.83 KiB/sec. 2024.06.17 21:20:25.988475 [ 3 ] {c33fe7f8-ddf0-4a1f-a864-090e4a8c8bb1} DynamicQueryHandler: Done processing query 2024.06.17 21:20:25.988501 [ 3 ] {c33fe7f8-ddf0-4a1f-a864-090e4a8c8bb1} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:20:25.988517 [ 3 ] {} HTTP-Session: 17664e21-3f97-40fd-b92f-a6cb84a2aec0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.988642 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:25.988690 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:25.988710 [ 3 ] {} HTTP-Session: 44a29d27-f1cf-4b6a-9a5f-50305234b362 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:25.988727 [ 3 ] {} HTTP-Session: 44a29d27-f1cf-4b6a-9a5f-50305234b362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.988741 [ 3 ] {} HTTP-Session: 44a29d27-f1cf-4b6a-9a5f-50305234b362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.988772 [ 3 ] {} HTTP-Session: 44a29d27-f1cf-4b6a-9a5f-50305234b362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:25.988875 [ 3 ] {48312444-7e92-47ff-9466-86402e6d7f95} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:25.988921 [ 3 ] {48312444-7e92-47ff-9466-86402e6d7f95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:20:25.989062 [ 3 ] {48312444-7e92-47ff-9466-86402e6d7f95} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:25.991084 [ 3 ] {48312444-7e92-47ff-9466-86402e6d7f95} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:25.991120 [ 3 ] {48312444-7e92-47ff-9466-86402e6d7f95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:25.991431 [ 3 ] {48312444-7e92-47ff-9466-86402e6d7f95} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.17 21:20:25.991735 [ 3 ] {48312444-7e92-47ff-9466-86402e6d7f95} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:25.991884 [ 3 ] {48312444-7e92-47ff-9466-86402e6d7f95} executeQuery: Read 15 rows, 1.22 KiB in 0.00303 sec., 4950.495049504951 rows/sec., 401.26 KiB/sec. 2024.06.17 21:20:25.992055 [ 3 ] {48312444-7e92-47ff-9466-86402e6d7f95} DynamicQueryHandler: Done processing query 2024.06.17 21:20:25.992080 [ 3 ] {48312444-7e92-47ff-9466-86402e6d7f95} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:20:25.992096 [ 3 ] {} HTTP-Session: 44a29d27-f1cf-4b6a-9a5f-50305234b362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.992242 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 6803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:25.992290 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:25.992309 [ 3 ] {} HTTP-Session: f96b168c-2f42-4677-a7d6-8920b0eb74a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:25.992325 [ 3 ] {} HTTP-Session: f96b168c-2f42-4677-a7d6-8920b0eb74a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.992338 [ 3 ] {} HTTP-Session: f96b168c-2f42-4677-a7d6-8920b0eb74a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.992369 [ 3 ] {} HTTP-Session: f96b168c-2f42-4677-a7d6-8920b0eb74a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:25.992478 [ 3 ] {b213b78f-2608-4566-8455-207db727bc07} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:25.992521 [ 3 ] {b213b78f-2608-4566-8455-207db727bc07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:20:25.992646 [ 3 ] {b213b78f-2608-4566-8455-207db727bc07} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:25.992992 [ 3 ] {b213b78f-2608-4566-8455-207db727bc07} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:25.993028 [ 3 ] {b213b78f-2608-4566-8455-207db727bc07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:25.993329 [ 3 ] {b213b78f-2608-4566-8455-207db727bc07} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.17 21:20:25.993624 [ 3 ] {b213b78f-2608-4566-8455-207db727bc07} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:25.993777 [ 3 ] {b213b78f-2608-4566-8455-207db727bc07} executeQuery: Read 45 rows, 4.02 KiB in 0.001322 sec., 34039.3343419062 rows/sec., 2.97 MiB/sec. 2024.06.17 21:20:25.993947 [ 3 ] {b213b78f-2608-4566-8455-207db727bc07} DynamicQueryHandler: Done processing query 2024.06.17 21:20:25.993972 [ 3 ] {b213b78f-2608-4566-8455-207db727bc07} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.17 21:20:25.993987 [ 3 ] {} HTTP-Session: f96b168c-2f42-4677-a7d6-8920b0eb74a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.994105 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 3792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:25.994152 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:25.994171 [ 3 ] {} HTTP-Session: 46efec82-61de-4fd3-9739-94d10d6492bb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:25.994188 [ 3 ] {} HTTP-Session: 46efec82-61de-4fd3-9739-94d10d6492bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.994202 [ 3 ] {} HTTP-Session: 46efec82-61de-4fd3-9739-94d10d6492bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.994233 [ 3 ] {} HTTP-Session: 46efec82-61de-4fd3-9739-94d10d6492bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:25.994337 [ 3 ] {5e92a6e1-97c8-4f7f-a39c-3959b0cc57c6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:25.994380 [ 3 ] {5e92a6e1-97c8-4f7f-a39c-3959b0cc57c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:20:25.995030 [ 3 ] {5e92a6e1-97c8-4f7f-a39c-3959b0cc57c6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:25.995874 [ 3 ] {5e92a6e1-97c8-4f7f-a39c-3959b0cc57c6} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:25.995907 [ 3 ] {5e92a6e1-97c8-4f7f-a39c-3959b0cc57c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:25.996278 [ 3 ] {5e92a6e1-97c8-4f7f-a39c-3959b0cc57c6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.17 21:20:25.996561 [ 3 ] {5e92a6e1-97c8-4f7f-a39c-3959b0cc57c6} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:25.996704 [ 3 ] {5e92a6e1-97c8-4f7f-a39c-3959b0cc57c6} executeQuery: Read 22 rows, 1.77 KiB in 0.002451 sec., 8975.92819257446 rows/sec., 723.56 KiB/sec. 2024.06.17 21:20:25.997025 [ 3 ] {5e92a6e1-97c8-4f7f-a39c-3959b0cc57c6} DynamicQueryHandler: Done processing query 2024.06.17 21:20:25.997050 [ 3 ] {5e92a6e1-97c8-4f7f-a39c-3959b0cc57c6} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:20:25.997067 [ 3 ] {} HTTP-Session: 46efec82-61de-4fd3-9739-94d10d6492bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.997279 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16095, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:25.997328 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:25.997347 [ 3 ] {} HTTP-Session: 30ec1fce-f873-47d7-8e96-5a07c4facd8d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:25.997364 [ 3 ] {} HTTP-Session: 30ec1fce-f873-47d7-8e96-5a07c4facd8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.997379 [ 3 ] {} HTTP-Session: 30ec1fce-f873-47d7-8e96-5a07c4facd8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:25.997409 [ 3 ] {} HTTP-Session: 30ec1fce-f873-47d7-8e96-5a07c4facd8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:25.997582 [ 3 ] {24a0ecca-f5dd-4d3e-8849-f6dcff2e3699} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:25.997631 [ 3 ] {24a0ecca-f5dd-4d3e-8849-f6dcff2e3699} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:20:25.997825 [ 3 ] {24a0ecca-f5dd-4d3e-8849-f6dcff2e3699} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:25.998364 [ 3 ] {24a0ecca-f5dd-4d3e-8849-f6dcff2e3699} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:25.998401 [ 3 ] {24a0ecca-f5dd-4d3e-8849-f6dcff2e3699} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:26.000257 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 179.69 MiB, peak 179.69 MiB, free memory in arenas 0.00 B, will set to 175.20 MiB (RSS), difference: -4.48 MiB 2024.06.17 21:20:26.001832 [ 3 ] {24a0ecca-f5dd-4d3e-8849-f6dcff2e3699} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.17 21:20:26.002183 [ 3 ] {24a0ecca-f5dd-4d3e-8849-f6dcff2e3699} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:26.002345 [ 3 ] {24a0ecca-f5dd-4d3e-8849-f6dcff2e3699} executeQuery: Read 15 rows, 20.73 KiB in 0.004849 sec., 3093.4213239843266 rows/sec., 4.17 MiB/sec. 2024.06.17 21:20:26.002532 [ 3 ] {24a0ecca-f5dd-4d3e-8849-f6dcff2e3699} DynamicQueryHandler: Done processing query 2024.06.17 21:20:26.002557 [ 3 ] {24a0ecca-f5dd-4d3e-8849-f6dcff2e3699} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:20:26.002574 [ 3 ] {} HTTP-Session: 30ec1fce-f873-47d7-8e96-5a07c4facd8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:26.002750 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:26.002801 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:26.002820 [ 3 ] {} HTTP-Session: 7500ab3c-6908-4d75-978e-d161f3cd06ec Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:26.002837 [ 3 ] {} HTTP-Session: 7500ab3c-6908-4d75-978e-d161f3cd06ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:26.002851 [ 3 ] {} HTTP-Session: 7500ab3c-6908-4d75-978e-d161f3cd06ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:26.002883 [ 3 ] {} HTTP-Session: 7500ab3c-6908-4d75-978e-d161f3cd06ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:26.002984 [ 3 ] {a5fc0345-21b3-48f8-bb4f-82adfb979ccd} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:26.003030 [ 3 ] {a5fc0345-21b3-48f8-bb4f-82adfb979ccd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.06.17 21:20:26.003159 [ 3 ] {a5fc0345-21b3-48f8-bb4f-82adfb979ccd} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:26.003502 [ 3 ] {a5fc0345-21b3-48f8-bb4f-82adfb979ccd} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:26.003537 [ 3 ] {a5fc0345-21b3-48f8-bb4f-82adfb979ccd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:26.003909 [ 3 ] {a5fc0345-21b3-48f8-bb4f-82adfb979ccd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.17 21:20:26.004206 [ 3 ] {a5fc0345-21b3-48f8-bb4f-82adfb979ccd} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:26.004364 [ 3 ] {a5fc0345-21b3-48f8-bb4f-82adfb979ccd} executeQuery: Read 12 rows, 926.00 B in 0.001439 sec., 8339.124391938847 rows/sec., 628.42 KiB/sec. 2024.06.17 21:20:26.004590 [ 3 ] {a5fc0345-21b3-48f8-bb4f-82adfb979ccd} DynamicQueryHandler: Done processing query 2024.06.17 21:20:26.004613 [ 3 ] {a5fc0345-21b3-48f8-bb4f-82adfb979ccd} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:20:26.004628 [ 3 ] {} HTTP-Session: 7500ab3c-6908-4d75-978e-d161f3cd06ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:27.000299 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 170.05 MiB, peak 179.69 MiB, free memory in arenas 0.00 B, will set to 175.30 MiB (RSS), difference: 5.25 MiB 2024.06.17 21:20:30.174758 [ 96 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:20:30.174804 [ 96 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:20:35.939245 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:35.939389 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:35.939420 [ 3 ] {} HTTP-Session: d17e491e-b311-45f6-8d11-7c0054b4c9e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:35.939447 [ 3 ] {} HTTP-Session: d17e491e-b311-45f6-8d11-7c0054b4c9e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:35.939465 [ 3 ] {} HTTP-Session: d17e491e-b311-45f6-8d11-7c0054b4c9e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:35.939521 [ 3 ] {} HTTP-Session: d17e491e-b311-45f6-8d11-7c0054b4c9e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:35.939732 [ 3 ] {a629e138-a4e4-4650-b255-b09435b0f440} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:35.939806 [ 3 ] {a629e138-a4e4-4650-b255-b09435b0f440} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:20:35.940025 [ 3 ] {a629e138-a4e4-4650-b255-b09435b0f440} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:35.940476 [ 3 ] {a629e138-a4e4-4650-b255-b09435b0f440} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:35.940517 [ 3 ] {a629e138-a4e4-4650-b255-b09435b0f440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:35.940899 [ 3 ] {a629e138-a4e4-4650-b255-b09435b0f440} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.17 21:20:35.941233 [ 3 ] {a629e138-a4e4-4650-b255-b09435b0f440} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:35.941410 [ 3 ] {a629e138-a4e4-4650-b255-b09435b0f440} executeQuery: Read 15 rows, 1.22 KiB in 0.001745 sec., 8595.988538681948 rows/sec., 696.75 KiB/sec. 2024.06.17 21:20:35.941624 [ 3 ] {a629e138-a4e4-4650-b255-b09435b0f440} DynamicQueryHandler: Done processing query 2024.06.17 21:20:35.941652 [ 3 ] {a629e138-a4e4-4650-b255-b09435b0f440} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:20:35.941669 [ 3 ] {} HTTP-Session: d17e491e-b311-45f6-8d11-7c0054b4c9e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:35.941798 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 6803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:35.941854 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:35.941874 [ 3 ] {} HTTP-Session: 427851b2-4ed2-4eac-94c3-842d3fc41276 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:35.941892 [ 3 ] {} HTTP-Session: 427851b2-4ed2-4eac-94c3-842d3fc41276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:35.941906 [ 3 ] {} HTTP-Session: 427851b2-4ed2-4eac-94c3-842d3fc41276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:35.941941 [ 3 ] {} HTTP-Session: 427851b2-4ed2-4eac-94c3-842d3fc41276 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:35.942057 [ 3 ] {03f831ac-cd38-41f0-9317-8819ed3bd39c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:35.942102 [ 3 ] {03f831ac-cd38-41f0-9317-8819ed3bd39c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:20:35.942230 [ 3 ] {03f831ac-cd38-41f0-9317-8819ed3bd39c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:35.942578 [ 3 ] {03f831ac-cd38-41f0-9317-8819ed3bd39c} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:35.942614 [ 3 ] {03f831ac-cd38-41f0-9317-8819ed3bd39c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:35.942921 [ 3 ] {03f831ac-cd38-41f0-9317-8819ed3bd39c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.17 21:20:35.943229 [ 3 ] {03f831ac-cd38-41f0-9317-8819ed3bd39c} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:35.943359 [ 3 ] {03f831ac-cd38-41f0-9317-8819ed3bd39c} executeQuery: Read 45 rows, 4.02 KiB in 0.001338 sec., 33632.28699551569 rows/sec., 2.93 MiB/sec. 2024.06.17 21:20:35.943628 [ 3 ] {03f831ac-cd38-41f0-9317-8819ed3bd39c} DynamicQueryHandler: Done processing query 2024.06.17 21:20:35.943653 [ 3 ] {03f831ac-cd38-41f0-9317-8819ed3bd39c} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.17 21:20:35.943669 [ 3 ] {} HTTP-Session: 427851b2-4ed2-4eac-94c3-842d3fc41276 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:35.943792 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:35.943844 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:35.943863 [ 3 ] {} HTTP-Session: 69e0f976-119f-4517-8368-5eea91a537b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:35.943881 [ 3 ] {} HTTP-Session: 69e0f976-119f-4517-8368-5eea91a537b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:35.943895 [ 3 ] {} HTTP-Session: 69e0f976-119f-4517-8368-5eea91a537b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:35.943928 [ 3 ] {} HTTP-Session: 69e0f976-119f-4517-8368-5eea91a537b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:35.944038 [ 3 ] {a69b3fad-4cdd-4731-950c-ffeab9994511} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:35.944082 [ 3 ] {a69b3fad-4cdd-4731-950c-ffeab9994511} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:20:35.944226 [ 3 ] {a69b3fad-4cdd-4731-950c-ffeab9994511} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:35.944605 [ 3 ] {a69b3fad-4cdd-4731-950c-ffeab9994511} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:35.944641 [ 3 ] {a69b3fad-4cdd-4731-950c-ffeab9994511} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:35.944945 [ 3 ] {a69b3fad-4cdd-4731-950c-ffeab9994511} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.17 21:20:35.945246 [ 3 ] {a69b3fad-4cdd-4731-950c-ffeab9994511} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:35.945364 [ 3 ] {a69b3fad-4cdd-4731-950c-ffeab9994511} executeQuery: Read 15 rows, 1.20 KiB in 0.001361 sec., 11021.307861866275 rows/sec., 882.57 KiB/sec. 2024.06.17 21:20:35.945546 [ 3 ] {a69b3fad-4cdd-4731-950c-ffeab9994511} DynamicQueryHandler: Done processing query 2024.06.17 21:20:35.945571 [ 3 ] {a69b3fad-4cdd-4731-950c-ffeab9994511} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:20:35.945586 [ 3 ] {} HTTP-Session: 69e0f976-119f-4517-8368-5eea91a537b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:35.945829 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16095, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:35.945879 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:35.945898 [ 3 ] {} HTTP-Session: 430c972c-0fc4-4c82-bb4f-78e52b44f428 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:35.945915 [ 3 ] {} HTTP-Session: 430c972c-0fc4-4c82-bb4f-78e52b44f428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:35.945928 [ 3 ] {} HTTP-Session: 430c972c-0fc4-4c82-bb4f-78e52b44f428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:35.945960 [ 3 ] {} HTTP-Session: 430c972c-0fc4-4c82-bb4f-78e52b44f428 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:35.946144 [ 3 ] {f67338cf-820b-41d5-95fd-13521f90fb3c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:35.946193 [ 3 ] {f67338cf-820b-41d5-95fd-13521f90fb3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:20:35.946350 [ 3 ] {f67338cf-820b-41d5-95fd-13521f90fb3c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:35.946735 [ 3 ] {f67338cf-820b-41d5-95fd-13521f90fb3c} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:35.946776 [ 3 ] {f67338cf-820b-41d5-95fd-13521f90fb3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:35.947177 [ 3 ] {f67338cf-820b-41d5-95fd-13521f90fb3c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.17 21:20:35.947500 [ 3 ] {f67338cf-820b-41d5-95fd-13521f90fb3c} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:35.947621 [ 3 ] {f67338cf-820b-41d5-95fd-13521f90fb3c} executeQuery: Read 15 rows, 20.73 KiB in 0.00158 sec., 9493.67088607595 rows/sec., 12.81 MiB/sec. 2024.06.17 21:20:35.947789 [ 3 ] {f67338cf-820b-41d5-95fd-13521f90fb3c} DynamicQueryHandler: Done processing query 2024.06.17 21:20:35.947813 [ 3 ] {f67338cf-820b-41d5-95fd-13521f90fb3c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:20:35.947829 [ 3 ] {} HTTP-Session: 430c972c-0fc4-4c82-bb4f-78e52b44f428 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.175045 [ 86 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:20:45.175118 [ 86 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:20:45.939444 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:45.939622 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:45.939668 [ 3 ] {} HTTP-Session: 10a1903d-b704-41c6-ad41-c58ee803126c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:45.939711 [ 3 ] {} HTTP-Session: 10a1903d-b704-41c6-ad41-c58ee803126c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.939742 [ 3 ] {} HTTP-Session: 10a1903d-b704-41c6-ad41-c58ee803126c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.939824 [ 3 ] {} HTTP-Session: 10a1903d-b704-41c6-ad41-c58ee803126c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:45.940182 [ 3 ] {581a6fb3-2c85-491d-ab2a-9bd2935a7b00} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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.06.17 21:20:45.942642 [ 3 ] {581a6fb3-2c85-491d-ab2a-9bd2935a7b00} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:20:45.944600 [ 3 ] {581a6fb3-2c85-491d-ab2a-9bd2935a7b00} 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.06.17 21:20:45.945077 [ 3 ] {581a6fb3-2c85-491d-ab2a-9bd2935a7b00} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:20:45.945507 [ 3 ] {581a6fb3-2c85-491d-ab2a-9bd2935a7b00} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:20:45.947824 [ 3 ] {581a6fb3-2c85-491d-ab2a-9bd2935a7b00} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 4-element set) 2024.06.17 21:20:45.951140 [ 3 ] {581a6fb3-2c85-491d-ab2a-9bd2935a7b00} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:20:45.951246 [ 3 ] {581a6fb3-2c85-491d-ab2a-9bd2935a7b00} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (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.06.17 21:20:45.951268 [ 3 ] {581a6fb3-2c85-491d-ab2a-9bd2935a7b00} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:20:45.951387 [ 3 ] {581a6fb3-2c85-491d-ab2a-9bd2935a7b00} 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.06.17 21:20:45.951437 [ 3 ] {581a6fb3-2c85-491d-ab2a-9bd2935a7b00} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.17 21:20:45.954137 [ 3 ] {581a6fb3-2c85-491d-ab2a-9bd2935a7b00} executeQuery: Read 4 rows, 189.00 B in 0.014107 sec., 283.5471751612675 rows/sec., 13.08 KiB/sec. 2024.06.17 21:20:45.954440 [ 3 ] {581a6fb3-2c85-491d-ab2a-9bd2935a7b00} DynamicQueryHandler: Done processing query 2024.06.17 21:20:45.954468 [ 3 ] {581a6fb3-2c85-491d-ab2a-9bd2935a7b00} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.17 21:20:45.954485 [ 3 ] {} HTTP-Session: 10a1903d-b704-41c6-ad41-c58ee803126c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.954708 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:45.954768 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:45.954789 [ 3 ] {} HTTP-Session: ff67e99d-41c2-46c5-b8d8-6ec08bceeba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:45.954807 [ 3 ] {} HTTP-Session: ff67e99d-41c2-46c5-b8d8-6ec08bceeba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.954822 [ 3 ] {} HTTP-Session: ff67e99d-41c2-46c5-b8d8-6ec08bceeba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.954859 [ 3 ] {} HTTP-Session: ff67e99d-41c2-46c5-b8d8-6ec08bceeba2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:45.955005 [ 3 ] {f8af9187-da3a-424e-b9cd-420da5226085} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.17 21:20:45.955252 [ 3 ] {f8af9187-da3a-424e-b9cd-420da5226085} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:20:45.955287 [ 3 ] {f8af9187-da3a-424e-b9cd-420da5226085} 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', 'static_routing_config:static_routes')" moved to PREWHERE 2024.06.17 21:20:45.955493 [ 3 ] {f8af9187-da3a-424e-b9cd-420da5226085} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:20:45.955559 [ 3 ] {f8af9187-da3a-424e-b9cd-420da5226085} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:20:45.955701 [ 3 ] {f8af9187-da3a-424e-b9cd-420da5226085} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2024.06.17 21:20:45.955735 [ 3 ] {f8af9187-da3a-424e-b9cd-420da5226085} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:20:45.955758 [ 3 ] {f8af9187-da3a-424e-b9cd-420da5226085} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (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.06.17 21:20:45.955775 [ 3 ] {f8af9187-da3a-424e-b9cd-420da5226085} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:20:45.955814 [ 3 ] {f8af9187-da3a-424e-b9cd-420da5226085} 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', 'static_routing_config:static_routes'))" 2024.06.17 21:20:45.955836 [ 3 ] {f8af9187-da3a-424e-b9cd-420da5226085} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.17 21:20:45.956689 [ 3 ] {f8af9187-da3a-424e-b9cd-420da5226085} executeQuery: Read 4 rows, 189.00 B in 0.001743 sec., 2294.8938611589215 rows/sec., 105.89 KiB/sec. 2024.06.17 21:20:45.956937 [ 3 ] {f8af9187-da3a-424e-b9cd-420da5226085} DynamicQueryHandler: Done processing query 2024.06.17 21:20:45.956963 [ 3 ] {f8af9187-da3a-424e-b9cd-420da5226085} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.17 21:20:45.956980 [ 3 ] {} HTTP-Session: ff67e99d-41c2-46c5-b8d8-6ec08bceeba2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.957215 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:45.957264 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:45.957284 [ 3 ] {} HTTP-Session: fd8baeb2-cf84-4149-9aac-4785c2b10e3b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:45.957302 [ 3 ] {} HTTP-Session: fd8baeb2-cf84-4149-9aac-4785c2b10e3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.957316 [ 3 ] {} HTTP-Session: fd8baeb2-cf84-4149-9aac-4785c2b10e3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.957348 [ 3 ] {} HTTP-Session: fd8baeb2-cf84-4149-9aac-4785c2b10e3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:45.957477 [ 3 ] {91f25a5b-9158-473b-a9c0-3d5bfa9aa0dc} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.17 21:20:45.957713 [ 3 ] {91f25a5b-9158-473b-a9c0-3d5bfa9aa0dc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:20:45.957748 [ 3 ] {91f25a5b-9158-473b-a9c0-3d5bfa9aa0dc} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE 2024.06.17 21:20:45.957949 [ 3 ] {91f25a5b-9158-473b-a9c0-3d5bfa9aa0dc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:20:45.958014 [ 3 ] {91f25a5b-9158-473b-a9c0-3d5bfa9aa0dc} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:20:45.958148 [ 3 ] {91f25a5b-9158-473b-a9c0-3d5bfa9aa0dc} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2024.06.17 21:20:45.958180 [ 3 ] {91f25a5b-9158-473b-a9c0-3d5bfa9aa0dc} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:20:45.958203 [ 3 ] {91f25a5b-9158-473b-a9c0-3d5bfa9aa0dc} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (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.06.17 21:20:45.958220 [ 3 ] {91f25a5b-9158-473b-a9c0-3d5bfa9aa0dc} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:20:45.958258 [ 3 ] {91f25a5b-9158-473b-a9c0-3d5bfa9aa0dc} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2024.06.17 21:20:45.958278 [ 3 ] {91f25a5b-9158-473b-a9c0-3d5bfa9aa0dc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.17 21:20:45.959285 [ 3 ] {91f25a5b-9158-473b-a9c0-3d5bfa9aa0dc} executeQuery: Read 4 rows, 189.00 B in 0.001826 sec., 2190.580503833516 rows/sec., 101.08 KiB/sec. 2024.06.17 21:20:45.959540 [ 3 ] {91f25a5b-9158-473b-a9c0-3d5bfa9aa0dc} DynamicQueryHandler: Done processing query 2024.06.17 21:20:45.959565 [ 3 ] {91f25a5b-9158-473b-a9c0-3d5bfa9aa0dc} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.17 21:20:45.959582 [ 3 ] {} HTTP-Session: fd8baeb2-cf84-4149-9aac-4785c2b10e3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.959789 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:45.959837 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:45.959856 [ 3 ] {} HTTP-Session: e3b5e861-d226-413e-935d-0118ad26c704 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:45.959874 [ 3 ] {} HTTP-Session: e3b5e861-d226-413e-935d-0118ad26c704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.959888 [ 3 ] {} HTTP-Session: e3b5e861-d226-413e-935d-0118ad26c704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.959919 [ 3 ] {} HTTP-Session: e3b5e861-d226-413e-935d-0118ad26c704 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:45.960045 [ 3 ] {52ed40c3-b253-4e7e-b6b8-b90d0179bc9b} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.17 21:20:45.960283 [ 3 ] {52ed40c3-b253-4e7e-b6b8-b90d0179bc9b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:20:45.960316 [ 3 ] {52ed40c3-b253-4e7e-b6b8-b90d0179bc9b} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.17 21:20:45.960524 [ 3 ] {52ed40c3-b253-4e7e-b6b8-b90d0179bc9b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:20:45.960590 [ 3 ] {52ed40c3-b253-4e7e-b6b8-b90d0179bc9b} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:20:45.960722 [ 3 ] {52ed40c3-b253-4e7e-b6b8-b90d0179bc9b} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2024.06.17 21:20:45.960755 [ 3 ] {52ed40c3-b253-4e7e-b6b8-b90d0179bc9b} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:20:45.960777 [ 3 ] {52ed40c3-b253-4e7e-b6b8-b90d0179bc9b} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (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.06.17 21:20:45.960795 [ 3 ] {52ed40c3-b253-4e7e-b6b8-b90d0179bc9b} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:20:45.960833 [ 3 ] {52ed40c3-b253-4e7e-b6b8-b90d0179bc9b} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.17 21:20:45.960853 [ 3 ] {52ed40c3-b253-4e7e-b6b8-b90d0179bc9b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.17 21:20:45.961664 [ 3 ] {52ed40c3-b253-4e7e-b6b8-b90d0179bc9b} executeQuery: Read 4 rows, 189.00 B in 0.001668 sec., 2398.0815347721823 rows/sec., 110.65 KiB/sec. 2024.06.17 21:20:45.961897 [ 3 ] {52ed40c3-b253-4e7e-b6b8-b90d0179bc9b} DynamicQueryHandler: Done processing query 2024.06.17 21:20:45.961921 [ 3 ] {52ed40c3-b253-4e7e-b6b8-b90d0179bc9b} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.17 21:20:45.961938 [ 3 ] {} HTTP-Session: e3b5e861-d226-413e-935d-0118ad26c704 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.962248 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:45.962297 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:45.962316 [ 3 ] {} HTTP-Session: fd9d9dc7-e9db-47e7-9098-83b48defc2e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:45.962332 [ 3 ] {} HTTP-Session: fd9d9dc7-e9db-47e7-9098-83b48defc2e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.962347 [ 3 ] {} HTTP-Session: fd9d9dc7-e9db-47e7-9098-83b48defc2e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.962378 [ 3 ] {} HTTP-Session: fd9d9dc7-e9db-47e7-9098-83b48defc2e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:45.962490 [ 3 ] {fd04f546-1946-40de-8e17-c42fdba0fd62} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:45.962536 [ 3 ] {fd04f546-1946-40de-8e17-c42fdba0fd62} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:20:45.962701 [ 3 ] {fd04f546-1946-40de-8e17-c42fdba0fd62} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:45.963040 [ 3 ] {fd04f546-1946-40de-8e17-c42fdba0fd62} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:45.963080 [ 3 ] {fd04f546-1946-40de-8e17-c42fdba0fd62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:45.963562 [ 3 ] {fd04f546-1946-40de-8e17-c42fdba0fd62} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.17 21:20:45.963872 [ 3 ] {fd04f546-1946-40de-8e17-c42fdba0fd62} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:45.964037 [ 3 ] {fd04f546-1946-40de-8e17-c42fdba0fd62} executeQuery: Read 4 rows, 521.00 B in 0.001574 sec., 2541.296060991105 rows/sec., 323.25 KiB/sec. 2024.06.17 21:20:45.964300 [ 3 ] {fd04f546-1946-40de-8e17-c42fdba0fd62} DynamicQueryHandler: Done processing query 2024.06.17 21:20:45.964324 [ 3 ] {fd04f546-1946-40de-8e17-c42fdba0fd62} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:20:45.964340 [ 3 ] {} HTTP-Session: fd9d9dc7-e9db-47e7-9098-83b48defc2e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.964449 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:45.964498 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:45.964516 [ 3 ] {} HTTP-Session: f8730389-ac05-4f6a-8a66-ed70ee768815 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:45.964533 [ 3 ] {} HTTP-Session: f8730389-ac05-4f6a-8a66-ed70ee768815 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.964547 [ 3 ] {} HTTP-Session: f8730389-ac05-4f6a-8a66-ed70ee768815 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.964578 [ 3 ] {} HTTP-Session: f8730389-ac05-4f6a-8a66-ed70ee768815 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:45.964680 [ 3 ] {db929de7-db93-44b7-b13c-e45f049bfadc} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:45.964724 [ 3 ] {db929de7-db93-44b7-b13c-e45f049bfadc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:20:45.964864 [ 3 ] {db929de7-db93-44b7-b13c-e45f049bfadc} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:45.965188 [ 3 ] {db929de7-db93-44b7-b13c-e45f049bfadc} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:45.965225 [ 3 ] {db929de7-db93-44b7-b13c-e45f049bfadc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:45.965542 [ 3 ] {db929de7-db93-44b7-b13c-e45f049bfadc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.17 21:20:45.965855 [ 3 ] {db929de7-db93-44b7-b13c-e45f049bfadc} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:45.965978 [ 3 ] {db929de7-db93-44b7-b13c-e45f049bfadc} executeQuery: Read 16 rows, 1.30 KiB in 0.001328 sec., 12048.192771084337 rows/sec., 976.56 KiB/sec. 2024.06.17 21:20:45.966196 [ 3 ] {db929de7-db93-44b7-b13c-e45f049bfadc} DynamicQueryHandler: Done processing query 2024.06.17 21:20:45.966221 [ 3 ] {db929de7-db93-44b7-b13c-e45f049bfadc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:20:45.966237 [ 3 ] {} HTTP-Session: f8730389-ac05-4f6a-8a66-ed70ee768815 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.966353 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 7830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:45.966401 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:45.966420 [ 3 ] {} HTTP-Session: 9ed12652-ffa1-44d2-9f51-c83bda2777f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:45.966436 [ 3 ] {} HTTP-Session: 9ed12652-ffa1-44d2-9f51-c83bda2777f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.966450 [ 3 ] {} HTTP-Session: 9ed12652-ffa1-44d2-9f51-c83bda2777f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.966480 [ 3 ] {} HTTP-Session: 9ed12652-ffa1-44d2-9f51-c83bda2777f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:45.966590 [ 3 ] {8f21085f-e1c1-4680-bbf3-582ade97fb80} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:45.966634 [ 3 ] {8f21085f-e1c1-4680-bbf3-582ade97fb80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:20:45.966767 [ 3 ] {8f21085f-e1c1-4680-bbf3-582ade97fb80} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:45.967074 [ 3 ] {8f21085f-e1c1-4680-bbf3-582ade97fb80} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:45.967110 [ 3 ] {8f21085f-e1c1-4680-bbf3-582ade97fb80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:45.967413 [ 3 ] {8f21085f-e1c1-4680-bbf3-582ade97fb80} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.17 21:20:45.967704 [ 3 ] {8f21085f-e1c1-4680-bbf3-582ade97fb80} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:45.967852 [ 3 ] {8f21085f-e1c1-4680-bbf3-582ade97fb80} executeQuery: Read 52 rows, 4.62 KiB in 0.001291 sec., 40278.853601859024 rows/sec., 3.49 MiB/sec. 2024.06.17 21:20:45.968123 [ 3 ] {8f21085f-e1c1-4680-bbf3-582ade97fb80} DynamicQueryHandler: Done processing query 2024.06.17 21:20:45.968147 [ 3 ] {8f21085f-e1c1-4680-bbf3-582ade97fb80} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.17 21:20:45.968163 [ 3 ] {} HTTP-Session: 9ed12652-ffa1-44d2-9f51-c83bda2777f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.968281 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 4127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:45.968330 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:45.968349 [ 3 ] {} HTTP-Session: b42d003c-7b73-4b56-a9a0-36ae047deb9e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:45.968365 [ 3 ] {} HTTP-Session: b42d003c-7b73-4b56-a9a0-36ae047deb9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.968379 [ 3 ] {} HTTP-Session: b42d003c-7b73-4b56-a9a0-36ae047deb9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.968408 [ 3 ] {} HTTP-Session: b42d003c-7b73-4b56-a9a0-36ae047deb9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:45.968514 [ 3 ] {167efda6-9fbe-43f7-b0af-f6803677c438} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:45.968557 [ 3 ] {167efda6-9fbe-43f7-b0af-f6803677c438} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:20:45.968696 [ 3 ] {167efda6-9fbe-43f7-b0af-f6803677c438} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:45.968988 [ 3 ] {167efda6-9fbe-43f7-b0af-f6803677c438} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:45.969023 [ 3 ] {167efda6-9fbe-43f7-b0af-f6803677c438} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:45.969323 [ 3 ] {167efda6-9fbe-43f7-b0af-f6803677c438} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.17 21:20:45.969614 [ 3 ] {167efda6-9fbe-43f7-b0af-f6803677c438} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:45.969776 [ 3 ] {167efda6-9fbe-43f7-b0af-f6803677c438} executeQuery: Read 24 rows, 1.92 KiB in 0.001276 sec., 18808.777429467085 rows/sec., 1.47 MiB/sec. 2024.06.17 21:20:45.970031 [ 3 ] {167efda6-9fbe-43f7-b0af-f6803677c438} DynamicQueryHandler: Done processing query 2024.06.17 21:20:45.970056 [ 3 ] {167efda6-9fbe-43f7-b0af-f6803677c438} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:20:45.970072 [ 3 ] {} HTTP-Session: b42d003c-7b73-4b56-a9a0-36ae047deb9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.970169 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:45.970217 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:45.970235 [ 3 ] {} HTTP-Session: 138e691b-b795-476c-996c-b5dfb02d5d25 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:45.970251 [ 3 ] {} HTTP-Session: 138e691b-b795-476c-996c-b5dfb02d5d25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.970266 [ 3 ] {} HTTP-Session: 138e691b-b795-476c-996c-b5dfb02d5d25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.970297 [ 3 ] {} HTTP-Session: 138e691b-b795-476c-996c-b5dfb02d5d25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:45.970392 [ 3 ] {ad6ba427-23d8-406f-b772-adccc9ba63ff} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:45.970439 [ 3 ] {ad6ba427-23d8-406f-b772-adccc9ba63ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:20:45.970595 [ 3 ] {ad6ba427-23d8-406f-b772-adccc9ba63ff} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:45.970875 [ 3 ] {ad6ba427-23d8-406f-b772-adccc9ba63ff} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:45.970911 [ 3 ] {ad6ba427-23d8-406f-b772-adccc9ba63ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:45.971270 [ 3 ] {ad6ba427-23d8-406f-b772-adccc9ba63ff} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.17 21:20:45.971592 [ 3 ] {ad6ba427-23d8-406f-b772-adccc9ba63ff} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:45.971761 [ 3 ] {ad6ba427-23d8-406f-b772-adccc9ba63ff} executeQuery: Read 4 rows, 312.00 B in 0.001378 sec., 2902.7576197387516 rows/sec., 221.11 KiB/sec. 2024.06.17 21:20:45.972047 [ 3 ] {ad6ba427-23d8-406f-b772-adccc9ba63ff} DynamicQueryHandler: Done processing query 2024.06.17 21:20:45.972072 [ 3 ] {ad6ba427-23d8-406f-b772-adccc9ba63ff} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:20:45.972088 [ 3 ] {} HTTP-Session: 138e691b-b795-476c-996c-b5dfb02d5d25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.972241 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:45.972289 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:45.972308 [ 3 ] {} HTTP-Session: 51fd51b0-3f83-45f3-9706-af314a7cce9d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:45.972324 [ 3 ] {} HTTP-Session: 51fd51b0-3f83-45f3-9706-af314a7cce9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.972338 [ 3 ] {} HTTP-Session: 51fd51b0-3f83-45f3-9706-af314a7cce9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.972369 [ 3 ] {} HTTP-Session: 51fd51b0-3f83-45f3-9706-af314a7cce9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:45.972543 [ 3 ] {b83c8390-6944-416a-a65e-e6e209fbfb8f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:45.972590 [ 3 ] {b83c8390-6944-416a-a65e-e6e209fbfb8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:20:45.972763 [ 3 ] {b83c8390-6944-416a-a65e-e6e209fbfb8f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:45.973168 [ 3 ] {b83c8390-6944-416a-a65e-e6e209fbfb8f} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:45.973203 [ 3 ] {b83c8390-6944-416a-a65e-e6e209fbfb8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:45.973655 [ 3 ] {b83c8390-6944-416a-a65e-e6e209fbfb8f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.17 21:20:45.973996 [ 3 ] {b83c8390-6944-416a-a65e-e6e209fbfb8f} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:45.974158 [ 3 ] {b83c8390-6944-416a-a65e-e6e209fbfb8f} executeQuery: Read 16 rows, 22.11 KiB in 0.001708 sec., 9367.681498829039 rows/sec., 12.64 MiB/sec. 2024.06.17 21:20:45.974446 [ 3 ] {b83c8390-6944-416a-a65e-e6e209fbfb8f} DynamicQueryHandler: Done processing query 2024.06.17 21:20:45.974471 [ 3 ] {b83c8390-6944-416a-a65e-e6e209fbfb8f} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:20:45.974487 [ 3 ] {} HTTP-Session: 51fd51b0-3f83-45f3-9706-af314a7cce9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.974586 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:45.974633 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:45.974652 [ 3 ] {} HTTP-Session: f895cc05-c46b-4b15-8cc2-e5d5c4b5a7cc Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:45.974667 [ 3 ] {} HTTP-Session: f895cc05-c46b-4b15-8cc2-e5d5c4b5a7cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.974682 [ 3 ] {} HTTP-Session: f895cc05-c46b-4b15-8cc2-e5d5c4b5a7cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:45.974712 [ 3 ] {} HTTP-Session: f895cc05-c46b-4b15-8cc2-e5d5c4b5a7cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:45.974807 [ 3 ] {72eda03a-e77b-4a94-9bfd-163dd7c23df5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:45.974850 [ 3 ] {72eda03a-e77b-4a94-9bfd-163dd7c23df5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:20:45.974991 [ 3 ] {72eda03a-e77b-4a94-9bfd-163dd7c23df5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:45.975246 [ 3 ] {72eda03a-e77b-4a94-9bfd-163dd7c23df5} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:45.975283 [ 3 ] {72eda03a-e77b-4a94-9bfd-163dd7c23df5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:45.975624 [ 3 ] {72eda03a-e77b-4a94-9bfd-163dd7c23df5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.17 21:20:45.975934 [ 3 ] {72eda03a-e77b-4a94-9bfd-163dd7c23df5} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:45.976082 [ 3 ] {72eda03a-e77b-4a94-9bfd-163dd7c23df5} executeQuery: Read 4 rows, 258.00 B in 0.001298 sec., 3081.6640986132516 rows/sec., 194.11 KiB/sec. 2024.06.17 21:20:45.976246 [ 3 ] {72eda03a-e77b-4a94-9bfd-163dd7c23df5} DynamicQueryHandler: Done processing query 2024.06.17 21:20:45.976271 [ 3 ] {72eda03a-e77b-4a94-9bfd-163dd7c23df5} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:20:45.976288 [ 3 ] {} HTTP-Session: f895cc05-c46b-4b15-8cc2-e5d5c4b5a7cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:50.939983 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:50.940186 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:50.940233 [ 3 ] {} HTTP-Session: 0414512c-5dfc-4275-a8f1-b2db6936f5d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:50.940278 [ 3 ] {} HTTP-Session: 0414512c-5dfc-4275-a8f1-b2db6936f5d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:50.940307 [ 3 ] {} HTTP-Session: 0414512c-5dfc-4275-a8f1-b2db6936f5d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:50.940392 [ 3 ] {} HTTP-Session: 0414512c-5dfc-4275-a8f1-b2db6936f5d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:50.940651 [ 3 ] {c6c2ca37-000b-4d85-b904-22ff93112a73} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:50.940722 [ 3 ] {c6c2ca37-000b-4d85-b904-22ff93112a73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:20:50.940918 [ 3 ] {c6c2ca37-000b-4d85-b904-22ff93112a73} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:50.941405 [ 3 ] {c6c2ca37-000b-4d85-b904-22ff93112a73} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:50.941453 [ 3 ] {c6c2ca37-000b-4d85-b904-22ff93112a73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:50.941834 [ 3 ] {c6c2ca37-000b-4d85-b904-22ff93112a73} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.17 21:20:50.942165 [ 3 ] {c6c2ca37-000b-4d85-b904-22ff93112a73} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:50.942343 [ 3 ] {c6c2ca37-000b-4d85-b904-22ff93112a73} executeQuery: Read 4 rows, 345.00 B in 0.001737 sec., 2302.8209556706965 rows/sec., 193.96 KiB/sec. 2024.06.17 21:20:50.942562 [ 3 ] {c6c2ca37-000b-4d85-b904-22ff93112a73} DynamicQueryHandler: Done processing query 2024.06.17 21:20:50.942590 [ 3 ] {c6c2ca37-000b-4d85-b904-22ff93112a73} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:20:50.942606 [ 3 ] {} HTTP-Session: 0414512c-5dfc-4275-a8f1-b2db6936f5d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:50.942738 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:50.942793 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:50.942813 [ 3 ] {} HTTP-Session: 9a2aab8d-ce19-4e4e-9ab8-0504f33fe411 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:50.942831 [ 3 ] {} HTTP-Session: 9a2aab8d-ce19-4e4e-9ab8-0504f33fe411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:50.942846 [ 3 ] {} HTTP-Session: 9a2aab8d-ce19-4e4e-9ab8-0504f33fe411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:50.942882 [ 3 ] {} HTTP-Session: 9a2aab8d-ce19-4e4e-9ab8-0504f33fe411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:50.942990 [ 3 ] {9c8c56e6-49af-4dba-9429-bcda4febd7bb} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:50.943039 [ 3 ] {9c8c56e6-49af-4dba-9429-bcda4febd7bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:20:50.943170 [ 3 ] {9c8c56e6-49af-4dba-9429-bcda4febd7bb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:50.943479 [ 3 ] {9c8c56e6-49af-4dba-9429-bcda4febd7bb} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:50.943519 [ 3 ] {9c8c56e6-49af-4dba-9429-bcda4febd7bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:50.943835 [ 3 ] {9c8c56e6-49af-4dba-9429-bcda4febd7bb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.17 21:20:50.944138 [ 3 ] {9c8c56e6-49af-4dba-9429-bcda4febd7bb} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:50.944294 [ 3 ] {9c8c56e6-49af-4dba-9429-bcda4febd7bb} executeQuery: Read 8 rows, 658.00 B in 0.001333 sec., 6001.500375093773 rows/sec., 482.05 KiB/sec. 2024.06.17 21:20:50.944580 [ 3 ] {9c8c56e6-49af-4dba-9429-bcda4febd7bb} DynamicQueryHandler: Done processing query 2024.06.17 21:20:50.944606 [ 3 ] {9c8c56e6-49af-4dba-9429-bcda4febd7bb} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:20:50.944623 [ 3 ] {} HTTP-Session: 9a2aab8d-ce19-4e4e-9ab8-0504f33fe411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:50.944744 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:50.944794 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:50.944814 [ 3 ] {} HTTP-Session: 5d00844a-2a97-4c28-adf6-91baf6b2d637 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:50.944830 [ 3 ] {} HTTP-Session: 5d00844a-2a97-4c28-adf6-91baf6b2d637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:50.944845 [ 3 ] {} HTTP-Session: 5d00844a-2a97-4c28-adf6-91baf6b2d637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:50.944878 [ 3 ] {} HTTP-Session: 5d00844a-2a97-4c28-adf6-91baf6b2d637 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:50.944980 [ 3 ] {f4110e12-cc59-4396-b2a3-176ec7030a6a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:50.945030 [ 3 ] {f4110e12-cc59-4396-b2a3-176ec7030a6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:20:50.945195 [ 3 ] {f4110e12-cc59-4396-b2a3-176ec7030a6a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:50.945510 [ 3 ] {f4110e12-cc59-4396-b2a3-176ec7030a6a} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:50.945547 [ 3 ] {f4110e12-cc59-4396-b2a3-176ec7030a6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:50.945925 [ 3 ] {f4110e12-cc59-4396-b2a3-176ec7030a6a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.17 21:20:50.946292 [ 3 ] {f4110e12-cc59-4396-b2a3-176ec7030a6a} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:50.946473 [ 3 ] {f4110e12-cc59-4396-b2a3-176ec7030a6a} executeQuery: Read 10 rows, 780.00 B in 0.001513 sec., 6609.385327164574 rows/sec., 503.45 KiB/sec. 2024.06.17 21:20:50.946765 [ 3 ] {f4110e12-cc59-4396-b2a3-176ec7030a6a} DynamicQueryHandler: Done processing query 2024.06.17 21:20:50.946790 [ 3 ] {f4110e12-cc59-4396-b2a3-176ec7030a6a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:20:50.946807 [ 3 ] {} HTTP-Session: 5d00844a-2a97-4c28-adf6-91baf6b2d637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:50.946916 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:50.946966 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:50.946986 [ 3 ] {} HTTP-Session: 78849a67-1b95-4e8b-b26e-492456f53f26 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:50.947003 [ 3 ] {} HTTP-Session: 78849a67-1b95-4e8b-b26e-492456f53f26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:50.947017 [ 3 ] {} HTTP-Session: 78849a67-1b95-4e8b-b26e-492456f53f26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:50.947049 [ 3 ] {} HTTP-Session: 78849a67-1b95-4e8b-b26e-492456f53f26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:50.947150 [ 3 ] {935edf3f-e92d-43d2-ac17-33b4214cfc9d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:50.947195 [ 3 ] {935edf3f-e92d-43d2-ac17-33b4214cfc9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:20:50.947340 [ 3 ] {935edf3f-e92d-43d2-ac17-33b4214cfc9d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:50.947598 [ 3 ] {935edf3f-e92d-43d2-ac17-33b4214cfc9d} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:50.947635 [ 3 ] {935edf3f-e92d-43d2-ac17-33b4214cfc9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:50.947992 [ 3 ] {935edf3f-e92d-43d2-ac17-33b4214cfc9d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.17 21:20:50.948331 [ 3 ] {935edf3f-e92d-43d2-ac17-33b4214cfc9d} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:50.948479 [ 3 ] {935edf3f-e92d-43d2-ac17-33b4214cfc9d} executeQuery: Read 10 rows, 645.00 B in 0.001357 sec., 7369.196757553427 rows/sec., 464.17 KiB/sec. 2024.06.17 21:20:50.948649 [ 3 ] {935edf3f-e92d-43d2-ac17-33b4214cfc9d} DynamicQueryHandler: Done processing query 2024.06.17 21:20:50.948674 [ 3 ] {935edf3f-e92d-43d2-ac17-33b4214cfc9d} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:20:50.948690 [ 3 ] {} HTTP-Session: 78849a67-1b95-4e8b-b26e-492456f53f26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.941182 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:55.941389 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:55.941436 [ 3 ] {} HTTP-Session: 36fe8a3c-08af-413d-81b6-ff2c9f890919 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:55.941476 [ 3 ] {} HTTP-Session: 36fe8a3c-08af-413d-81b6-ff2c9f890919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.941506 [ 3 ] {} HTTP-Session: 36fe8a3c-08af-413d-81b6-ff2c9f890919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.941588 [ 3 ] {} HTTP-Session: 36fe8a3c-08af-413d-81b6-ff2c9f890919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:55.941835 [ 3 ] {07ba621f-8c22-4c1e-9f2a-79964f77d4c3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:55.941906 [ 3 ] {07ba621f-8c22-4c1e-9f2a-79964f77d4c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:20:55.942100 [ 3 ] {07ba621f-8c22-4c1e-9f2a-79964f77d4c3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:55.942538 [ 3 ] {07ba621f-8c22-4c1e-9f2a-79964f77d4c3} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:55.942585 [ 3 ] {07ba621f-8c22-4c1e-9f2a-79964f77d4c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:55.942995 [ 3 ] {07ba621f-8c22-4c1e-9f2a-79964f77d4c3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.17 21:20:55.943352 [ 3 ] {07ba621f-8c22-4c1e-9f2a-79964f77d4c3} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:55.943520 [ 3 ] {07ba621f-8c22-4c1e-9f2a-79964f77d4c3} executeQuery: Read 16 rows, 1.30 KiB in 0.001743 sec., 9179.575444635686 rows/sec., 744.05 KiB/sec. 2024.06.17 21:20:55.943767 [ 3 ] {07ba621f-8c22-4c1e-9f2a-79964f77d4c3} DynamicQueryHandler: Done processing query 2024.06.17 21:20:55.943796 [ 3 ] {07ba621f-8c22-4c1e-9f2a-79964f77d4c3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:20:55.943813 [ 3 ] {} HTTP-Session: 36fe8a3c-08af-413d-81b6-ff2c9f890919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.943944 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 7830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:55.944001 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:55.944021 [ 3 ] {} HTTP-Session: 73cdba1b-d980-4c77-8524-83589c284f93 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:55.944040 [ 3 ] {} HTTP-Session: 73cdba1b-d980-4c77-8524-83589c284f93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.944054 [ 3 ] {} HTTP-Session: 73cdba1b-d980-4c77-8524-83589c284f93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.944091 [ 3 ] {} HTTP-Session: 73cdba1b-d980-4c77-8524-83589c284f93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:55.944213 [ 3 ] {9c9c7ae4-c972-4bac-9bc9-501bc1024c6b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:55.944261 [ 3 ] {9c9c7ae4-c972-4bac-9bc9-501bc1024c6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:20:55.944394 [ 3 ] {9c9c7ae4-c972-4bac-9bc9-501bc1024c6b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:55.944709 [ 3 ] {9c9c7ae4-c972-4bac-9bc9-501bc1024c6b} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:55.944747 [ 3 ] {9c9c7ae4-c972-4bac-9bc9-501bc1024c6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:55.945121 [ 3 ] {9c9c7ae4-c972-4bac-9bc9-501bc1024c6b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.17 21:20:55.945446 [ 3 ] {9c9c7ae4-c972-4bac-9bc9-501bc1024c6b} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:55.945615 [ 3 ] {9c9c7ae4-c972-4bac-9bc9-501bc1024c6b} executeQuery: Read 52 rows, 4.62 KiB in 0.001433 sec., 36287.508722958824 rows/sec., 3.15 MiB/sec. 2024.06.17 21:20:55.945912 [ 3 ] {9c9c7ae4-c972-4bac-9bc9-501bc1024c6b} DynamicQueryHandler: Done processing query 2024.06.17 21:20:55.945938 [ 3 ] {9c9c7ae4-c972-4bac-9bc9-501bc1024c6b} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.17 21:20:55.945955 [ 3 ] {} HTTP-Session: 73cdba1b-d980-4c77-8524-83589c284f93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.946100 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 4127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:55.946152 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:55.946172 [ 3 ] {} HTTP-Session: 8054a687-3b2f-46d5-862f-5c2b0cc51cfd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:55.946189 [ 3 ] {} HTTP-Session: 8054a687-3b2f-46d5-862f-5c2b0cc51cfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.946203 [ 3 ] {} HTTP-Session: 8054a687-3b2f-46d5-862f-5c2b0cc51cfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.946235 [ 3 ] {} HTTP-Session: 8054a687-3b2f-46d5-862f-5c2b0cc51cfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:55.946347 [ 3 ] {eb26db8c-ae56-4895-97ca-e0b92e2f39c9} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:55.946395 [ 3 ] {eb26db8c-ae56-4895-97ca-e0b92e2f39c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:20:55.946540 [ 3 ] {eb26db8c-ae56-4895-97ca-e0b92e2f39c9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:55.946833 [ 3 ] {eb26db8c-ae56-4895-97ca-e0b92e2f39c9} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:55.946870 [ 3 ] {eb26db8c-ae56-4895-97ca-e0b92e2f39c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:55.947195 [ 3 ] {eb26db8c-ae56-4895-97ca-e0b92e2f39c9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.17 21:20:55.947517 [ 3 ] {eb26db8c-ae56-4895-97ca-e0b92e2f39c9} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:55.947683 [ 3 ] {eb26db8c-ae56-4895-97ca-e0b92e2f39c9} executeQuery: Read 24 rows, 1.92 KiB in 0.001369 sec., 17531.044558071586 rows/sec., 1.37 MiB/sec. 2024.06.17 21:20:55.947859 [ 3 ] {eb26db8c-ae56-4895-97ca-e0b92e2f39c9} DynamicQueryHandler: Done processing query 2024.06.17 21:20:55.947884 [ 3 ] {eb26db8c-ae56-4895-97ca-e0b92e2f39c9} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:20:55.947900 [ 3 ] {} HTTP-Session: 8054a687-3b2f-46d5-862f-5c2b0cc51cfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.948015 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:55.948065 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:55.948083 [ 3 ] {} HTTP-Session: 8228c1c9-778f-42aa-ab98-3410447f63fd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:55.948101 [ 3 ] {} HTTP-Session: 8228c1c9-778f-42aa-ab98-3410447f63fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.948115 [ 3 ] {} HTTP-Session: 8228c1c9-778f-42aa-ab98-3410447f63fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.948146 [ 3 ] {} HTTP-Session: 8228c1c9-778f-42aa-ab98-3410447f63fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:55.948247 [ 3 ] {e600e390-ffa1-4120-85f5-bf8fd2e9a316} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:55.948296 [ 3 ] {e600e390-ffa1-4120-85f5-bf8fd2e9a316} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:20:55.948444 [ 3 ] {e600e390-ffa1-4120-85f5-bf8fd2e9a316} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:55.948718 [ 3 ] {e600e390-ffa1-4120-85f5-bf8fd2e9a316} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:55.948755 [ 3 ] {e600e390-ffa1-4120-85f5-bf8fd2e9a316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:55.949135 [ 3 ] {e600e390-ffa1-4120-85f5-bf8fd2e9a316} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.17 21:20:55.949480 [ 3 ] {e600e390-ffa1-4120-85f5-bf8fd2e9a316} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:55.949644 [ 3 ] {e600e390-ffa1-4120-85f5-bf8fd2e9a316} executeQuery: Read 10 rows, 780.00 B in 0.001424 sec., 7022.47191011236 rows/sec., 534.91 KiB/sec. 2024.06.17 21:20:55.949821 [ 3 ] {e600e390-ffa1-4120-85f5-bf8fd2e9a316} DynamicQueryHandler: Done processing query 2024.06.17 21:20:55.949845 [ 3 ] {e600e390-ffa1-4120-85f5-bf8fd2e9a316} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:20:55.949862 [ 3 ] {} HTTP-Session: 8228c1c9-778f-42aa-ab98-3410447f63fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.950039 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:55.950089 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:55.950109 [ 3 ] {} HTTP-Session: 15c866a7-5566-4612-b3ba-c80c694c4545 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:55.950125 [ 3 ] {} HTTP-Session: 15c866a7-5566-4612-b3ba-c80c694c4545 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.950139 [ 3 ] {} HTTP-Session: 15c866a7-5566-4612-b3ba-c80c694c4545 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.950170 [ 3 ] {} HTTP-Session: 15c866a7-5566-4612-b3ba-c80c694c4545 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:55.950571 [ 3 ] {ac681f6e-ffdc-41dc-b76d-b90a69ffbd0e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:55.950621 [ 3 ] {ac681f6e-ffdc-41dc-b76d-b90a69ffbd0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:20:55.950783 [ 3 ] {ac681f6e-ffdc-41dc-b76d-b90a69ffbd0e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:55.951172 [ 3 ] {ac681f6e-ffdc-41dc-b76d-b90a69ffbd0e} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:55.951208 [ 3 ] {ac681f6e-ffdc-41dc-b76d-b90a69ffbd0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:55.951616 [ 3 ] {ac681f6e-ffdc-41dc-b76d-b90a69ffbd0e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.17 21:20:55.951950 [ 3 ] {ac681f6e-ffdc-41dc-b76d-b90a69ffbd0e} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:55.952122 [ 3 ] {ac681f6e-ffdc-41dc-b76d-b90a69ffbd0e} executeQuery: Read 16 rows, 22.11 KiB in 0.001845 sec., 8672.086720867208 rows/sec., 11.70 MiB/sec. 2024.06.17 21:20:55.952298 [ 3 ] {ac681f6e-ffdc-41dc-b76d-b90a69ffbd0e} DynamicQueryHandler: Done processing query 2024.06.17 21:20:55.952322 [ 3 ] {ac681f6e-ffdc-41dc-b76d-b90a69ffbd0e} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:20:55.952337 [ 3 ] {} HTTP-Session: 15c866a7-5566-4612-b3ba-c80c694c4545 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.952448 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:20:55.952495 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:20:55.952514 [ 3 ] {} HTTP-Session: 239cd528-c549-4b84-a752-fd2e766afba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:20:55.952530 [ 3 ] {} HTTP-Session: 239cd528-c549-4b84-a752-fd2e766afba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.952544 [ 3 ] {} HTTP-Session: 239cd528-c549-4b84-a752-fd2e766afba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:20:55.952573 [ 3 ] {} HTTP-Session: 239cd528-c549-4b84-a752-fd2e766afba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:20:55.952672 [ 3 ] {f74e50a7-d4b0-4498-9dde-0fceec0cc2fe} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:20:55.952718 [ 3 ] {f74e50a7-d4b0-4498-9dde-0fceec0cc2fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:20:55.952841 [ 3 ] {f74e50a7-d4b0-4498-9dde-0fceec0cc2fe} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:20:55.953169 [ 3 ] {f74e50a7-d4b0-4498-9dde-0fceec0cc2fe} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:20:55.953204 [ 3 ] {f74e50a7-d4b0-4498-9dde-0fceec0cc2fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:20:55.953547 [ 3 ] {f74e50a7-d4b0-4498-9dde-0fceec0cc2fe} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.17 21:20:55.953857 [ 3 ] {f74e50a7-d4b0-4498-9dde-0fceec0cc2fe} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:20:55.953987 [ 3 ] {f74e50a7-d4b0-4498-9dde-0fceec0cc2fe} executeQuery: Read 10 rows, 645.00 B in 0.001341 sec., 7457.121551081283 rows/sec., 469.71 KiB/sec. 2024.06.17 21:20:55.954167 [ 3 ] {f74e50a7-d4b0-4498-9dde-0fceec0cc2fe} DynamicQueryHandler: Done processing query 2024.06.17 21:20:55.954192 [ 3 ] {f74e50a7-d4b0-4498-9dde-0fceec0cc2fe} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:20:55.954207 [ 3 ] {} HTTP-Session: 239cd528-c549-4b84-a752-fd2e766afba1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:00.175160 [ 75 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:21:00.175239 [ 75 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:21:00.938963 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:00.939095 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:00.939125 [ 3 ] {} HTTP-Session: fac9d5d5-319f-4b2e-b254-c735a63d340b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:00.939154 [ 3 ] {} HTTP-Session: fac9d5d5-319f-4b2e-b254-c735a63d340b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:00.939174 [ 3 ] {} HTTP-Session: fac9d5d5-319f-4b2e-b254-c735a63d340b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:00.939232 [ 3 ] {} HTTP-Session: fac9d5d5-319f-4b2e-b254-c735a63d340b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:00.939446 [ 3 ] {8aa1fccb-cf31-4b0d-882b-fb0919bcc6d7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:00.939524 [ 3 ] {8aa1fccb-cf31-4b0d-882b-fb0919bcc6d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:21:00.939748 [ 3 ] {8aa1fccb-cf31-4b0d-882b-fb0919bcc6d7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:00.940170 [ 3 ] {8aa1fccb-cf31-4b0d-882b-fb0919bcc6d7} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:00.940218 [ 3 ] {8aa1fccb-cf31-4b0d-882b-fb0919bcc6d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:21:00.940613 [ 3 ] {8aa1fccb-cf31-4b0d-882b-fb0919bcc6d7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.17 21:21:00.940950 [ 3 ] {8aa1fccb-cf31-4b0d-882b-fb0919bcc6d7} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:00.941129 [ 3 ] {8aa1fccb-cf31-4b0d-882b-fb0919bcc6d7} executeQuery: Read 4 rows, 345.00 B in 0.001737 sec., 2302.8209556706965 rows/sec., 193.96 KiB/sec. 2024.06.17 21:21:00.941129 [ 74 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.06.17 21:21:00.941253 [ 74 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:00.941309 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:21:00.941470 [ 3 ] {8aa1fccb-cf31-4b0d-882b-fb0919bcc6d7} DynamicQueryHandler: Done processing query 2024.06.17 21:21:00.941605 [ 3 ] {8aa1fccb-cf31-4b0d-882b-fb0919bcc6d7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:00.941702 [ 3 ] {} HTTP-Session: fac9d5d5-319f-4b2e-b254-c735a63d340b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:00.941823 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:00.941882 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:00.941903 [ 3 ] {} HTTP-Session: 99610922-eb7f-46ad-a36b-593ef23275f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:00.941921 [ 3 ] {} HTTP-Session: 99610922-eb7f-46ad-a36b-593ef23275f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:00.941937 [ 3 ] {} HTTP-Session: 99610922-eb7f-46ad-a36b-593ef23275f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:00.941974 [ 3 ] {} HTTP-Session: 99610922-eb7f-46ad-a36b-593ef23275f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:00.942087 [ 3 ] {dae1bb4e-1ca4-4802-9586-a8f6b3f84190} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:00.942138 [ 3 ] {dae1bb4e-1ca4-4802-9586-a8f6b3f84190} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:21:00.942282 [ 3 ] {dae1bb4e-1ca4-4802-9586-a8f6b3f84190} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:00.942609 [ 3 ] {dae1bb4e-1ca4-4802-9586-a8f6b3f84190} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:00.942647 [ 3 ] {dae1bb4e-1ca4-4802-9586-a8f6b3f84190} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:00.942981 [ 3 ] {dae1bb4e-1ca4-4802-9586-a8f6b3f84190} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.17 21:21:00.943285 [ 3 ] {dae1bb4e-1ca4-4802-9586-a8f6b3f84190} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:00.943445 [ 74 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.06.17 21:21:00.943456 [ 3 ] {dae1bb4e-1ca4-4802-9586-a8f6b3f84190} executeQuery: Read 8 rows, 658.00 B in 0.001394 sec., 5738.880918220947 rows/sec., 460.96 KiB/sec. 2024.06.17 21:21:00.943501 [ 74 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:00.943581 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:00.943807 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:21:00.943987 [ 197 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:21:00.944013 [ 3 ] {dae1bb4e-1ca4-4802-9586-a8f6b3f84190} DynamicQueryHandler: Done processing query 2024.06.17 21:21:00.944149 [ 3 ] {dae1bb4e-1ca4-4802-9586-a8f6b3f84190} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:00.944235 [ 3 ] {} HTTP-Session: 99610922-eb7f-46ad-a36b-593ef23275f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:00.944419 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:21:00.944496 [ 197 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:21:00.944513 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:00.944578 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:00.944622 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 45 rows starting from the beginning of the part 2024.06.17 21:21:00.944639 [ 3 ] {} HTTP-Session: e57a8e81-5054-4fae-9a6d-4e7f0b6e892f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:00.944627 [ 197 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part 2024.06.17 21:21:00.944695 [ 3 ] {} HTTP-Session: e57a8e81-5054-4fae-9a6d-4e7f0b6e892f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:00.945092 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 45 rows starting from the beginning of the part 2024.06.17 21:21:00.945142 [ 197 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part 2024.06.17 21:21:00.945607 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part 2024.06.17 21:21:00.945639 [ 197 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:21:00.945751 [ 3 ] {} HTTP-Session: e57a8e81-5054-4fae-9a6d-4e7f0b6e892f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:00.946123 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:21:00.946134 [ 197 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2024.06.17 21:21:00.946691 [ 197 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:21:00.946699 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part 2024.06.17 21:21:00.946726 [ 3 ] {} HTTP-Session: e57a8e81-5054-4fae-9a6d-4e7f0b6e892f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:00.947141 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2024.06.17 21:21:00.947165 [ 197 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:21:00.948053 [ 3 ] {ef730848-185e-40da-b984-905d42b66778} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:00.948145 [ 3 ] {ef730848-185e-40da-b984-905d42b66778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:21:00.949754 [ 3 ] {ef730848-185e-40da-b984-905d42b66778} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:00.951995 [ 3 ] {ef730848-185e-40da-b984-905d42b66778} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:00.952109 [ 3 ] {ef730848-185e-40da-b984-905d42b66778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:00.952875 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 4 columns (4 merged, 0 gathered) in 0.011432245 sec., 17669.320417818195 rows/sec., 1.53 MiB/sec. 2024.06.17 21:21:00.952990 [ 197 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 101 rows, containing 4 columns (4 merged, 0 gathered) in 0.009291754 sec., 10869.852990081314 rows/sec., 872.54 KiB/sec. 2024.06.17 21:21:00.953254 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.06.17 21:21:00.953419 [ 197 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.06.17 21:21:00.953955 [ 3 ] {ef730848-185e-40da-b984-905d42b66778} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.17 21:21:00.954774 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_6_1} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:00.955096 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_6_1} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.06.17 21:21:00.955325 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.06.17 21:21:00.955391 [ 188 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_6_1} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:00.955399 [ 3 ] {ef730848-185e-40da-b984-905d42b66778} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:00.955489 [ 188 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_6_1} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.06.17 21:21:00.955687 [ 3 ] {ef730848-185e-40da-b984-905d42b66778} executeQuery: Read 10 rows, 780.00 B in 0.007868 sec., 1270.9710218607015 rows/sec., 96.81 KiB/sec. 2024.06.17 21:21:00.955691 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.06.17 21:21:00.955936 [ 3 ] {ef730848-185e-40da-b984-905d42b66778} DynamicQueryHandler: Done processing query 2024.06.17 21:21:00.955964 [ 3 ] {ef730848-185e-40da-b984-905d42b66778} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:00.955981 [ 3 ] {} HTTP-Session: e57a8e81-5054-4fae-9a6d-4e7f0b6e892f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:00.956094 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:00.956146 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:00.956166 [ 3 ] {} HTTP-Session: b4433210-0e4f-477f-b593-f542df20d855 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:00.956184 [ 3 ] {} HTTP-Session: b4433210-0e4f-477f-b593-f542df20d855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:00.956199 [ 3 ] {} HTTP-Session: b4433210-0e4f-477f-b593-f542df20d855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:00.956233 [ 3 ] {} HTTP-Session: b4433210-0e4f-477f-b593-f542df20d855 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:00.956339 [ 3 ] {77a24b17-a14e-4f63-8e56-31fdd771be29} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:00.956387 [ 3 ] {77a24b17-a14e-4f63-8e56-31fdd771be29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:21:00.956530 [ 3 ] {77a24b17-a14e-4f63-8e56-31fdd771be29} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:00.956843 [ 3 ] {77a24b17-a14e-4f63-8e56-31fdd771be29} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:00.956881 [ 3 ] {77a24b17-a14e-4f63-8e56-31fdd771be29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.06.17 21:21:00.957257 [ 3 ] {77a24b17-a14e-4f63-8e56-31fdd771be29} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.17 21:21:00.957597 [ 3 ] {77a24b17-a14e-4f63-8e56-31fdd771be29} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:00.957783 [ 3 ] {77a24b17-a14e-4f63-8e56-31fdd771be29} executeQuery: Read 10 rows, 645.00 B in 0.001465 sec., 6825.938566552902 rows/sec., 429.95 KiB/sec. 2024.06.17 21:21:00.958072 [ 3 ] {77a24b17-a14e-4f63-8e56-31fdd771be29} DynamicQueryHandler: Done processing query 2024.06.17 21:21:00.958097 [ 3 ] {77a24b17-a14e-4f63-8e56-31fdd771be29} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:21:00.958114 [ 3 ] {} HTTP-Session: b4433210-0e4f-477f-b593-f542df20d855 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.940115 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:05.940265 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:05.940296 [ 3 ] {} HTTP-Session: 0e0f47d9-3162-4a7c-9835-70b116e89dc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:05.940325 [ 3 ] {} HTTP-Session: 0e0f47d9-3162-4a7c-9835-70b116e89dc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.940342 [ 3 ] {} HTTP-Session: 0e0f47d9-3162-4a7c-9835-70b116e89dc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.940401 [ 3 ] {} HTTP-Session: 0e0f47d9-3162-4a7c-9835-70b116e89dc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:05.940631 [ 3 ] {1327d523-ab10-40d5-8860-f9501b3e495e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:05.940708 [ 3 ] {1327d523-ab10-40d5-8860-f9501b3e495e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:21:05.940933 [ 3 ] {1327d523-ab10-40d5-8860-f9501b3e495e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:05.941379 [ 3 ] {1327d523-ab10-40d5-8860-f9501b3e495e} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:05.941428 [ 3 ] {1327d523-ab10-40d5-8860-f9501b3e495e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:05.941813 [ 3 ] {1327d523-ab10-40d5-8860-f9501b3e495e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.17 21:21:05.942150 [ 3 ] {1327d523-ab10-40d5-8860-f9501b3e495e} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:05.942318 [ 3 ] {1327d523-ab10-40d5-8860-f9501b3e495e} executeQuery: Read 16 rows, 1.30 KiB in 0.001751 sec., 9137.635636778983 rows/sec., 740.65 KiB/sec. 2024.06.17 21:21:05.942545 [ 3 ] {1327d523-ab10-40d5-8860-f9501b3e495e} DynamicQueryHandler: Done processing query 2024.06.17 21:21:05.942572 [ 3 ] {1327d523-ab10-40d5-8860-f9501b3e495e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:05.942588 [ 3 ] {} HTTP-Session: 0e0f47d9-3162-4a7c-9835-70b116e89dc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.942714 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 7830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:05.942771 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:05.942792 [ 3 ] {} HTTP-Session: 2cd5c98a-b861-48b3-9c30-ff3b8be760dd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:05.942809 [ 3 ] {} HTTP-Session: 2cd5c98a-b861-48b3-9c30-ff3b8be760dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.942824 [ 3 ] {} HTTP-Session: 2cd5c98a-b861-48b3-9c30-ff3b8be760dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.942859 [ 3 ] {} HTTP-Session: 2cd5c98a-b861-48b3-9c30-ff3b8be760dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:05.942979 [ 3 ] {027e5585-9bfb-4466-9907-25a5ee590439} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:05.943025 [ 3 ] {027e5585-9bfb-4466-9907-25a5ee590439} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:21:05.943156 [ 3 ] {027e5585-9bfb-4466-9907-25a5ee590439} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:05.943519 [ 3 ] {027e5585-9bfb-4466-9907-25a5ee590439} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:05.943556 [ 3 ] {027e5585-9bfb-4466-9907-25a5ee590439} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:05.943874 [ 3 ] {027e5585-9bfb-4466-9907-25a5ee590439} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.17 21:21:05.944186 [ 3 ] {027e5585-9bfb-4466-9907-25a5ee590439} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:05.944326 [ 3 ] {027e5585-9bfb-4466-9907-25a5ee590439} executeQuery: Read 52 rows, 4.62 KiB in 0.001382 sec., 37626.628075253255 rows/sec., 3.26 MiB/sec. 2024.06.17 21:21:05.944499 [ 3 ] {027e5585-9bfb-4466-9907-25a5ee590439} DynamicQueryHandler: Done processing query 2024.06.17 21:21:05.944524 [ 3 ] {027e5585-9bfb-4466-9907-25a5ee590439} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.17 21:21:05.944539 [ 3 ] {} HTTP-Session: 2cd5c98a-b861-48b3-9c30-ff3b8be760dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.944656 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 4127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:05.944707 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:05.944727 [ 3 ] {} HTTP-Session: 6c7e0b76-4bc2-45e9-a535-8304f9a1489e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:05.944743 [ 3 ] {} HTTP-Session: 6c7e0b76-4bc2-45e9-a535-8304f9a1489e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.944757 [ 3 ] {} HTTP-Session: 6c7e0b76-4bc2-45e9-a535-8304f9a1489e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.944789 [ 3 ] {} HTTP-Session: 6c7e0b76-4bc2-45e9-a535-8304f9a1489e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:05.944893 [ 3 ] {cc31201b-1e6b-490e-82f7-ea562123a81c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:05.944936 [ 3 ] {cc31201b-1e6b-490e-82f7-ea562123a81c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:21:05.945062 [ 3 ] {cc31201b-1e6b-490e-82f7-ea562123a81c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:05.945365 [ 3 ] {cc31201b-1e6b-490e-82f7-ea562123a81c} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:05.945401 [ 3 ] {cc31201b-1e6b-490e-82f7-ea562123a81c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:05.945713 [ 3 ] {cc31201b-1e6b-490e-82f7-ea562123a81c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.17 21:21:05.946028 [ 3 ] {cc31201b-1e6b-490e-82f7-ea562123a81c} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:05.946179 [ 3 ] {cc31201b-1e6b-490e-82f7-ea562123a81c} executeQuery: Read 24 rows, 1.92 KiB in 0.001313 sec., 18278.75095201828 rows/sec., 1.43 MiB/sec. 2024.06.17 21:21:05.946446 [ 3 ] {cc31201b-1e6b-490e-82f7-ea562123a81c} DynamicQueryHandler: Done processing query 2024.06.17 21:21:05.946472 [ 3 ] {cc31201b-1e6b-490e-82f7-ea562123a81c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:21:05.946488 [ 3 ] {} HTTP-Session: 6c7e0b76-4bc2-45e9-a535-8304f9a1489e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.946600 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:05.946651 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:05.946669 [ 3 ] {} HTTP-Session: e99e32b3-1909-4a0e-b565-c48853faa4ee Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:05.946685 [ 3 ] {} HTTP-Session: e99e32b3-1909-4a0e-b565-c48853faa4ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.946699 [ 3 ] {} HTTP-Session: e99e32b3-1909-4a0e-b565-c48853faa4ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.946731 [ 3 ] {} HTTP-Session: e99e32b3-1909-4a0e-b565-c48853faa4ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:05.946833 [ 3 ] {a02d2b56-0f85-48dc-9877-7ec648f48289} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:05.946881 [ 3 ] {a02d2b56-0f85-48dc-9877-7ec648f48289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:21:05.947045 [ 3 ] {a02d2b56-0f85-48dc-9877-7ec648f48289} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:05.947333 [ 3 ] {a02d2b56-0f85-48dc-9877-7ec648f48289} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:05.947370 [ 3 ] {a02d2b56-0f85-48dc-9877-7ec648f48289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:05.947738 [ 3 ] {a02d2b56-0f85-48dc-9877-7ec648f48289} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.17 21:21:05.948069 [ 3 ] {a02d2b56-0f85-48dc-9877-7ec648f48289} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:05.948230 [ 3 ] {a02d2b56-0f85-48dc-9877-7ec648f48289} executeQuery: Read 10 rows, 780.00 B in 0.001417 sec., 7057.163020465772 rows/sec., 537.56 KiB/sec. 2024.06.17 21:21:05.948402 [ 3 ] {a02d2b56-0f85-48dc-9877-7ec648f48289} DynamicQueryHandler: Done processing query 2024.06.17 21:21:05.948426 [ 3 ] {a02d2b56-0f85-48dc-9877-7ec648f48289} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:05.948442 [ 3 ] {} HTTP-Session: e99e32b3-1909-4a0e-b565-c48853faa4ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.948585 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:05.948635 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:05.948653 [ 3 ] {} HTTP-Session: e1ca5421-88b2-4ed6-a6c2-6cad7327ddf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:05.948669 [ 3 ] {} HTTP-Session: e1ca5421-88b2-4ed6-a6c2-6cad7327ddf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.948683 [ 3 ] {} HTTP-Session: e1ca5421-88b2-4ed6-a6c2-6cad7327ddf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.948714 [ 3 ] {} HTTP-Session: e1ca5421-88b2-4ed6-a6c2-6cad7327ddf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:05.949040 [ 3 ] {4a230b7b-ad4b-4bb8-90c3-4351f1af68ab} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:05.949090 [ 3 ] {4a230b7b-ad4b-4bb8-90c3-4351f1af68ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:21:05.949255 [ 3 ] {4a230b7b-ad4b-4bb8-90c3-4351f1af68ab} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:05.949656 [ 3 ] {4a230b7b-ad4b-4bb8-90c3-4351f1af68ab} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:05.949692 [ 3 ] {4a230b7b-ad4b-4bb8-90c3-4351f1af68ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:05.950110 [ 3 ] {4a230b7b-ad4b-4bb8-90c3-4351f1af68ab} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.17 21:21:05.950464 [ 3 ] {4a230b7b-ad4b-4bb8-90c3-4351f1af68ab} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:05.950642 [ 3 ] {4a230b7b-ad4b-4bb8-90c3-4351f1af68ab} executeQuery: Read 16 rows, 22.11 KiB in 0.001848 sec., 8658.008658008657 rows/sec., 11.68 MiB/sec. 2024.06.17 21:21:05.950948 [ 3 ] {4a230b7b-ad4b-4bb8-90c3-4351f1af68ab} DynamicQueryHandler: Done processing query 2024.06.17 21:21:05.950974 [ 3 ] {4a230b7b-ad4b-4bb8-90c3-4351f1af68ab} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:21:05.950992 [ 3 ] {} HTTP-Session: e1ca5421-88b2-4ed6-a6c2-6cad7327ddf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.951098 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:05.951148 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:05.951170 [ 3 ] {} HTTP-Session: 8a4ff6d9-5060-41ac-b7c6-9e446ba7e6b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:05.951189 [ 3 ] {} HTTP-Session: 8a4ff6d9-5060-41ac-b7c6-9e446ba7e6b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.951205 [ 3 ] {} HTTP-Session: 8a4ff6d9-5060-41ac-b7c6-9e446ba7e6b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:05.951240 [ 3 ] {} HTTP-Session: 8a4ff6d9-5060-41ac-b7c6-9e446ba7e6b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:05.951357 [ 3 ] {4eb49b0e-6a4f-4a94-aded-cafae4701429} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:05.951415 [ 3 ] {4eb49b0e-6a4f-4a94-aded-cafae4701429} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:21:05.951593 [ 3 ] {4eb49b0e-6a4f-4a94-aded-cafae4701429} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:05.951909 [ 3 ] {4eb49b0e-6a4f-4a94-aded-cafae4701429} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:05.951946 [ 3 ] {4eb49b0e-6a4f-4a94-aded-cafae4701429} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:05.952341 [ 3 ] {4eb49b0e-6a4f-4a94-aded-cafae4701429} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.17 21:21:05.952690 [ 3 ] {4eb49b0e-6a4f-4a94-aded-cafae4701429} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:05.952854 [ 3 ] {4eb49b0e-6a4f-4a94-aded-cafae4701429} executeQuery: Read 10 rows, 645.00 B in 0.001518 sec., 6587.615283267457 rows/sec., 414.94 KiB/sec. 2024.06.17 21:21:05.953140 [ 3 ] {4eb49b0e-6a4f-4a94-aded-cafae4701429} DynamicQueryHandler: Done processing query 2024.06.17 21:21:05.953165 [ 3 ] {4eb49b0e-6a4f-4a94-aded-cafae4701429} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:21:05.953182 [ 3 ] {} HTTP-Session: 8a4ff6d9-5060-41ac-b7c6-9e446ba7e6b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:10.939510 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:10.939640 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:10.939666 [ 3 ] {} HTTP-Session: cf6bc05d-04c4-45b7-91de-cb668f1775dc Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:10.939693 [ 3 ] {} HTTP-Session: cf6bc05d-04c4-45b7-91de-cb668f1775dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:10.939710 [ 3 ] {} HTTP-Session: cf6bc05d-04c4-45b7-91de-cb668f1775dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:10.939761 [ 3 ] {} HTTP-Session: cf6bc05d-04c4-45b7-91de-cb668f1775dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:10.939950 [ 3 ] {1394746b-7fd2-4f1d-9c92-8c2f90c93f32} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:10.940018 [ 3 ] {1394746b-7fd2-4f1d-9c92-8c2f90c93f32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:21:10.940213 [ 3 ] {1394746b-7fd2-4f1d-9c92-8c2f90c93f32} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:10.940656 [ 3 ] {1394746b-7fd2-4f1d-9c92-8c2f90c93f32} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:10.940699 [ 3 ] {1394746b-7fd2-4f1d-9c92-8c2f90c93f32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:10.941074 [ 3 ] {1394746b-7fd2-4f1d-9c92-8c2f90c93f32} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.17 21:21:10.941413 [ 3 ] {1394746b-7fd2-4f1d-9c92-8c2f90c93f32} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:10.941596 [ 3 ] {1394746b-7fd2-4f1d-9c92-8c2f90c93f32} executeQuery: Read 4 rows, 345.00 B in 0.001691 sec., 2365.464222353637 rows/sec., 199.24 KiB/sec. 2024.06.17 21:21:10.941904 [ 3 ] {1394746b-7fd2-4f1d-9c92-8c2f90c93f32} DynamicQueryHandler: Done processing query 2024.06.17 21:21:10.941932 [ 3 ] {1394746b-7fd2-4f1d-9c92-8c2f90c93f32} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:10.941948 [ 3 ] {} HTTP-Session: cf6bc05d-04c4-45b7-91de-cb668f1775dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:10.942066 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:10.942116 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:10.942136 [ 3 ] {} HTTP-Session: 92aff7b0-9833-4472-af6f-b830d66d8dc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:10.942152 [ 3 ] {} HTTP-Session: 92aff7b0-9833-4472-af6f-b830d66d8dc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:10.942165 [ 3 ] {} HTTP-Session: 92aff7b0-9833-4472-af6f-b830d66d8dc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:10.942198 [ 3 ] {} HTTP-Session: 92aff7b0-9833-4472-af6f-b830d66d8dc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:10.942298 [ 3 ] {0c5bc793-a9e2-4900-a9a5-80efabd4aa35} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:10.942343 [ 3 ] {0c5bc793-a9e2-4900-a9a5-80efabd4aa35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:21:10.942489 [ 3 ] {0c5bc793-a9e2-4900-a9a5-80efabd4aa35} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:10.942780 [ 3 ] {0c5bc793-a9e2-4900-a9a5-80efabd4aa35} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:10.942817 [ 3 ] {0c5bc793-a9e2-4900-a9a5-80efabd4aa35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:10.943130 [ 3 ] {0c5bc793-a9e2-4900-a9a5-80efabd4aa35} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.17 21:21:10.943435 [ 3 ] {0c5bc793-a9e2-4900-a9a5-80efabd4aa35} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:10.943596 [ 3 ] {0c5bc793-a9e2-4900-a9a5-80efabd4aa35} executeQuery: Read 8 rows, 658.00 B in 0.001313 sec., 6092.916984006093 rows/sec., 489.40 KiB/sec. 2024.06.17 21:21:10.943764 [ 3 ] {0c5bc793-a9e2-4900-a9a5-80efabd4aa35} DynamicQueryHandler: Done processing query 2024.06.17 21:21:10.943789 [ 3 ] {0c5bc793-a9e2-4900-a9a5-80efabd4aa35} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:10.943805 [ 3 ] {} HTTP-Session: 92aff7b0-9833-4472-af6f-b830d66d8dc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:10.943926 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:10.943976 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:10.943995 [ 3 ] {} HTTP-Session: 8254f898-ebbc-4400-a4c0-4ea69191d923 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:10.944012 [ 3 ] {} HTTP-Session: 8254f898-ebbc-4400-a4c0-4ea69191d923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:10.944025 [ 3 ] {} HTTP-Session: 8254f898-ebbc-4400-a4c0-4ea69191d923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:10.944057 [ 3 ] {} HTTP-Session: 8254f898-ebbc-4400-a4c0-4ea69191d923 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:10.944156 [ 3 ] {a772f011-68a3-4be0-bece-609962463806} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:10.944202 [ 3 ] {a772f011-68a3-4be0-bece-609962463806} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:21:10.944349 [ 3 ] {a772f011-68a3-4be0-bece-609962463806} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:10.944644 [ 3 ] {a772f011-68a3-4be0-bece-609962463806} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:10.944680 [ 3 ] {a772f011-68a3-4be0-bece-609962463806} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:10.945055 [ 3 ] {a772f011-68a3-4be0-bece-609962463806} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.17 21:21:10.945410 [ 3 ] {a772f011-68a3-4be0-bece-609962463806} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:10.945562 [ 67 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.06.17 21:21:10.945572 [ 3 ] {a772f011-68a3-4be0-bece-609962463806} executeQuery: Read 10 rows, 780.00 B in 0.001434 sec., 6973.50069735007 rows/sec., 531.18 KiB/sec. 2024.06.17 21:21:10.945638 [ 67 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:10.945702 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:10.945894 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:21:10.945908 [ 3 ] {a772f011-68a3-4be0-bece-609962463806} DynamicQueryHandler: Done processing query 2024.06.17 21:21:10.945975 [ 3 ] {a772f011-68a3-4be0-bece-609962463806} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:10.946003 [ 3 ] {} HTTP-Session: 8254f898-ebbc-4400-a4c0-4ea69191d923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:10.946143 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:21:10.946201 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:10.946228 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2024.06.17 21:21:10.946269 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:10.946311 [ 3 ] {} HTTP-Session: ccc94cd5-d151-4de5-8d4d-29272a978ecf Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:10.946376 [ 3 ] {} HTTP-Session: ccc94cd5-d151-4de5-8d4d-29272a978ecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:10.946466 [ 3 ] {} HTTP-Session: ccc94cd5-d151-4de5-8d4d-29272a978ecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:10.946470 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:10.946636 [ 3 ] {} HTTP-Session: ccc94cd5-d151-4de5-8d4d-29272a978ecf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:10.946778 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:10.947099 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:10.947123 [ 3 ] {93674c5c-b668-4e87-9d2a-cc519d6023ef} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:10.947354 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:10.947356 [ 3 ] {93674c5c-b668-4e87-9d2a-cc519d6023ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:21:10.947678 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:10.948433 [ 3 ] {93674c5c-b668-4e87-9d2a-cc519d6023ef} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:10.949168 [ 3 ] {93674c5c-b668-4e87-9d2a-cc519d6023ef} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:10.949230 [ 3 ] {93674c5c-b668-4e87-9d2a-cc519d6023ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:10.950295 [ 3 ] {93674c5c-b668-4e87-9d2a-cc519d6023ef} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.17 21:21:10.951048 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.005237904 sec., 10309.46729836973 rows/sec., 785.29 KiB/sec. 2024.06.17 21:21:10.951181 [ 3 ] {93674c5c-b668-4e87-9d2a-cc519d6023ef} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:10.951275 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.06.17 21:21:10.951415 [ 67 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.06.17 21:21:10.951527 [ 67 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:10.951590 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:10.951597 [ 3 ] {93674c5c-b668-4e87-9d2a-cc519d6023ef} executeQuery: Read 10 rows, 645.00 B in 0.004692 sec., 2131.287297527707 rows/sec., 134.25 KiB/sec. 2024.06.17 21:21:10.952054 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:21:10.952317 [ 3 ] {93674c5c-b668-4e87-9d2a-cc519d6023ef} DynamicQueryHandler: Done processing query 2024.06.17 21:21:10.952409 [ 3 ] {93674c5c-b668-4e87-9d2a-cc519d6023ef} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:21:10.952487 [ 3 ] {} HTTP-Session: ccc94cd5-d151-4de5-8d4d-29272a978ecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:10.952663 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:21:10.952719 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2024.06.17 21:21:10.952935 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:10.953121 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_6_1} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:10.953302 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:10.953435 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_6_1} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.06.17 21:21:10.953604 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.06.17 21:21:10.953704 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:10.953808 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:10.954010 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:10.955096 [ 195 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.003404515 sec., 15861.290080966011 rows/sec., 999.08 KiB/sec. 2024.06.17 21:21:10.955271 [ 195 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.06.17 21:21:10.955721 [ 195 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_6_1} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:10.955810 [ 195 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_6_1} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.06.17 21:21:10.955902 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.06.17 21:21:15.175300 [ 63 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:21:15.175377 [ 63 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:21:15.940186 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 408, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:15.940360 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:15.940404 [ 3 ] {} HTTP-Session: 3e1db2e4-61c9-4295-aaf9-564121760033 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:15.940445 [ 3 ] {} HTTP-Session: 3e1db2e4-61c9-4295-aaf9-564121760033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.940474 [ 3 ] {} HTTP-Session: 3e1db2e4-61c9-4295-aaf9-564121760033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.940557 [ 3 ] {} HTTP-Session: 3e1db2e4-61c9-4295-aaf9-564121760033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:15.940913 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.17 21:21:15.941407 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:15.941443 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.17 21:21:15.941701 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:15.941780 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:15.941954 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2024.06.17 21:21:15.942116 [ 255 ] {8da62b78-531d-4d57-a816-b774dec51d7c} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:15.942118 [ 250 ] {8da62b78-531d-4d57-a816-b774dec51d7c} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:15.942292 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (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.06.17 21:21:15.942321 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:15.942519 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:15.942561 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:15.942618 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.17 21:21:15.942662 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.17 21:21:15.944339 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} executeQuery: Read 8 rows, 358.00 B in 0.003578 sec., 2235.8859698155393 rows/sec., 97.71 KiB/sec. 2024.06.17 21:21:15.944675 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} DynamicQueryHandler: Done processing query 2024.06.17 21:21:15.944702 [ 3 ] {8da62b78-531d-4d57-a816-b774dec51d7c} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.06.17 21:21:15.944718 [ 3 ] {} HTTP-Session: 3e1db2e4-61c9-4295-aaf9-564121760033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.945495 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:15.945545 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:15.945565 [ 3 ] {} HTTP-Session: 3201e3ca-fb1e-49ba-8376-6ce07d4d7d0b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:15.945582 [ 3 ] {} HTTP-Session: 3201e3ca-fb1e-49ba-8376-6ce07d4d7d0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.945595 [ 3 ] {} HTTP-Session: 3201e3ca-fb1e-49ba-8376-6ce07d4d7d0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.945627 [ 3 ] {} HTTP-Session: 3201e3ca-fb1e-49ba-8376-6ce07d4d7d0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:15.945736 [ 3 ] {05c8dae8-5bb9-4a55-8788-84e52446cc1d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:15.945794 [ 3 ] {05c8dae8-5bb9-4a55-8788-84e52446cc1d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:15.945979 [ 3 ] {05c8dae8-5bb9-4a55-8788-84e52446cc1d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:15.946334 [ 3 ] {05c8dae8-5bb9-4a55-8788-84e52446cc1d} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:15.946373 [ 3 ] {05c8dae8-5bb9-4a55-8788-84e52446cc1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:15.946886 [ 3 ] {05c8dae8-5bb9-4a55-8788-84e52446cc1d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.17 21:21:15.947189 [ 3 ] {05c8dae8-5bb9-4a55-8788-84e52446cc1d} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:15.947351 [ 3 ] {05c8dae8-5bb9-4a55-8788-84e52446cc1d} executeQuery: Read 1 rows, 232.00 B in 0.001697 sec., 589.2751915144372 rows/sec., 133.51 KiB/sec. 2024.06.17 21:21:15.947689 [ 3 ] {05c8dae8-5bb9-4a55-8788-84e52446cc1d} DynamicQueryHandler: Done processing query 2024.06.17 21:21:15.947714 [ 3 ] {05c8dae8-5bb9-4a55-8788-84e52446cc1d} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:21:15.947730 [ 3 ] {} HTTP-Session: 3201e3ca-fb1e-49ba-8376-6ce07d4d7d0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.947849 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:15.947896 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:15.947915 [ 3 ] {} HTTP-Session: aa31badd-468b-4fc6-86c8-27c42946c431 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:15.947931 [ 3 ] {} HTTP-Session: aa31badd-468b-4fc6-86c8-27c42946c431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.947945 [ 3 ] {} HTTP-Session: aa31badd-468b-4fc6-86c8-27c42946c431 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.947976 [ 3 ] {} HTTP-Session: aa31badd-468b-4fc6-86c8-27c42946c431 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:15.948077 [ 3 ] {bbeb301d-8ec6-4f62-a5db-080ff4ccb2c6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:15.948120 [ 3 ] {bbeb301d-8ec6-4f62-a5db-080ff4ccb2c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:21:15.948266 [ 3 ] {bbeb301d-8ec6-4f62-a5db-080ff4ccb2c6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:15.948590 [ 3 ] {bbeb301d-8ec6-4f62-a5db-080ff4ccb2c6} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:15.948627 [ 3 ] {bbeb301d-8ec6-4f62-a5db-080ff4ccb2c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:15.948976 [ 3 ] {bbeb301d-8ec6-4f62-a5db-080ff4ccb2c6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.17 21:21:15.949315 [ 3 ] {bbeb301d-8ec6-4f62-a5db-080ff4ccb2c6} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:15.949473 [ 63 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.06.17 21:21:15.949476 [ 3 ] {bbeb301d-8ec6-4f62-a5db-080ff4ccb2c6} executeQuery: Read 16 rows, 1.30 KiB in 0.001416 sec., 11299.435028248588 rows/sec., 915.87 KiB/sec. 2024.06.17 21:21:15.949544 [ 63 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:15.949603 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:15.949826 [ 3 ] {bbeb301d-8ec6-4f62-a5db-080ff4ccb2c6} DynamicQueryHandler: Done processing query 2024.06.17 21:21:15.949912 [ 3 ] {bbeb301d-8ec6-4f62-a5db-080ff4ccb2c6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:15.949998 [ 3 ] {} HTTP-Session: aa31badd-468b-4fc6-86c8-27c42946c431 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.950040 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:21:15.950187 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:15.950315 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:15.950326 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:21:15.950345 [ 3 ] {} HTTP-Session: a321a414-ebf5-431b-a40e-118826e856bd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:15.950395 [ 3 ] {} HTTP-Session: a321a414-ebf5-431b-a40e-118826e856bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.950392 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part 2024.06.17 21:21:15.950414 [ 3 ] {} HTTP-Session: a321a414-ebf5-431b-a40e-118826e856bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.950486 [ 3 ] {} HTTP-Session: a321a414-ebf5-431b-a40e-118826e856bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:15.950620 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part 2024.06.17 21:21:15.950935 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part 2024.06.17 21:21:15.950992 [ 3 ] {ef9fa824-d53a-4580-a158-1b80c1d62f24} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:15.951101 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 16 rows starting from the beginning of the part 2024.06.17 21:21:15.951183 [ 3 ] {ef9fa824-d53a-4580-a158-1b80c1d62f24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:21:15.951462 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part 2024.06.17 21:21:15.951709 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part 2024.06.17 21:21:15.952385 [ 3 ] {ef9fa824-d53a-4580-a158-1b80c1d62f24} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:15.953107 [ 3 ] {ef9fa824-d53a-4580-a158-1b80c1d62f24} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:15.953189 [ 3 ] {ef9fa824-d53a-4580-a158-1b80c1d62f24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:15.954139 [ 3 ] {ef9fa824-d53a-4580-a158-1b80c1d62f24} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.17 21:21:15.954302 [ 200 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 4 columns (4 merged, 0 gathered) in 0.004587786 sec., 20489.185851301696 rows/sec., 1.62 MiB/sec. 2024.06.17 21:21:15.954515 [ 200 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.06.17 21:21:15.954625 [ 3 ] {ef9fa824-d53a-4580-a158-1b80c1d62f24} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:15.954935 [ 3 ] {ef9fa824-d53a-4580-a158-1b80c1d62f24} executeQuery: Read 2 rows, 167.00 B in 0.004161 sec., 480.65368901706324 rows/sec., 39.19 KiB/sec. 2024.06.17 21:21:15.955443 [ 3 ] {ef9fa824-d53a-4580-a158-1b80c1d62f24} DynamicQueryHandler: Done processing query 2024.06.17 21:21:15.955469 [ 3 ] {ef9fa824-d53a-4580-a158-1b80c1d62f24} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:15.955486 [ 3 ] {} HTTP-Session: a321a414-ebf5-431b-a40e-118826e856bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.955531 [ 200 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_6_1} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:15.955607 [ 200 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_6_1} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.06.17 21:21:15.955623 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 7963, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:15.955692 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:15.955704 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.06.17 21:21:15.955713 [ 3 ] {} HTTP-Session: 11cf4995-917c-4d3e-80a6-6122208101a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:15.955737 [ 3 ] {} HTTP-Session: 11cf4995-917c-4d3e-80a6-6122208101a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.955751 [ 3 ] {} HTTP-Session: 11cf4995-917c-4d3e-80a6-6122208101a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.955782 [ 3 ] {} HTTP-Session: 11cf4995-917c-4d3e-80a6-6122208101a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:15.955906 [ 3 ] {58dc8014-19f6-45fd-865a-4be5729e9379} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:15.955948 [ 3 ] {58dc8014-19f6-45fd-865a-4be5729e9379} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:21:15.956081 [ 3 ] {58dc8014-19f6-45fd-865a-4be5729e9379} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:15.956410 [ 3 ] {58dc8014-19f6-45fd-865a-4be5729e9379} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:15.956445 [ 3 ] {58dc8014-19f6-45fd-865a-4be5729e9379} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:15.956754 [ 3 ] {58dc8014-19f6-45fd-865a-4be5729e9379} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.17 21:21:15.957052 [ 3 ] {58dc8014-19f6-45fd-865a-4be5729e9379} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:15.957204 [ 3 ] {58dc8014-19f6-45fd-865a-4be5729e9379} executeQuery: Read 53 rows, 4.69 KiB in 0.001344 sec., 39434.52380952381 rows/sec., 3.41 MiB/sec. 2024.06.17 21:21:15.957369 [ 3 ] {58dc8014-19f6-45fd-865a-4be5729e9379} DynamicQueryHandler: Done processing query 2024.06.17 21:21:15.957393 [ 3 ] {58dc8014-19f6-45fd-865a-4be5729e9379} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.17 21:21:15.957409 [ 3 ] {} HTTP-Session: 11cf4995-917c-4d3e-80a6-6122208101a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.957515 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:15.957564 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:15.957583 [ 3 ] {} HTTP-Session: 516e5ef8-79bf-400a-aabc-5c2d6afa5dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:15.957599 [ 3 ] {} HTTP-Session: 516e5ef8-79bf-400a-aabc-5c2d6afa5dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.957613 [ 3 ] {} HTTP-Session: 516e5ef8-79bf-400a-aabc-5c2d6afa5dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.957643 [ 3 ] {} HTTP-Session: 516e5ef8-79bf-400a-aabc-5c2d6afa5dd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:15.957753 [ 3 ] {488e10dd-7a56-48ce-975c-b5515f0efba2} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:15.957795 [ 3 ] {488e10dd-7a56-48ce-975c-b5515f0efba2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:21:15.957923 [ 3 ] {488e10dd-7a56-48ce-975c-b5515f0efba2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:15.958282 [ 3 ] {488e10dd-7a56-48ce-975c-b5515f0efba2} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:15.958318 [ 3 ] {488e10dd-7a56-48ce-975c-b5515f0efba2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:15.958610 [ 3 ] {488e10dd-7a56-48ce-975c-b5515f0efba2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.17 21:21:15.958906 [ 3 ] {488e10dd-7a56-48ce-975c-b5515f0efba2} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:15.959053 [ 3 ] {488e10dd-7a56-48ce-975c-b5515f0efba2} executeQuery: Read 2 rows, 143.00 B in 0.001312 sec., 1524.390243902439 rows/sec., 106.44 KiB/sec. 2024.06.17 21:21:15.959246 [ 3 ] {488e10dd-7a56-48ce-975c-b5515f0efba2} DynamicQueryHandler: Done processing query 2024.06.17 21:21:15.959270 [ 3 ] {488e10dd-7a56-48ce-975c-b5515f0efba2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:15.959286 [ 3 ] {} HTTP-Session: 516e5ef8-79bf-400a-aabc-5c2d6afa5dd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.959405 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 4468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:15.959452 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:15.959470 [ 3 ] {} HTTP-Session: 0df2bf02-6a9f-4b5a-a1fe-996056336f9a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:15.959486 [ 3 ] {} HTTP-Session: 0df2bf02-6a9f-4b5a-a1fe-996056336f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.959500 [ 3 ] {} HTTP-Session: 0df2bf02-6a9f-4b5a-a1fe-996056336f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.959531 [ 3 ] {} HTTP-Session: 0df2bf02-6a9f-4b5a-a1fe-996056336f9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:15.959632 [ 3 ] {866ab6e6-3848-4ff4-8481-dd5f06c8c3f3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:15.959674 [ 3 ] {866ab6e6-3848-4ff4-8481-dd5f06c8c3f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:21:15.959797 [ 3 ] {866ab6e6-3848-4ff4-8481-dd5f06c8c3f3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:15.960101 [ 3 ] {866ab6e6-3848-4ff4-8481-dd5f06c8c3f3} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:15.960137 [ 3 ] {866ab6e6-3848-4ff4-8481-dd5f06c8c3f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:15.960446 [ 3 ] {866ab6e6-3848-4ff4-8481-dd5f06c8c3f3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.17 21:21:15.960755 [ 3 ] {866ab6e6-3848-4ff4-8481-dd5f06c8c3f3} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:15.960897 [ 3 ] {866ab6e6-3848-4ff4-8481-dd5f06c8c3f3} executeQuery: Read 26 rows, 2.09 KiB in 0.001289 sec., 20170.67494181536 rows/sec., 1.58 MiB/sec. 2024.06.17 21:21:15.961185 [ 3 ] {866ab6e6-3848-4ff4-8481-dd5f06c8c3f3} DynamicQueryHandler: Done processing query 2024.06.17 21:21:15.961210 [ 3 ] {866ab6e6-3848-4ff4-8481-dd5f06c8c3f3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:21:15.961226 [ 3 ] {} HTTP-Session: 0df2bf02-6a9f-4b5a-a1fe-996056336f9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.961326 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:15.961374 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:15.961393 [ 3 ] {} HTTP-Session: d035ff22-b99b-43dc-8c63-334e05fce14a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:15.961409 [ 3 ] {} HTTP-Session: d035ff22-b99b-43dc-8c63-334e05fce14a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.961423 [ 3 ] {} HTTP-Session: d035ff22-b99b-43dc-8c63-334e05fce14a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.961453 [ 3 ] {} HTTP-Session: d035ff22-b99b-43dc-8c63-334e05fce14a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:15.961553 [ 3 ] {e500f871-c4bc-4db7-a548-71dc296380fe} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:15.961599 [ 3 ] {e500f871-c4bc-4db7-a548-71dc296380fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:21:15.961761 [ 3 ] {e500f871-c4bc-4db7-a548-71dc296380fe} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:15.962047 [ 3 ] {e500f871-c4bc-4db7-a548-71dc296380fe} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:15.962082 [ 3 ] {e500f871-c4bc-4db7-a548-71dc296380fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:15.962442 [ 3 ] {e500f871-c4bc-4db7-a548-71dc296380fe} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.17 21:21:15.962789 [ 3 ] {e500f871-c4bc-4db7-a548-71dc296380fe} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:15.962949 [ 3 ] {e500f871-c4bc-4db7-a548-71dc296380fe} executeQuery: Read 11 rows, 852.00 B in 0.001423 sec., 7730.147575544624 rows/sec., 584.70 KiB/sec. 2024.06.17 21:21:15.963222 [ 3 ] {e500f871-c4bc-4db7-a548-71dc296380fe} DynamicQueryHandler: Done processing query 2024.06.17 21:21:15.963247 [ 3 ] {e500f871-c4bc-4db7-a548-71dc296380fe} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:15.963263 [ 3 ] {} HTTP-Session: d035ff22-b99b-43dc-8c63-334e05fce14a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.963383 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:15.963432 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:15.963450 [ 3 ] {} HTTP-Session: 6d5a5bc0-e0bd-4c93-a677-5251f0cdd3b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:15.963466 [ 3 ] {} HTTP-Session: 6d5a5bc0-e0bd-4c93-a677-5251f0cdd3b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.963480 [ 3 ] {} HTTP-Session: 6d5a5bc0-e0bd-4c93-a677-5251f0cdd3b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.963510 [ 3 ] {} HTTP-Session: 6d5a5bc0-e0bd-4c93-a677-5251f0cdd3b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:15.963700 [ 3 ] {1d1dc36a-543d-40e3-9419-02c7f99a01b9} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:15.963749 [ 3 ] {1d1dc36a-543d-40e3-9419-02c7f99a01b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:21:15.963927 [ 3 ] {1d1dc36a-543d-40e3-9419-02c7f99a01b9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:15.964318 [ 3 ] {1d1dc36a-543d-40e3-9419-02c7f99a01b9} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:15.964355 [ 3 ] {1d1dc36a-543d-40e3-9419-02c7f99a01b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:15.964789 [ 3 ] {1d1dc36a-543d-40e3-9419-02c7f99a01b9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.17 21:21:15.965134 [ 3 ] {1d1dc36a-543d-40e3-9419-02c7f99a01b9} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:15.965296 [ 63 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.06.17 21:21:15.965300 [ 3 ] {1d1dc36a-543d-40e3-9419-02c7f99a01b9} executeQuery: Read 16 rows, 22.11 KiB in 0.001706 sec., 9378.663540445486 rows/sec., 12.66 MiB/sec. 2024.06.17 21:21:15.965366 [ 63 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:15.965433 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:15.965648 [ 199 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:21:15.965696 [ 3 ] {1d1dc36a-543d-40e3-9419-02c7f99a01b9} DynamicQueryHandler: Done processing query 2024.06.17 21:21:15.965745 [ 3 ] {1d1dc36a-543d-40e3-9419-02c7f99a01b9} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:21:15.965790 [ 3 ] {} HTTP-Session: 6d5a5bc0-e0bd-4c93-a677-5251f0cdd3b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.965908 [ 199 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:21:15.965947 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:15.965988 [ 199 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part 2024.06.17 21:21:15.966026 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:15.966074 [ 3 ] {} HTTP-Session: cbb3bf11-9b4a-4eff-a689-c7552bc6a131 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:15.966167 [ 3 ] {} HTTP-Session: cbb3bf11-9b4a-4eff-a689-c7552bc6a131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.966265 [ 199 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part 2024.06.17 21:21:15.966307 [ 3 ] {} HTTP-Session: cbb3bf11-9b4a-4eff-a689-c7552bc6a131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.966560 [ 199 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part 2024.06.17 21:21:15.966552 [ 3 ] {} HTTP-Session: cbb3bf11-9b4a-4eff-a689-c7552bc6a131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:15.966806 [ 199 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 16 rows starting from the beginning of the part 2024.06.17 21:21:15.967110 [ 199 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part 2024.06.17 21:21:15.967102 [ 3 ] {5c959d74-2d8e-48ac-a56a-49d6aab12b20} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:15.967374 [ 3 ] {5c959d74-2d8e-48ac-a56a-49d6aab12b20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:21:15.967397 [ 199 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part 2024.06.17 21:21:15.968147 [ 3 ] {5c959d74-2d8e-48ac-a56a-49d6aab12b20} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:15.968812 [ 3 ] {5c959d74-2d8e-48ac-a56a-49d6aab12b20} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:15.968870 [ 3 ] {5c959d74-2d8e-48ac-a56a-49d6aab12b20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:15.969894 [ 3 ] {5c959d74-2d8e-48ac-a56a-49d6aab12b20} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.17 21:21:15.970798 [ 3 ] {5c959d74-2d8e-48ac-a56a-49d6aab12b20} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:15.971036 [ 3 ] {5c959d74-2d8e-48ac-a56a-49d6aab12b20} executeQuery: Read 10 rows, 645.00 B in 0.004195 sec., 2383.7902264600716 rows/sec., 150.15 KiB/sec. 2024.06.17 21:21:15.971390 [ 3 ] {5c959d74-2d8e-48ac-a56a-49d6aab12b20} DynamicQueryHandler: Done processing query 2024.06.17 21:21:15.971399 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 6 columns (6 merged, 0 gathered) in 0.005825249 sec., 16136.649265979875 rows/sec., 21.78 MiB/sec. 2024.06.17 21:21:15.971423 [ 3 ] {5c959d74-2d8e-48ac-a56a-49d6aab12b20} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:21:15.971487 [ 3 ] {} HTTP-Session: cbb3bf11-9b4a-4eff-a689-c7552bc6a131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:15.971856 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.06.17 21:21:15.972475 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_6_1} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:15.972556 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_6_1} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.06.17 21:21:15.972652 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2024.06.17 21:21:20.941419 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:20.941614 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:20.941658 [ 3 ] {} HTTP-Session: 0fa853e0-246c-45e0-89ae-21c42b8a3328 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:20.941699 [ 3 ] {} HTTP-Session: 0fa853e0-246c-45e0-89ae-21c42b8a3328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.941727 [ 3 ] {} HTTP-Session: 0fa853e0-246c-45e0-89ae-21c42b8a3328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.941807 [ 3 ] {} HTTP-Session: 0fa853e0-246c-45e0-89ae-21c42b8a3328 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:20.942098 [ 3 ] {9d7d6923-388f-4e35-82e2-1f4a2e7bcded} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:20.942202 [ 3 ] {9d7d6923-388f-4e35-82e2-1f4a2e7bcded} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:21:20.942477 [ 3 ] {9d7d6923-388f-4e35-82e2-1f4a2e7bcded} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:20.942916 [ 3 ] {9d7d6923-388f-4e35-82e2-1f4a2e7bcded} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:20.942961 [ 3 ] {9d7d6923-388f-4e35-82e2-1f4a2e7bcded} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:20.943339 [ 3 ] {9d7d6923-388f-4e35-82e2-1f4a2e7bcded} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.17 21:21:20.943728 [ 3 ] {9d7d6923-388f-4e35-82e2-1f4a2e7bcded} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:20.943911 [ 3 ] {9d7d6923-388f-4e35-82e2-1f4a2e7bcded} executeQuery: Read 14 rows, 1.13 KiB in 0.001904 sec., 7352.941176470588 rows/sec., 595.99 KiB/sec. 2024.06.17 21:21:20.944260 [ 3 ] {9d7d6923-388f-4e35-82e2-1f4a2e7bcded} DynamicQueryHandler: Done processing query 2024.06.17 21:21:20.944289 [ 3 ] {9d7d6923-388f-4e35-82e2-1f4a2e7bcded} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:20.944307 [ 3 ] {} HTTP-Session: 0fa853e0-246c-45e0-89ae-21c42b8a3328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.944443 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 7048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:20.944499 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:20.944520 [ 3 ] {} HTTP-Session: 47c3293d-3508-4bcf-b55b-6360c3fd4e29 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:20.944538 [ 3 ] {} HTTP-Session: 47c3293d-3508-4bcf-b55b-6360c3fd4e29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.944552 [ 3 ] {} HTTP-Session: 47c3293d-3508-4bcf-b55b-6360c3fd4e29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.944589 [ 3 ] {} HTTP-Session: 47c3293d-3508-4bcf-b55b-6360c3fd4e29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:20.944713 [ 3 ] {2d1fe6ff-5a9d-4fd4-8af5-4ebca62fc626} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:20.944760 [ 3 ] {2d1fe6ff-5a9d-4fd4-8af5-4ebca62fc626} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:21:20.944909 [ 3 ] {2d1fe6ff-5a9d-4fd4-8af5-4ebca62fc626} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:20.945261 [ 3 ] {2d1fe6ff-5a9d-4fd4-8af5-4ebca62fc626} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:20.945299 [ 3 ] {2d1fe6ff-5a9d-4fd4-8af5-4ebca62fc626} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:20.945610 [ 3 ] {2d1fe6ff-5a9d-4fd4-8af5-4ebca62fc626} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.17 21:21:20.945937 [ 3 ] {2d1fe6ff-5a9d-4fd4-8af5-4ebca62fc626} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:20.946105 [ 3 ] {2d1fe6ff-5a9d-4fd4-8af5-4ebca62fc626} executeQuery: Read 46 rows, 4.20 KiB in 0.001418 sec., 32440.05641748942 rows/sec., 2.89 MiB/sec. 2024.06.17 21:21:20.946275 [ 3 ] {2d1fe6ff-5a9d-4fd4-8af5-4ebca62fc626} DynamicQueryHandler: Done processing query 2024.06.17 21:21:20.946299 [ 3 ] {2d1fe6ff-5a9d-4fd4-8af5-4ebca62fc626} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.17 21:21:20.946314 [ 3 ] {} HTTP-Session: 47c3293d-3508-4bcf-b55b-6360c3fd4e29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.946457 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 6002, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:20.946507 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:20.946525 [ 3 ] {} HTTP-Session: c6cb17eb-cad5-49b5-baa9-8661ce244806 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:20.946542 [ 3 ] {} HTTP-Session: c6cb17eb-cad5-49b5-baa9-8661ce244806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.946555 [ 3 ] {} HTTP-Session: c6cb17eb-cad5-49b5-baa9-8661ce244806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.946588 [ 3 ] {} HTTP-Session: c6cb17eb-cad5-49b5-baa9-8661ce244806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:20.946695 [ 3 ] {cda21706-7e33-48d9-bdfa-c1ef56a6f11c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:20.946739 [ 3 ] {cda21706-7e33-48d9-bdfa-c1ef56a6f11c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:21:20.946867 [ 3 ] {cda21706-7e33-48d9-bdfa-c1ef56a6f11c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:20.947180 [ 3 ] {cda21706-7e33-48d9-bdfa-c1ef56a6f11c} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:20.947216 [ 3 ] {cda21706-7e33-48d9-bdfa-c1ef56a6f11c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:20.947553 [ 3 ] {cda21706-7e33-48d9-bdfa-c1ef56a6f11c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.17 21:21:20.947852 [ 3 ] {cda21706-7e33-48d9-bdfa-c1ef56a6f11c} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:20.947982 [ 3 ] {cda21706-7e33-48d9-bdfa-c1ef56a6f11c} executeQuery: Read 35 rows, 2.82 KiB in 0.001319 sec., 26535.253980288096 rows/sec., 2.09 MiB/sec. 2024.06.17 21:21:20.948165 [ 3 ] {cda21706-7e33-48d9-bdfa-c1ef56a6f11c} DynamicQueryHandler: Done processing query 2024.06.17 21:21:20.948189 [ 3 ] {cda21706-7e33-48d9-bdfa-c1ef56a6f11c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:21:20.948205 [ 3 ] {} HTTP-Session: c6cb17eb-cad5-49b5-baa9-8661ce244806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.948342 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:20.948391 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:20.948409 [ 3 ] {} HTTP-Session: 25f80fbf-4f60-4bbb-9c93-3cbfe7699b45 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:20.948426 [ 3 ] {} HTTP-Session: 25f80fbf-4f60-4bbb-9c93-3cbfe7699b45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.948440 [ 3 ] {} HTTP-Session: 25f80fbf-4f60-4bbb-9c93-3cbfe7699b45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.948471 [ 3 ] {} HTTP-Session: 25f80fbf-4f60-4bbb-9c93-3cbfe7699b45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:20.948569 [ 3 ] {3970de11-c790-470b-b3e4-949249b744dd} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:20.948614 [ 3 ] {3970de11-c790-470b-b3e4-949249b744dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:21:20.948757 [ 3 ] {3970de11-c790-470b-b3e4-949249b744dd} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:20.949062 [ 3 ] {3970de11-c790-470b-b3e4-949249b744dd} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:20.949097 [ 3 ] {3970de11-c790-470b-b3e4-949249b744dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:20.949461 [ 3 ] {3970de11-c790-470b-b3e4-949249b744dd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.17 21:21:20.949790 [ 3 ] {3970de11-c790-470b-b3e4-949249b744dd} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:20.949949 [ 3 ] {3970de11-c790-470b-b3e4-949249b744dd} executeQuery: Read 10 rows, 780.00 B in 0.001399 sec., 7147.96283059328 rows/sec., 544.47 KiB/sec. 2024.06.17 21:21:20.950120 [ 3 ] {3970de11-c790-470b-b3e4-949249b744dd} DynamicQueryHandler: Done processing query 2024.06.17 21:21:20.950144 [ 3 ] {3970de11-c790-470b-b3e4-949249b744dd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:20.950160 [ 3 ] {} HTTP-Session: 25f80fbf-4f60-4bbb-9c93-3cbfe7699b45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.950332 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:20.950381 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:20.950399 [ 3 ] {} HTTP-Session: 4d0e7bd5-0086-4e0d-970b-e001627a559a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:20.950415 [ 3 ] {} HTTP-Session: 4d0e7bd5-0086-4e0d-970b-e001627a559a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.950429 [ 3 ] {} HTTP-Session: 4d0e7bd5-0086-4e0d-970b-e001627a559a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.950459 [ 3 ] {} HTTP-Session: 4d0e7bd5-0086-4e0d-970b-e001627a559a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:20.950630 [ 3 ] {d4ab816f-3b04-46d2-b140-5efae0056baa} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:20.950677 [ 3 ] {d4ab816f-3b04-46d2-b140-5efae0056baa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:21:20.950837 [ 3 ] {d4ab816f-3b04-46d2-b140-5efae0056baa} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:20.951235 [ 3 ] {d4ab816f-3b04-46d2-b140-5efae0056baa} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:20.951270 [ 3 ] {d4ab816f-3b04-46d2-b140-5efae0056baa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:20.951672 [ 3 ] {d4ab816f-3b04-46d2-b140-5efae0056baa} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.17 21:21:20.952010 [ 3 ] {d4ab816f-3b04-46d2-b140-5efae0056baa} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:20.952166 [ 3 ] {d4ab816f-3b04-46d2-b140-5efae0056baa} executeQuery: Read 14 rows, 19.35 KiB in 0.001631 sec., 8583.690987124462 rows/sec., 11.58 MiB/sec. 2024.06.17 21:21:20.952373 [ 3 ] {d4ab816f-3b04-46d2-b140-5efae0056baa} DynamicQueryHandler: Done processing query 2024.06.17 21:21:20.952397 [ 3 ] {d4ab816f-3b04-46d2-b140-5efae0056baa} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:21:20.952413 [ 3 ] {} HTTP-Session: 4d0e7bd5-0086-4e0d-970b-e001627a559a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.952528 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:20.952578 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:20.952597 [ 3 ] {} HTTP-Session: 2347f2c0-501d-4d78-8677-605215b72260 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:20.952613 [ 3 ] {} HTTP-Session: 2347f2c0-501d-4d78-8677-605215b72260 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.952628 [ 3 ] {} HTTP-Session: 2347f2c0-501d-4d78-8677-605215b72260 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.952659 [ 3 ] {} HTTP-Session: 2347f2c0-501d-4d78-8677-605215b72260 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:20.952759 [ 3 ] {867acc28-ac46-4807-98f7-120af4dcacee} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:20.952802 [ 3 ] {867acc28-ac46-4807-98f7-120af4dcacee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.06.17 21:21:20.952926 [ 3 ] {867acc28-ac46-4807-98f7-120af4dcacee} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:20.953190 [ 3 ] {867acc28-ac46-4807-98f7-120af4dcacee} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:20.953225 [ 3 ] {867acc28-ac46-4807-98f7-120af4dcacee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:20.953566 [ 3 ] {867acc28-ac46-4807-98f7-120af4dcacee} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.17 21:21:20.953888 [ 3 ] {867acc28-ac46-4807-98f7-120af4dcacee} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:20.954045 [ 3 ] {867acc28-ac46-4807-98f7-120af4dcacee} executeQuery: Read 15 rows, 1.09 KiB in 0.001308 sec., 11467.889908256882 rows/sec., 831.72 KiB/sec. 2024.06.17 21:21:20.954308 [ 3 ] {867acc28-ac46-4807-98f7-120af4dcacee} DynamicQueryHandler: Done processing query 2024.06.17 21:21:20.954332 [ 3 ] {867acc28-ac46-4807-98f7-120af4dcacee} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:21:20.954348 [ 3 ] {} HTTP-Session: 2347f2c0-501d-4d78-8677-605215b72260 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.954454 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:20.954503 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:20.954521 [ 3 ] {} HTTP-Session: 0c6ad9bb-a05d-4731-bb40-02e1ba9083b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:20.954538 [ 3 ] {} HTTP-Session: 0c6ad9bb-a05d-4731-bb40-02e1ba9083b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.954551 [ 3 ] {} HTTP-Session: 0c6ad9bb-a05d-4731-bb40-02e1ba9083b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:20.954582 [ 3 ] {} HTTP-Session: 0c6ad9bb-a05d-4731-bb40-02e1ba9083b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:20.954680 [ 3 ] {5aac6cb8-b435-4e9e-ba33-beb7f0293bad} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:20.954726 [ 3 ] {5aac6cb8-b435-4e9e-ba33-beb7f0293bad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:21:20.954868 [ 3 ] {5aac6cb8-b435-4e9e-ba33-beb7f0293bad} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:20.955128 [ 3 ] {5aac6cb8-b435-4e9e-ba33-beb7f0293bad} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:20.955163 [ 3 ] {5aac6cb8-b435-4e9e-ba33-beb7f0293bad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:20.955502 [ 3 ] {5aac6cb8-b435-4e9e-ba33-beb7f0293bad} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.17 21:21:20.955817 [ 3 ] {5aac6cb8-b435-4e9e-ba33-beb7f0293bad} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:20.955965 [ 3 ] {5aac6cb8-b435-4e9e-ba33-beb7f0293bad} executeQuery: Read 10 rows, 645.00 B in 0.001311 sec., 7627.765064836002 rows/sec., 480.46 KiB/sec. 2024.06.17 21:21:20.956130 [ 3 ] {5aac6cb8-b435-4e9e-ba33-beb7f0293bad} DynamicQueryHandler: Done processing query 2024.06.17 21:21:20.956154 [ 3 ] {5aac6cb8-b435-4e9e-ba33-beb7f0293bad} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:21:20.956170 [ 3 ] {} HTTP-Session: 0c6ad9bb-a05d-4731-bb40-02e1ba9083b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.940335 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:25.940478 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:25.940508 [ 3 ] {} HTTP-Session: 9a4d0cb5-c427-49a5-bb7a-2b4fbec16565 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:25.940536 [ 3 ] {} HTTP-Session: 9a4d0cb5-c427-49a5-bb7a-2b4fbec16565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.940555 [ 3 ] {} HTTP-Session: 9a4d0cb5-c427-49a5-bb7a-2b4fbec16565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.940612 [ 3 ] {} HTTP-Session: 9a4d0cb5-c427-49a5-bb7a-2b4fbec16565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:25.940827 [ 3 ] {db9a882f-c18b-4b03-8b47-4b8f13f61a0a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:25.940903 [ 3 ] {db9a882f-c18b-4b03-8b47-4b8f13f61a0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:21:25.941123 [ 3 ] {db9a882f-c18b-4b03-8b47-4b8f13f61a0a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:25.941583 [ 3 ] {db9a882f-c18b-4b03-8b47-4b8f13f61a0a} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:25.941634 [ 3 ] {db9a882f-c18b-4b03-8b47-4b8f13f61a0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:25.942136 [ 3 ] {db9a882f-c18b-4b03-8b47-4b8f13f61a0a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.17 21:21:25.942485 [ 3 ] {db9a882f-c18b-4b03-8b47-4b8f13f61a0a} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:25.942656 [ 3 ] {db9a882f-c18b-4b03-8b47-4b8f13f61a0a} executeQuery: Read 16 rows, 1.30 KiB in 0.001894 sec., 8447.729672650476 rows/sec., 684.73 KiB/sec. 2024.06.17 21:21:25.942876 [ 3 ] {db9a882f-c18b-4b03-8b47-4b8f13f61a0a} DynamicQueryHandler: Done processing query 2024.06.17 21:21:25.942904 [ 3 ] {db9a882f-c18b-4b03-8b47-4b8f13f61a0a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:25.942921 [ 3 ] {} HTTP-Session: 9a4d0cb5-c427-49a5-bb7a-2b4fbec16565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.943045 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 7830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:25.943100 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:25.943119 [ 3 ] {} HTTP-Session: b85854e0-f16f-4131-bd4c-57a0b61974f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:25.943137 [ 3 ] {} HTTP-Session: b85854e0-f16f-4131-bd4c-57a0b61974f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.943151 [ 3 ] {} HTTP-Session: b85854e0-f16f-4131-bd4c-57a0b61974f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.943187 [ 3 ] {} HTTP-Session: b85854e0-f16f-4131-bd4c-57a0b61974f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:25.943304 [ 3 ] {d3e42b74-b0ec-4c03-840e-2c7a1a32ba9c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:25.943350 [ 3 ] {d3e42b74-b0ec-4c03-840e-2c7a1a32ba9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:21:25.943479 [ 3 ] {d3e42b74-b0ec-4c03-840e-2c7a1a32ba9c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:25.943868 [ 3 ] {d3e42b74-b0ec-4c03-840e-2c7a1a32ba9c} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:25.943907 [ 3 ] {d3e42b74-b0ec-4c03-840e-2c7a1a32ba9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:25.944238 [ 3 ] {d3e42b74-b0ec-4c03-840e-2c7a1a32ba9c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.17 21:21:25.944541 [ 3 ] {d3e42b74-b0ec-4c03-840e-2c7a1a32ba9c} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:25.944707 [ 3 ] {d3e42b74-b0ec-4c03-840e-2c7a1a32ba9c} executeQuery: Read 52 rows, 4.62 KiB in 0.001428 sec., 36414.56582633053 rows/sec., 3.16 MiB/sec. 2024.06.17 21:21:25.944709 [ 54 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.06.17 21:21:25.944828 [ 54 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:25.944865 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:25.944951 [ 3 ] {d3e42b74-b0ec-4c03-840e-2c7a1a32ba9c} DynamicQueryHandler: Done processing query 2024.06.17 21:21:25.944991 [ 3 ] {d3e42b74-b0ec-4c03-840e-2c7a1a32ba9c} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.17 21:21:25.945015 [ 3 ] {} HTTP-Session: b85854e0-f16f-4131-bd4c-57a0b61974f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.945037 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:21:25.945154 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 4127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:25.945190 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:21:25.945225 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:25.945233 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 52 rows starting from the beginning of the part 2024.06.17 21:21:25.945249 [ 3 ] {} HTTP-Session: 20b958aa-4ff3-496c-95a7-69e48525cd89 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:25.945267 [ 3 ] {} HTTP-Session: 20b958aa-4ff3-496c-95a7-69e48525cd89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.945286 [ 3 ] {} HTTP-Session: 20b958aa-4ff3-496c-95a7-69e48525cd89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.945357 [ 3 ] {} HTTP-Session: 20b958aa-4ff3-496c-95a7-69e48525cd89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:25.945441 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part 2024.06.17 21:21:25.945769 [ 3 ] {fe4cd232-2e14-475d-8e11-8ad578a77230} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:25.945780 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2024.06.17 21:21:25.945889 [ 3 ] {fe4cd232-2e14-475d-8e11-8ad578a77230} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:21:25.946067 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 53 rows starting from the beginning of the part 2024.06.17 21:21:25.946462 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 46 rows starting from the beginning of the part 2024.06.17 21:21:25.946772 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 52 rows starting from the beginning of the part 2024.06.17 21:21:25.947260 [ 3 ] {fe4cd232-2e14-475d-8e11-8ad578a77230} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:25.947803 [ 3 ] {fe4cd232-2e14-475d-8e11-8ad578a77230} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:25.947848 [ 3 ] {fe4cd232-2e14-475d-8e11-8ad578a77230} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:25.948391 [ 3 ] {fe4cd232-2e14-475d-8e11-8ad578a77230} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.17 21:21:25.948808 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 259 rows, containing 4 columns (4 merged, 0 gathered) in 0.003848479 sec., 67299.31487218717 rows/sec., 5.86 MiB/sec. 2024.06.17 21:21:25.948924 [ 3 ] {fe4cd232-2e14-475d-8e11-8ad578a77230} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:25.948951 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.06.17 21:21:25.949166 [ 54 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.06.17 21:21:25.949185 [ 3 ] {fe4cd232-2e14-475d-8e11-8ad578a77230} executeQuery: Read 24 rows, 1.92 KiB in 0.0036 sec., 6666.666666666667 rows/sec., 534.40 KiB/sec. 2024.06.17 21:21:25.949294 [ 54 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:25.949413 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:25.949843 [ 3 ] {fe4cd232-2e14-475d-8e11-8ad578a77230} DynamicQueryHandler: Done processing query 2024.06.17 21:21:25.949908 [ 3 ] {fe4cd232-2e14-475d-8e11-8ad578a77230} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:21:25.949965 [ 3 ] {} HTTP-Session: 20b958aa-4ff3-496c-95a7-69e48525cd89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.949973 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:21:25.950127 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:25.950232 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_11_2} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:25.950294 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:25.950373 [ 3 ] {} HTTP-Session: 34b219c3-2576-45c1-a40c-3fa7ebac197d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:25.950434 [ 3 ] {} HTTP-Session: 34b219c3-2576-45c1-a40c-3fa7ebac197d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.950509 [ 3 ] {} HTTP-Session: 34b219c3-2576-45c1-a40c-3fa7ebac197d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.950552 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:21:25.950574 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_11_2} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.06.17 21:21:25.950594 [ 3 ] {} HTTP-Session: 34b219c3-2576-45c1-a40c-3fa7ebac197d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:25.950653 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 31 rows starting from the beginning of the part 2024.06.17 21:21:25.950761 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.06.17 21:21:25.950893 [ 3 ] {2c5e381c-5d0f-4792-95f6-be726d16999f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:25.950991 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2024.06.17 21:21:25.951036 [ 3 ] {2c5e381c-5d0f-4792-95f6-be726d16999f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:21:25.951344 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2024.06.17 21:21:25.951721 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2024.06.17 21:21:25.952072 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 35 rows starting from the beginning of the part 2024.06.17 21:21:25.952102 [ 3 ] {2c5e381c-5d0f-4792-95f6-be726d16999f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:25.952342 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2024.06.17 21:21:25.952925 [ 3 ] {2c5e381c-5d0f-4792-95f6-be726d16999f} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:25.952992 [ 3 ] {2c5e381c-5d0f-4792-95f6-be726d16999f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:25.953901 [ 3 ] {2c5e381c-5d0f-4792-95f6-be726d16999f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.17 21:21:25.954908 [ 189 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 4 columns (4 merged, 0 gathered) in 0.005254323 sec., 28167.282445331206 rows/sec., 2.21 MiB/sec. 2024.06.17 21:21:25.954956 [ 3 ] {2c5e381c-5d0f-4792-95f6-be726d16999f} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:25.955223 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.06.17 21:21:25.955236 [ 3 ] {2c5e381c-5d0f-4792-95f6-be726d16999f} executeQuery: Read 10 rows, 780.00 B in 0.004485 sec., 2229.654403567447 rows/sec., 169.84 KiB/sec. 2024.06.17 21:21:25.955666 [ 3 ] {2c5e381c-5d0f-4792-95f6-be726d16999f} DynamicQueryHandler: Done processing query 2024.06.17 21:21:25.955726 [ 3 ] {2c5e381c-5d0f-4792-95f6-be726d16999f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:25.955769 [ 3 ] {} HTTP-Session: 34b219c3-2576-45c1-a40c-3fa7ebac197d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.955942 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:25.956025 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_11_2} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:25.956041 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:25.956108 [ 3 ] {} HTTP-Session: 32e71f1f-10f6-4ed8-8ad2-f0cdaa02587f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:25.956149 [ 3 ] {} HTTP-Session: 32e71f1f-10f6-4ed8-8ad2-f0cdaa02587f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.956180 [ 3 ] {} HTTP-Session: 32e71f1f-10f6-4ed8-8ad2-f0cdaa02587f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.956219 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_11_2} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.06.17 21:21:25.956237 [ 3 ] {} HTTP-Session: 32e71f1f-10f6-4ed8-8ad2-f0cdaa02587f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:25.956382 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.06.17 21:21:25.956561 [ 3 ] {765a96b5-4cd6-45a6-9504-09cf8d93e282} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:25.956617 [ 3 ] {765a96b5-4cd6-45a6-9504-09cf8d93e282} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:21:25.956806 [ 3 ] {765a96b5-4cd6-45a6-9504-09cf8d93e282} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:25.957242 [ 3 ] {765a96b5-4cd6-45a6-9504-09cf8d93e282} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:25.957279 [ 3 ] {765a96b5-4cd6-45a6-9504-09cf8d93e282} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:25.957725 [ 3 ] {765a96b5-4cd6-45a6-9504-09cf8d93e282} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.17 21:21:25.958074 [ 3 ] {765a96b5-4cd6-45a6-9504-09cf8d93e282} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:25.958238 [ 3 ] {765a96b5-4cd6-45a6-9504-09cf8d93e282} executeQuery: Read 16 rows, 22.11 KiB in 0.001837 sec., 8709.853021230267 rows/sec., 11.75 MiB/sec. 2024.06.17 21:21:25.958407 [ 3 ] {765a96b5-4cd6-45a6-9504-09cf8d93e282} DynamicQueryHandler: Done processing query 2024.06.17 21:21:25.958515 [ 3 ] {765a96b5-4cd6-45a6-9504-09cf8d93e282} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:21:25.958531 [ 3 ] {} HTTP-Session: 32e71f1f-10f6-4ed8-8ad2-f0cdaa02587f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.958650 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:25.958695 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:25.958713 [ 3 ] {} HTTP-Session: 870d44cd-523d-4fd8-9b76-113089408aa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:25.958729 [ 3 ] {} HTTP-Session: 870d44cd-523d-4fd8-9b76-113089408aa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.958743 [ 3 ] {} HTTP-Session: 870d44cd-523d-4fd8-9b76-113089408aa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:25.958771 [ 3 ] {} HTTP-Session: 870d44cd-523d-4fd8-9b76-113089408aa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:25.958863 [ 3 ] {f56eef23-4f79-4353-b5e2-a56afe7b2d1b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:25.958906 [ 3 ] {f56eef23-4f79-4353-b5e2-a56afe7b2d1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:21:25.959027 [ 3 ] {f56eef23-4f79-4353-b5e2-a56afe7b2d1b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:25.959361 [ 3 ] {f56eef23-4f79-4353-b5e2-a56afe7b2d1b} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:25.959396 [ 3 ] {f56eef23-4f79-4353-b5e2-a56afe7b2d1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:25.959811 [ 3 ] {f56eef23-4f79-4353-b5e2-a56afe7b2d1b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.17 21:21:25.960135 [ 3 ] {f56eef23-4f79-4353-b5e2-a56afe7b2d1b} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:25.960295 [ 3 ] {f56eef23-4f79-4353-b5e2-a56afe7b2d1b} executeQuery: Read 10 rows, 645.00 B in 0.00144 sec., 6944.444444444444 rows/sec., 437.42 KiB/sec. 2024.06.17 21:21:25.960466 [ 3 ] {f56eef23-4f79-4353-b5e2-a56afe7b2d1b} DynamicQueryHandler: Done processing query 2024.06.17 21:21:25.960491 [ 3 ] {f56eef23-4f79-4353-b5e2-a56afe7b2d1b} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:21:25.960507 [ 3 ] {} HTTP-Session: 870d44cd-523d-4fd8-9b76-113089408aa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.175426 [ 49 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:21:30.175530 [ 49 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:21:30.940541 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.940720 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.940764 [ 3 ] {} HTTP-Session: 086406c2-5afa-4282-a043-8bb7c4bc3761 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.940807 [ 3 ] {} HTTP-Session: 086406c2-5afa-4282-a043-8bb7c4bc3761 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.940837 [ 3 ] {} HTTP-Session: 086406c2-5afa-4282-a043-8bb7c4bc3761 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.940917 [ 3 ] {} HTTP-Session: 086406c2-5afa-4282-a043-8bb7c4bc3761 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.941317 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', '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.06.17 21:21:30.941823 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:30.941862 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} 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', '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.06.17 21:21:30.942129 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.942211 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:30.942386 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 9-element set) 2024.06.17 21:21:30.942521 [ 260 ] {606a6118-b330-4442-bb21-4e459d17edfe} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:30.942580 [ 259 ] {606a6118-b330-4442-bb21-4e459d17edfe} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:30.942582 [ 250 ] {606a6118-b330-4442-bb21-4e459d17edfe} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:21:30.942763 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.06.17 21:21:30.942794 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:30.942887 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:30.942911 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:30.942952 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} 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', '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.06.17 21:21:30.942998 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} 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', '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.06.17 21:21:30.944371 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} executeQuery: Read 8 rows, 358.00 B in 0.003219 sec., 2485.2438645542093 rows/sec., 108.61 KiB/sec. 2024.06.17 21:21:30.944704 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.944733 [ 3 ] {606a6118-b330-4442-bb21-4e459d17edfe} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.06.17 21:21:30.944750 [ 3 ] {} HTTP-Session: 086406c2-5afa-4282-a043-8bb7c4bc3761 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.944964 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.945012 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.945032 [ 3 ] {} HTTP-Session: 6e3da210-da4f-4a71-8736-b6cc87aef955 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.945050 [ 3 ] {} HTTP-Session: 6e3da210-da4f-4a71-8736-b6cc87aef955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.945064 [ 3 ] {} HTTP-Session: 6e3da210-da4f-4a71-8736-b6cc87aef955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.945097 [ 3 ] {} HTTP-Session: 6e3da210-da4f-4a71-8736-b6cc87aef955 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.945231 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', '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.06.17 21:21:30.945477 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:30.945514 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} 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', '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.06.17 21:21:30.945738 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.945806 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:30.945944 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2024.06.17 21:21:30.946036 [ 258 ] {2a513d00-72de-4af8-8ec3-0156352b901e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:30.946078 [ 256 ] {2a513d00-72de-4af8-8ec3-0156352b901e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:30.946080 [ 255 ] {2a513d00-72de-4af8-8ec3-0156352b901e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:21:30.946213 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.06.17 21:21:30.946242 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:30.946322 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:30.946342 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:30.946379 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} 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', '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.06.17 21:21:30.946419 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} 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', '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.06.17 21:21:30.947668 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} executeQuery: Read 8 rows, 358.00 B in 0.002493 sec., 3208.9851584436424 rows/sec., 140.24 KiB/sec. 2024.06.17 21:21:30.947963 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.947988 [ 3 ] {2a513d00-72de-4af8-8ec3-0156352b901e} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.06.17 21:21:30.948004 [ 3 ] {} HTTP-Session: 6e3da210-da4f-4a71-8736-b6cc87aef955 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.948338 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 527, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.948386 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.948406 [ 3 ] {} HTTP-Session: 6691b1f9-80a3-4c0d-b74a-04333d930331 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.948422 [ 3 ] {} HTTP-Session: 6691b1f9-80a3-4c0d-b74a-04333d930331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.948437 [ 3 ] {} HTTP-Session: 6691b1f9-80a3-4c0d-b74a-04333d930331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.948469 [ 3 ] {} HTTP-Session: 6691b1f9-80a3-4c0d-b74a-04333d930331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.948602 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', '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.06.17 21:21:30.948848 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:30.948884 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} 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', '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.06.17 21:21:30.949107 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.949173 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:30.949311 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2024.06.17 21:21:30.949390 [ 260 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:30.949450 [ 256 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:30.949456 [ 259 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:21:30.949570 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.06.17 21:21:30.949599 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:30.949678 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:30.949698 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:30.949739 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} 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', '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.06.17 21:21:30.949778 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} 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', '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.06.17 21:21:30.951086 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} executeQuery: Read 8 rows, 358.00 B in 0.002541 sec., 3148.3667847304214 rows/sec., 137.59 KiB/sec. 2024.06.17 21:21:30.951383 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.951409 [ 3 ] {d1cb0f5f-42cf-4871-8e58-4ddf54143c34} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.17 21:21:30.951425 [ 3 ] {} HTTP-Session: 6691b1f9-80a3-4c0d-b74a-04333d930331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.951666 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 561, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.951713 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.951734 [ 3 ] {} HTTP-Session: ce999e17-5c5e-486f-9939-ffb0bef5064e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.951751 [ 3 ] {} HTTP-Session: ce999e17-5c5e-486f-9939-ffb0bef5064e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.951764 [ 3 ] {} HTTP-Session: ce999e17-5c5e-486f-9939-ffb0bef5064e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.951796 [ 3 ] {} HTTP-Session: ce999e17-5c5e-486f-9939-ffb0bef5064e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.951932 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', '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.06.17 21:21:30.952183 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:30.952221 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} 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', '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.06.17 21:21:30.952447 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.952513 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:30.952651 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 12-element set) 2024.06.17 21:21:30.952756 [ 258 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:30.952794 [ 250 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:21:30.952788 [ 255 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:30.952934 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.06.17 21:21:30.952962 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:30.953041 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:30.953060 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:30.953099 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} 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', '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.06.17 21:21:30.953139 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} 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', '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.06.17 21:21:30.954404 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} executeQuery: Read 8 rows, 358.00 B in 0.00253 sec., 3162.0553359683795 rows/sec., 138.19 KiB/sec. 2024.06.17 21:21:30.954701 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.954727 [ 3 ] {f8ee5594-c809-4cc5-a54f-820d44187ad7} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.17 21:21:30.954743 [ 3 ] {} HTTP-Session: ce999e17-5c5e-486f-9939-ffb0bef5064e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.954947 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.954994 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.955014 [ 3 ] {} HTTP-Session: f434878c-09c2-4ab1-b672-ddebbdf6614a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.955032 [ 3 ] {} HTTP-Session: f434878c-09c2-4ab1-b672-ddebbdf6614a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.955045 [ 3 ] {} HTTP-Session: f434878c-09c2-4ab1-b672-ddebbdf6614a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.955077 [ 3 ] {} HTTP-Session: f434878c-09c2-4ab1-b672-ddebbdf6614a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.955211 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', '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.06.17 21:21:30.955464 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:30.955502 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} 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', '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.06.17 21:21:30.955735 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.955801 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:30.955939 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 13-element set) 2024.06.17 21:21:30.956012 [ 260 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:30.956067 [ 250 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:30.956083 [ 259 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:21:30.956196 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.06.17 21:21:30.956226 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:30.956306 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:30.956327 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:30.956367 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} 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', '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.06.17 21:21:30.956407 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} 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', '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.06.17 21:21:30.957673 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} executeQuery: Read 8 rows, 358.00 B in 0.002522 sec., 3172.0856463124505 rows/sec., 138.62 KiB/sec. 2024.06.17 21:21:30.957979 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.958005 [ 3 ] {21a7df1c-7e18-4a89-b256-3d212f57e53f} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.17 21:21:30.958022 [ 3 ] {} HTTP-Session: f434878c-09c2-4ab1-b672-ddebbdf6614a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.958250 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.958298 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.958317 [ 3 ] {} HTTP-Session: 1ea1ba12-b395-4d2d-a2eb-d154d3ce8828 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.958335 [ 3 ] {} HTTP-Session: 1ea1ba12-b395-4d2d-a2eb-d154d3ce8828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.958349 [ 3 ] {} HTTP-Session: 1ea1ba12-b395-4d2d-a2eb-d154d3ce8828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.958381 [ 3 ] {} HTTP-Session: 1ea1ba12-b395-4d2d-a2eb-d154d3ce8828 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.958515 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', '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.06.17 21:21:30.958771 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:30.958810 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} 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', '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.06.17 21:21:30.959050 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.959117 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:30.959254 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2024.06.17 21:21:30.959351 [ 258 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:30.959377 [ 256 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:30.959395 [ 255 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:21:30.959509 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.06.17 21:21:30.959538 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:30.959616 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:30.959637 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:30.959676 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} 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', '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.06.17 21:21:30.959717 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} 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', '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.06.17 21:21:30.960854 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} executeQuery: Read 8 rows, 358.00 B in 0.002398 sec., 3336.1134278565473 rows/sec., 145.79 KiB/sec. 2024.06.17 21:21:30.961178 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.961205 [ 3 ] {fe27392e-1325-4c27-8ee9-91c9d320d009} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.17 21:21:30.961222 [ 3 ] {} HTTP-Session: 1ea1ba12-b395-4d2d-a2eb-d154d3ce8828 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.961442 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.961491 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.961510 [ 3 ] {} HTTP-Session: 594dcbfa-9040-45cb-ad17-0f0c364f3e41 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.961526 [ 3 ] {} HTTP-Session: 594dcbfa-9040-45cb-ad17-0f0c364f3e41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.961540 [ 3 ] {} HTTP-Session: 594dcbfa-9040-45cb-ad17-0f0c364f3e41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.961571 [ 3 ] {} HTTP-Session: 594dcbfa-9040-45cb-ad17-0f0c364f3e41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.961703 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', '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.06.17 21:21:30.961958 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:30.961998 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} 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', '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.06.17 21:21:30.962239 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.962304 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:30.962441 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2024.06.17 21:21:30.962564 [ 250 ] {23158856-7899-4285-8ac1-e28133b53a4b} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:30.962568 [ 256 ] {23158856-7899-4285-8ac1-e28133b53a4b} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:30.962590 [ 260 ] {23158856-7899-4285-8ac1-e28133b53a4b} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:21:30.962697 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.06.17 21:21:30.962721 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:30.962797 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:30.962817 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:30.962854 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} 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', '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.06.17 21:21:30.962893 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} 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', '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.06.17 21:21:30.964279 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} executeQuery: Read 8 rows, 358.00 B in 0.002636 sec., 3034.901365705615 rows/sec., 132.63 KiB/sec. 2024.06.17 21:21:30.964558 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.964583 [ 3 ] {23158856-7899-4285-8ac1-e28133b53a4b} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.17 21:21:30.964600 [ 3 ] {} HTTP-Session: 594dcbfa-9040-45cb-ad17-0f0c364f3e41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.964836 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.964884 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.964903 [ 3 ] {} HTTP-Session: ab4ed81e-3d01-4202-83e8-5ec98934f407 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.964919 [ 3 ] {} HTTP-Session: ab4ed81e-3d01-4202-83e8-5ec98934f407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.964933 [ 3 ] {} HTTP-Session: ab4ed81e-3d01-4202-83e8-5ec98934f407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.964965 [ 3 ] {} HTTP-Session: ab4ed81e-3d01-4202-83e8-5ec98934f407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.965099 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', '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.06.17 21:21:30.965359 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:30.965398 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} 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', '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.06.17 21:21:30.965639 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.965706 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:30.965840 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2024.06.17 21:21:30.965973 [ 255 ] {b4189c51-2eb4-483a-9032-57be6a132403} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:30.965992 [ 259 ] {b4189c51-2eb4-483a-9032-57be6a132403} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:30.965989 [ 258 ] {b4189c51-2eb4-483a-9032-57be6a132403} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:21:30.966113 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.06.17 21:21:30.966137 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:30.966215 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:30.966234 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:30.966273 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} 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', '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.06.17 21:21:30.966309 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} 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', '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.06.17 21:21:30.967308 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} executeQuery: Read 8 rows, 358.00 B in 0.00227 sec., 3524.229074889868 rows/sec., 154.01 KiB/sec. 2024.06.17 21:21:30.967575 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.967601 [ 3 ] {b4189c51-2eb4-483a-9032-57be6a132403} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.17 21:21:30.967618 [ 3 ] {} HTTP-Session: ab4ed81e-3d01-4202-83e8-5ec98934f407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.967837 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.967886 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.967905 [ 3 ] {} HTTP-Session: 0caae201-2f11-4bcc-92dd-495ae764ba40 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.967922 [ 3 ] {} HTTP-Session: 0caae201-2f11-4bcc-92dd-495ae764ba40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.967936 [ 3 ] {} HTTP-Session: 0caae201-2f11-4bcc-92dd-495ae764ba40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.967968 [ 3 ] {} HTTP-Session: 0caae201-2f11-4bcc-92dd-495ae764ba40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.968103 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', '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.06.17 21:21:30.968361 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:30.968401 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} 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', '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.06.17 21:21:30.968645 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.968716 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:30.968851 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2024.06.17 21:21:30.968994 [ 256 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:30.968994 [ 250 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:21:30.969001 [ 259 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:30.969137 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.06.17 21:21:30.969166 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:30.969243 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:30.969263 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:30.969301 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} 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', '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.06.17 21:21:30.969338 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} 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', '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.06.17 21:21:30.970630 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} executeQuery: Read 8 rows, 358.00 B in 0.002588 sec., 3091.190108191654 rows/sec., 135.09 KiB/sec. 2024.06.17 21:21:30.970913 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.970937 [ 3 ] {8d5cbc81-1320-4942-bb9a-92c44f37f57a} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.17 21:21:30.970968 [ 3 ] {} HTTP-Session: 0caae201-2f11-4bcc-92dd-495ae764ba40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.971190 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.971250 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.971270 [ 3 ] {} HTTP-Session: 9d7273c7-8b35-4de8-bea6-d88487a67f09 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.971286 [ 3 ] {} HTTP-Session: 9d7273c7-8b35-4de8-bea6-d88487a67f09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.971300 [ 3 ] {} HTTP-Session: 9d7273c7-8b35-4de8-bea6-d88487a67f09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.971331 [ 3 ] {} HTTP-Session: 9d7273c7-8b35-4de8-bea6-d88487a67f09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.971470 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', '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.06.17 21:21:30.971729 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:30.971769 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} 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', '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.06.17 21:21:30.972014 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.972079 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:30.972214 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2024.06.17 21:21:30.972272 [ 258 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:30.972348 [ 250 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:21:30.972357 [ 255 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:30.972472 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.06.17 21:21:30.972501 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:30.972578 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:30.972597 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:30.972634 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} 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', '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.06.17 21:21:30.972673 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} 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', '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.06.17 21:21:30.973959 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} executeQuery: Read 8 rows, 358.00 B in 0.002552 sec., 3134.796238244514 rows/sec., 136.99 KiB/sec. 2024.06.17 21:21:30.974256 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.974285 [ 3 ] {c6177f39-ab71-4c3a-a335-3f5a62f8e7a7} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.17 21:21:30.974301 [ 3 ] {} HTTP-Session: 9d7273c7-8b35-4de8-bea6-d88487a67f09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.974538 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.974587 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.974608 [ 3 ] {} HTTP-Session: a0b6de59-47f8-4a59-8121-1493b1cb8c6f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.974625 [ 3 ] {} HTTP-Session: a0b6de59-47f8-4a59-8121-1493b1cb8c6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.974639 [ 3 ] {} HTTP-Session: a0b6de59-47f8-4a59-8121-1493b1cb8c6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.974671 [ 3 ] {} HTTP-Session: a0b6de59-47f8-4a59-8121-1493b1cb8c6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.974812 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', '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.06.17 21:21:30.975074 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:30.975114 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} 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', '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.06.17 21:21:30.975365 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.975432 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:30.975566 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2024.06.17 21:21:30.975700 [ 250 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:30.975720 [ 255 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:21:30.975733 [ 258 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:30.975852 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.06.17 21:21:30.975875 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:30.975951 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:30.975970 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:30.976009 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} 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', '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.06.17 21:21:30.976048 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} 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', '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.06.17 21:21:30.977259 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} executeQuery: Read 8 rows, 358.00 B in 0.002511 sec., 3185.9816806053364 rows/sec., 139.23 KiB/sec. 2024.06.17 21:21:30.977537 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.977562 [ 3 ] {1bdbb803-9acb-4b17-aa1f-4f35e25e4d8a} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.17 21:21:30.977578 [ 3 ] {} HTTP-Session: a0b6de59-47f8-4a59-8121-1493b1cb8c6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.977801 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.977847 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.977868 [ 3 ] {} HTTP-Session: 9b256222-e117-4c83-a586-81b1488701d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.977884 [ 3 ] {} HTTP-Session: 9b256222-e117-4c83-a586-81b1488701d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.977897 [ 3 ] {} HTTP-Session: 9b256222-e117-4c83-a586-81b1488701d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.977928 [ 3 ] {} HTTP-Session: 9b256222-e117-4c83-a586-81b1488701d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.978064 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', '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.06.17 21:21:30.978322 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:30.978363 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} 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', '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.06.17 21:21:30.978618 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.978683 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:30.978828 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2024.06.17 21:21:30.978959 [ 260 ] {382e3c48-d380-4cfe-be51-10ce8df122be} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:30.978991 [ 256 ] {382e3c48-d380-4cfe-be51-10ce8df122be} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:30.979019 [ 259 ] {382e3c48-d380-4cfe-be51-10ce8df122be} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:21:30.979164 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.06.17 21:21:30.979191 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:30.979267 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:30.979287 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:30.979324 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} 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', '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.06.17 21:21:30.979362 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} 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', '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.06.17 21:21:30.980360 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} executeQuery: Read 8 rows, 358.00 B in 0.002359 sec., 3391.267486222976 rows/sec., 148.20 KiB/sec. 2024.06.17 21:21:30.980620 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.980645 [ 3 ] {382e3c48-d380-4cfe-be51-10ce8df122be} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.17 21:21:30.980663 [ 3 ] {} HTTP-Session: 9b256222-e117-4c83-a586-81b1488701d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.980872 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.980919 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.980938 [ 3 ] {} HTTP-Session: bc3056ee-f6c8-40e2-b316-cc2868426907 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.980955 [ 3 ] {} HTTP-Session: bc3056ee-f6c8-40e2-b316-cc2868426907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.980968 [ 3 ] {} HTTP-Session: bc3056ee-f6c8-40e2-b316-cc2868426907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.980998 [ 3 ] {} HTTP-Session: bc3056ee-f6c8-40e2-b316-cc2868426907 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.981136 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', '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.06.17 21:21:30.981397 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:30.981438 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} 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', '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.06.17 21:21:30.981693 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.981756 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:30.981890 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2024.06.17 21:21:30.982026 [ 255 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:30.982027 [ 250 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:30.982032 [ 259 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:21:30.982188 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.06.17 21:21:30.982217 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:30.982299 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:30.982322 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:30.982361 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} 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', '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.06.17 21:21:30.982401 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} 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', '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.06.17 21:21:30.983482 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} executeQuery: Read 8 rows, 358.00 B in 0.002411 sec., 3318.125259228536 rows/sec., 145.01 KiB/sec. 2024.06.17 21:21:30.983769 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.983793 [ 3 ] {ba56653e-1145-4d25-89a6-f8a014abe6b1} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.17 21:21:30.983810 [ 3 ] {} HTTP-Session: bc3056ee-f6c8-40e2-b316-cc2868426907 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.984032 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.984079 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.984098 [ 3 ] {} HTTP-Session: 3b307557-9f95-4329-a43c-2ac48238d24c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.984115 [ 3 ] {} HTTP-Session: 3b307557-9f95-4329-a43c-2ac48238d24c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.984130 [ 3 ] {} HTTP-Session: 3b307557-9f95-4329-a43c-2ac48238d24c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.984160 [ 3 ] {} HTTP-Session: 3b307557-9f95-4329-a43c-2ac48238d24c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.984299 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', '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.06.17 21:21:30.984563 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:21:30.984604 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} 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', '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.06.17 21:21:30.984864 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.984928 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:21:30.985063 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2024.06.17 21:21:30.985205 [ 258 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:21:30.985212 [ 260 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:21:30.985207 [ 256 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:21:30.985340 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.06.17 21:21:30.985368 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:21:30.985445 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:21:30.985464 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 8 rows with 2 streams 2024.06.17 21:21:30.985502 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} 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', '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.06.17 21:21:30.985541 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} 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', '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.06.17 21:21:30.986748 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} executeQuery: Read 8 rows, 358.00 B in 0.002514 sec., 3182.1797931583133 rows/sec., 139.06 KiB/sec. 2024.06.17 21:21:30.987032 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.987058 [ 3 ] {b06184bf-6370-4ccd-a00c-cb50bd9b95f2} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.17 21:21:30.987074 [ 3 ] {} HTTP-Session: 3b307557-9f95-4329-a43c-2ac48238d24c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.989257 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.989314 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.989339 [ 3 ] {} HTTP-Session: 4f61e703-b115-4d1f-9b96-f2226b9dafb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.989360 [ 3 ] {} HTTP-Session: 4f61e703-b115-4d1f-9b96-f2226b9dafb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.989377 [ 3 ] {} HTTP-Session: 4f61e703-b115-4d1f-9b96-f2226b9dafb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.989415 [ 3 ] {} HTTP-Session: 4f61e703-b115-4d1f-9b96-f2226b9dafb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.989558 [ 3 ] {454430b6-6927-49aa-b2ae-450b32f817ad} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:30.989613 [ 3 ] {454430b6-6927-49aa-b2ae-450b32f817ad} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:21:30.989792 [ 3 ] {454430b6-6927-49aa-b2ae-450b32f817ad} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:30.990157 [ 3 ] {454430b6-6927-49aa-b2ae-450b32f817ad} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:30.990195 [ 3 ] {454430b6-6927-49aa-b2ae-450b32f817ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:30.990680 [ 3 ] {454430b6-6927-49aa-b2ae-450b32f817ad} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.17 21:21:30.990989 [ 3 ] {454430b6-6927-49aa-b2ae-450b32f817ad} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:30.991159 [ 3 ] {454430b6-6927-49aa-b2ae-450b32f817ad} executeQuery: Read 14 rows, 2.01 KiB in 0.001658 sec., 8443.90832328106 rows/sec., 1.18 MiB/sec. 2024.06.17 21:21:30.991333 [ 3 ] {454430b6-6927-49aa-b2ae-450b32f817ad} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.991358 [ 3 ] {454430b6-6927-49aa-b2ae-450b32f817ad} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:21:30.991374 [ 3 ] {} HTTP-Session: 4f61e703-b115-4d1f-9b96-f2226b9dafb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.991497 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.991545 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.991564 [ 3 ] {} HTTP-Session: 6a7dc0d8-633b-40ba-b969-7e897241dbcc Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.991581 [ 3 ] {} HTTP-Session: 6a7dc0d8-633b-40ba-b969-7e897241dbcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.991594 [ 3 ] {} HTTP-Session: 6a7dc0d8-633b-40ba-b969-7e897241dbcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.991625 [ 3 ] {} HTTP-Session: 6a7dc0d8-633b-40ba-b969-7e897241dbcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.991724 [ 3 ] {0574ec44-8083-44a6-a607-25a3a88b2e6e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:30.991768 [ 3 ] {0574ec44-8083-44a6-a607-25a3a88b2e6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:21:30.991893 [ 3 ] {0574ec44-8083-44a6-a607-25a3a88b2e6e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:30.992186 [ 3 ] {0574ec44-8083-44a6-a607-25a3a88b2e6e} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:30.992223 [ 3 ] {0574ec44-8083-44a6-a607-25a3a88b2e6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:30.992523 [ 3 ] {0574ec44-8083-44a6-a607-25a3a88b2e6e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.17 21:21:30.992848 [ 3 ] {0574ec44-8083-44a6-a607-25a3a88b2e6e} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:30.992965 [ 3 ] {0574ec44-8083-44a6-a607-25a3a88b2e6e} executeQuery: Read 14 rows, 1.13 KiB in 0.001267 sec., 11049.723756906078 rows/sec., 895.63 KiB/sec. 2024.06.17 21:21:30.993115 [ 3 ] {0574ec44-8083-44a6-a607-25a3a88b2e6e} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.993139 [ 3 ] {0574ec44-8083-44a6-a607-25a3a88b2e6e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:30.993155 [ 3 ] {} HTTP-Session: 6a7dc0d8-633b-40ba-b969-7e897241dbcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.993289 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.993336 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.993355 [ 3 ] {} HTTP-Session: a69d6a25-e053-419a-805a-7bd1e16f82db Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.993371 [ 3 ] {} HTTP-Session: a69d6a25-e053-419a-805a-7bd1e16f82db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.993385 [ 3 ] {} HTTP-Session: a69d6a25-e053-419a-805a-7bd1e16f82db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.993416 [ 3 ] {} HTTP-Session: a69d6a25-e053-419a-805a-7bd1e16f82db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.993535 [ 3 ] {b3385ede-1574-4c6b-961a-832b7bbc7262} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:30.993577 [ 3 ] {b3385ede-1574-4c6b-961a-832b7bbc7262} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:21:30.993697 [ 3 ] {b3385ede-1574-4c6b-961a-832b7bbc7262} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:30.994041 [ 3 ] {b3385ede-1574-4c6b-961a-832b7bbc7262} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:30.994077 [ 3 ] {b3385ede-1574-4c6b-961a-832b7bbc7262} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:30.994391 [ 3 ] {b3385ede-1574-4c6b-961a-832b7bbc7262} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.17 21:21:30.994698 [ 3 ] {b3385ede-1574-4c6b-961a-832b7bbc7262} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:30.994823 [ 3 ] {b3385ede-1574-4c6b-961a-832b7bbc7262} executeQuery: Read 98 rows, 8.24 KiB in 0.001335 sec., 73408.23970037453 rows/sec., 6.03 MiB/sec. 2024.06.17 21:21:30.995136 [ 3 ] {b3385ede-1574-4c6b-961a-832b7bbc7262} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.995161 [ 3 ] {b3385ede-1574-4c6b-961a-832b7bbc7262} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:21:30.995177 [ 3 ] {} HTTP-Session: a69d6a25-e053-419a-805a-7bd1e16f82db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.995335 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.995383 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.995401 [ 3 ] {} HTTP-Session: 75f08b2f-cfd7-4926-8c53-9eb071fc3794 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.995418 [ 3 ] {} HTTP-Session: 75f08b2f-cfd7-4926-8c53-9eb071fc3794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.995432 [ 3 ] {} HTTP-Session: 75f08b2f-cfd7-4926-8c53-9eb071fc3794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.995463 [ 3 ] {} HTTP-Session: 75f08b2f-cfd7-4926-8c53-9eb071fc3794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.995576 [ 3 ] {cac2b986-022e-403a-b73c-85a5f89c2409} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:30.995620 [ 3 ] {cac2b986-022e-403a-b73c-85a5f89c2409} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:21:30.995763 [ 3 ] {cac2b986-022e-403a-b73c-85a5f89c2409} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:30.996085 [ 3 ] {cac2b986-022e-403a-b73c-85a5f89c2409} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:30.996121 [ 3 ] {cac2b986-022e-403a-b73c-85a5f89c2409} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:30.996428 [ 3 ] {cac2b986-022e-403a-b73c-85a5f89c2409} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.17 21:21:30.996723 [ 3 ] {cac2b986-022e-403a-b73c-85a5f89c2409} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:30.996847 [ 3 ] {cac2b986-022e-403a-b73c-85a5f89c2409} executeQuery: Read 78 rows, 6.24 KiB in 0.001314 sec., 59360.7305936073 rows/sec., 4.63 MiB/sec. 2024.06.17 21:21:30.996991 [ 3 ] {cac2b986-022e-403a-b73c-85a5f89c2409} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.997015 [ 3 ] {cac2b986-022e-403a-b73c-85a5f89c2409} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:21:30.997030 [ 3 ] {} HTTP-Session: 75f08b2f-cfd7-4926-8c53-9eb071fc3794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.997188 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.997234 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.997253 [ 3 ] {} HTTP-Session: 61b5db9d-d952-4f9c-a73d-f098ba651154 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.997269 [ 3 ] {} HTTP-Session: 61b5db9d-d952-4f9c-a73d-f098ba651154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.997283 [ 3 ] {} HTTP-Session: 61b5db9d-d952-4f9c-a73d-f098ba651154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.997313 [ 3 ] {} HTTP-Session: 61b5db9d-d952-4f9c-a73d-f098ba651154 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.997423 [ 3 ] {ad8a6d02-bcc1-4a50-93e1-c691b2728fbe} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:30.997469 [ 3 ] {ad8a6d02-bcc1-4a50-93e1-c691b2728fbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:21:30.997606 [ 3 ] {ad8a6d02-bcc1-4a50-93e1-c691b2728fbe} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:30.997910 [ 3 ] {ad8a6d02-bcc1-4a50-93e1-c691b2728fbe} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:30.997944 [ 3 ] {ad8a6d02-bcc1-4a50-93e1-c691b2728fbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:30.998310 [ 3 ] {ad8a6d02-bcc1-4a50-93e1-c691b2728fbe} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.17 21:21:30.998662 [ 3 ] {ad8a6d02-bcc1-4a50-93e1-c691b2728fbe} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:30.998788 [ 3 ] {ad8a6d02-bcc1-4a50-93e1-c691b2728fbe} executeQuery: Read 50 rows, 3.60 KiB in 0.001402 sec., 35663.338088445074 rows/sec., 2.51 MiB/sec. 2024.06.17 21:21:30.998950 [ 3 ] {ad8a6d02-bcc1-4a50-93e1-c691b2728fbe} DynamicQueryHandler: Done processing query 2024.06.17 21:21:30.998974 [ 3 ] {ad8a6d02-bcc1-4a50-93e1-c691b2728fbe} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.17 21:21:30.998991 [ 3 ] {} HTTP-Session: 61b5db9d-d952-4f9c-a73d-f098ba651154 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.999132 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:30.999180 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:30.999199 [ 3 ] {} HTTP-Session: 34922deb-3f14-423d-91cd-b06126bbf068 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:30.999216 [ 3 ] {} HTTP-Session: 34922deb-3f14-423d-91cd-b06126bbf068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.999230 [ 3 ] {} HTTP-Session: 34922deb-3f14-423d-91cd-b06126bbf068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:30.999260 [ 3 ] {} HTTP-Session: 34922deb-3f14-423d-91cd-b06126bbf068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:30.999493 [ 3 ] {ec3e0da5-499c-4779-ada2-b7c44dc5f05e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:30.999540 [ 3 ] {ec3e0da5-499c-4779-ada2-b7c44dc5f05e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:21:30.999692 [ 3 ] {ec3e0da5-499c-4779-ada2-b7c44dc5f05e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:31.000064 [ 3 ] {ec3e0da5-499c-4779-ada2-b7c44dc5f05e} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:31.000158 [ 3 ] {ec3e0da5-499c-4779-ada2-b7c44dc5f05e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:31.000167 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 181.89 MiB, peak 188.73 MiB, free memory in arenas 0.00 B, will set to 179.75 MiB (RSS), difference: -2.14 MiB 2024.06.17 21:21:31.000831 [ 3 ] {ec3e0da5-499c-4779-ada2-b7c44dc5f05e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.17 21:21:31.001162 [ 3 ] {ec3e0da5-499c-4779-ada2-b7c44dc5f05e} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:31.001294 [ 3 ] {ec3e0da5-499c-4779-ada2-b7c44dc5f05e} executeQuery: Read 14 rows, 19.35 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 9.63 MiB/sec. 2024.06.17 21:21:31.001449 [ 3 ] {ec3e0da5-499c-4779-ada2-b7c44dc5f05e} DynamicQueryHandler: Done processing query 2024.06.17 21:21:31.001474 [ 3 ] {ec3e0da5-499c-4779-ada2-b7c44dc5f05e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:21:31.001490 [ 3 ] {} HTTP-Session: 34922deb-3f14-423d-91cd-b06126bbf068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:31.001607 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 3650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:31.001653 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:31.001673 [ 3 ] {} HTTP-Session: 6ef83f6e-fc17-4bb4-a834-4fd1493f0898 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:31.001689 [ 3 ] {} HTTP-Session: 6ef83f6e-fc17-4bb4-a834-4fd1493f0898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:31.001703 [ 3 ] {} HTTP-Session: 6ef83f6e-fc17-4bb4-a834-4fd1493f0898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:31.001734 [ 3 ] {} HTTP-Session: 6ef83f6e-fc17-4bb4-a834-4fd1493f0898 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:31.001833 [ 3 ] {4fd58167-f2c0-410f-b7b5-d7b213acf5a4} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:31.001878 [ 3 ] {4fd58167-f2c0-410f-b7b5-d7b213acf5a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:21:31.002003 [ 3 ] {4fd58167-f2c0-410f-b7b5-d7b213acf5a4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:31.002299 [ 3 ] {4fd58167-f2c0-410f-b7b5-d7b213acf5a4} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:31.002335 [ 3 ] {4fd58167-f2c0-410f-b7b5-d7b213acf5a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.06.17 21:21:31.002686 [ 3 ] {4fd58167-f2c0-410f-b7b5-d7b213acf5a4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.17 21:21:31.003000 [ 3 ] {4fd58167-f2c0-410f-b7b5-d7b213acf5a4} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:31.003132 [ 3 ] {4fd58167-f2c0-410f-b7b5-d7b213acf5a4} executeQuery: Read 24 rows, 1.61 KiB in 0.001329 sec., 18058.69074492099 rows/sec., 1.19 MiB/sec. 2024.06.17 21:21:31.003291 [ 3 ] {4fd58167-f2c0-410f-b7b5-d7b213acf5a4} DynamicQueryHandler: Done processing query 2024.06.17 21:21:31.003315 [ 3 ] {4fd58167-f2c0-410f-b7b5-d7b213acf5a4} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:21:31.003331 [ 3 ] {} HTTP-Session: 6ef83f6e-fc17-4bb4-a834-4fd1493f0898 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.948083 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:35.948230 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:35.948260 [ 3 ] {} HTTP-Session: 9b5ac9bc-eb3f-4a4f-a3bd-7608d76babb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:35.948289 [ 3 ] {} HTTP-Session: 9b5ac9bc-eb3f-4a4f-a3bd-7608d76babb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.948307 [ 3 ] {} HTTP-Session: 9b5ac9bc-eb3f-4a4f-a3bd-7608d76babb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.948365 [ 3 ] {} HTTP-Session: 9b5ac9bc-eb3f-4a4f-a3bd-7608d76babb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:35.948580 [ 3 ] {1d0041b4-6c9d-4665-8a35-1c1c419b9370} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:35.948659 [ 3 ] {1d0041b4-6c9d-4665-8a35-1c1c419b9370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:21:35.948867 [ 3 ] {1d0041b4-6c9d-4665-8a35-1c1c419b9370} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:35.949284 [ 3 ] {1d0041b4-6c9d-4665-8a35-1c1c419b9370} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:35.949327 [ 3 ] {1d0041b4-6c9d-4665-8a35-1c1c419b9370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:35.949734 [ 3 ] {1d0041b4-6c9d-4665-8a35-1c1c419b9370} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.17 21:21:35.950057 [ 3 ] {1d0041b4-6c9d-4665-8a35-1c1c419b9370} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:35.950222 [ 3 ] {1d0041b4-6c9d-4665-8a35-1c1c419b9370} executeQuery: Read 16 rows, 1.30 KiB in 0.001705 sec., 9384.1642228739 rows/sec., 760.63 KiB/sec. 2024.06.17 21:21:35.950426 [ 3 ] {1d0041b4-6c9d-4665-8a35-1c1c419b9370} DynamicQueryHandler: Done processing query 2024.06.17 21:21:35.950453 [ 3 ] {1d0041b4-6c9d-4665-8a35-1c1c419b9370} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:35.950469 [ 3 ] {} HTTP-Session: 9b5ac9bc-eb3f-4a4f-a3bd-7608d76babb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.950643 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:35.950691 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:35.950711 [ 3 ] {} HTTP-Session: 43a2dede-e7d1-4aab-aecb-ed1d28bcbb19 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:35.950728 [ 3 ] {} HTTP-Session: 43a2dede-e7d1-4aab-aecb-ed1d28bcbb19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.950742 [ 3 ] {} HTTP-Session: 43a2dede-e7d1-4aab-aecb-ed1d28bcbb19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.950774 [ 3 ] {} HTTP-Session: 43a2dede-e7d1-4aab-aecb-ed1d28bcbb19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:35.950899 [ 3 ] {6382dd78-14f3-499d-91f5-5d586f0bbf08} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:35.950944 [ 3 ] {6382dd78-14f3-499d-91f5-5d586f0bbf08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:21:35.951068 [ 3 ] {6382dd78-14f3-499d-91f5-5d586f0bbf08} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:35.951432 [ 3 ] {6382dd78-14f3-499d-91f5-5d586f0bbf08} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:35.951470 [ 3 ] {6382dd78-14f3-499d-91f5-5d586f0bbf08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:35.951793 [ 3 ] {6382dd78-14f3-499d-91f5-5d586f0bbf08} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.17 21:21:35.952098 [ 3 ] {6382dd78-14f3-499d-91f5-5d586f0bbf08} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:35.952300 [ 3 ] {6382dd78-14f3-499d-91f5-5d586f0bbf08} executeQuery: Read 104 rows, 8.66 KiB in 0.00145 sec., 71724.1379310345 rows/sec., 5.83 MiB/sec. 2024.06.17 21:21:35.952465 [ 3 ] {6382dd78-14f3-499d-91f5-5d586f0bbf08} DynamicQueryHandler: Done processing query 2024.06.17 21:21:35.952490 [ 3 ] {6382dd78-14f3-499d-91f5-5d586f0bbf08} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:21:35.952506 [ 3 ] {} HTTP-Session: 43a2dede-e7d1-4aab-aecb-ed1d28bcbb19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.952637 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:35.952684 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:35.952705 [ 3 ] {} HTTP-Session: 6aab5238-e865-4e5e-a5ec-4f340bbf7b07 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:35.952722 [ 3 ] {} HTTP-Session: 6aab5238-e865-4e5e-a5ec-4f340bbf7b07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.952737 [ 3 ] {} HTTP-Session: 6aab5238-e865-4e5e-a5ec-4f340bbf7b07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.952768 [ 3 ] {} HTTP-Session: 6aab5238-e865-4e5e-a5ec-4f340bbf7b07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:35.952962 [ 3 ] {fe9951b6-05da-498c-826d-8f572854eae3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:35.953007 [ 3 ] {fe9951b6-05da-498c-826d-8f572854eae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:21:35.953129 [ 3 ] {fe9951b6-05da-498c-826d-8f572854eae3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:35.953449 [ 3 ] {fe9951b6-05da-498c-826d-8f572854eae3} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:35.953485 [ 3 ] {fe9951b6-05da-498c-826d-8f572854eae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:35.953811 [ 3 ] {fe9951b6-05da-498c-826d-8f572854eae3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.17 21:21:35.954109 [ 3 ] {fe9951b6-05da-498c-826d-8f572854eae3} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:35.954233 [ 3 ] {fe9951b6-05da-498c-826d-8f572854eae3} executeQuery: Read 80 rows, 6.40 KiB in 0.001313 sec., 60929.16984006093 rows/sec., 4.76 MiB/sec. 2024.06.17 21:21:35.954499 [ 3 ] {fe9951b6-05da-498c-826d-8f572854eae3} DynamicQueryHandler: Done processing query 2024.06.17 21:21:35.954526 [ 3 ] {fe9951b6-05da-498c-826d-8f572854eae3} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:21:35.954542 [ 3 ] {} HTTP-Session: 6aab5238-e865-4e5e-a5ec-4f340bbf7b07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.954735 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:35.954783 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:35.954802 [ 3 ] {} HTTP-Session: 4ef4b5bf-30a4-4446-8c1c-759175baebe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:35.954819 [ 3 ] {} HTTP-Session: 4ef4b5bf-30a4-4446-8c1c-759175baebe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.954833 [ 3 ] {} HTTP-Session: 4ef4b5bf-30a4-4446-8c1c-759175baebe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.954864 [ 3 ] {} HTTP-Session: 4ef4b5bf-30a4-4446-8c1c-759175baebe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:35.955009 [ 3 ] {141d7de0-25b4-4bce-a302-80c023293821} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:35.955057 [ 3 ] {141d7de0-25b4-4bce-a302-80c023293821} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:21:35.955218 [ 3 ] {141d7de0-25b4-4bce-a302-80c023293821} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:35.955589 [ 3 ] {141d7de0-25b4-4bce-a302-80c023293821} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:35.955624 [ 3 ] {141d7de0-25b4-4bce-a302-80c023293821} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:35.956036 [ 3 ] {141d7de0-25b4-4bce-a302-80c023293821} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.17 21:21:35.956380 [ 3 ] {141d7de0-25b4-4bce-a302-80c023293821} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:35.956501 [ 40 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.06.17 21:21:35.956508 [ 3 ] {141d7de0-25b4-4bce-a302-80c023293821} executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. 2024.06.17 21:21:35.956552 [ 40 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:35.956592 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:35.956812 [ 3 ] {141d7de0-25b4-4bce-a302-80c023293821} DynamicQueryHandler: Done processing query 2024.06.17 21:21:35.956965 [ 3 ] {141d7de0-25b4-4bce-a302-80c023293821} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:21:35.956977 [ 186 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:21:35.957009 [ 3 ] {} HTTP-Session: 4ef4b5bf-30a4-4446-8c1c-759175baebe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.957236 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:35.957275 [ 186 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:21:35.957330 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:35.957364 [ 186 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 54 rows starting from the beginning of the part 2024.06.17 21:21:35.957380 [ 3 ] {} HTTP-Session: 1b694630-c75e-4278-9881-0330c8f03649 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:35.957422 [ 3 ] {} HTTP-Session: 1b694630-c75e-4278-9881-0330c8f03649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.957436 [ 3 ] {} HTTP-Session: 1b694630-c75e-4278-9881-0330c8f03649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.957529 [ 3 ] {} HTTP-Session: 1b694630-c75e-4278-9881-0330c8f03649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:35.957668 [ 186 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 11 rows starting from the beginning of the part 2024.06.17 21:21:35.957923 [ 186 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:35.958058 [ 186 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:35.958330 [ 3 ] {c793c2c3-2ad0-4fc1-8136-581bfe893462} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:35.958374 [ 186 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part 2024.06.17 21:21:35.958549 [ 3 ] {c793c2c3-2ad0-4fc1-8136-581bfe893462} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:21:35.958647 [ 186 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:21:35.959483 [ 3 ] {c793c2c3-2ad0-4fc1-8136-581bfe893462} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:35.960339 [ 3 ] {c793c2c3-2ad0-4fc1-8136-581bfe893462} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:35.960411 [ 3 ] {c793c2c3-2ad0-4fc1-8136-581bfe893462} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:35.961663 [ 3 ] {c793c2c3-2ad0-4fc1-8136-581bfe893462} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.17 21:21:35.961886 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 295 rows, containing 5 columns (5 merged, 0 gathered) in 0.005158402 sec., 57188.25326137823 rows/sec., 4.07 MiB/sec. 2024.06.17 21:21:35.962213 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.06.17 21:21:35.962343 [ 3 ] {c793c2c3-2ad0-4fc1-8136-581bfe893462} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:35.962641 [ 3 ] {c793c2c3-2ad0-4fc1-8136-581bfe893462} executeQuery: Read 16 rows, 22.11 KiB in 0.004816 sec., 3322.2591362126245 rows/sec., 4.48 MiB/sec. 2024.06.17 21:21:35.963130 [ 3 ] {c793c2c3-2ad0-4fc1-8136-581bfe893462} DynamicQueryHandler: Done processing query 2024.06.17 21:21:35.963177 [ 3 ] {c793c2c3-2ad0-4fc1-8136-581bfe893462} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:21:35.963211 [ 3 ] {} HTTP-Session: 1b694630-c75e-4278-9881-0330c8f03649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.963332 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_11_2} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:35.963376 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:35.963461 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:35.963496 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_11_2} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.06.17 21:21:35.963506 [ 3 ] {} HTTP-Session: afa7e8ef-fe6c-4054-8d96-6669f6bbd975 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:35.963550 [ 3 ] {} HTTP-Session: afa7e8ef-fe6c-4054-8d96-6669f6bbd975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.963588 [ 3 ] {} HTTP-Session: afa7e8ef-fe6c-4054-8d96-6669f6bbd975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.963673 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.06.17 21:21:35.963684 [ 3 ] {} HTTP-Session: afa7e8ef-fe6c-4054-8d96-6669f6bbd975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:35.963847 [ 3 ] {1a609f33-13d9-49b0-9cef-3e87e2362d48} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:35.963893 [ 3 ] {1a609f33-13d9-49b0-9cef-3e87e2362d48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:21:35.964045 [ 3 ] {1a609f33-13d9-49b0-9cef-3e87e2362d48} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:35.964351 [ 3 ] {1a609f33-13d9-49b0-9cef-3e87e2362d48} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:35.964385 [ 3 ] {1a609f33-13d9-49b0-9cef-3e87e2362d48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:35.964748 [ 3 ] {1a609f33-13d9-49b0-9cef-3e87e2362d48} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.17 21:21:35.965077 [ 3 ] {1a609f33-13d9-49b0-9cef-3e87e2362d48} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:35.965194 [ 40 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.06.17 21:21:35.965200 [ 3 ] {1a609f33-13d9-49b0-9cef-3e87e2362d48} executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. 2024.06.17 21:21:35.965234 [ 40 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:35.965266 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:35.965453 [ 201 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:21:35.965457 [ 3 ] {1a609f33-13d9-49b0-9cef-3e87e2362d48} DynamicQueryHandler: Done processing query 2024.06.17 21:21:35.965532 [ 3 ] {1a609f33-13d9-49b0-9cef-3e87e2362d48} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:21:35.965559 [ 3 ] {} HTTP-Session: afa7e8ef-fe6c-4054-8d96-6669f6bbd975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:35.965671 [ 201 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:21:35.965720 [ 201 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 54 rows starting from the beginning of the part 2024.06.17 21:21:35.965858 [ 201 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:35.966047 [ 201 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:35.966231 [ 201 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part 2024.06.17 21:21:35.966371 [ 201 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:21:35.966530 [ 201 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:21:35.967628 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 4 columns (4 merged, 0 gathered) in 0.002323803 sec., 72295.28492733678 rows/sec., 4.64 MiB/sec. 2024.06.17 21:21:35.967819 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.06.17 21:21:35.968165 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_11_2} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:35.968241 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_11_2} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.06.17 21:21:35.968310 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.06.17 21:21:40.947854 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:40.948007 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:40.948036 [ 3 ] {} HTTP-Session: ef13e0ea-d7c7-42a0-8733-13caf69b9166 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:40.948065 [ 3 ] {} HTTP-Session: ef13e0ea-d7c7-42a0-8733-13caf69b9166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.948083 [ 3 ] {} HTTP-Session: ef13e0ea-d7c7-42a0-8733-13caf69b9166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.948140 [ 3 ] {} HTTP-Session: ef13e0ea-d7c7-42a0-8733-13caf69b9166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:40.948364 [ 3 ] {1086caa8-de33-4496-902e-6b9a56fd9cf5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:40.948442 [ 3 ] {1086caa8-de33-4496-902e-6b9a56fd9cf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:21:40.948671 [ 3 ] {1086caa8-de33-4496-902e-6b9a56fd9cf5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:40.949091 [ 3 ] {1086caa8-de33-4496-902e-6b9a56fd9cf5} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:40.949133 [ 3 ] {1086caa8-de33-4496-902e-6b9a56fd9cf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:40.949505 [ 3 ] {1086caa8-de33-4496-902e-6b9a56fd9cf5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.17 21:21:40.949846 [ 3 ] {1086caa8-de33-4496-902e-6b9a56fd9cf5} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:40.950020 [ 3 ] {1086caa8-de33-4496-902e-6b9a56fd9cf5} executeQuery: Read 14 rows, 1.13 KiB in 0.001724 sec., 8120.649651972158 rows/sec., 658.22 KiB/sec. 2024.06.17 21:21:40.950029 [ 37 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.06.17 21:21:40.950136 [ 37 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:40.950181 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:40.950295 [ 3 ] {1086caa8-de33-4496-902e-6b9a56fd9cf5} DynamicQueryHandler: Done processing query 2024.06.17 21:21:40.950326 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:21:40.950341 [ 3 ] {1086caa8-de33-4496-902e-6b9a56fd9cf5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:40.950395 [ 3 ] {} HTTP-Session: ef13e0ea-d7c7-42a0-8733-13caf69b9166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.950525 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:21:40.950586 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:40.950593 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part 2024.06.17 21:21:40.950671 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:40.950733 [ 3 ] {} HTTP-Session: ee7765f5-97b8-4117-a2d4-a8471c85521b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:40.950815 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part 2024.06.17 21:21:40.950837 [ 3 ] {} HTTP-Session: ee7765f5-97b8-4117-a2d4-a8471c85521b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.950910 [ 3 ] {} HTTP-Session: ee7765f5-97b8-4117-a2d4-a8471c85521b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.951129 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part 2024.06.17 21:21:40.951169 [ 3 ] {} HTTP-Session: ee7765f5-97b8-4117-a2d4-a8471c85521b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:40.951422 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part 2024.06.17 21:21:40.951665 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part 2024.06.17 21:21:40.951762 [ 3 ] {f25d7c10-30d4-4a90-a2bd-0b43f8a76925} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:40.951904 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part 2024.06.17 21:21:40.952002 [ 3 ] {f25d7c10-30d4-4a90-a2bd-0b43f8a76925} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:21:40.952644 [ 3 ] {f25d7c10-30d4-4a90-a2bd-0b43f8a76925} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:40.953481 [ 3 ] {f25d7c10-30d4-4a90-a2bd-0b43f8a76925} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:40.953555 [ 3 ] {f25d7c10-30d4-4a90-a2bd-0b43f8a76925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:40.954546 [ 3 ] {f25d7c10-30d4-4a90-a2bd-0b43f8a76925} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.17 21:21:40.954581 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.004325624 sec., 20806.246682559555 rows/sec., 1.65 MiB/sec. 2024.06.17 21:21:40.954807 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.06.17 21:21:40.955304 [ 3 ] {f25d7c10-30d4-4a90-a2bd-0b43f8a76925} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:40.955617 [ 3 ] {f25d7c10-30d4-4a90-a2bd-0b43f8a76925} executeQuery: Read 98 rows, 8.24 KiB in 0.00413 sec., 23728.813559322032 rows/sec., 1.95 MiB/sec. 2024.06.17 21:21:40.955684 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_11_2} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:40.955915 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_11_2} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.06.17 21:21:40.955981 [ 3 ] {f25d7c10-30d4-4a90-a2bd-0b43f8a76925} DynamicQueryHandler: Done processing query 2024.06.17 21:21:40.956061 [ 3 ] {f25d7c10-30d4-4a90-a2bd-0b43f8a76925} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:21:40.956073 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.06.17 21:21:40.956088 [ 3 ] {} HTTP-Session: ee7765f5-97b8-4117-a2d4-a8471c85521b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.956273 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:40.956325 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:40.956344 [ 3 ] {} HTTP-Session: 2b88a916-a199-4d00-8bf8-6bbfa909edff Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:40.956362 [ 3 ] {} HTTP-Session: 2b88a916-a199-4d00-8bf8-6bbfa909edff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.956376 [ 3 ] {} HTTP-Session: 2b88a916-a199-4d00-8bf8-6bbfa909edff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.956410 [ 3 ] {} HTTP-Session: 2b88a916-a199-4d00-8bf8-6bbfa909edff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:40.956548 [ 3 ] {800c34ea-7b9e-4d3f-a6dd-ca2fc360645c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:40.956594 [ 3 ] {800c34ea-7b9e-4d3f-a6dd-ca2fc360645c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:21:40.956741 [ 3 ] {800c34ea-7b9e-4d3f-a6dd-ca2fc360645c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:40.957100 [ 3 ] {800c34ea-7b9e-4d3f-a6dd-ca2fc360645c} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:40.957137 [ 3 ] {800c34ea-7b9e-4d3f-a6dd-ca2fc360645c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:40.957469 [ 3 ] {800c34ea-7b9e-4d3f-a6dd-ca2fc360645c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.17 21:21:40.957782 [ 3 ] {800c34ea-7b9e-4d3f-a6dd-ca2fc360645c} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:40.957942 [ 3 ] {800c34ea-7b9e-4d3f-a6dd-ca2fc360645c} executeQuery: Read 78 rows, 6.24 KiB in 0.001442 sec., 54091.53952843274 rows/sec., 4.22 MiB/sec. 2024.06.17 21:21:40.958154 [ 3 ] {800c34ea-7b9e-4d3f-a6dd-ca2fc360645c} DynamicQueryHandler: Done processing query 2024.06.17 21:21:40.958189 [ 3 ] {800c34ea-7b9e-4d3f-a6dd-ca2fc360645c} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:21:40.958212 [ 3 ] {} HTTP-Session: 2b88a916-a199-4d00-8bf8-6bbfa909edff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.958480 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:40.958543 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:40.958567 [ 3 ] {} HTTP-Session: fe67ef7a-a378-41be-ac9f-81c4d3e353fd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:40.958589 [ 3 ] {} HTTP-Session: fe67ef7a-a378-41be-ac9f-81c4d3e353fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.958608 [ 3 ] {} HTTP-Session: fe67ef7a-a378-41be-ac9f-81c4d3e353fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.958648 [ 3 ] {} HTTP-Session: fe67ef7a-a378-41be-ac9f-81c4d3e353fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:40.958935 [ 3 ] {5af951e5-a591-4fbb-817a-5b5dbbecc264} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:40.958998 [ 3 ] {5af951e5-a591-4fbb-817a-5b5dbbecc264} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:21:40.959212 [ 3 ] {5af951e5-a591-4fbb-817a-5b5dbbecc264} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:40.959652 [ 3 ] {5af951e5-a591-4fbb-817a-5b5dbbecc264} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:40.959695 [ 3 ] {5af951e5-a591-4fbb-817a-5b5dbbecc264} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:40.960103 [ 3 ] {5af951e5-a591-4fbb-817a-5b5dbbecc264} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.17 21:21:40.960461 [ 3 ] {5af951e5-a591-4fbb-817a-5b5dbbecc264} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:40.960644 [ 3 ] {5af951e5-a591-4fbb-817a-5b5dbbecc264} executeQuery: Read 160 rows, 11.41 KiB in 0.001887 sec., 84790.67302596715 rows/sec., 5.91 MiB/sec. 2024.06.17 21:21:40.960843 [ 3 ] {5af951e5-a591-4fbb-817a-5b5dbbecc264} DynamicQueryHandler: Done processing query 2024.06.17 21:21:40.960870 [ 3 ] {5af951e5-a591-4fbb-817a-5b5dbbecc264} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:21:40.960886 [ 3 ] {} HTTP-Session: fe67ef7a-a378-41be-ac9f-81c4d3e353fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.961018 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:40.961067 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:40.961086 [ 3 ] {} HTTP-Session: 38f23646-03ee-4286-a377-865e282a779b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:40.961103 [ 3 ] {} HTTP-Session: 38f23646-03ee-4286-a377-865e282a779b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.961119 [ 3 ] {} HTTP-Session: 38f23646-03ee-4286-a377-865e282a779b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.961150 [ 3 ] {} HTTP-Session: 38f23646-03ee-4286-a377-865e282a779b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:40.961455 [ 3 ] {acf848b1-4310-426a-8cbc-923c54e77df6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:40.961504 [ 3 ] {acf848b1-4310-426a-8cbc-923c54e77df6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:21:40.961667 [ 3 ] {acf848b1-4310-426a-8cbc-923c54e77df6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:40.962053 [ 3 ] {acf848b1-4310-426a-8cbc-923c54e77df6} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:40.962089 [ 3 ] {acf848b1-4310-426a-8cbc-923c54e77df6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:40.962496 [ 3 ] {acf848b1-4310-426a-8cbc-923c54e77df6} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.17 21:21:40.962876 [ 3 ] {acf848b1-4310-426a-8cbc-923c54e77df6} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:40.963039 [ 37 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.06.17 21:21:40.963043 [ 3 ] {acf848b1-4310-426a-8cbc-923c54e77df6} executeQuery: Read 14 rows, 19.35 KiB in 0.001809 sec., 7739.0823659480375 rows/sec., 10.44 MiB/sec. 2024.06.17 21:21:40.963110 [ 37 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:40.963180 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:40.963369 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:21:40.963385 [ 3 ] {acf848b1-4310-426a-8cbc-923c54e77df6} DynamicQueryHandler: Done processing query 2024.06.17 21:21:40.963447 [ 3 ] {acf848b1-4310-426a-8cbc-923c54e77df6} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:21:40.963488 [ 3 ] {} HTTP-Session: 38f23646-03ee-4286-a377-865e282a779b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.963620 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:21:40.963680 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 94 rows starting from the beginning of the part 2024.06.17 21:21:40.963720 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:40.963836 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part 2024.06.17 21:21:40.963922 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:40.964153 [ 3 ] {} HTTP-Session: 2c8e6e6b-33f3-4ee6-ae3f-2279712ee85b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:40.964230 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part 2024.06.17 21:21:40.964252 [ 3 ] {} HTTP-Session: 2c8e6e6b-33f3-4ee6-ae3f-2279712ee85b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.964314 [ 3 ] {} HTTP-Session: 2c8e6e6b-33f3-4ee6-ae3f-2279712ee85b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.964521 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part 2024.06.17 21:21:40.964540 [ 3 ] {} HTTP-Session: 2c8e6e6b-33f3-4ee6-ae3f-2279712ee85b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:40.964758 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part 2024.06.17 21:21:40.965098 [ 3 ] {a9fadadd-dc4a-4616-bf4f-9295f280f51e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:40.965106 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part 2024.06.17 21:21:40.965230 [ 3 ] {a9fadadd-dc4a-4616-bf4f-9295f280f51e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:21:40.965905 [ 3 ] {a9fadadd-dc4a-4616-bf4f-9295f280f51e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:40.966736 [ 3 ] {a9fadadd-dc4a-4616-bf4f-9295f280f51e} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:40.966807 [ 3 ] {a9fadadd-dc4a-4616-bf4f-9295f280f51e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:40.967893 [ 3 ] {a9fadadd-dc4a-4616-bf4f-9295f280f51e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.17 21:21:40.968583 [ 3 ] {a9fadadd-dc4a-4616-bf4f-9295f280f51e} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:40.968905 [ 3 ] {a9fadadd-dc4a-4616-bf4f-9295f280f51e} executeQuery: Read 60 rows, 4.14 KiB in 0.004047 sec., 14825.796886582653 rows/sec., 1023.13 KiB/sec. 2024.06.17 21:21:40.969284 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 6 columns (6 merged, 0 gathered) in 0.005996831 sec., 28014.796481675072 rows/sec., 37.80 MiB/sec. 2024.06.17 21:21:40.969396 [ 3 ] {a9fadadd-dc4a-4616-bf4f-9295f280f51e} DynamicQueryHandler: Done processing query 2024.06.17 21:21:40.969434 [ 3 ] {a9fadadd-dc4a-4616-bf4f-9295f280f51e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:21:40.969470 [ 3 ] {} HTTP-Session: 2c8e6e6b-33f3-4ee6-ae3f-2279712ee85b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:40.969545 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.06.17 21:21:40.969972 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_11_2} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:40.970058 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_11_2} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.06.17 21:21:40.970137 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2024.06.17 21:21:45.175578 [ 34 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:21:45.175650 [ 34 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:21:45.947620 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:45.947742 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:45.947768 [ 3 ] {} HTTP-Session: 173cb6d5-c9fd-4fcb-b647-0501ead2b12d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:45.947792 [ 3 ] {} HTTP-Session: 173cb6d5-c9fd-4fcb-b647-0501ead2b12d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.947810 [ 3 ] {} HTTP-Session: 173cb6d5-c9fd-4fcb-b647-0501ead2b12d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.947861 [ 3 ] {} HTTP-Session: 173cb6d5-c9fd-4fcb-b647-0501ead2b12d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:45.948059 [ 3 ] {867e507a-8197-4ca9-92d3-a778948894f4} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:45.948127 [ 3 ] {867e507a-8197-4ca9-92d3-a778948894f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:21:45.948322 [ 3 ] {867e507a-8197-4ca9-92d3-a778948894f4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:45.948719 [ 3 ] {867e507a-8197-4ca9-92d3-a778948894f4} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:45.948761 [ 3 ] {867e507a-8197-4ca9-92d3-a778948894f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:45.949125 [ 3 ] {867e507a-8197-4ca9-92d3-a778948894f4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.17 21:21:45.949480 [ 3 ] {867e507a-8197-4ca9-92d3-a778948894f4} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:45.949645 [ 3 ] {867e507a-8197-4ca9-92d3-a778948894f4} executeQuery: Read 16 rows, 1.30 KiB in 0.001644 sec., 9732.3600973236 rows/sec., 788.85 KiB/sec. 2024.06.17 21:21:45.949839 [ 3 ] {867e507a-8197-4ca9-92d3-a778948894f4} DynamicQueryHandler: Done processing query 2024.06.17 21:21:45.949866 [ 3 ] {867e507a-8197-4ca9-92d3-a778948894f4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:45.949882 [ 3 ] {} HTTP-Session: 173cb6d5-c9fd-4fcb-b647-0501ead2b12d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.949997 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:45.950046 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:45.950067 [ 3 ] {} HTTP-Session: 7e30ba18-9bd6-4579-85a0-ba569741159b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:45.950084 [ 3 ] {} HTTP-Session: 7e30ba18-9bd6-4579-85a0-ba569741159b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.950098 [ 3 ] {} HTTP-Session: 7e30ba18-9bd6-4579-85a0-ba569741159b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.950130 [ 3 ] {} HTTP-Session: 7e30ba18-9bd6-4579-85a0-ba569741159b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:45.950224 [ 3 ] {868a46bc-c90e-42d1-b315-7571377aab33} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:45.950268 [ 3 ] {868a46bc-c90e-42d1-b315-7571377aab33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:21:45.950395 [ 3 ] {868a46bc-c90e-42d1-b315-7571377aab33} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:45.950683 [ 3 ] {868a46bc-c90e-42d1-b315-7571377aab33} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:45.950719 [ 3 ] {868a46bc-c90e-42d1-b315-7571377aab33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:45.951014 [ 3 ] {868a46bc-c90e-42d1-b315-7571377aab33} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.17 21:21:45.951313 [ 3 ] {868a46bc-c90e-42d1-b315-7571377aab33} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:45.951464 [ 3 ] {868a46bc-c90e-42d1-b315-7571377aab33} executeQuery: Read 2 rows, 167.00 B in 0.001262 sec., 1584.7860538827258 rows/sec., 129.23 KiB/sec. 2024.06.17 21:21:45.951743 [ 3 ] {868a46bc-c90e-42d1-b315-7571377aab33} DynamicQueryHandler: Done processing query 2024.06.17 21:21:45.951767 [ 3 ] {868a46bc-c90e-42d1-b315-7571377aab33} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:45.951783 [ 3 ] {} HTTP-Session: 7e30ba18-9bd6-4579-85a0-ba569741159b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.951904 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:45.951953 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:45.951972 [ 3 ] {} HTTP-Session: 110fa043-6758-4621-ace7-700a4e17bdcf Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:45.951989 [ 3 ] {} HTTP-Session: 110fa043-6758-4621-ace7-700a4e17bdcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.952002 [ 3 ] {} HTTP-Session: 110fa043-6758-4621-ace7-700a4e17bdcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.952033 [ 3 ] {} HTTP-Session: 110fa043-6758-4621-ace7-700a4e17bdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:45.952157 [ 3 ] {08d6a0cb-f576-475c-a461-91fedd381c31} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:45.952200 [ 3 ] {08d6a0cb-f576-475c-a461-91fedd381c31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:21:45.952345 [ 3 ] {08d6a0cb-f576-475c-a461-91fedd381c31} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:45.952680 [ 3 ] {08d6a0cb-f576-475c-a461-91fedd381c31} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:45.952717 [ 3 ] {08d6a0cb-f576-475c-a461-91fedd381c31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:45.953036 [ 3 ] {08d6a0cb-f576-475c-a461-91fedd381c31} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.17 21:21:45.953339 [ 3 ] {08d6a0cb-f576-475c-a461-91fedd381c31} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:45.953466 [ 3 ] {08d6a0cb-f576-475c-a461-91fedd381c31} executeQuery: Read 105 rows, 8.73 KiB in 0.001355 sec., 77490.77490774907 rows/sec., 6.29 MiB/sec. 2024.06.17 21:21:45.953751 [ 3 ] {08d6a0cb-f576-475c-a461-91fedd381c31} DynamicQueryHandler: Done processing query 2024.06.17 21:21:45.953783 [ 3 ] {08d6a0cb-f576-475c-a461-91fedd381c31} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:21:45.953812 [ 3 ] {} HTTP-Session: 110fa043-6758-4621-ace7-700a4e17bdcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.953922 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:45.953970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:45.953989 [ 3 ] {} HTTP-Session: 81c5ab21-e258-4b27-90f9-fd6488363eac Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:45.954007 [ 3 ] {} HTTP-Session: 81c5ab21-e258-4b27-90f9-fd6488363eac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.954020 [ 3 ] {} HTTP-Session: 81c5ab21-e258-4b27-90f9-fd6488363eac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.954051 [ 3 ] {} HTTP-Session: 81c5ab21-e258-4b27-90f9-fd6488363eac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:45.954148 [ 3 ] {f57b016d-de5a-4dea-abc5-c8066039ff50} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:45.954192 [ 3 ] {f57b016d-de5a-4dea-abc5-c8066039ff50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:21:45.954340 [ 3 ] {f57b016d-de5a-4dea-abc5-c8066039ff50} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:45.954599 [ 3 ] {f57b016d-de5a-4dea-abc5-c8066039ff50} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:45.954635 [ 3 ] {f57b016d-de5a-4dea-abc5-c8066039ff50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:45.954952 [ 3 ] {f57b016d-de5a-4dea-abc5-c8066039ff50} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.17 21:21:45.955253 [ 3 ] {f57b016d-de5a-4dea-abc5-c8066039ff50} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:45.955402 [ 3 ] {f57b016d-de5a-4dea-abc5-c8066039ff50} executeQuery: Read 2 rows, 143.00 B in 0.001269 sec., 1576.0441292356186 rows/sec., 110.05 KiB/sec. 2024.06.17 21:21:45.955660 [ 3 ] {f57b016d-de5a-4dea-abc5-c8066039ff50} DynamicQueryHandler: Done processing query 2024.06.17 21:21:45.955685 [ 3 ] {f57b016d-de5a-4dea-abc5-c8066039ff50} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:45.955701 [ 3 ] {} HTTP-Session: 81c5ab21-e258-4b27-90f9-fd6488363eac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.955812 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:45.955861 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:45.955880 [ 3 ] {} HTTP-Session: 30c39b95-33e1-4619-89dd-2a19118ccc25 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:45.955896 [ 3 ] {} HTTP-Session: 30c39b95-33e1-4619-89dd-2a19118ccc25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.955910 [ 3 ] {} HTTP-Session: 30c39b95-33e1-4619-89dd-2a19118ccc25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.955939 [ 3 ] {} HTTP-Session: 30c39b95-33e1-4619-89dd-2a19118ccc25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:45.956054 [ 3 ] {a42289d4-56ba-4859-8717-7fd27a23460d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:45.956099 [ 3 ] {a42289d4-56ba-4859-8717-7fd27a23460d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:21:45.956240 [ 3 ] {a42289d4-56ba-4859-8717-7fd27a23460d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:45.956537 [ 3 ] {a42289d4-56ba-4859-8717-7fd27a23460d} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:45.956573 [ 3 ] {a42289d4-56ba-4859-8717-7fd27a23460d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:45.956887 [ 3 ] {a42289d4-56ba-4859-8717-7fd27a23460d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.17 21:21:45.957190 [ 3 ] {a42289d4-56ba-4859-8717-7fd27a23460d} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:45.957346 [ 3 ] {a42289d4-56ba-4859-8717-7fd27a23460d} executeQuery: Read 82 rows, 6.56 KiB in 0.001327 sec., 61793.51921627732 rows/sec., 4.83 MiB/sec. 2024.06.17 21:21:45.957534 [ 3 ] {a42289d4-56ba-4859-8717-7fd27a23460d} DynamicQueryHandler: Done processing query 2024.06.17 21:21:45.957558 [ 3 ] {a42289d4-56ba-4859-8717-7fd27a23460d} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:21:45.957574 [ 3 ] {} HTTP-Session: 30c39b95-33e1-4619-89dd-2a19118ccc25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.957789 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:45.957841 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:45.957860 [ 3 ] {} HTTP-Session: 1198fef0-0aa5-4f0d-88d9-404999435a78 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:45.957877 [ 3 ] {} HTTP-Session: 1198fef0-0aa5-4f0d-88d9-404999435a78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.957891 [ 3 ] {} HTTP-Session: 1198fef0-0aa5-4f0d-88d9-404999435a78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.957920 [ 3 ] {} HTTP-Session: 1198fef0-0aa5-4f0d-88d9-404999435a78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:45.958109 [ 3 ] {02b4f79a-fc55-4cc5-b902-d8b3d529b8c4} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:45.958157 [ 3 ] {02b4f79a-fc55-4cc5-b902-d8b3d529b8c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:21:45.958303 [ 3 ] {02b4f79a-fc55-4cc5-b902-d8b3d529b8c4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:45.958672 [ 3 ] {02b4f79a-fc55-4cc5-b902-d8b3d529b8c4} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:45.958709 [ 3 ] {02b4f79a-fc55-4cc5-b902-d8b3d529b8c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:45.959098 [ 3 ] {02b4f79a-fc55-4cc5-b902-d8b3d529b8c4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.17 21:21:45.959428 [ 3 ] {02b4f79a-fc55-4cc5-b902-d8b3d529b8c4} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:45.959586 [ 3 ] {02b4f79a-fc55-4cc5-b902-d8b3d529b8c4} executeQuery: Read 161 rows, 11.48 KiB in 0.001579 sec., 101963.2678910703 rows/sec., 7.10 MiB/sec. 2024.06.17 21:21:45.959748 [ 3 ] {02b4f79a-fc55-4cc5-b902-d8b3d529b8c4} DynamicQueryHandler: Done processing query 2024.06.17 21:21:45.959773 [ 3 ] {02b4f79a-fc55-4cc5-b902-d8b3d529b8c4} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:21:45.959789 [ 3 ] {} HTTP-Session: 1198fef0-0aa5-4f0d-88d9-404999435a78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.959910 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:45.959957 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:45.959976 [ 3 ] {} HTTP-Session: 17697303-6a29-4f12-a381-dff117aebb63 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:45.959993 [ 3 ] {} HTTP-Session: 17697303-6a29-4f12-a381-dff117aebb63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.960007 [ 3 ] {} HTTP-Session: 17697303-6a29-4f12-a381-dff117aebb63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.960038 [ 3 ] {} HTTP-Session: 17697303-6a29-4f12-a381-dff117aebb63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:45.960228 [ 3 ] {f976f2dc-b693-4438-b0f9-74bd7c82f203} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:45.960275 [ 3 ] {f976f2dc-b693-4438-b0f9-74bd7c82f203} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:21:45.960436 [ 3 ] {f976f2dc-b693-4438-b0f9-74bd7c82f203} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:45.960788 [ 3 ] {f976f2dc-b693-4438-b0f9-74bd7c82f203} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:45.960824 [ 3 ] {f976f2dc-b693-4438-b0f9-74bd7c82f203} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:45.961243 [ 3 ] {f976f2dc-b693-4438-b0f9-74bd7c82f203} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.17 21:21:45.961571 [ 3 ] {f976f2dc-b693-4438-b0f9-74bd7c82f203} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:45.961723 [ 3 ] {f976f2dc-b693-4438-b0f9-74bd7c82f203} executeQuery: Read 16 rows, 22.11 KiB in 0.00161 sec., 9937.888198757762 rows/sec., 13.41 MiB/sec. 2024.06.17 21:21:45.961879 [ 3 ] {f976f2dc-b693-4438-b0f9-74bd7c82f203} DynamicQueryHandler: Done processing query 2024.06.17 21:21:45.961904 [ 3 ] {f976f2dc-b693-4438-b0f9-74bd7c82f203} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:21:45.961919 [ 3 ] {} HTTP-Session: 17697303-6a29-4f12-a381-dff117aebb63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.962031 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:45.962078 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:45.962098 [ 3 ] {} HTTP-Session: f7a5b0c8-d265-4a2c-9d1c-26fe4e5aa28f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:45.962115 [ 3 ] {} HTTP-Session: f7a5b0c8-d265-4a2c-9d1c-26fe4e5aa28f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.962129 [ 3 ] {} HTTP-Session: f7a5b0c8-d265-4a2c-9d1c-26fe4e5aa28f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:45.962160 [ 3 ] {} HTTP-Session: f7a5b0c8-d265-4a2c-9d1c-26fe4e5aa28f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:45.962269 [ 3 ] {1a1abcce-8898-498f-a516-66544304bc2e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:45.962315 [ 3 ] {1a1abcce-8898-498f-a516-66544304bc2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:21:45.962441 [ 3 ] {1a1abcce-8898-498f-a516-66544304bc2e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:45.962702 [ 3 ] {1a1abcce-8898-498f-a516-66544304bc2e} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:45.962738 [ 3 ] {1a1abcce-8898-498f-a516-66544304bc2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:45.963095 [ 3 ] {1a1abcce-8898-498f-a516-66544304bc2e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.17 21:21:45.963408 [ 3 ] {1a1abcce-8898-498f-a516-66544304bc2e} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:45.963560 [ 3 ] {1a1abcce-8898-498f-a516-66544304bc2e} executeQuery: Read 60 rows, 4.14 KiB in 0.001321 sec., 45420.136260408784 rows/sec., 3.06 MiB/sec. 2024.06.17 21:21:45.963715 [ 3 ] {1a1abcce-8898-498f-a516-66544304bc2e} DynamicQueryHandler: Done processing query 2024.06.17 21:21:45.963739 [ 3 ] {1a1abcce-8898-498f-a516-66544304bc2e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:21:45.963754 [ 3 ] {} HTTP-Session: f7a5b0c8-d265-4a2c-9d1c-26fe4e5aa28f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.947916 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:50.948111 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:50.948155 [ 3 ] {} HTTP-Session: 7c3df0f1-1393-4f91-b3a9-c626f9943eaf Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:50.948198 [ 3 ] {} HTTP-Session: 7c3df0f1-1393-4f91-b3a9-c626f9943eaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.948227 [ 3 ] {} HTTP-Session: 7c3df0f1-1393-4f91-b3a9-c626f9943eaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.948300 [ 3 ] {} HTTP-Session: 7c3df0f1-1393-4f91-b3a9-c626f9943eaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:50.948485 [ 3 ] {98e00316-bd98-4214-97e6-a07ba54f87c3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:50.948552 [ 3 ] {98e00316-bd98-4214-97e6-a07ba54f87c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:21:50.948746 [ 3 ] {98e00316-bd98-4214-97e6-a07ba54f87c3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:50.949124 [ 3 ] {98e00316-bd98-4214-97e6-a07ba54f87c3} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:50.949167 [ 3 ] {98e00316-bd98-4214-97e6-a07ba54f87c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:50.949523 [ 3 ] {98e00316-bd98-4214-97e6-a07ba54f87c3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.17 21:21:50.949851 [ 3 ] {98e00316-bd98-4214-97e6-a07ba54f87c3} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:50.950006 [ 3 ] {98e00316-bd98-4214-97e6-a07ba54f87c3} executeQuery: Read 14 rows, 1.13 KiB in 0.001575 sec., 8888.888888888889 rows/sec., 720.49 KiB/sec. 2024.06.17 21:21:50.950189 [ 3 ] {98e00316-bd98-4214-97e6-a07ba54f87c3} DynamicQueryHandler: Done processing query 2024.06.17 21:21:50.950215 [ 3 ] {98e00316-bd98-4214-97e6-a07ba54f87c3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:50.950231 [ 3 ] {} HTTP-Session: 7c3df0f1-1393-4f91-b3a9-c626f9943eaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.950358 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:50.950405 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:50.950424 [ 3 ] {} HTTP-Session: 4da193c5-1e85-4ad6-8311-5e5e522357d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:50.950440 [ 3 ] {} HTTP-Session: 4da193c5-1e85-4ad6-8311-5e5e522357d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.950455 [ 3 ] {} HTTP-Session: 4da193c5-1e85-4ad6-8311-5e5e522357d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.950485 [ 3 ] {} HTTP-Session: 4da193c5-1e85-4ad6-8311-5e5e522357d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:50.950602 [ 3 ] {518975f4-6f19-42d8-8155-650a4682e3cd} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:50.950646 [ 3 ] {518975f4-6f19-42d8-8155-650a4682e3cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:21:50.950770 [ 3 ] {518975f4-6f19-42d8-8155-650a4682e3cd} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:50.951075 [ 3 ] {518975f4-6f19-42d8-8155-650a4682e3cd} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:50.951111 [ 3 ] {518975f4-6f19-42d8-8155-650a4682e3cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:50.951415 [ 3 ] {518975f4-6f19-42d8-8155-650a4682e3cd} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.17 21:21:50.951708 [ 3 ] {518975f4-6f19-42d8-8155-650a4682e3cd} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:50.951873 [ 3 ] {518975f4-6f19-42d8-8155-650a4682e3cd} executeQuery: Read 98 rows, 8.24 KiB in 0.001304 sec., 75153.37423312884 rows/sec., 6.17 MiB/sec. 2024.06.17 21:21:50.951876 [ 30 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.06.17 21:21:50.951984 [ 30 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:50.952012 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:50.952096 [ 3 ] {518975f4-6f19-42d8-8155-650a4682e3cd} DynamicQueryHandler: Done processing query 2024.06.17 21:21:50.952183 [ 3 ] {518975f4-6f19-42d8-8155-650a4682e3cd} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:21:50.952257 [ 3 ] {} HTTP-Session: 4da193c5-1e85-4ad6-8311-5e5e522357d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.952525 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:21:50.952567 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:50.952768 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:50.952874 [ 3 ] {} HTTP-Session: 90d09117-daec-418e-8fb1-8bdce8960ba0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:50.952948 [ 3 ] {} HTTP-Session: 90d09117-daec-418e-8fb1-8bdce8960ba0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.952991 [ 3 ] {} HTTP-Session: 90d09117-daec-418e-8fb1-8bdce8960ba0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.953091 [ 3 ] {} HTTP-Session: 90d09117-daec-418e-8fb1-8bdce8960ba0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:50.953188 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:21:50.953289 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 95 rows starting from the beginning of the part 2024.06.17 21:21:50.953327 [ 3 ] {b86bf458-0ef1-4d3c-ab09-f51dd692bf12} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:50.953478 [ 3 ] {b86bf458-0ef1-4d3c-ab09-f51dd692bf12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:21:50.953495 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 98 rows starting from the beginning of the part 2024.06.17 21:21:50.953847 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 104 rows starting from the beginning of the part 2024.06.17 21:21:50.954246 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 98 rows starting from the beginning of the part 2024.06.17 21:21:50.954545 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 105 rows starting from the beginning of the part 2024.06.17 21:21:50.954808 [ 3 ] {b86bf458-0ef1-4d3c-ab09-f51dd692bf12} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:50.954854 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 98 rows starting from the beginning of the part 2024.06.17 21:21:50.955927 [ 3 ] {b86bf458-0ef1-4d3c-ab09-f51dd692bf12} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:50.955986 [ 3 ] {b86bf458-0ef1-4d3c-ab09-f51dd692bf12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:50.956887 [ 3 ] {b86bf458-0ef1-4d3c-ab09-f51dd692bf12} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.17 21:21:50.957630 [ 3 ] {b86bf458-0ef1-4d3c-ab09-f51dd692bf12} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:50.957642 [ 192 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 598 rows, containing 4 columns (4 merged, 0 gathered) in 0.005522306 sec., 108288.09558905283 rows/sec., 8.96 MiB/sec. 2024.06.17 21:21:50.958017 [ 192 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.06.17 21:21:50.958051 [ 25 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.06.17 21:21:50.958082 [ 3 ] {b86bf458-0ef1-4d3c-ab09-f51dd692bf12} executeQuery: Read 78 rows, 6.24 KiB in 0.004831 sec., 16145.725522666115 rows/sec., 1.26 MiB/sec. 2024.06.17 21:21:50.958166 [ 25 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:50.958284 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:50.958596 [ 3 ] {b86bf458-0ef1-4d3c-ab09-f51dd692bf12} DynamicQueryHandler: Done processing query 2024.06.17 21:21:50.958677 [ 3 ] {b86bf458-0ef1-4d3c-ab09-f51dd692bf12} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:21:50.958768 [ 3 ] {} HTTP-Session: 90d09117-daec-418e-8fb1-8bdce8960ba0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.958892 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:21:50.959066 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:50.959224 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:50.959308 [ 3 ] {} HTTP-Session: 5719502a-3946-478f-8271-257573ef07ae Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:50.959330 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:21:50.959363 [ 3 ] {} HTTP-Session: 5719502a-3946-478f-8271-257573ef07ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.959427 [ 3 ] {} HTTP-Session: 5719502a-3946-478f-8271-257573ef07ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.959454 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 58 rows starting from the beginning of the part 2024.06.17 21:21:50.959457 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_16_3} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:50.959514 [ 3 ] {} HTTP-Session: 5719502a-3946-478f-8271-257573ef07ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:50.959883 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 78 rows starting from the beginning of the part 2024.06.17 21:21:50.959911 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_16_3} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.06.17 21:21:50.959972 [ 3 ] {5743070c-74c5-4f15-9220-fd04b8158df3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:50.960315 [ 3 ] {5743070c-74c5-4f15-9220-fd04b8158df3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:21:50.960319 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.17 21:21:50.960305 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 80 rows starting from the beginning of the part 2024.06.17 21:21:50.960640 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 78 rows starting from the beginning of the part 2024.06.17 21:21:50.960970 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part 2024.06.17 21:21:50.961269 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 78 rows starting from the beginning of the part 2024.06.17 21:21:50.961675 [ 3 ] {5743070c-74c5-4f15-9220-fd04b8158df3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:50.962743 [ 3 ] {5743070c-74c5-4f15-9220-fd04b8158df3} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:50.962817 [ 3 ] {5743070c-74c5-4f15-9220-fd04b8158df3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:50.963863 [ 188 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 454 rows, containing 4 columns (4 merged, 0 gathered) in 0.005408585 sec., 83940.62402643205 rows/sec., 6.56 MiB/sec. 2024.06.17 21:21:50.963893 [ 3 ] {5743070c-74c5-4f15-9220-fd04b8158df3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.17 21:21:50.964124 [ 194 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.06.17 21:21:50.964648 [ 3 ] {5743070c-74c5-4f15-9220-fd04b8158df3} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:50.965004 [ 3 ] {5743070c-74c5-4f15-9220-fd04b8158df3} executeQuery: Read 160 rows, 11.41 KiB in 0.00517 sec., 30947.775628626692 rows/sec., 2.16 MiB/sec. 2024.06.17 21:21:50.965107 [ 194 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_16_3} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:50.965470 [ 194 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_16_3} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.06.17 21:21:50.965673 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.06.17 21:21:50.965704 [ 3 ] {5743070c-74c5-4f15-9220-fd04b8158df3} DynamicQueryHandler: Done processing query 2024.06.17 21:21:50.965747 [ 3 ] {5743070c-74c5-4f15-9220-fd04b8158df3} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:21:50.965764 [ 3 ] {} HTTP-Session: 5719502a-3946-478f-8271-257573ef07ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.965891 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:50.965940 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:50.965959 [ 3 ] {} HTTP-Session: a45c6161-2db0-4c41-b771-e7603d0854f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:50.965976 [ 3 ] {} HTTP-Session: a45c6161-2db0-4c41-b771-e7603d0854f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.965990 [ 3 ] {} HTTP-Session: a45c6161-2db0-4c41-b771-e7603d0854f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.966022 [ 3 ] {} HTTP-Session: a45c6161-2db0-4c41-b771-e7603d0854f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:50.966214 [ 3 ] {334701fa-32f2-42f5-81cc-599290d33211} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:50.966265 [ 3 ] {334701fa-32f2-42f5-81cc-599290d33211} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:21:50.966457 [ 3 ] {334701fa-32f2-42f5-81cc-599290d33211} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:50.966870 [ 3 ] {334701fa-32f2-42f5-81cc-599290d33211} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:50.966907 [ 3 ] {334701fa-32f2-42f5-81cc-599290d33211} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:50.967327 [ 3 ] {334701fa-32f2-42f5-81cc-599290d33211} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.17 21:21:50.967668 [ 3 ] {334701fa-32f2-42f5-81cc-599290d33211} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:50.967832 [ 3 ] {334701fa-32f2-42f5-81cc-599290d33211} executeQuery: Read 14 rows, 19.35 KiB in 0.001722 sec., 8130.081300813008 rows/sec., 10.97 MiB/sec. 2024.06.17 21:21:50.968044 [ 3 ] {334701fa-32f2-42f5-81cc-599290d33211} DynamicQueryHandler: Done processing query 2024.06.17 21:21:50.968068 [ 3 ] {334701fa-32f2-42f5-81cc-599290d33211} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:21:50.968085 [ 3 ] {} HTTP-Session: a45c6161-2db0-4c41-b771-e7603d0854f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.968207 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:50.968255 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:50.968275 [ 3 ] {} HTTP-Session: 335b2db3-1f00-47f1-9fef-b407ed22b275 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:50.968291 [ 3 ] {} HTTP-Session: 335b2db3-1f00-47f1-9fef-b407ed22b275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.968306 [ 3 ] {} HTTP-Session: 335b2db3-1f00-47f1-9fef-b407ed22b275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:50.968336 [ 3 ] {} HTTP-Session: 335b2db3-1f00-47f1-9fef-b407ed22b275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:50.968457 [ 3 ] {59266e02-1639-402d-a771-1898815cb8f1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:50.968501 [ 3 ] {59266e02-1639-402d-a771-1898815cb8f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:21:50.968629 [ 3 ] {59266e02-1639-402d-a771-1898815cb8f1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:50.968936 [ 3 ] {59266e02-1639-402d-a771-1898815cb8f1} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:50.968972 [ 3 ] {59266e02-1639-402d-a771-1898815cb8f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:50.969332 [ 3 ] {59266e02-1639-402d-a771-1898815cb8f1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.17 21:21:50.969652 [ 3 ] {59266e02-1639-402d-a771-1898815cb8f1} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:50.969820 [ 3 ] {59266e02-1639-402d-a771-1898815cb8f1} executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. 2024.06.17 21:21:50.969989 [ 3 ] {59266e02-1639-402d-a771-1898815cb8f1} DynamicQueryHandler: Done processing query 2024.06.17 21:21:50.970013 [ 3 ] {59266e02-1639-402d-a771-1898815cb8f1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:21:50.970029 [ 3 ] {} HTTP-Session: 335b2db3-1f00-47f1-9fef-b407ed22b275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.947751 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:55.947895 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:55.947925 [ 3 ] {} HTTP-Session: 701e605e-58ce-433d-8b2c-1fed55eca387 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:55.947954 [ 3 ] {} HTTP-Session: 701e605e-58ce-433d-8b2c-1fed55eca387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.947972 [ 3 ] {} HTTP-Session: 701e605e-58ce-433d-8b2c-1fed55eca387 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.948026 [ 3 ] {} HTTP-Session: 701e605e-58ce-433d-8b2c-1fed55eca387 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:55.948234 [ 3 ] {3ccb570e-4fd3-4480-b0aa-9577526df7da} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:55.948309 [ 3 ] {3ccb570e-4fd3-4480-b0aa-9577526df7da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:21:55.948510 [ 3 ] {3ccb570e-4fd3-4480-b0aa-9577526df7da} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:55.948946 [ 3 ] {3ccb570e-4fd3-4480-b0aa-9577526df7da} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:55.948989 [ 3 ] {3ccb570e-4fd3-4480-b0aa-9577526df7da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:55.949346 [ 3 ] {3ccb570e-4fd3-4480-b0aa-9577526df7da} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.17 21:21:55.949684 [ 3 ] {3ccb570e-4fd3-4480-b0aa-9577526df7da} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:55.949857 [ 3 ] {3ccb570e-4fd3-4480-b0aa-9577526df7da} executeQuery: Read 16 rows, 1.30 KiB in 0.00168 sec., 9523.809523809523 rows/sec., 771.95 KiB/sec. 2024.06.17 21:21:55.950198 [ 3 ] {3ccb570e-4fd3-4480-b0aa-9577526df7da} DynamicQueryHandler: Done processing query 2024.06.17 21:21:55.950224 [ 3 ] {3ccb570e-4fd3-4480-b0aa-9577526df7da} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:21:55.950241 [ 3 ] {} HTTP-Session: 701e605e-58ce-433d-8b2c-1fed55eca387 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.950372 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:55.950421 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:55.950440 [ 3 ] {} HTTP-Session: e3eb76e2-1312-40a2-bcb9-a35af2c887ac Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:55.950457 [ 3 ] {} HTTP-Session: e3eb76e2-1312-40a2-bcb9-a35af2c887ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.950471 [ 3 ] {} HTTP-Session: e3eb76e2-1312-40a2-bcb9-a35af2c887ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.950501 [ 3 ] {} HTTP-Session: e3eb76e2-1312-40a2-bcb9-a35af2c887ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:55.950626 [ 3 ] {cac14328-1143-4c96-9fd3-ec4de613e9be} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:55.950671 [ 3 ] {cac14328-1143-4c96-9fd3-ec4de613e9be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:21:55.950819 [ 3 ] {cac14328-1143-4c96-9fd3-ec4de613e9be} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:55.951225 [ 3 ] {cac14328-1143-4c96-9fd3-ec4de613e9be} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:55.951260 [ 3 ] {cac14328-1143-4c96-9fd3-ec4de613e9be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:55.951569 [ 3 ] {cac14328-1143-4c96-9fd3-ec4de613e9be} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.17 21:21:55.951865 [ 3 ] {cac14328-1143-4c96-9fd3-ec4de613e9be} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:55.952019 [ 3 ] {cac14328-1143-4c96-9fd3-ec4de613e9be} executeQuery: Read 104 rows, 8.66 KiB in 0.001441 sec., 72172.10270645385 rows/sec., 5.87 MiB/sec. 2024.06.17 21:21:55.952189 [ 3 ] {cac14328-1143-4c96-9fd3-ec4de613e9be} DynamicQueryHandler: Done processing query 2024.06.17 21:21:55.952213 [ 3 ] {cac14328-1143-4c96-9fd3-ec4de613e9be} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:21:55.952229 [ 3 ] {} HTTP-Session: e3eb76e2-1312-40a2-bcb9-a35af2c887ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.952344 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:55.952391 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:55.952410 [ 3 ] {} HTTP-Session: c6853e2e-6142-4b36-bac7-9c0fa8505ce3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:55.952426 [ 3 ] {} HTTP-Session: c6853e2e-6142-4b36-bac7-9c0fa8505ce3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.952440 [ 3 ] {} HTTP-Session: c6853e2e-6142-4b36-bac7-9c0fa8505ce3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.952471 [ 3 ] {} HTTP-Session: c6853e2e-6142-4b36-bac7-9c0fa8505ce3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:55.952590 [ 3 ] {81efbb9c-5465-4dda-b974-797180ad714d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:55.952632 [ 3 ] {81efbb9c-5465-4dda-b974-797180ad714d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:21:55.952759 [ 3 ] {81efbb9c-5465-4dda-b974-797180ad714d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:55.953095 [ 3 ] {81efbb9c-5465-4dda-b974-797180ad714d} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:55.953131 [ 3 ] {81efbb9c-5465-4dda-b974-797180ad714d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:55.953436 [ 3 ] {81efbb9c-5465-4dda-b974-797180ad714d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.17 21:21:55.953730 [ 3 ] {81efbb9c-5465-4dda-b974-797180ad714d} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:55.953880 [ 3 ] {81efbb9c-5465-4dda-b974-797180ad714d} executeQuery: Read 80 rows, 6.40 KiB in 0.001334 sec., 59970.014992503755 rows/sec., 4.68 MiB/sec. 2024.06.17 21:21:55.954140 [ 3 ] {81efbb9c-5465-4dda-b974-797180ad714d} DynamicQueryHandler: Done processing query 2024.06.17 21:21:55.954167 [ 3 ] {81efbb9c-5465-4dda-b974-797180ad714d} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:21:55.954183 [ 3 ] {} HTTP-Session: c6853e2e-6142-4b36-bac7-9c0fa8505ce3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.954340 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:55.954388 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:55.954406 [ 3 ] {} HTTP-Session: 4df0dcb8-d439-458b-a121-73bbd4db504f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:55.954423 [ 3 ] {} HTTP-Session: 4df0dcb8-d439-458b-a121-73bbd4db504f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.954437 [ 3 ] {} HTTP-Session: 4df0dcb8-d439-458b-a121-73bbd4db504f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.954466 [ 3 ] {} HTTP-Session: 4df0dcb8-d439-458b-a121-73bbd4db504f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:55.954617 [ 3 ] {14a3d82c-d37d-4a4a-a8cb-4e4d37b1fe93} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:55.954664 [ 3 ] {14a3d82c-d37d-4a4a-a8cb-4e4d37b1fe93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:21:55.954834 [ 3 ] {14a3d82c-d37d-4a4a-a8cb-4e4d37b1fe93} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:55.955235 [ 3 ] {14a3d82c-d37d-4a4a-a8cb-4e4d37b1fe93} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:55.955271 [ 3 ] {14a3d82c-d37d-4a4a-a8cb-4e4d37b1fe93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:55.955664 [ 3 ] {14a3d82c-d37d-4a4a-a8cb-4e4d37b1fe93} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.17 21:21:55.955991 [ 3 ] {14a3d82c-d37d-4a4a-a8cb-4e4d37b1fe93} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:55.956124 [ 3 ] {14a3d82c-d37d-4a4a-a8cb-4e4d37b1fe93} executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. 2024.06.17 21:21:55.956430 [ 3 ] {14a3d82c-d37d-4a4a-a8cb-4e4d37b1fe93} DynamicQueryHandler: Done processing query 2024.06.17 21:21:55.956455 [ 3 ] {14a3d82c-d37d-4a4a-a8cb-4e4d37b1fe93} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:21:55.956471 [ 3 ] {} HTTP-Session: 4df0dcb8-d439-458b-a121-73bbd4db504f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.956597 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:55.956647 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:55.956666 [ 3 ] {} HTTP-Session: 399580c4-c14b-4c46-8218-bdb8a78cc7a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:55.956683 [ 3 ] {} HTTP-Session: 399580c4-c14b-4c46-8218-bdb8a78cc7a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.956696 [ 3 ] {} HTTP-Session: 399580c4-c14b-4c46-8218-bdb8a78cc7a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.956726 [ 3 ] {} HTTP-Session: 399580c4-c14b-4c46-8218-bdb8a78cc7a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:55.956928 [ 3 ] {9dfa06ea-af23-4aca-9181-8facab9a41c9} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:55.956978 [ 3 ] {9dfa06ea-af23-4aca-9181-8facab9a41c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:21:55.957156 [ 3 ] {9dfa06ea-af23-4aca-9181-8facab9a41c9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:55.957544 [ 3 ] {9dfa06ea-af23-4aca-9181-8facab9a41c9} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:55.957580 [ 3 ] {9dfa06ea-af23-4aca-9181-8facab9a41c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:55.957972 [ 3 ] {9dfa06ea-af23-4aca-9181-8facab9a41c9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.17 21:21:55.958299 [ 3 ] {9dfa06ea-af23-4aca-9181-8facab9a41c9} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:55.958454 [ 3 ] {9dfa06ea-af23-4aca-9181-8facab9a41c9} executeQuery: Read 16 rows, 22.11 KiB in 0.001646 sec., 9720.534629404618 rows/sec., 13.12 MiB/sec. 2024.06.17 21:21:55.958631 [ 3 ] {9dfa06ea-af23-4aca-9181-8facab9a41c9} DynamicQueryHandler: Done processing query 2024.06.17 21:21:55.958656 [ 3 ] {9dfa06ea-af23-4aca-9181-8facab9a41c9} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:21:55.958671 [ 3 ] {} HTTP-Session: 399580c4-c14b-4c46-8218-bdb8a78cc7a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.958787 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:21:55.958836 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:21:55.958855 [ 3 ] {} HTTP-Session: f80bb1fe-a39c-4b69-8f33-b3f58d7e9538 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:21:55.958872 [ 3 ] {} HTTP-Session: f80bb1fe-a39c-4b69-8f33-b3f58d7e9538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.958885 [ 3 ] {} HTTP-Session: f80bb1fe-a39c-4b69-8f33-b3f58d7e9538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:21:55.958916 [ 3 ] {} HTTP-Session: f80bb1fe-a39c-4b69-8f33-b3f58d7e9538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:21:55.959031 [ 3 ] {a649b0fa-5e10-4a07-97d4-013d01b2db59} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:21:55.959076 [ 3 ] {a649b0fa-5e10-4a07-97d4-013d01b2db59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:21:55.959204 [ 3 ] {a649b0fa-5e10-4a07-97d4-013d01b2db59} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:21:55.959510 [ 3 ] {a649b0fa-5e10-4a07-97d4-013d01b2db59} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:21:55.959545 [ 3 ] {a649b0fa-5e10-4a07-97d4-013d01b2db59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:21:55.959890 [ 3 ] {a649b0fa-5e10-4a07-97d4-013d01b2db59} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.17 21:21:55.960200 [ 3 ] {a649b0fa-5e10-4a07-97d4-013d01b2db59} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:21:55.960360 [ 3 ] {a649b0fa-5e10-4a07-97d4-013d01b2db59} executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. 2024.06.17 21:21:55.960526 [ 3 ] {a649b0fa-5e10-4a07-97d4-013d01b2db59} DynamicQueryHandler: Done processing query 2024.06.17 21:21:55.960550 [ 3 ] {a649b0fa-5e10-4a07-97d4-013d01b2db59} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:21:55.960565 [ 3 ] {} HTTP-Session: f80bb1fe-a39c-4b69-8f33-b3f58d7e9538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.175913 [ 116 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:22:00.176018 [ 116 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:22:00.940253 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:00.940381 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:00.940409 [ 3 ] {} HTTP-Session: fa6a5fda-7f87-4ab2-9632-5e9f3aeca903 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:00.940435 [ 3 ] {} HTTP-Session: fa6a5fda-7f87-4ab2-9632-5e9f3aeca903 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.940452 [ 3 ] {} HTTP-Session: fa6a5fda-7f87-4ab2-9632-5e9f3aeca903 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.940505 [ 3 ] {} HTTP-Session: fa6a5fda-7f87-4ab2-9632-5e9f3aeca903 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:00.940735 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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.06.17 21:22:00.941171 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:22:00.941216 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} 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.06.17 21:22:00.941526 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:22:00.941608 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:22:00.941779 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2024.06.17 21:22:00.941992 [ 256 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:22:00.942017 [ 258 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2024.06.17 21:22:00.942038 [ 250 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:22:00.941996 [ 259 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:22:00.942228 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2024.06.17 21:22:00.942273 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:22:00.942394 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:22:00.942420 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 22 rows with 3 streams 2024.06.17 21:22:00.942462 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} 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.06.17 21:22:00.942506 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} 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.06.17 21:22:00.942549 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} 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.06.17 21:22:00.944324 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} executeQuery: Read 22 rows, 943.00 B in 0.003641 sec., 6042.296072507553 rows/sec., 252.92 KiB/sec. 2024.06.17 21:22:00.944737 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} DynamicQueryHandler: Done processing query 2024.06.17 21:22:00.944772 [ 3 ] {a20ccd1c-771f-48f2-b877-dc57692375d9} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.06.17 21:22:00.944791 [ 3 ] {} HTTP-Session: fa6a5fda-7f87-4ab2-9632-5e9f3aeca903 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.945024 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:00.945078 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:00.945098 [ 3 ] {} HTTP-Session: 01566702-92f1-460e-ba55-c0d5da9ed1bb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:00.945116 [ 3 ] {} HTTP-Session: 01566702-92f1-460e-ba55-c0d5da9ed1bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.945130 [ 3 ] {} HTTP-Session: 01566702-92f1-460e-ba55-c0d5da9ed1bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.945165 [ 3 ] {} HTTP-Session: 01566702-92f1-460e-ba55-c0d5da9ed1bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:00.945326 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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.06.17 21:22:00.945611 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:22:00.945656 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} 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.06.17 21:22:00.945936 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:22:00.946005 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:22:00.946149 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2024.06.17 21:22:00.946309 [ 255 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:22:00.946319 [ 261 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:22:00.946338 [ 256 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2024.06.17 21:22:00.946313 [ 262 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:22:00.946496 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2024.06.17 21:22:00.946521 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:22:00.946627 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:22:00.946649 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 22 rows with 3 streams 2024.06.17 21:22:00.946689 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} 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.06.17 21:22:00.946732 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} 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.06.17 21:22:00.946769 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} 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.06.17 21:22:00.948496 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} executeQuery: Read 22 rows, 943.00 B in 0.003243 sec., 6783.842121492446 rows/sec., 283.96 KiB/sec. 2024.06.17 21:22:00.948880 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} DynamicQueryHandler: Done processing query 2024.06.17 21:22:00.948910 [ 3 ] {5f155995-d5fe-4e94-8b43-e2fe572fdd8d} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.06.17 21:22:00.948931 [ 3 ] {} HTTP-Session: 01566702-92f1-460e-ba55-c0d5da9ed1bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.949168 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:00.949228 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:00.949252 [ 3 ] {} HTTP-Session: 822b7e1c-97e2-4915-8a20-fa9ae434a341 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:00.949272 [ 3 ] {} HTTP-Session: 822b7e1c-97e2-4915-8a20-fa9ae434a341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.949290 [ 3 ] {} HTTP-Session: 822b7e1c-97e2-4915-8a20-fa9ae434a341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.949329 [ 3 ] {} HTTP-Session: 822b7e1c-97e2-4915-8a20-fa9ae434a341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:00.949502 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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.06.17 21:22:00.949804 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:22:00.949847 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} 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.06.17 21:22:00.950121 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:22:00.950185 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:22:00.950323 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2024.06.17 21:22:00.950497 [ 255 ] {62244068-07d8-4268-b111-15b2b38f1011} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:22:00.950509 [ 259 ] {62244068-07d8-4268-b111-15b2b38f1011} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2024.06.17 21:22:00.950529 [ 258 ] {62244068-07d8-4268-b111-15b2b38f1011} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:22:00.950506 [ 250 ] {62244068-07d8-4268-b111-15b2b38f1011} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:22:00.950700 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2024.06.17 21:22:00.950729 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:22:00.950833 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:22:00.950854 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 22 rows with 3 streams 2024.06.17 21:22:00.950892 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} 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.06.17 21:22:00.950932 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} 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.06.17 21:22:00.950970 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} 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.06.17 21:22:00.952591 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} executeQuery: Read 22 rows, 943.00 B in 0.003175 sec., 6929.133858267717 rows/sec., 290.05 KiB/sec. 2024.06.17 21:22:00.952907 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} DynamicQueryHandler: Done processing query 2024.06.17 21:22:00.952931 [ 3 ] {62244068-07d8-4268-b111-15b2b38f1011} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.06.17 21:22:00.952950 [ 3 ] {} HTTP-Session: 822b7e1c-97e2-4915-8a20-fa9ae434a341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.953165 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:00.953213 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:00.953232 [ 3 ] {} HTTP-Session: 74679322-c149-4a2c-b96a-6fcd29758aab Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:00.953248 [ 3 ] {} HTTP-Session: 74679322-c149-4a2c-b96a-6fcd29758aab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.953262 [ 3 ] {} HTTP-Session: 74679322-c149-4a2c-b96a-6fcd29758aab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.953294 [ 3 ] {} HTTP-Session: 74679322-c149-4a2c-b96a-6fcd29758aab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:00.953438 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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.06.17 21:22:00.953703 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:22:00.953746 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} 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.06.17 21:22:00.954024 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:22:00.954087 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:22:00.954225 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2024.06.17 21:22:00.954392 [ 259 ] {4702231e-a411-4557-9154-a95a1568b8e8} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:22:00.954392 [ 261 ] {4702231e-a411-4557-9154-a95a1568b8e8} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:22:00.954442 [ 258 ] {4702231e-a411-4557-9154-a95a1568b8e8} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2024.06.17 21:22:00.954410 [ 256 ] {4702231e-a411-4557-9154-a95a1568b8e8} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:22:00.954576 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2024.06.17 21:22:00.954605 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:22:00.954710 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:22:00.954730 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 22 rows with 3 streams 2024.06.17 21:22:00.954770 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} 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.06.17 21:22:00.954811 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} 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.06.17 21:22:00.954848 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} 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.06.17 21:22:00.956484 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} executeQuery: Read 22 rows, 943.00 B in 0.003115 sec., 7062.600321027287 rows/sec., 295.63 KiB/sec. 2024.06.17 21:22:00.956833 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} DynamicQueryHandler: Done processing query 2024.06.17 21:22:00.956863 [ 3 ] {4702231e-a411-4557-9154-a95a1568b8e8} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.06.17 21:22:00.956883 [ 3 ] {} HTTP-Session: 74679322-c149-4a2c-b96a-6fcd29758aab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.957123 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:00.957181 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:00.957205 [ 3 ] {} HTTP-Session: afaded67-21f3-4f63-9d23-0f89ff0e683b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:00.957225 [ 3 ] {} HTTP-Session: afaded67-21f3-4f63-9d23-0f89ff0e683b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.957242 [ 3 ] {} HTTP-Session: afaded67-21f3-4f63-9d23-0f89ff0e683b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.957280 [ 3 ] {} HTTP-Session: afaded67-21f3-4f63-9d23-0f89ff0e683b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:00.957455 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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.06.17 21:22:00.957743 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:22:00.957786 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} 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.06.17 21:22:00.958070 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:22:00.958134 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:22:00.958271 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2024.06.17 21:22:00.958359 [ 256 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:22:00.958419 [ 250 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:22:00.958427 [ 259 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:22:00.958473 [ 262 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2024.06.17 21:22:00.958585 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2024.06.17 21:22:00.958610 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:22:00.958713 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:22:00.958734 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 22 rows with 3 streams 2024.06.17 21:22:00.958774 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} 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.06.17 21:22:00.958813 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} 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.06.17 21:22:00.958848 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} 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.06.17 21:22:00.960557 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} executeQuery: Read 22 rows, 943.00 B in 0.003188 sec., 6900.878293601004 rows/sec., 288.86 KiB/sec. 2024.06.17 21:22:00.960916 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} DynamicQueryHandler: Done processing query 2024.06.17 21:22:00.960951 [ 3 ] {0df270f8-5a1b-4ceb-ad5e-d4fb355a0677} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.06.17 21:22:00.960972 [ 3 ] {} HTTP-Session: afaded67-21f3-4f63-9d23-0f89ff0e683b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.961194 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:00.961252 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:00.961276 [ 3 ] {} HTTP-Session: 21ba61e8-5d20-4e2a-9bea-99441010fe3d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:00.961296 [ 3 ] {} HTTP-Session: 21ba61e8-5d20-4e2a-9bea-99441010fe3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.961313 [ 3 ] {} HTTP-Session: 21ba61e8-5d20-4e2a-9bea-99441010fe3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.961352 [ 3 ] {} HTTP-Session: 21ba61e8-5d20-4e2a-9bea-99441010fe3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:00.961525 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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.06.17 21:22:00.961807 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:22:00.961851 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} 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.06.17 21:22:00.962136 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:22:00.962200 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:22:00.962336 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2024.06.17 21:22:00.962517 [ 256 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.17 21:22:00.962544 [ 261 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.17 21:22:00.962543 [ 259 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.17 21:22:00.962530 [ 255 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2024.06.17 21:22:00.962716 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2024.06.17 21:22:00.962745 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:22:00.962852 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.17 21:22:00.962873 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Reading approx. 22 rows with 3 streams 2024.06.17 21:22:00.962911 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} 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.06.17 21:22:00.962953 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} 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.06.17 21:22:00.962992 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} 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.06.17 21:22:00.964378 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} executeQuery: Read 22 rows, 943.00 B in 0.00294 sec., 7482.993197278912 rows/sec., 313.23 KiB/sec. 2024.06.17 21:22:00.964709 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} DynamicQueryHandler: Done processing query 2024.06.17 21:22:00.964734 [ 3 ] {c1cc8043-0d49-4e3a-abe2-25707158832e} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.06.17 21:22:00.964751 [ 3 ] {} HTTP-Session: 21ba61e8-5d20-4e2a-9bea-99441010fe3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.985652 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:00.985712 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:00.985736 [ 3 ] {} HTTP-Session: 0a5ed7fa-6255-4646-aa18-950f26ba0ec6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:00.985756 [ 3 ] {} HTTP-Session: 0a5ed7fa-6255-4646-aa18-950f26ba0ec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.985774 [ 3 ] {} HTTP-Session: 0a5ed7fa-6255-4646-aa18-950f26ba0ec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.985812 [ 3 ] {} HTTP-Session: 0a5ed7fa-6255-4646-aa18-950f26ba0ec6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:00.985949 [ 3 ] {65b2db2a-35b5-4583-9eee-cf5ab4c99318} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:00.986005 [ 3 ] {65b2db2a-35b5-4583-9eee-cf5ab4c99318} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:22:00.986209 [ 3 ] {65b2db2a-35b5-4583-9eee-cf5ab4c99318} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:00.986650 [ 3 ] {65b2db2a-35b5-4583-9eee-cf5ab4c99318} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:00.986689 [ 3 ] {65b2db2a-35b5-4583-9eee-cf5ab4c99318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:22:00.987177 [ 3 ] {65b2db2a-35b5-4583-9eee-cf5ab4c99318} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.17 21:22:00.987495 [ 3 ] {65b2db2a-35b5-4583-9eee-cf5ab4c99318} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:00.987636 [ 3 ] {65b2db2a-35b5-4583-9eee-cf5ab4c99318} executeQuery: Read 6 rows, 996.00 B in 0.001736 sec., 3456.221198156682 rows/sec., 560.29 KiB/sec. 2024.06.17 21:22:00.987954 [ 3 ] {65b2db2a-35b5-4583-9eee-cf5ab4c99318} DynamicQueryHandler: Done processing query 2024.06.17 21:22:00.987979 [ 3 ] {65b2db2a-35b5-4583-9eee-cf5ab4c99318} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:22:00.987995 [ 3 ] {} HTTP-Session: 0a5ed7fa-6255-4646-aa18-950f26ba0ec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.988109 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:00.988158 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:00.988178 [ 3 ] {} HTTP-Session: 6ae7c695-0f99-461e-9a61-b4c3a45da67e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:00.988194 [ 3 ] {} HTTP-Session: 6ae7c695-0f99-461e-9a61-b4c3a45da67e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.988208 [ 3 ] {} HTTP-Session: 6ae7c695-0f99-461e-9a61-b4c3a45da67e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.988239 [ 3 ] {} HTTP-Session: 6ae7c695-0f99-461e-9a61-b4c3a45da67e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:00.988339 [ 3 ] {3308bd2c-0c07-4f58-b461-3fec4acf6aeb} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:00.988382 [ 3 ] {3308bd2c-0c07-4f58-b461-3fec4acf6aeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:22:00.988531 [ 3 ] {3308bd2c-0c07-4f58-b461-3fec4acf6aeb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:00.988848 [ 3 ] {3308bd2c-0c07-4f58-b461-3fec4acf6aeb} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:00.988884 [ 3 ] {3308bd2c-0c07-4f58-b461-3fec4acf6aeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:22:00.989194 [ 3 ] {3308bd2c-0c07-4f58-b461-3fec4acf6aeb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.17 21:22:00.989497 [ 3 ] {3308bd2c-0c07-4f58-b461-3fec4acf6aeb} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:00.989620 [ 3 ] {3308bd2c-0c07-4f58-b461-3fec4acf6aeb} executeQuery: Read 14 rows, 1.13 KiB in 0.001308 sec., 10703.363914373089 rows/sec., 867.56 KiB/sec. 2024.06.17 21:22:00.989781 [ 3 ] {3308bd2c-0c07-4f58-b461-3fec4acf6aeb} DynamicQueryHandler: Done processing query 2024.06.17 21:22:00.989806 [ 3 ] {3308bd2c-0c07-4f58-b461-3fec4acf6aeb} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:00.989821 [ 3 ] {} HTTP-Session: 6ae7c695-0f99-461e-9a61-b4c3a45da67e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.989973 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 19161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:00.990021 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:00.990040 [ 3 ] {} HTTP-Session: 3035bcb1-2ded-468b-9f8a-3771a8838bde Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:00.990056 [ 3 ] {} HTTP-Session: 3035bcb1-2ded-468b-9f8a-3771a8838bde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.990070 [ 3 ] {} HTTP-Session: 3035bcb1-2ded-468b-9f8a-3771a8838bde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.990101 [ 3 ] {} HTTP-Session: 3035bcb1-2ded-468b-9f8a-3771a8838bde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:00.990231 [ 3 ] {2083f50e-ce88-456b-a5ff-310d85d222cc} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:00.990273 [ 3 ] {2083f50e-ce88-456b-a5ff-310d85d222cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:22:00.990395 [ 3 ] {2083f50e-ce88-456b-a5ff-310d85d222cc} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:00.990780 [ 3 ] {2083f50e-ce88-456b-a5ff-310d85d222cc} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:00.990815 [ 3 ] {2083f50e-ce88-456b-a5ff-310d85d222cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:22:00.991144 [ 3 ] {2083f50e-ce88-456b-a5ff-310d85d222cc} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.17 21:22:00.991441 [ 3 ] {2083f50e-ce88-456b-a5ff-310d85d222cc} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:00.991574 [ 3 ] {2083f50e-ce88-456b-a5ff-310d85d222cc} executeQuery: Read 134 rows, 11.00 KiB in 0.001396 sec., 95988.53868194841 rows/sec., 7.70 MiB/sec. 2024.06.17 21:22:00.992191 [ 3 ] {2083f50e-ce88-456b-a5ff-310d85d222cc} DynamicQueryHandler: Done processing query 2024.06.17 21:22:00.992230 [ 3 ] {2083f50e-ce88-456b-a5ff-310d85d222cc} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:22:00.992247 [ 3 ] {} HTTP-Session: 3035bcb1-2ded-468b-9f8a-3771a8838bde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.992418 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:00.992467 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:00.992486 [ 3 ] {} HTTP-Session: 84df84cc-6cf6-40c8-996a-66713af2ac46 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:00.992502 [ 3 ] {} HTTP-Session: 84df84cc-6cf6-40c8-996a-66713af2ac46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.992516 [ 3 ] {} HTTP-Session: 84df84cc-6cf6-40c8-996a-66713af2ac46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.992548 [ 3 ] {} HTTP-Session: 84df84cc-6cf6-40c8-996a-66713af2ac46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:00.992672 [ 3 ] {9af88ce6-d10c-47d8-984d-103c8ed78f6a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:00.992716 [ 3 ] {9af88ce6-d10c-47d8-984d-103c8ed78f6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:22:00.992864 [ 3 ] {9af88ce6-d10c-47d8-984d-103c8ed78f6a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:00.993227 [ 3 ] {9af88ce6-d10c-47d8-984d-103c8ed78f6a} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:00.993263 [ 3 ] {9af88ce6-d10c-47d8-984d-103c8ed78f6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:22:00.993570 [ 3 ] {9af88ce6-d10c-47d8-984d-103c8ed78f6a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.17 21:22:00.993868 [ 3 ] {9af88ce6-d10c-47d8-984d-103c8ed78f6a} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:00.994047 [ 3 ] {9af88ce6-d10c-47d8-984d-103c8ed78f6a} executeQuery: Read 102 rows, 8.13 KiB in 0.001416 sec., 72033.89830508475 rows/sec., 5.61 MiB/sec. 2024.06.17 21:22:00.994717 [ 3 ] {9af88ce6-d10c-47d8-984d-103c8ed78f6a} DynamicQueryHandler: Done processing query 2024.06.17 21:22:00.994743 [ 3 ] {9af88ce6-d10c-47d8-984d-103c8ed78f6a} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:22:00.994759 [ 3 ] {} HTTP-Session: 84df84cc-6cf6-40c8-996a-66713af2ac46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.995074 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 99898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:00.995124 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:00.995143 [ 3 ] {} HTTP-Session: 1e1e9cc2-2c4e-40d2-85f1-befb5a18ef10 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:00.995159 [ 3 ] {} HTTP-Session: 1e1e9cc2-2c4e-40d2-85f1-befb5a18ef10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.995173 [ 3 ] {} HTTP-Session: 1e1e9cc2-2c4e-40d2-85f1-befb5a18ef10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.995205 [ 3 ] {} HTTP-Session: 1e1e9cc2-2c4e-40d2-85f1-befb5a18ef10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:00.995787 [ 3 ] {fecd14e6-8e2d-4d7b-a77a-6704fd253fb1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:00.995837 [ 3 ] {fecd14e6-8e2d-4d7b-a77a-6704fd253fb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:22:00.996010 [ 3 ] {fecd14e6-8e2d-4d7b-a77a-6704fd253fb1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:00.996653 [ 3 ] {fecd14e6-8e2d-4d7b-a77a-6704fd253fb1} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:00.996691 [ 3 ] {fecd14e6-8e2d-4d7b-a77a-6704fd253fb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:22:00.997125 [ 3 ] {fecd14e6-8e2d-4d7b-a77a-6704fd253fb1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.17 21:22:00.997466 [ 3 ] {fecd14e6-8e2d-4d7b-a77a-6704fd253fb1} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:00.997621 [ 3 ] {fecd14e6-8e2d-4d7b-a77a-6704fd253fb1} executeQuery: Read 520 rows, 37.43 KiB in 0.00231 sec., 225108.2251082251 rows/sec., 15.82 MiB/sec. 2024.06.17 21:22:00.997655 [ 133 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.06.17 21:22:00.997788 [ 133 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:00.997848 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:22:00.997861 [ 3 ] {fecd14e6-8e2d-4d7b-a77a-6704fd253fb1} DynamicQueryHandler: Done processing query 2024.06.17 21:22:00.997907 [ 3 ] {fecd14e6-8e2d-4d7b-a77a-6704fd253fb1} MemoryTracker: Peak memory usage (for query): 4.48 MiB. 2024.06.17 21:22:00.997963 [ 3 ] {} HTTP-Session: 1e1e9cc2-2c4e-40d2-85f1-befb5a18ef10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.998278 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:00.998460 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:00.998537 [ 3 ] {} HTTP-Session: c962150c-2434-43ae-8037-1e7769191d1d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:00.998568 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:22:00.998585 [ 3 ] {} HTTP-Session: c962150c-2434-43ae-8037-1e7769191d1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.998673 [ 3 ] {} HTTP-Session: c962150c-2434-43ae-8037-1e7769191d1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:00.998742 [ 3 ] {} HTTP-Session: c962150c-2434-43ae-8037-1e7769191d1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:00.998931 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:00.998985 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 295 rows starting from the beginning of the part 2024.06.17 21:22:00.999128 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2024.06.17 21:22:00.999248 [ 3 ] {8c910547-b36f-4f57-8052-fbc217391062} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:00.999486 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part 2024.06.17 21:22:00.999543 [ 3 ] {8c910547-b36f-4f57-8052-fbc217391062} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:22:00.999806 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2024.06.17 21:22:01.000106 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:22:01.000198 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 182.93 MiB, peak 189.91 MiB, free memory in arenas 0.00 B, will set to 181.71 MiB (RSS), difference: -1.22 MiB 2024.06.17 21:22:01.000565 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 520 rows starting from the beginning of the part 2024.06.17 21:22:01.001709 [ 3 ] {8c910547-b36f-4f57-8052-fbc217391062} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:01.003690 [ 3 ] {8c910547-b36f-4f57-8052-fbc217391062} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:01.003818 [ 3 ] {8c910547-b36f-4f57-8052-fbc217391062} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:22:01.005334 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.004265613 sec. 2024.06.17 21:22:01.005743 [ 3 ] {8c910547-b36f-4f57-8052-fbc217391062} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.17 21:22:01.006182 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1456 rows, containing 5 columns (5 merged, 0 gathered) in 0.008171653 sec., 178176.92454635559 rows/sec., 12.50 MiB/sec. 2024.06.17 21:22:01.006498 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.06.17 21:22:01.006563 [ 3 ] {8c910547-b36f-4f57-8052-fbc217391062} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:01.006921 [ 3 ] {8c910547-b36f-4f57-8052-fbc217391062} executeQuery: Read 14 rows, 19.35 KiB in 0.008014 sec., 1746.9428500124782 rows/sec., 2.36 MiB/sec. 2024.06.17 21:22:01.007379 [ 3 ] {8c910547-b36f-4f57-8052-fbc217391062} DynamicQueryHandler: Done processing query 2024.06.17 21:22:01.007426 [ 3 ] {8c910547-b36f-4f57-8052-fbc217391062} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:01.007472 [ 3 ] {} HTTP-Session: c962150c-2434-43ae-8037-1e7769191d1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:01.007643 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_16_3} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:01.007676 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:01.007768 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:01.007800 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_16_3} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.06.17 21:22:01.007811 [ 3 ] {} HTTP-Session: a82fff1b-b6be-48d3-a988-e2afd9c23a36 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:01.007847 [ 3 ] {} HTTP-Session: a82fff1b-b6be-48d3-a988-e2afd9c23a36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:01.007883 [ 3 ] {} HTTP-Session: a82fff1b-b6be-48d3-a988-e2afd9c23a36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:01.007958 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2024.06.17 21:22:01.007972 [ 3 ] {} HTTP-Session: a82fff1b-b6be-48d3-a988-e2afd9c23a36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:01.008126 [ 3 ] {5a78ea86-85bc-4634-a5df-04ac5403d8ae} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:01.008172 [ 3 ] {5a78ea86-85bc-4634-a5df-04ac5403d8ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:22:01.008324 [ 3 ] {5a78ea86-85bc-4634-a5df-04ac5403d8ae} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:01.008648 [ 3 ] {5a78ea86-85bc-4634-a5df-04ac5403d8ae} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:01.008685 [ 3 ] {5a78ea86-85bc-4634-a5df-04ac5403d8ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:22:01.009052 [ 3 ] {5a78ea86-85bc-4634-a5df-04ac5403d8ae} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.17 21:22:01.009375 [ 3 ] {5a78ea86-85bc-4634-a5df-04ac5403d8ae} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:01.009527 [ 133 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.06.17 21:22:01.009536 [ 3 ] {5a78ea86-85bc-4634-a5df-04ac5403d8ae} executeQuery: Read 60 rows, 4.14 KiB in 0.001451 sec., 41350.79255685734 rows/sec., 2.79 MiB/sec. 2024.06.17 21:22:01.009588 [ 133 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:01.009660 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.06.17 21:22:01.009877 [ 3 ] {5a78ea86-85bc-4634-a5df-04ac5403d8ae} DynamicQueryHandler: Done processing query 2024.06.17 21:22:01.009949 [ 3 ] {5a78ea86-85bc-4634-a5df-04ac5403d8ae} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:22:01.009973 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:01.010020 [ 3 ] {} HTTP-Session: a82fff1b-b6be-48d3-a988-e2afd9c23a36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:01.010310 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:01.010347 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 168 rows starting from the beginning of the part 2024.06.17 21:22:01.010448 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:01.010655 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:01.010847 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:01.010978 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:01.011159 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:01.012247 [ 195 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 4 columns (4 merged, 0 gathered) in 0.002485555 sec., 188287.92764593824 rows/sec., 12.47 MiB/sec. 2024.06.17 21:22:01.012456 [ 196 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.06.17 21:22:01.012846 [ 196 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_16_3} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:01.012920 [ 196 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_16_3} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.06.17 21:22:01.012990 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.06.17 21:22:05.947854 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:05.948003 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:05.948034 [ 3 ] {} HTTP-Session: 5d96dcbe-29a0-4a4f-a277-2fea11a460a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:05.948063 [ 3 ] {} HTTP-Session: 5d96dcbe-29a0-4a4f-a277-2fea11a460a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.948081 [ 3 ] {} HTTP-Session: 5d96dcbe-29a0-4a4f-a277-2fea11a460a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.948139 [ 3 ] {} HTTP-Session: 5d96dcbe-29a0-4a4f-a277-2fea11a460a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:05.948354 [ 3 ] {c790c689-4dcf-447c-8577-c8ee87d00f2d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:05.948430 [ 3 ] {c790c689-4dcf-447c-8577-c8ee87d00f2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:22:05.948652 [ 3 ] {c790c689-4dcf-447c-8577-c8ee87d00f2d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:05.949117 [ 3 ] {c790c689-4dcf-447c-8577-c8ee87d00f2d} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:05.949164 [ 3 ] {c790c689-4dcf-447c-8577-c8ee87d00f2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:05.949549 [ 3 ] {c790c689-4dcf-447c-8577-c8ee87d00f2d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.17 21:22:05.949883 [ 3 ] {c790c689-4dcf-447c-8577-c8ee87d00f2d} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:05.950054 [ 3 ] {c790c689-4dcf-447c-8577-c8ee87d00f2d} executeQuery: Read 16 rows, 1.30 KiB in 0.001761 sec., 9085.746734809767 rows/sec., 736.44 KiB/sec. 2024.06.17 21:22:05.950079 [ 127 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.06.17 21:22:05.950185 [ 127 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:05.950237 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:05.950369 [ 3 ] {c790c689-4dcf-447c-8577-c8ee87d00f2d} DynamicQueryHandler: Done processing query 2024.06.17 21:22:05.950393 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:22:05.950408 [ 3 ] {c790c689-4dcf-447c-8577-c8ee87d00f2d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:05.950467 [ 3 ] {} HTTP-Session: 5d96dcbe-29a0-4a4f-a277-2fea11a460a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.950596 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:05.950649 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 30 rows starting from the beginning of the part 2024.06.17 21:22:05.950670 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:05.950788 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:05.950820 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:05.950936 [ 3 ] {} HTTP-Session: 119618a3-9261-4531-b946-a14e2f06029b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:05.951066 [ 3 ] {} HTTP-Session: 119618a3-9261-4531-b946-a14e2f06029b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.951156 [ 3 ] {} HTTP-Session: 119618a3-9261-4531-b946-a14e2f06029b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.951176 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:05.951335 [ 3 ] {} HTTP-Session: 119618a3-9261-4531-b946-a14e2f06029b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:05.951478 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:05.951733 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:05.951841 [ 3 ] {b510669f-bf6f-48a3-98d4-4a7874fd9622} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:05.951949 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:05.952140 [ 3 ] {b510669f-bf6f-48a3-98d4-4a7874fd9622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:22:05.952787 [ 3 ] {b510669f-bf6f-48a3-98d4-4a7874fd9622} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:05.953660 [ 3 ] {b510669f-bf6f-48a3-98d4-4a7874fd9622} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:05.953744 [ 3 ] {b510669f-bf6f-48a3-98d4-4a7874fd9622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:05.954596 [ 3 ] {b510669f-bf6f-48a3-98d4-4a7874fd9622} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.17 21:22:05.954606 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004284073 sec., 24742.809004421724 rows/sec., 1.96 MiB/sec. 2024.06.17 21:22:05.954802 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.06.17 21:22:05.955306 [ 3 ] {b510669f-bf6f-48a3-98d4-4a7874fd9622} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:05.955627 [ 3 ] {b510669f-bf6f-48a3-98d4-4a7874fd9622} executeQuery: Read 104 rows, 8.66 KiB in 0.004008 sec., 25948.103792415168 rows/sec., 2.11 MiB/sec. 2024.06.17 21:22:05.955764 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_16_3} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:05.955931 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_16_3} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.06.17 21:22:05.955966 [ 3 ] {b510669f-bf6f-48a3-98d4-4a7874fd9622} DynamicQueryHandler: Done processing query 2024.06.17 21:22:05.956044 [ 3 ] {b510669f-bf6f-48a3-98d4-4a7874fd9622} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:22:05.956077 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.17 21:22:05.956088 [ 3 ] {} HTTP-Session: 119618a3-9261-4531-b946-a14e2f06029b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.956267 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:05.956320 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:05.956340 [ 3 ] {} HTTP-Session: bf667b66-505a-4307-a6c6-52374f4c2ddc Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:05.956356 [ 3 ] {} HTTP-Session: bf667b66-505a-4307-a6c6-52374f4c2ddc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.956370 [ 3 ] {} HTTP-Session: bf667b66-505a-4307-a6c6-52374f4c2ddc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.956405 [ 3 ] {} HTTP-Session: bf667b66-505a-4307-a6c6-52374f4c2ddc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:05.956545 [ 3 ] {302d96da-1552-4a33-b550-6c315233715f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:05.956590 [ 3 ] {302d96da-1552-4a33-b550-6c315233715f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:22:05.956738 [ 3 ] {302d96da-1552-4a33-b550-6c315233715f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:05.957125 [ 3 ] {302d96da-1552-4a33-b550-6c315233715f} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:05.957163 [ 3 ] {302d96da-1552-4a33-b550-6c315233715f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:05.957486 [ 3 ] {302d96da-1552-4a33-b550-6c315233715f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.17 21:22:05.957797 [ 3 ] {302d96da-1552-4a33-b550-6c315233715f} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:05.957954 [ 3 ] {302d96da-1552-4a33-b550-6c315233715f} executeQuery: Read 80 rows, 6.40 KiB in 0.001464 sec., 54644.8087431694 rows/sec., 4.27 MiB/sec. 2024.06.17 21:22:05.958114 [ 3 ] {302d96da-1552-4a33-b550-6c315233715f} DynamicQueryHandler: Done processing query 2024.06.17 21:22:05.958139 [ 3 ] {302d96da-1552-4a33-b550-6c315233715f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:22:05.958154 [ 3 ] {} HTTP-Session: bf667b66-505a-4307-a6c6-52374f4c2ddc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.958319 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:05.958366 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:05.958386 [ 3 ] {} HTTP-Session: 445a3ace-2bf9-4e9d-9dbb-96f3416058aa Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:05.958402 [ 3 ] {} HTTP-Session: 445a3ace-2bf9-4e9d-9dbb-96f3416058aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.958416 [ 3 ] {} HTTP-Session: 445a3ace-2bf9-4e9d-9dbb-96f3416058aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.958449 [ 3 ] {} HTTP-Session: 445a3ace-2bf9-4e9d-9dbb-96f3416058aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:05.958596 [ 3 ] {225d6651-b7f5-4234-ae61-06af74709615} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:05.958644 [ 3 ] {225d6651-b7f5-4234-ae61-06af74709615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:22:05.958791 [ 3 ] {225d6651-b7f5-4234-ae61-06af74709615} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:05.959170 [ 3 ] {225d6651-b7f5-4234-ae61-06af74709615} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:05.959207 [ 3 ] {225d6651-b7f5-4234-ae61-06af74709615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:05.959599 [ 3 ] {225d6651-b7f5-4234-ae61-06af74709615} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.17 21:22:05.959931 [ 3 ] {225d6651-b7f5-4234-ae61-06af74709615} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:05.960086 [ 3 ] {225d6651-b7f5-4234-ae61-06af74709615} executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. 2024.06.17 21:22:05.960257 [ 3 ] {225d6651-b7f5-4234-ae61-06af74709615} DynamicQueryHandler: Done processing query 2024.06.17 21:22:05.960281 [ 3 ] {225d6651-b7f5-4234-ae61-06af74709615} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:05.960296 [ 3 ] {} HTTP-Session: 445a3ace-2bf9-4e9d-9dbb-96f3416058aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.960444 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:05.960492 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:05.960512 [ 3 ] {} HTTP-Session: 3912983c-beb0-4fce-992c-1c0cd33a0324 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:05.960528 [ 3 ] {} HTTP-Session: 3912983c-beb0-4fce-992c-1c0cd33a0324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.960542 [ 3 ] {} HTTP-Session: 3912983c-beb0-4fce-992c-1c0cd33a0324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.960574 [ 3 ] {} HTTP-Session: 3912983c-beb0-4fce-992c-1c0cd33a0324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:05.960759 [ 3 ] {e0de3af3-377b-4e10-8a76-114aa6ebe93b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:05.960806 [ 3 ] {e0de3af3-377b-4e10-8a76-114aa6ebe93b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:22:05.960966 [ 3 ] {e0de3af3-377b-4e10-8a76-114aa6ebe93b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:05.961347 [ 3 ] {e0de3af3-377b-4e10-8a76-114aa6ebe93b} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:05.961382 [ 3 ] {e0de3af3-377b-4e10-8a76-114aa6ebe93b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:05.961772 [ 3 ] {e0de3af3-377b-4e10-8a76-114aa6ebe93b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.17 21:22:05.962102 [ 3 ] {e0de3af3-377b-4e10-8a76-114aa6ebe93b} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:05.962260 [ 127 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.06.17 21:22:05.962263 [ 3 ] {e0de3af3-377b-4e10-8a76-114aa6ebe93b} executeQuery: Read 16 rows, 22.11 KiB in 0.00161 sec., 9937.888198757762 rows/sec., 13.41 MiB/sec. 2024.06.17 21:22:05.962326 [ 127 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:05.962400 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:05.962588 [ 195 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:22:05.962602 [ 3 ] {e0de3af3-377b-4e10-8a76-114aa6ebe93b} DynamicQueryHandler: Done processing query 2024.06.17 21:22:05.962648 [ 3 ] {e0de3af3-377b-4e10-8a76-114aa6ebe93b} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:22:05.962683 [ 3 ] {} HTTP-Session: 3912983c-beb0-4fce-992c-1c0cd33a0324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.962854 [ 195 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:05.962872 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:05.962934 [ 195 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 168 rows starting from the beginning of the part 2024.06.17 21:22:05.962966 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:05.962997 [ 3 ] {} HTTP-Session: 4058c3ad-51a3-4571-a87c-109430d719d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:05.963027 [ 3 ] {} HTTP-Session: 4058c3ad-51a3-4571-a87c-109430d719d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.963079 [ 3 ] {} HTTP-Session: 4058c3ad-51a3-4571-a87c-109430d719d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.963274 [ 195 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:05.963285 [ 3 ] {} HTTP-Session: 4058c3ad-51a3-4571-a87c-109430d719d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:05.963554 [ 195 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:05.963737 [ 3 ] {101c3184-0aa1-4b1b-ae37-dfd9b96dfd60} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:05.963865 [ 195 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:05.963959 [ 3 ] {101c3184-0aa1-4b1b-ae37-dfd9b96dfd60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:22:05.964168 [ 195 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:05.964485 [ 195 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:05.965186 [ 3 ] {101c3184-0aa1-4b1b-ae37-dfd9b96dfd60} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:05.965938 [ 3 ] {101c3184-0aa1-4b1b-ae37-dfd9b96dfd60} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:05.965991 [ 3 ] {101c3184-0aa1-4b1b-ae37-dfd9b96dfd60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:05.967093 [ 3 ] {101c3184-0aa1-4b1b-ae37-dfd9b96dfd60} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.17 21:22:05.967865 [ 3 ] {101c3184-0aa1-4b1b-ae37-dfd9b96dfd60} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:05.968039 [ 3 ] {101c3184-0aa1-4b1b-ae37-dfd9b96dfd60} executeQuery: Read 60 rows, 4.14 KiB in 0.004504 sec., 13321.492007104795 rows/sec., 919.32 KiB/sec. 2024.06.17 21:22:05.968281 [ 3 ] {101c3184-0aa1-4b1b-ae37-dfd9b96dfd60} DynamicQueryHandler: Done processing query 2024.06.17 21:22:05.968361 [ 3 ] {101c3184-0aa1-4b1b-ae37-dfd9b96dfd60} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:22:05.968443 [ 3 ] {} HTTP-Session: 4058c3ad-51a3-4571-a87c-109430d719d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:05.968575 [ 199 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 244 rows, containing 6 columns (6 merged, 0 gathered) in 0.006065421 sec., 40228.04023001866 rows/sec., 54.29 MiB/sec. 2024.06.17 21:22:05.968990 [ 190 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.06.17 21:22:05.969432 [ 190 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_16_3} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:05.969515 [ 190 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_16_3} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.06.17 21:22:05.969608 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2024.06.17 21:22:10.948029 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:10.948177 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:10.948208 [ 3 ] {} HTTP-Session: 005aca43-ce9d-4a11-b3f2-7d19fdd5081f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:10.948238 [ 3 ] {} HTTP-Session: 005aca43-ce9d-4a11-b3f2-7d19fdd5081f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.948256 [ 3 ] {} HTTP-Session: 005aca43-ce9d-4a11-b3f2-7d19fdd5081f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.948315 [ 3 ] {} HTTP-Session: 005aca43-ce9d-4a11-b3f2-7d19fdd5081f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:10.948537 [ 3 ] {174e096b-7ef7-4bc8-bac3-f039ca77da94} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:10.948614 [ 3 ] {174e096b-7ef7-4bc8-bac3-f039ca77da94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:22:10.948834 [ 3 ] {174e096b-7ef7-4bc8-bac3-f039ca77da94} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:10.949220 [ 3 ] {174e096b-7ef7-4bc8-bac3-f039ca77da94} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:10.949267 [ 3 ] {174e096b-7ef7-4bc8-bac3-f039ca77da94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:10.949639 [ 3 ] {174e096b-7ef7-4bc8-bac3-f039ca77da94} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.17 21:22:10.949981 [ 3 ] {174e096b-7ef7-4bc8-bac3-f039ca77da94} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:10.950131 [ 3 ] {174e096b-7ef7-4bc8-bac3-f039ca77da94} executeQuery: Read 14 rows, 1.13 KiB in 0.001661 sec., 8428.657435279953 rows/sec., 683.18 KiB/sec. 2024.06.17 21:22:10.950433 [ 3 ] {174e096b-7ef7-4bc8-bac3-f039ca77da94} DynamicQueryHandler: Done processing query 2024.06.17 21:22:10.950466 [ 3 ] {174e096b-7ef7-4bc8-bac3-f039ca77da94} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:10.950483 [ 3 ] {} HTTP-Session: 005aca43-ce9d-4a11-b3f2-7d19fdd5081f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.950611 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:10.950665 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:10.950685 [ 3 ] {} HTTP-Session: cde1dff8-db87-4346-9513-58b6f325c499 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:10.950704 [ 3 ] {} HTTP-Session: cde1dff8-db87-4346-9513-58b6f325c499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.950719 [ 3 ] {} HTTP-Session: cde1dff8-db87-4346-9513-58b6f325c499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.950754 [ 3 ] {} HTTP-Session: cde1dff8-db87-4346-9513-58b6f325c499 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:10.950864 [ 3 ] {5fac8a45-761e-4446-88f3-68b73b58d399} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:10.950911 [ 3 ] {5fac8a45-761e-4446-88f3-68b73b58d399} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:22:10.951062 [ 3 ] {5fac8a45-761e-4446-88f3-68b73b58d399} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:10.951327 [ 3 ] {5fac8a45-761e-4446-88f3-68b73b58d399} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:10.951362 [ 3 ] {5fac8a45-761e-4446-88f3-68b73b58d399} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:10.951672 [ 3 ] {5fac8a45-761e-4446-88f3-68b73b58d399} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.17 21:22:10.951990 [ 3 ] {5fac8a45-761e-4446-88f3-68b73b58d399} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:10.952121 [ 3 ] {5fac8a45-761e-4446-88f3-68b73b58d399} executeQuery: Read 4 rows, 334.00 B in 0.001291 sec., 3098.3733539891555 rows/sec., 252.65 KiB/sec. 2024.06.17 21:22:10.952413 [ 3 ] {5fac8a45-761e-4446-88f3-68b73b58d399} DynamicQueryHandler: Done processing query 2024.06.17 21:22:10.952447 [ 3 ] {5fac8a45-761e-4446-88f3-68b73b58d399} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:10.952468 [ 3 ] {} HTTP-Session: cde1dff8-db87-4346-9513-58b6f325c499 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.952600 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:10.952662 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:10.952686 [ 3 ] {} HTTP-Session: 5d17a5d3-65c1-41b1-9d37-1afd8b3466a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:10.952708 [ 3 ] {} HTTP-Session: 5d17a5d3-65c1-41b1-9d37-1afd8b3466a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.952726 [ 3 ] {} HTTP-Session: 5d17a5d3-65c1-41b1-9d37-1afd8b3466a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.952766 [ 3 ] {} HTTP-Session: 5d17a5d3-65c1-41b1-9d37-1afd8b3466a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:10.952912 [ 3 ] {7fb96f5f-8924-4d46-a96e-61d7cc6a5aeb} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:10.952958 [ 3 ] {7fb96f5f-8924-4d46-a96e-61d7cc6a5aeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:22:10.953097 [ 3 ] {7fb96f5f-8924-4d46-a96e-61d7cc6a5aeb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:10.953419 [ 3 ] {7fb96f5f-8924-4d46-a96e-61d7cc6a5aeb} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:10.953455 [ 3 ] {7fb96f5f-8924-4d46-a96e-61d7cc6a5aeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:10.953784 [ 3 ] {7fb96f5f-8924-4d46-a96e-61d7cc6a5aeb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.06.17 21:22:10.954105 [ 3 ] {7fb96f5f-8924-4d46-a96e-61d7cc6a5aeb} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:10.954224 [ 3 ] {7fb96f5f-8924-4d46-a96e-61d7cc6a5aeb} executeQuery: Read 100 rows, 8.38 KiB in 0.001363 sec., 73367.57153338224 rows/sec., 6.01 MiB/sec. 2024.06.17 21:22:10.954423 [ 3 ] {7fb96f5f-8924-4d46-a96e-61d7cc6a5aeb} DynamicQueryHandler: Done processing query 2024.06.17 21:22:10.954468 [ 3 ] {7fb96f5f-8924-4d46-a96e-61d7cc6a5aeb} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:22:10.954520 [ 3 ] {} HTTP-Session: 5d17a5d3-65c1-41b1-9d37-1afd8b3466a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.954685 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:10.954737 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:10.954756 [ 3 ] {} HTTP-Session: 0a46663a-9b00-4453-aa87-5da779e515f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:10.954774 [ 3 ] {} HTTP-Session: 0a46663a-9b00-4453-aa87-5da779e515f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.954788 [ 3 ] {} HTTP-Session: 0a46663a-9b00-4453-aa87-5da779e515f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.954820 [ 3 ] {} HTTP-Session: 0a46663a-9b00-4453-aa87-5da779e515f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:10.954934 [ 3 ] {32b91767-732f-4a1e-a544-70443ac1c42f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:10.954979 [ 3 ] {32b91767-732f-4a1e-a544-70443ac1c42f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:22:10.955119 [ 3 ] {32b91767-732f-4a1e-a544-70443ac1c42f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:10.955412 [ 3 ] {32b91767-732f-4a1e-a544-70443ac1c42f} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:10.955448 [ 3 ] {32b91767-732f-4a1e-a544-70443ac1c42f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:10.955749 [ 3 ] {32b91767-732f-4a1e-a544-70443ac1c42f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.17 21:22:10.956049 [ 3 ] {32b91767-732f-4a1e-a544-70443ac1c42f} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:10.956172 [ 3 ] {32b91767-732f-4a1e-a544-70443ac1c42f} executeQuery: Read 4 rows, 286.00 B in 0.001264 sec., 3164.556962025317 rows/sec., 220.96 KiB/sec. 2024.06.17 21:22:10.956432 [ 3 ] {32b91767-732f-4a1e-a544-70443ac1c42f} DynamicQueryHandler: Done processing query 2024.06.17 21:22:10.956457 [ 3 ] {32b91767-732f-4a1e-a544-70443ac1c42f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:10.956473 [ 3 ] {} HTTP-Session: 0a46663a-9b00-4453-aa87-5da779e515f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.956633 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:10.956682 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:10.956701 [ 3 ] {} HTTP-Session: 3c8914f8-1d98-4d40-a886-efa0be0aedb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:10.956718 [ 3 ] {} HTTP-Session: 3c8914f8-1d98-4d40-a886-efa0be0aedb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.956733 [ 3 ] {} HTTP-Session: 3c8914f8-1d98-4d40-a886-efa0be0aedb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.956763 [ 3 ] {} HTTP-Session: 3c8914f8-1d98-4d40-a886-efa0be0aedb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:10.956880 [ 3 ] {4130156f-877f-4b4e-becc-501f4c40375f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:10.956924 [ 3 ] {4130156f-877f-4b4e-becc-501f4c40375f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:22:10.957067 [ 3 ] {4130156f-877f-4b4e-becc-501f4c40375f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:10.957445 [ 3 ] {4130156f-877f-4b4e-becc-501f4c40375f} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:10.957482 [ 3 ] {4130156f-877f-4b4e-becc-501f4c40375f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:10.957797 [ 3 ] {4130156f-877f-4b4e-becc-501f4c40375f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.06.17 21:22:10.958097 [ 3 ] {4130156f-877f-4b4e-becc-501f4c40375f} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:10.958227 [ 3 ] {4130156f-877f-4b4e-becc-501f4c40375f} executeQuery: Read 82 rows, 6.56 KiB in 0.00139 sec., 58992.80575539568 rows/sec., 4.61 MiB/sec. 2024.06.17 21:22:10.958520 [ 3 ] {4130156f-877f-4b4e-becc-501f4c40375f} DynamicQueryHandler: Done processing query 2024.06.17 21:22:10.958545 [ 3 ] {4130156f-877f-4b4e-becc-501f4c40375f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:22:10.958562 [ 3 ] {} HTTP-Session: 3c8914f8-1d98-4d40-a886-efa0be0aedb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.958737 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 31010, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:10.958787 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:10.958806 [ 3 ] {} HTTP-Session: 407cb381-cf5f-4802-bb55-6a9d451cf315 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:10.958823 [ 3 ] {} HTTP-Session: 407cb381-cf5f-4802-bb55-6a9d451cf315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.958836 [ 3 ] {} HTTP-Session: 407cb381-cf5f-4802-bb55-6a9d451cf315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.958866 [ 3 ] {} HTTP-Session: 407cb381-cf5f-4802-bb55-6a9d451cf315 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:10.959019 [ 3 ] {72212794-c1a6-4ba2-95d7-f4985e221a6b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:10.959068 [ 3 ] {72212794-c1a6-4ba2-95d7-f4985e221a6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:22:10.959236 [ 3 ] {72212794-c1a6-4ba2-95d7-f4985e221a6b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:10.959595 [ 3 ] {72212794-c1a6-4ba2-95d7-f4985e221a6b} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:10.959632 [ 3 ] {72212794-c1a6-4ba2-95d7-f4985e221a6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:10.960017 [ 3 ] {72212794-c1a6-4ba2-95d7-f4985e221a6b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.17 21:22:10.960361 [ 3 ] {72212794-c1a6-4ba2-95d7-f4985e221a6b} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:10.960492 [ 3 ] {72212794-c1a6-4ba2-95d7-f4985e221a6b} executeQuery: Read 162 rows, 11.55 KiB in 0.001548 sec., 104651.16279069768 rows/sec., 7.29 MiB/sec. 2024.06.17 21:22:10.960815 [ 3 ] {72212794-c1a6-4ba2-95d7-f4985e221a6b} DynamicQueryHandler: Done processing query 2024.06.17 21:22:10.960841 [ 3 ] {72212794-c1a6-4ba2-95d7-f4985e221a6b} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:10.960858 [ 3 ] {} HTTP-Session: 407cb381-cf5f-4802-bb55-6a9d451cf315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.960983 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:10.961030 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:10.961049 [ 3 ] {} HTTP-Session: c11cd815-ffb0-4557-a218-8b2485b67f21 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:10.961067 [ 3 ] {} HTTP-Session: c11cd815-ffb0-4557-a218-8b2485b67f21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.961081 [ 3 ] {} HTTP-Session: c11cd815-ffb0-4557-a218-8b2485b67f21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.961112 [ 3 ] {} HTTP-Session: c11cd815-ffb0-4557-a218-8b2485b67f21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:10.961298 [ 3 ] {74501c41-d50e-4d51-92be-6f5c09f6d2f6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:10.961347 [ 3 ] {74501c41-d50e-4d51-92be-6f5c09f6d2f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:22:10.961526 [ 3 ] {74501c41-d50e-4d51-92be-6f5c09f6d2f6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:10.961894 [ 3 ] {74501c41-d50e-4d51-92be-6f5c09f6d2f6} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:10.961929 [ 3 ] {74501c41-d50e-4d51-92be-6f5c09f6d2f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:10.962333 [ 3 ] {74501c41-d50e-4d51-92be-6f5c09f6d2f6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.17 21:22:10.962664 [ 3 ] {74501c41-d50e-4d51-92be-6f5c09f6d2f6} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:10.962800 [ 3 ] {74501c41-d50e-4d51-92be-6f5c09f6d2f6} executeQuery: Read 14 rows, 19.35 KiB in 0.00161 sec., 8695.652173913042 rows/sec., 11.73 MiB/sec. 2024.06.17 21:22:10.963113 [ 3 ] {74501c41-d50e-4d51-92be-6f5c09f6d2f6} DynamicQueryHandler: Done processing query 2024.06.17 21:22:10.963138 [ 3 ] {74501c41-d50e-4d51-92be-6f5c09f6d2f6} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:10.963154 [ 3 ] {} HTTP-Session: c11cd815-ffb0-4557-a218-8b2485b67f21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.963275 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:10.963323 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:10.963342 [ 3 ] {} HTTP-Session: c0890fc2-bba5-4c7a-97f3-59926ceb8da1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:10.963360 [ 3 ] {} HTTP-Session: c0890fc2-bba5-4c7a-97f3-59926ceb8da1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.963374 [ 3 ] {} HTTP-Session: c0890fc2-bba5-4c7a-97f3-59926ceb8da1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:10.963404 [ 3 ] {} HTTP-Session: c0890fc2-bba5-4c7a-97f3-59926ceb8da1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:10.963521 [ 3 ] {b18a370f-13e2-4317-be51-13b80bb7ee8d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:10.963568 [ 3 ] {b18a370f-13e2-4317-be51-13b80bb7ee8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:22:10.963710 [ 3 ] {b18a370f-13e2-4317-be51-13b80bb7ee8d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:10.963990 [ 3 ] {b18a370f-13e2-4317-be51-13b80bb7ee8d} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:10.964026 [ 3 ] {b18a370f-13e2-4317-be51-13b80bb7ee8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:10.964390 [ 3 ] {b18a370f-13e2-4317-be51-13b80bb7ee8d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.17 21:22:10.964710 [ 3 ] {b18a370f-13e2-4317-be51-13b80bb7ee8d} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:10.964839 [ 3 ] {b18a370f-13e2-4317-be51-13b80bb7ee8d} executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. 2024.06.17 21:22:10.964990 [ 3 ] {b18a370f-13e2-4317-be51-13b80bb7ee8d} DynamicQueryHandler: Done processing query 2024.06.17 21:22:10.965014 [ 3 ] {b18a370f-13e2-4317-be51-13b80bb7ee8d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:22:10.965030 [ 3 ] {} HTTP-Session: c0890fc2-bba5-4c7a-97f3-59926ceb8da1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:12.361314 [ 29 ] {} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.06.17 21:22:12.361402 [ 29 ] {} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:12.361428 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:12.361649 [ 191 ] {6271075e-242b-45aa-96f2-daca5fbbd266::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2024.06.17 21:22:12.362010 [ 191 ] {6271075e-242b-45aa-96f2-daca5fbbd266::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:12.362050 [ 191 ] {6271075e-242b-45aa-96f2-daca5fbbd266::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2024.06.17 21:22:12.362139 [ 191 ] {6271075e-242b-45aa-96f2-daca5fbbd266::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2024.06.17 21:22:12.362271 [ 191 ] {6271075e-242b-45aa-96f2-daca5fbbd266::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2024.06.17 21:22:12.362380 [ 191 ] {6271075e-242b-45aa-96f2-daca5fbbd266::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:12.362545 [ 191 ] {6271075e-242b-45aa-96f2-daca5fbbd266::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2024.06.17 21:22:12.364505 [ 190 ] {6271075e-242b-45aa-96f2-daca5fbbd266::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 6 columns (6 merged, 0 gathered) in 0.002989341 sec., 9701.134798606114 rows/sec., 1.36 MiB/sec. 2024.06.17 21:22:12.364662 [ 191 ] {6271075e-242b-45aa-96f2-daca5fbbd266::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.06.17 21:22:12.365128 [ 191 ] {6271075e-242b-45aa-96f2-daca5fbbd266::all_1_5_1} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:12.365209 [ 191 ] {6271075e-242b-45aa-96f2-daca5fbbd266::all_1_5_1} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.06.17 21:22:12.365284 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2024.06.17 21:22:15.176276 [ 27 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:22:15.176331 [ 27 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:22:15.948525 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:15.948648 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:15.948674 [ 3 ] {} HTTP-Session: eb6149b1-6d86-443c-aed7-0e2cc60f2b17 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:15.948699 [ 3 ] {} HTTP-Session: eb6149b1-6d86-443c-aed7-0e2cc60f2b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.948713 [ 3 ] {} HTTP-Session: eb6149b1-6d86-443c-aed7-0e2cc60f2b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.948764 [ 3 ] {} HTTP-Session: eb6149b1-6d86-443c-aed7-0e2cc60f2b17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:15.948962 [ 3 ] {26f817e1-a1c4-48f7-b9d0-33ba567910cc} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:15.949030 [ 3 ] {26f817e1-a1c4-48f7-b9d0-33ba567910cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:22:15.949226 [ 3 ] {26f817e1-a1c4-48f7-b9d0-33ba567910cc} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:15.949629 [ 3 ] {26f817e1-a1c4-48f7-b9d0-33ba567910cc} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:15.949672 [ 3 ] {26f817e1-a1c4-48f7-b9d0-33ba567910cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:15.950043 [ 3 ] {26f817e1-a1c4-48f7-b9d0-33ba567910cc} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.17 21:22:15.950384 [ 3 ] {26f817e1-a1c4-48f7-b9d0-33ba567910cc} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:15.950563 [ 3 ] {26f817e1-a1c4-48f7-b9d0-33ba567910cc} executeQuery: Read 16 rows, 1.30 KiB in 0.001656 sec., 9661.835748792271 rows/sec., 783.14 KiB/sec. 2024.06.17 21:22:15.950893 [ 3 ] {26f817e1-a1c4-48f7-b9d0-33ba567910cc} DynamicQueryHandler: Done processing query 2024.06.17 21:22:15.950921 [ 3 ] {26f817e1-a1c4-48f7-b9d0-33ba567910cc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:15.950938 [ 3 ] {} HTTP-Session: eb6149b1-6d86-443c-aed7-0e2cc60f2b17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.951056 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:15.951106 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:15.951126 [ 3 ] {} HTTP-Session: 572326a5-5149-4fcf-85f7-eecbf70a33e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:15.951143 [ 3 ] {} HTTP-Session: 572326a5-5149-4fcf-85f7-eecbf70a33e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.951157 [ 3 ] {} HTTP-Session: 572326a5-5149-4fcf-85f7-eecbf70a33e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.951188 [ 3 ] {} HTTP-Session: 572326a5-5149-4fcf-85f7-eecbf70a33e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:15.951285 [ 3 ] {8272f442-f25a-45aa-a4b3-54ef3e6c2522} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:15.951331 [ 3 ] {8272f442-f25a-45aa-a4b3-54ef3e6c2522} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:22:15.951477 [ 3 ] {8272f442-f25a-45aa-a4b3-54ef3e6c2522} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:15.951756 [ 3 ] {8272f442-f25a-45aa-a4b3-54ef3e6c2522} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:15.951793 [ 3 ] {8272f442-f25a-45aa-a4b3-54ef3e6c2522} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:15.952099 [ 3 ] {8272f442-f25a-45aa-a4b3-54ef3e6c2522} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.17 21:22:15.952404 [ 3 ] {8272f442-f25a-45aa-a4b3-54ef3e6c2522} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:15.952530 [ 3 ] {8272f442-f25a-45aa-a4b3-54ef3e6c2522} executeQuery: Read 2 rows, 167.00 B in 0.001269 sec., 1576.0441292356186 rows/sec., 128.52 KiB/sec. 2024.06.17 21:22:15.952717 [ 3 ] {8272f442-f25a-45aa-a4b3-54ef3e6c2522} DynamicQueryHandler: Done processing query 2024.06.17 21:22:15.952742 [ 3 ] {8272f442-f25a-45aa-a4b3-54ef3e6c2522} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:15.952758 [ 3 ] {} HTTP-Session: 572326a5-5149-4fcf-85f7-eecbf70a33e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.952877 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:15.952924 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:15.952944 [ 3 ] {} HTTP-Session: 51445a7c-1262-43a7-9623-a073bfa98812 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:15.952961 [ 3 ] {} HTTP-Session: 51445a7c-1262-43a7-9623-a073bfa98812 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.952974 [ 3 ] {} HTTP-Session: 51445a7c-1262-43a7-9623-a073bfa98812 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.953004 [ 3 ] {} HTTP-Session: 51445a7c-1262-43a7-9623-a073bfa98812 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:15.953126 [ 3 ] {7d657241-8a99-45f1-af63-4c072da1575d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:15.953169 [ 3 ] {7d657241-8a99-45f1-af63-4c072da1575d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:22:15.953297 [ 3 ] {7d657241-8a99-45f1-af63-4c072da1575d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:15.953649 [ 3 ] {7d657241-8a99-45f1-af63-4c072da1575d} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:15.953685 [ 3 ] {7d657241-8a99-45f1-af63-4c072da1575d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:15.953998 [ 3 ] {7d657241-8a99-45f1-af63-4c072da1575d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.06.17 21:22:15.954313 [ 3 ] {7d657241-8a99-45f1-af63-4c072da1575d} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:15.954460 [ 3 ] {7d657241-8a99-45f1-af63-4c072da1575d} executeQuery: Read 105 rows, 8.73 KiB in 0.001377 sec., 76252.72331154684 rows/sec., 6.19 MiB/sec. 2024.06.17 21:22:15.954479 [ 6 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.06.17 21:22:15.954590 [ 6 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:15.954629 [ 6 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:15.954672 [ 3 ] {7d657241-8a99-45f1-af63-4c072da1575d} DynamicQueryHandler: Done processing query 2024.06.17 21:22:15.954715 [ 3 ] {7d657241-8a99-45f1-af63-4c072da1575d} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:22:15.954785 [ 3 ] {} HTTP-Session: 51445a7c-1262-43a7-9623-a073bfa98812 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.954993 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:15.955006 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:22:15.955119 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:15.955224 [ 3 ] {} HTTP-Session: 6111b7f5-05c3-459c-9690-8240d2896bb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:15.955320 [ 3 ] {} HTTP-Session: 6111b7f5-05c3-459c-9690-8240d2896bb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.955413 [ 3 ] {} HTTP-Session: 6111b7f5-05c3-459c-9690-8240d2896bb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.955542 [ 3 ] {} HTTP-Session: 6111b7f5-05c3-459c-9690-8240d2896bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:15.955652 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:15.955723 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 148 rows starting from the beginning of the part 2024.06.17 21:22:15.955738 [ 3 ] {c149dee3-ef07-4967-98c6-758f576233ff} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:15.955806 [ 3 ] {c149dee3-ef07-4967-98c6-758f576233ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:22:15.955843 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 104 rows starting from the beginning of the part 2024.06.17 21:22:15.956298 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 134 rows starting from the beginning of the part 2024.06.17 21:22:15.956606 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 104 rows starting from the beginning of the part 2024.06.17 21:22:15.956938 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 100 rows starting from the beginning of the part 2024.06.17 21:22:15.957176 [ 3 ] {c149dee3-ef07-4967-98c6-758f576233ff} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:15.957310 [ 200 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 105 rows starting from the beginning of the part 2024.06.17 21:22:15.957936 [ 3 ] {c149dee3-ef07-4967-98c6-758f576233ff} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:15.957980 [ 3 ] {c149dee3-ef07-4967-98c6-758f576233ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:15.958438 [ 3 ] {c149dee3-ef07-4967-98c6-758f576233ff} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.17 21:22:15.958941 [ 3 ] {c149dee3-ef07-4967-98c6-758f576233ff} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:15.959094 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 4 columns (4 merged, 0 gathered) in 0.004333714 sec., 160370.5274505886 rows/sec., 13.09 MiB/sec. 2024.06.17 21:22:15.959231 [ 3 ] {c149dee3-ef07-4967-98c6-758f576233ff} executeQuery: Read 2 rows, 143.00 B in 0.003518 sec., 568.5048322910745 rows/sec., 39.70 KiB/sec. 2024.06.17 21:22:15.959423 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.06.17 21:22:15.959516 [ 3 ] {c149dee3-ef07-4967-98c6-758f576233ff} DynamicQueryHandler: Done processing query 2024.06.17 21:22:15.959555 [ 3 ] {c149dee3-ef07-4967-98c6-758f576233ff} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:15.959573 [ 3 ] {} HTTP-Session: 6111b7f5-05c3-459c-9690-8240d2896bb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.959770 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:15.959874 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:15.959919 [ 3 ] {} HTTP-Session: 9f4e88cd-65b4-4f63-a827-9a9d8777b653 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:15.959950 [ 3 ] {} HTTP-Session: 9f4e88cd-65b4-4f63-a827-9a9d8777b653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.959968 [ 3 ] {} HTTP-Session: 9f4e88cd-65b4-4f63-a827-9a9d8777b653 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.960012 [ 3 ] {} HTTP-Session: 9f4e88cd-65b4-4f63-a827-9a9d8777b653 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:15.960063 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_21_4} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:15.960265 [ 3 ] {8b477298-96a2-40cd-9402-faea3b255b31} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:15.960273 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_21_4} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.06.17 21:22:15.960340 [ 3 ] {8b477298-96a2-40cd-9402-faea3b255b31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:22:15.960489 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.06.17 21:22:15.960631 [ 3 ] {8b477298-96a2-40cd-9402-faea3b255b31} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:15.960992 [ 3 ] {8b477298-96a2-40cd-9402-faea3b255b31} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:15.961032 [ 3 ] {8b477298-96a2-40cd-9402-faea3b255b31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:15.961357 [ 3 ] {8b477298-96a2-40cd-9402-faea3b255b31} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.06.17 21:22:15.961666 [ 3 ] {8b477298-96a2-40cd-9402-faea3b255b31} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:15.961824 [ 6 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.06.17 21:22:15.961831 [ 3 ] {8b477298-96a2-40cd-9402-faea3b255b31} executeQuery: Read 82 rows, 6.56 KiB in 0.001653 sec., 49606.77555958863 rows/sec., 3.88 MiB/sec. 2024.06.17 21:22:15.961889 [ 6 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:15.961963 [ 6 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:15.962163 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:22:15.962183 [ 3 ] {8b477298-96a2-40cd-9402-faea3b255b31} DynamicQueryHandler: Done processing query 2024.06.17 21:22:15.962242 [ 3 ] {8b477298-96a2-40cd-9402-faea3b255b31} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:22:15.962277 [ 3 ] {} HTTP-Session: 9f4e88cd-65b4-4f63-a827-9a9d8777b653 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.962388 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:15.962429 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 116 rows starting from the beginning of the part 2024.06.17 21:22:15.962463 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:15.962582 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 80 rows starting from the beginning of the part 2024.06.17 21:22:15.962631 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:15.962882 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 102 rows starting from the beginning of the part 2024.06.17 21:22:15.962764 [ 3 ] {} HTTP-Session: 0f24b476-a620-4a74-9fb7-bc13ead100c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:15.962973 [ 3 ] {} HTTP-Session: 0f24b476-a620-4a74-9fb7-bc13ead100c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.963044 [ 3 ] {} HTTP-Session: 0f24b476-a620-4a74-9fb7-bc13ead100c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.963183 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 80 rows starting from the beginning of the part 2024.06.17 21:22:15.963195 [ 3 ] {} HTTP-Session: 0f24b476-a620-4a74-9fb7-bc13ead100c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:15.963425 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part 2024.06.17 21:22:15.963665 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part 2024.06.17 21:22:15.963710 [ 3 ] {00dcb866-aedf-4cf6-a1b2-ec3bd2ba0562} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:15.964020 [ 3 ] {00dcb866-aedf-4cf6-a1b2-ec3bd2ba0562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:22:15.964512 [ 3 ] {00dcb866-aedf-4cf6-a1b2-ec3bd2ba0562} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:15.965427 [ 3 ] {00dcb866-aedf-4cf6-a1b2-ec3bd2ba0562} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:15.965506 [ 3 ] {00dcb866-aedf-4cf6-a1b2-ec3bd2ba0562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:15.966461 [ 189 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 4 columns (4 merged, 0 gathered) in 0.004396584 sec., 123277.52637047308 rows/sec., 9.63 MiB/sec. 2024.06.17 21:22:15.966517 [ 3 ] {00dcb866-aedf-4cf6-a1b2-ec3bd2ba0562} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.17 21:22:15.966750 [ 189 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.06.17 21:22:15.967389 [ 3 ] {00dcb866-aedf-4cf6-a1b2-ec3bd2ba0562} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:15.967681 [ 3 ] {00dcb866-aedf-4cf6-a1b2-ec3bd2ba0562} executeQuery: Read 161 rows, 11.48 KiB in 0.004215 sec., 38196.91577698695 rows/sec., 2.66 MiB/sec. 2024.06.17 21:22:15.967895 [ 201 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_21_4} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:15.968024 [ 3 ] {00dcb866-aedf-4cf6-a1b2-ec3bd2ba0562} DynamicQueryHandler: Done processing query 2024.06.17 21:22:15.968056 [ 201 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_21_4} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.06.17 21:22:15.968071 [ 3 ] {00dcb866-aedf-4cf6-a1b2-ec3bd2ba0562} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:15.968111 [ 3 ] {} HTTP-Session: 0f24b476-a620-4a74-9fb7-bc13ead100c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.968233 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.06.17 21:22:15.968278 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:15.968337 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:15.968358 [ 3 ] {} HTTP-Session: 5f9454ab-252c-4977-b34a-71dbc6d173d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:15.968375 [ 3 ] {} HTTP-Session: 5f9454ab-252c-4977-b34a-71dbc6d173d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.968389 [ 3 ] {} HTTP-Session: 5f9454ab-252c-4977-b34a-71dbc6d173d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.968423 [ 3 ] {} HTTP-Session: 5f9454ab-252c-4977-b34a-71dbc6d173d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:15.968615 [ 3 ] {2b64b9c3-34e0-43dd-87e0-7cff4c84ebca} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:15.968666 [ 3 ] {2b64b9c3-34e0-43dd-87e0-7cff4c84ebca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:22:15.968852 [ 3 ] {2b64b9c3-34e0-43dd-87e0-7cff4c84ebca} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:15.969247 [ 3 ] {2b64b9c3-34e0-43dd-87e0-7cff4c84ebca} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:15.969284 [ 3 ] {2b64b9c3-34e0-43dd-87e0-7cff4c84ebca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:15.969706 [ 3 ] {2b64b9c3-34e0-43dd-87e0-7cff4c84ebca} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.17 21:22:15.970045 [ 3 ] {2b64b9c3-34e0-43dd-87e0-7cff4c84ebca} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:15.970218 [ 3 ] {2b64b9c3-34e0-43dd-87e0-7cff4c84ebca} executeQuery: Read 16 rows, 22.11 KiB in 0.001704 sec., 9389.671361502347 rows/sec., 12.67 MiB/sec. 2024.06.17 21:22:15.970402 [ 3 ] {2b64b9c3-34e0-43dd-87e0-7cff4c84ebca} DynamicQueryHandler: Done processing query 2024.06.17 21:22:15.970427 [ 3 ] {2b64b9c3-34e0-43dd-87e0-7cff4c84ebca} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:22:15.970442 [ 3 ] {} HTTP-Session: 5f9454ab-252c-4977-b34a-71dbc6d173d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.970558 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:15.970607 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:15.970625 [ 3 ] {} HTTP-Session: 6bed434d-9c10-4fd5-bdcc-895c7d3d4638 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:15.970642 [ 3 ] {} HTTP-Session: 6bed434d-9c10-4fd5-bdcc-895c7d3d4638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.970656 [ 3 ] {} HTTP-Session: 6bed434d-9c10-4fd5-bdcc-895c7d3d4638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:15.970686 [ 3 ] {} HTTP-Session: 6bed434d-9c10-4fd5-bdcc-895c7d3d4638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:15.970797 [ 3 ] {7beeb332-7952-4339-a4f6-ab12e4aac6c1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:15.970842 [ 3 ] {7beeb332-7952-4339-a4f6-ab12e4aac6c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:22:15.970969 [ 3 ] {7beeb332-7952-4339-a4f6-ab12e4aac6c1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:15.971262 [ 3 ] {7beeb332-7952-4339-a4f6-ab12e4aac6c1} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:15.971298 [ 3 ] {7beeb332-7952-4339-a4f6-ab12e4aac6c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:15.971659 [ 3 ] {7beeb332-7952-4339-a4f6-ab12e4aac6c1} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.17 21:22:15.971975 [ 3 ] {7beeb332-7952-4339-a4f6-ab12e4aac6c1} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:15.972134 [ 3 ] {7beeb332-7952-4339-a4f6-ab12e4aac6c1} executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. 2024.06.17 21:22:15.972386 [ 3 ] {7beeb332-7952-4339-a4f6-ab12e4aac6c1} DynamicQueryHandler: Done processing query 2024.06.17 21:22:15.972419 [ 3 ] {7beeb332-7952-4339-a4f6-ab12e4aac6c1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:22:15.972435 [ 3 ] {} HTTP-Session: 6bed434d-9c10-4fd5-bdcc-895c7d3d4638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.948448 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:20.948597 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:20.948629 [ 3 ] {} HTTP-Session: 1686440d-4693-40eb-aab5-2affb9ba4474 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:20.948659 [ 3 ] {} HTTP-Session: 1686440d-4693-40eb-aab5-2affb9ba4474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.948678 [ 3 ] {} HTTP-Session: 1686440d-4693-40eb-aab5-2affb9ba4474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.948736 [ 3 ] {} HTTP-Session: 1686440d-4693-40eb-aab5-2affb9ba4474 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:20.948950 [ 3 ] {a467b364-90c3-4264-b530-06ee986766fa} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:20.949028 [ 3 ] {a467b364-90c3-4264-b530-06ee986766fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:22:20.949241 [ 3 ] {a467b364-90c3-4264-b530-06ee986766fa} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:20.949666 [ 3 ] {a467b364-90c3-4264-b530-06ee986766fa} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:20.949710 [ 3 ] {a467b364-90c3-4264-b530-06ee986766fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:20.950085 [ 3 ] {a467b364-90c3-4264-b530-06ee986766fa} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.17 21:22:20.950427 [ 3 ] {a467b364-90c3-4264-b530-06ee986766fa} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:20.950611 [ 3 ] {a467b364-90c3-4264-b530-06ee986766fa} executeQuery: Read 14 rows, 1.13 KiB in 0.001723 sec., 8125.3627394080095 rows/sec., 658.60 KiB/sec. 2024.06.17 21:22:20.950971 [ 3 ] {a467b364-90c3-4264-b530-06ee986766fa} DynamicQueryHandler: Done processing query 2024.06.17 21:22:20.951014 [ 3 ] {a467b364-90c3-4264-b530-06ee986766fa} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:20.951032 [ 3 ] {} HTTP-Session: 1686440d-4693-40eb-aab5-2affb9ba4474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.951172 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:20.951223 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:20.951243 [ 3 ] {} HTTP-Session: d07839b1-95d8-4807-868e-64250eb5fe45 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:20.951260 [ 3 ] {} HTTP-Session: d07839b1-95d8-4807-868e-64250eb5fe45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.951274 [ 3 ] {} HTTP-Session: d07839b1-95d8-4807-868e-64250eb5fe45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.951305 [ 3 ] {} HTTP-Session: d07839b1-95d8-4807-868e-64250eb5fe45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:20.951443 [ 3 ] {ba491937-dada-470e-98c5-2e4cd2089529} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:20.951492 [ 3 ] {ba491937-dada-470e-98c5-2e4cd2089529} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:22:20.951637 [ 3 ] {ba491937-dada-470e-98c5-2e4cd2089529} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:20.952007 [ 3 ] {ba491937-dada-470e-98c5-2e4cd2089529} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:20.952045 [ 3 ] {ba491937-dada-470e-98c5-2e4cd2089529} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:20.952365 [ 3 ] {ba491937-dada-470e-98c5-2e4cd2089529} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.06.17 21:22:20.952673 [ 3 ] {ba491937-dada-470e-98c5-2e4cd2089529} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:20.952818 [ 3 ] {ba491937-dada-470e-98c5-2e4cd2089529} executeQuery: Read 98 rows, 8.24 KiB in 0.001425 sec., 68771.9298245614 rows/sec., 5.65 MiB/sec. 2024.06.17 21:22:20.952973 [ 3 ] {ba491937-dada-470e-98c5-2e4cd2089529} DynamicQueryHandler: Done processing query 2024.06.17 21:22:20.952998 [ 3 ] {ba491937-dada-470e-98c5-2e4cd2089529} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:22:20.953014 [ 3 ] {} HTTP-Session: d07839b1-95d8-4807-868e-64250eb5fe45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.953134 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:20.953181 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:20.953201 [ 3 ] {} HTTP-Session: f81e9468-e654-4625-871f-f05b75a2e965 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:20.953218 [ 3 ] {} HTTP-Session: f81e9468-e654-4625-871f-f05b75a2e965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.953232 [ 3 ] {} HTTP-Session: f81e9468-e654-4625-871f-f05b75a2e965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.953262 [ 3 ] {} HTTP-Session: f81e9468-e654-4625-871f-f05b75a2e965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:20.953378 [ 3 ] {cda9b71f-685c-4020-9ec6-de8987b17c80} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:20.953421 [ 3 ] {cda9b71f-685c-4020-9ec6-de8987b17c80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:22:20.953546 [ 3 ] {cda9b71f-685c-4020-9ec6-de8987b17c80} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:20.953877 [ 3 ] {cda9b71f-685c-4020-9ec6-de8987b17c80} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:20.953913 [ 3 ] {cda9b71f-685c-4020-9ec6-de8987b17c80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:20.954226 [ 3 ] {cda9b71f-685c-4020-9ec6-de8987b17c80} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.06.17 21:22:20.954530 [ 3 ] {cda9b71f-685c-4020-9ec6-de8987b17c80} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:20.954674 [ 3 ] {cda9b71f-685c-4020-9ec6-de8987b17c80} executeQuery: Read 78 rows, 6.24 KiB in 0.001334 sec., 58470.76461769116 rows/sec., 4.57 MiB/sec. 2024.06.17 21:22:20.954841 [ 3 ] {cda9b71f-685c-4020-9ec6-de8987b17c80} DynamicQueryHandler: Done processing query 2024.06.17 21:22:20.954866 [ 3 ] {cda9b71f-685c-4020-9ec6-de8987b17c80} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:22:20.954883 [ 3 ] {} HTTP-Session: f81e9468-e654-4625-871f-f05b75a2e965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.955053 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:20.955102 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:20.955121 [ 3 ] {} HTTP-Session: 7b079c8c-b7b0-4ba7-85fc-df16b4b7ce84 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:20.955139 [ 3 ] {} HTTP-Session: 7b079c8c-b7b0-4ba7-85fc-df16b4b7ce84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.955154 [ 3 ] {} HTTP-Session: 7b079c8c-b7b0-4ba7-85fc-df16b4b7ce84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.955184 [ 3 ] {} HTTP-Session: 7b079c8c-b7b0-4ba7-85fc-df16b4b7ce84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:20.955326 [ 3 ] {13faf135-e348-4e62-adfe-c5c10ff9b7c0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:20.955374 [ 3 ] {13faf135-e348-4e62-adfe-c5c10ff9b7c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:22:20.955519 [ 3 ] {13faf135-e348-4e62-adfe-c5c10ff9b7c0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:20.955903 [ 3 ] {13faf135-e348-4e62-adfe-c5c10ff9b7c0} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:20.955939 [ 3 ] {13faf135-e348-4e62-adfe-c5c10ff9b7c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:20.956328 [ 3 ] {13faf135-e348-4e62-adfe-c5c10ff9b7c0} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.06.17 21:22:20.956662 [ 3 ] {13faf135-e348-4e62-adfe-c5c10ff9b7c0} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:20.956823 [ 3 ] {13faf135-e348-4e62-adfe-c5c10ff9b7c0} executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. 2024.06.17 21:22:20.956980 [ 3 ] {13faf135-e348-4e62-adfe-c5c10ff9b7c0} DynamicQueryHandler: Done processing query 2024.06.17 21:22:20.957005 [ 3 ] {13faf135-e348-4e62-adfe-c5c10ff9b7c0} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:20.957020 [ 3 ] {} HTTP-Session: 7b079c8c-b7b0-4ba7-85fc-df16b4b7ce84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.957133 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:20.957182 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:20.957200 [ 3 ] {} HTTP-Session: 88ac1320-24cc-4bbc-b078-eb1914c5623b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:20.957217 [ 3 ] {} HTTP-Session: 88ac1320-24cc-4bbc-b078-eb1914c5623b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.957230 [ 3 ] {} HTTP-Session: 88ac1320-24cc-4bbc-b078-eb1914c5623b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.957261 [ 3 ] {} HTTP-Session: 88ac1320-24cc-4bbc-b078-eb1914c5623b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:20.957438 [ 3 ] {12a40410-5a4a-464f-a5cc-01a444be62ec} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:20.957486 [ 3 ] {12a40410-5a4a-464f-a5cc-01a444be62ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:22:20.957644 [ 3 ] {12a40410-5a4a-464f-a5cc-01a444be62ec} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:20.958056 [ 3 ] {12a40410-5a4a-464f-a5cc-01a444be62ec} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:20.958093 [ 3 ] {12a40410-5a4a-464f-a5cc-01a444be62ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:20.958503 [ 3 ] {12a40410-5a4a-464f-a5cc-01a444be62ec} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.17 21:22:20.958844 [ 3 ] {12a40410-5a4a-464f-a5cc-01a444be62ec} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:20.959001 [ 3 ] {12a40410-5a4a-464f-a5cc-01a444be62ec} executeQuery: Read 14 rows, 19.35 KiB in 0.001668 sec., 8393.285371702637 rows/sec., 11.33 MiB/sec. 2024.06.17 21:22:20.959172 [ 3 ] {12a40410-5a4a-464f-a5cc-01a444be62ec} DynamicQueryHandler: Done processing query 2024.06.17 21:22:20.959198 [ 3 ] {12a40410-5a4a-464f-a5cc-01a444be62ec} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:20.959214 [ 3 ] {} HTTP-Session: 88ac1320-24cc-4bbc-b078-eb1914c5623b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.959334 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:20.959383 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:20.959402 [ 3 ] {} HTTP-Session: 46bf6396-6cd0-466c-87f2-1ddf2fb63019 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:20.959419 [ 3 ] {} HTTP-Session: 46bf6396-6cd0-466c-87f2-1ddf2fb63019 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.959434 [ 3 ] {} HTTP-Session: 46bf6396-6cd0-466c-87f2-1ddf2fb63019 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:20.959465 [ 3 ] {} HTTP-Session: 46bf6396-6cd0-466c-87f2-1ddf2fb63019 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:20.959583 [ 3 ] {10eb4755-ebce-41c4-943d-0f48d7fb33f7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:20.959628 [ 3 ] {10eb4755-ebce-41c4-943d-0f48d7fb33f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:22:20.959753 [ 3 ] {10eb4755-ebce-41c4-943d-0f48d7fb33f7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:20.960028 [ 3 ] {10eb4755-ebce-41c4-943d-0f48d7fb33f7} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:20.960066 [ 3 ] {10eb4755-ebce-41c4-943d-0f48d7fb33f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:20.960429 [ 3 ] {10eb4755-ebce-41c4-943d-0f48d7fb33f7} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.06.17 21:22:20.960750 [ 3 ] {10eb4755-ebce-41c4-943d-0f48d7fb33f7} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:20.960906 [ 3 ] {10eb4755-ebce-41c4-943d-0f48d7fb33f7} executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. 2024.06.17 21:22:20.961061 [ 3 ] {10eb4755-ebce-41c4-943d-0f48d7fb33f7} DynamicQueryHandler: Done processing query 2024.06.17 21:22:20.961085 [ 3 ] {10eb4755-ebce-41c4-943d-0f48d7fb33f7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:22:20.961101 [ 3 ] {} HTTP-Session: 46bf6396-6cd0-466c-87f2-1ddf2fb63019 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.948308 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:25.948457 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:25.948488 [ 3 ] {} HTTP-Session: ab164505-fb9d-4ebc-bf96-f4ab262317cc Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:25.948516 [ 3 ] {} HTTP-Session: ab164505-fb9d-4ebc-bf96-f4ab262317cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.948534 [ 3 ] {} HTTP-Session: ab164505-fb9d-4ebc-bf96-f4ab262317cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.948592 [ 3 ] {} HTTP-Session: ab164505-fb9d-4ebc-bf96-f4ab262317cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:25.948806 [ 3 ] {42c80436-1937-4b6f-93a2-2c8fbd946124} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:25.948883 [ 3 ] {42c80436-1937-4b6f-93a2-2c8fbd946124} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:22:25.949106 [ 3 ] {42c80436-1937-4b6f-93a2-2c8fbd946124} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:25.949538 [ 3 ] {42c80436-1937-4b6f-93a2-2c8fbd946124} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:25.949581 [ 3 ] {42c80436-1937-4b6f-93a2-2c8fbd946124} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:25.949960 [ 3 ] {42c80436-1937-4b6f-93a2-2c8fbd946124} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.06.17 21:22:25.950306 [ 3 ] {42c80436-1937-4b6f-93a2-2c8fbd946124} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:25.950460 [ 3 ] {42c80436-1937-4b6f-93a2-2c8fbd946124} executeQuery: Read 16 rows, 1.30 KiB in 0.001717 sec., 9318.578916715202 rows/sec., 755.31 KiB/sec. 2024.06.17 21:22:25.950670 [ 3 ] {42c80436-1937-4b6f-93a2-2c8fbd946124} DynamicQueryHandler: Done processing query 2024.06.17 21:22:25.950697 [ 3 ] {42c80436-1937-4b6f-93a2-2c8fbd946124} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:25.950714 [ 3 ] {} HTTP-Session: ab164505-fb9d-4ebc-bf96-f4ab262317cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.950843 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:25.950892 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:25.950912 [ 3 ] {} HTTP-Session: 1f335161-ece3-4a33-8070-2c533fdbc2cf Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:25.950929 [ 3 ] {} HTTP-Session: 1f335161-ece3-4a33-8070-2c533fdbc2cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.950943 [ 3 ] {} HTTP-Session: 1f335161-ece3-4a33-8070-2c533fdbc2cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.950974 [ 3 ] {} HTTP-Session: 1f335161-ece3-4a33-8070-2c533fdbc2cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:25.951095 [ 3 ] {94dbc12a-33d7-4d38-964e-43febbcb7ac1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:25.951139 [ 3 ] {94dbc12a-33d7-4d38-964e-43febbcb7ac1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:22:25.951266 [ 3 ] {94dbc12a-33d7-4d38-964e-43febbcb7ac1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:25.951617 [ 3 ] {94dbc12a-33d7-4d38-964e-43febbcb7ac1} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:25.951656 [ 3 ] {94dbc12a-33d7-4d38-964e-43febbcb7ac1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:25.951976 [ 3 ] {94dbc12a-33d7-4d38-964e-43febbcb7ac1} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.06.17 21:22:25.952280 [ 3 ] {94dbc12a-33d7-4d38-964e-43febbcb7ac1} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:25.952437 [ 3 ] {94dbc12a-33d7-4d38-964e-43febbcb7ac1} executeQuery: Read 104 rows, 8.66 KiB in 0.001378 sec., 75471.69811320755 rows/sec., 6.14 MiB/sec. 2024.06.17 21:22:25.952719 [ 3 ] {94dbc12a-33d7-4d38-964e-43febbcb7ac1} DynamicQueryHandler: Done processing query 2024.06.17 21:22:25.952752 [ 3 ] {94dbc12a-33d7-4d38-964e-43febbcb7ac1} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:22:25.952768 [ 3 ] {} HTTP-Session: 1f335161-ece3-4a33-8070-2c533fdbc2cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.952891 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:25.952939 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:25.952959 [ 3 ] {} HTTP-Session: 7710e600-78b9-4ed3-9e7d-c210f62bd314 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:25.952975 [ 3 ] {} HTTP-Session: 7710e600-78b9-4ed3-9e7d-c210f62bd314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.952990 [ 3 ] {} HTTP-Session: 7710e600-78b9-4ed3-9e7d-c210f62bd314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.953021 [ 3 ] {} HTTP-Session: 7710e600-78b9-4ed3-9e7d-c210f62bd314 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:25.953140 [ 3 ] {0c2fbd3f-0546-4dd8-8a0a-002f13809855} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:25.953186 [ 3 ] {0c2fbd3f-0546-4dd8-8a0a-002f13809855} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:22:25.953330 [ 3 ] {0c2fbd3f-0546-4dd8-8a0a-002f13809855} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:25.953660 [ 3 ] {0c2fbd3f-0546-4dd8-8a0a-002f13809855} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:25.953696 [ 3 ] {0c2fbd3f-0546-4dd8-8a0a-002f13809855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:25.954011 [ 3 ] {0c2fbd3f-0546-4dd8-8a0a-002f13809855} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.06.17 21:22:25.954314 [ 3 ] {0c2fbd3f-0546-4dd8-8a0a-002f13809855} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:25.954464 [ 3 ] {0c2fbd3f-0546-4dd8-8a0a-002f13809855} executeQuery: Read 80 rows, 6.40 KiB in 0.001358 sec., 58910.16200294551 rows/sec., 4.60 MiB/sec. 2024.06.17 21:22:25.954725 [ 3 ] {0c2fbd3f-0546-4dd8-8a0a-002f13809855} DynamicQueryHandler: Done processing query 2024.06.17 21:22:25.954756 [ 3 ] {0c2fbd3f-0546-4dd8-8a0a-002f13809855} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:22:25.954772 [ 3 ] {} HTTP-Session: 7710e600-78b9-4ed3-9e7d-c210f62bd314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.954929 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:25.954978 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:25.954998 [ 3 ] {} HTTP-Session: f0e0cea7-2f80-497a-8a47-c067a5939904 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:25.955015 [ 3 ] {} HTTP-Session: f0e0cea7-2f80-497a-8a47-c067a5939904 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.955029 [ 3 ] {} HTTP-Session: f0e0cea7-2f80-497a-8a47-c067a5939904 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.955059 [ 3 ] {} HTTP-Session: f0e0cea7-2f80-497a-8a47-c067a5939904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:25.955202 [ 3 ] {3c804b3c-de38-42bb-a04a-f5f44d9a0308} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:25.955250 [ 3 ] {3c804b3c-de38-42bb-a04a-f5f44d9a0308} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:22:25.955417 [ 3 ] {3c804b3c-de38-42bb-a04a-f5f44d9a0308} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:25.955784 [ 3 ] {3c804b3c-de38-42bb-a04a-f5f44d9a0308} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:25.955821 [ 3 ] {3c804b3c-de38-42bb-a04a-f5f44d9a0308} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:25.956209 [ 3 ] {3c804b3c-de38-42bb-a04a-f5f44d9a0308} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.06.17 21:22:25.956549 [ 3 ] {3c804b3c-de38-42bb-a04a-f5f44d9a0308} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:25.956715 [ 3 ] {3c804b3c-de38-42bb-a04a-f5f44d9a0308} executeQuery: Read 160 rows, 11.41 KiB in 0.001568 sec., 102040.81632653062 rows/sec., 7.11 MiB/sec. 2024.06.17 21:22:25.956722 [ 146 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.06.17 21:22:25.956829 [ 146 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:25.956871 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:25.956968 [ 3 ] {3c804b3c-de38-42bb-a04a-f5f44d9a0308} DynamicQueryHandler: Done processing query 2024.06.17 21:22:25.957030 [ 3 ] {3c804b3c-de38-42bb-a04a-f5f44d9a0308} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:25.957073 [ 3 ] {} HTTP-Session: f0e0cea7-2f80-497a-8a47-c067a5939904 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.957111 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:22:25.957210 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:25.957305 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:25.957359 [ 3 ] {} HTTP-Session: eb99379e-c5aa-4d21-ac55-51040f3d6a0d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:25.957410 [ 3 ] {} HTTP-Session: eb99379e-c5aa-4d21-ac55-51040f3d6a0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.957457 [ 3 ] {} HTTP-Session: eb99379e-c5aa-4d21-ac55-51040f3d6a0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.957464 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:25.957511 [ 3 ] {} HTTP-Session: eb99379e-c5aa-4d21-ac55-51040f3d6a0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:25.957537 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1456 rows starting from the beginning of the part 2024.06.17 21:22:25.957789 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:22:25.958059 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 162 rows starting from the beginning of the part 2024.06.17 21:22:25.958089 [ 3 ] {16e27c8b-4c41-48a8-8b34-61755a077abf} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:25.958373 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 161 rows starting from the beginning of the part 2024.06.17 21:22:25.958393 [ 3 ] {16e27c8b-4c41-48a8-8b34-61755a077abf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:22:25.958693 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:22:25.958991 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:22:25.959710 [ 3 ] {16e27c8b-4c41-48a8-8b34-61755a077abf} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:25.960484 [ 3 ] {16e27c8b-4c41-48a8-8b34-61755a077abf} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:25.960566 [ 3 ] {16e27c8b-4c41-48a8-8b34-61755a077abf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:25.961714 [ 3 ] {16e27c8b-4c41-48a8-8b34-61755a077abf} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.06.17 21:22:25.962504 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2259 rows, containing 5 columns (5 merged, 0 gathered) in 0.005540177 sec., 407748.7055016473 rows/sec., 28.54 MiB/sec. 2024.06.17 21:22:25.962632 [ 3 ] {16e27c8b-4c41-48a8-8b34-61755a077abf} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:25.962883 [ 3 ] {16e27c8b-4c41-48a8-8b34-61755a077abf} executeQuery: Read 16 rows, 22.11 KiB in 0.005241 sec., 3052.852509063156 rows/sec., 4.12 MiB/sec. 2024.06.17 21:22:25.962893 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.06.17 21:22:25.963273 [ 3 ] {16e27c8b-4c41-48a8-8b34-61755a077abf} DynamicQueryHandler: Done processing query 2024.06.17 21:22:25.963306 [ 3 ] {16e27c8b-4c41-48a8-8b34-61755a077abf} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:22:25.963360 [ 3 ] {} HTTP-Session: eb99379e-c5aa-4d21-ac55-51040f3d6a0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.963560 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:25.963633 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:25.963668 [ 3 ] {} HTTP-Session: 7552b394-622b-46cc-86ea-177700788ca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:25.963693 [ 3 ] {} HTTP-Session: 7552b394-622b-46cc-86ea-177700788ca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.963717 [ 3 ] {} HTTP-Session: 7552b394-622b-46cc-86ea-177700788ca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.963784 [ 3 ] {} HTTP-Session: 7552b394-622b-46cc-86ea-177700788ca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:25.963801 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_21_4} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:25.963981 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_21_4} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.06.17 21:22:25.964023 [ 3 ] {3e784436-8440-44f4-8ac5-6c5f97ceff50} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:25.964136 [ 3 ] {3e784436-8440-44f4-8ac5-6c5f97ceff50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:22:25.964142 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2024.06.17 21:22:25.964330 [ 3 ] {3e784436-8440-44f4-8ac5-6c5f97ceff50} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:25.964655 [ 3 ] {3e784436-8440-44f4-8ac5-6c5f97ceff50} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:25.964695 [ 3 ] {3e784436-8440-44f4-8ac5-6c5f97ceff50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:25.965066 [ 3 ] {3e784436-8440-44f4-8ac5-6c5f97ceff50} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.06.17 21:22:25.965399 [ 3 ] {3e784436-8440-44f4-8ac5-6c5f97ceff50} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:25.965555 [ 146 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.06.17 21:22:25.965563 [ 3 ] {3e784436-8440-44f4-8ac5-6c5f97ceff50} executeQuery: Read 60 rows, 4.14 KiB in 0.001635 sec., 36697.24770642202 rows/sec., 2.47 MiB/sec. 2024.06.17 21:22:25.965610 [ 146 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:25.965681 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:25.965839 [ 192 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:25.965847 [ 3 ] {3e784436-8440-44f4-8ac5-6c5f97ceff50} DynamicQueryHandler: Done processing query 2024.06.17 21:22:25.965892 [ 3 ] {3e784436-8440-44f4-8ac5-6c5f97ceff50} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:22:25.965918 [ 3 ] {} HTTP-Session: 7552b394-622b-46cc-86ea-177700788ca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:25.965992 [ 192 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:25.966025 [ 192 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 468 rows starting from the beginning of the part 2024.06.17 21:22:25.966104 [ 192 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:25.966309 [ 192 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:25.966547 [ 192 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:25.966714 [ 192 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:25.966873 [ 192 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:25.968038 [ 194 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.002255763 sec., 340461.2984608755 rows/sec., 22.71 MiB/sec. 2024.06.17 21:22:25.968239 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.06.17 21:22:25.968646 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_21_4} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:25.968731 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_21_4} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.06.17 21:22:25.968818 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2024.06.17 21:22:30.176383 [ 143 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:22:30.176454 [ 143 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:22:30.950418 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:30.950539 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:30.950564 [ 3 ] {} HTTP-Session: 0af59ad5-1ee0-4daf-a97f-0fb130ba05fa Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:30.950589 [ 3 ] {} HTTP-Session: 0af59ad5-1ee0-4daf-a97f-0fb130ba05fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.950604 [ 3 ] {} HTTP-Session: 0af59ad5-1ee0-4daf-a97f-0fb130ba05fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.950655 [ 3 ] {} HTTP-Session: 0af59ad5-1ee0-4daf-a97f-0fb130ba05fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:30.950849 [ 3 ] {4fd2c615-3b07-4327-bb5d-aee8b9756322} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:30.950918 [ 3 ] {4fd2c615-3b07-4327-bb5d-aee8b9756322} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:22:30.951112 [ 3 ] {4fd2c615-3b07-4327-bb5d-aee8b9756322} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:30.951529 [ 3 ] {4fd2c615-3b07-4327-bb5d-aee8b9756322} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:30.951571 [ 3 ] {4fd2c615-3b07-4327-bb5d-aee8b9756322} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:30.951944 [ 3 ] {4fd2c615-3b07-4327-bb5d-aee8b9756322} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.06.17 21:22:30.952274 [ 3 ] {4fd2c615-3b07-4327-bb5d-aee8b9756322} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:30.952434 [ 3 ] {4fd2c615-3b07-4327-bb5d-aee8b9756322} executeQuery: Read 14 rows, 1.13 KiB in 0.001641 sec., 8531.383302864107 rows/sec., 691.51 KiB/sec. 2024.06.17 21:22:30.952465 [ 143 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.06.17 21:22:30.952588 [ 143 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:30.952628 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:30.952727 [ 3 ] {4fd2c615-3b07-4327-bb5d-aee8b9756322} DynamicQueryHandler: Done processing query 2024.06.17 21:22:30.952804 [ 3 ] {4fd2c615-3b07-4327-bb5d-aee8b9756322} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:30.952871 [ 3 ] {} HTTP-Session: 0af59ad5-1ee0-4daf-a97f-0fb130ba05fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.952915 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:22:30.953124 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:30.953301 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:30.953364 [ 3 ] {} HTTP-Session: bfa804f8-d01b-4516-b852-dc0a5edfc7e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:30.953378 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:30.953386 [ 3 ] {} HTTP-Session: bfa804f8-d01b-4516-b852-dc0a5edfc7e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.953410 [ 3 ] {} HTTP-Session: bfa804f8-d01b-4516-b852-dc0a5edfc7e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.953415 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 30 rows starting from the beginning of the part 2024.06.17 21:22:30.953451 [ 3 ] {} HTTP-Session: bfa804f8-d01b-4516-b852-dc0a5edfc7e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:30.953535 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:30.953763 [ 3 ] {69f76c0e-5a7a-4f8b-ad9c-711463863975} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:30.953920 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:30.953953 [ 3 ] {69f76c0e-5a7a-4f8b-ad9c-711463863975} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:22:30.954268 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:30.954556 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:30.954943 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:30.955387 [ 3 ] {69f76c0e-5a7a-4f8b-ad9c-711463863975} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:30.955864 [ 3 ] {69f76c0e-5a7a-4f8b-ad9c-711463863975} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:30.955906 [ 3 ] {69f76c0e-5a7a-4f8b-ad9c-711463863975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:30.956372 [ 3 ] {69f76c0e-5a7a-4f8b-ad9c-711463863975} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.17 21:22:30.956660 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.00395254 sec., 26312.194183993077 rows/sec., 2.08 MiB/sec. 2024.06.17 21:22:30.956929 [ 197 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.06.17 21:22:30.956934 [ 3 ] {69f76c0e-5a7a-4f8b-ad9c-711463863975} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:30.957344 [ 3 ] {69f76c0e-5a7a-4f8b-ad9c-711463863975} executeQuery: Read 6 rows, 501.00 B in 0.003725 sec., 1610.7382550335572 rows/sec., 131.34 KiB/sec. 2024.06.17 21:22:30.957797 [ 3 ] {69f76c0e-5a7a-4f8b-ad9c-711463863975} DynamicQueryHandler: Done processing query 2024.06.17 21:22:30.957832 [ 3 ] {69f76c0e-5a7a-4f8b-ad9c-711463863975} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:30.957870 [ 3 ] {} HTTP-Session: bfa804f8-d01b-4516-b852-dc0a5edfc7e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.958014 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_21_4} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:30.958038 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 19560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:30.958128 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:30.958169 [ 3 ] {} HTTP-Session: 9042ff85-5793-4385-9b55-96d46316154c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:30.958198 [ 3 ] {} HTTP-Session: 9042ff85-5793-4385-9b55-96d46316154c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.958228 [ 3 ] {} HTTP-Session: 9042ff85-5793-4385-9b55-96d46316154c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.958238 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_21_4} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.06.17 21:22:30.958285 [ 3 ] {} HTTP-Session: 9042ff85-5793-4385-9b55-96d46316154c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:30.958424 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.06.17 21:22:30.958507 [ 3 ] {4477e086-d0ac-485b-a78d-976f9742cd0f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:30.958557 [ 3 ] {4477e086-d0ac-485b-a78d-976f9742cd0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:22:30.958703 [ 3 ] {4477e086-d0ac-485b-a78d-976f9742cd0f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:30.959091 [ 3 ] {4477e086-d0ac-485b-a78d-976f9742cd0f} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:30.959129 [ 3 ] {4477e086-d0ac-485b-a78d-976f9742cd0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:30.959467 [ 3 ] {4477e086-d0ac-485b-a78d-976f9742cd0f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.06.17 21:22:30.959786 [ 3 ] {4477e086-d0ac-485b-a78d-976f9742cd0f} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:30.959953 [ 3 ] {4477e086-d0ac-485b-a78d-976f9742cd0f} executeQuery: Read 137 rows, 11.22 KiB in 0.001528 sec., 89659.68586387434 rows/sec., 7.17 MiB/sec. 2024.06.17 21:22:30.960123 [ 3 ] {4477e086-d0ac-485b-a78d-976f9742cd0f} DynamicQueryHandler: Done processing query 2024.06.17 21:22:30.960148 [ 3 ] {4477e086-d0ac-485b-a78d-976f9742cd0f} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:22:30.960165 [ 3 ] {} HTTP-Session: 9042ff85-5793-4385-9b55-96d46316154c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.960288 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:30.960335 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:30.960354 [ 3 ] {} HTTP-Session: a1592f3b-70b8-4f2d-91a6-76e164a6495d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:30.960370 [ 3 ] {} HTTP-Session: a1592f3b-70b8-4f2d-91a6-76e164a6495d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.960384 [ 3 ] {} HTTP-Session: a1592f3b-70b8-4f2d-91a6-76e164a6495d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.960416 [ 3 ] {} HTTP-Session: a1592f3b-70b8-4f2d-91a6-76e164a6495d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:30.960510 [ 3 ] {16bbc151-b7b1-4b3f-b2ca-65581497b6a8} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:30.960552 [ 3 ] {16bbc151-b7b1-4b3f-b2ca-65581497b6a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:22:30.960681 [ 3 ] {16bbc151-b7b1-4b3f-b2ca-65581497b6a8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:30.960956 [ 3 ] {16bbc151-b7b1-4b3f-b2ca-65581497b6a8} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:30.960994 [ 3 ] {16bbc151-b7b1-4b3f-b2ca-65581497b6a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:30.961307 [ 3 ] {16bbc151-b7b1-4b3f-b2ca-65581497b6a8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.17 21:22:30.961608 [ 3 ] {16bbc151-b7b1-4b3f-b2ca-65581497b6a8} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:30.961777 [ 3 ] {16bbc151-b7b1-4b3f-b2ca-65581497b6a8} executeQuery: Read 6 rows, 429.00 B in 0.001281 sec., 4683.840749414519 rows/sec., 327.05 KiB/sec. 2024.06.17 21:22:30.962069 [ 3 ] {16bbc151-b7b1-4b3f-b2ca-65581497b6a8} DynamicQueryHandler: Done processing query 2024.06.17 21:22:30.962095 [ 3 ] {16bbc151-b7b1-4b3f-b2ca-65581497b6a8} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:30.962111 [ 3 ] {} HTTP-Session: a1592f3b-70b8-4f2d-91a6-76e164a6495d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.962233 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 18333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:30.962282 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:30.962300 [ 3 ] {} HTTP-Session: 0ca8ce9c-d65d-491e-be9a-56778b1bf5a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:30.962317 [ 3 ] {} HTTP-Session: 0ca8ce9c-d65d-491e-be9a-56778b1bf5a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.962330 [ 3 ] {} HTTP-Session: 0ca8ce9c-d65d-491e-be9a-56778b1bf5a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.962361 [ 3 ] {} HTTP-Session: 0ca8ce9c-d65d-491e-be9a-56778b1bf5a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:30.962482 [ 3 ] {208ced91-01f4-41b9-bcc0-75095b930efc} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:30.962526 [ 3 ] {208ced91-01f4-41b9-bcc0-75095b930efc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:22:30.962669 [ 3 ] {208ced91-01f4-41b9-bcc0-75095b930efc} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:30.963012 [ 3 ] {208ced91-01f4-41b9-bcc0-75095b930efc} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:30.963048 [ 3 ] {208ced91-01f4-41b9-bcc0-75095b930efc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:30.963358 [ 3 ] {208ced91-01f4-41b9-bcc0-75095b930efc} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.06.17 21:22:30.963659 [ 3 ] {208ced91-01f4-41b9-bcc0-75095b930efc} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:30.963812 [ 3 ] {208ced91-01f4-41b9-bcc0-75095b930efc} executeQuery: Read 108 rows, 8.62 KiB in 0.001373 sec., 78659.8689002185 rows/sec., 6.13 MiB/sec. 2024.06.17 21:22:30.963975 [ 3 ] {208ced91-01f4-41b9-bcc0-75095b930efc} DynamicQueryHandler: Done processing query 2024.06.17 21:22:30.964000 [ 3 ] {208ced91-01f4-41b9-bcc0-75095b930efc} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:22:30.964016 [ 3 ] {} HTTP-Session: 0ca8ce9c-d65d-491e-be9a-56778b1bf5a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.964218 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 38164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:30.964269 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:30.964289 [ 3 ] {} HTTP-Session: 8244e3b0-fefd-497f-8a72-609d6e9d3c86 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:30.964305 [ 3 ] {} HTTP-Session: 8244e3b0-fefd-497f-8a72-609d6e9d3c86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.964318 [ 3 ] {} HTTP-Session: 8244e3b0-fefd-497f-8a72-609d6e9d3c86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.964349 [ 3 ] {} HTTP-Session: 8244e3b0-fefd-497f-8a72-609d6e9d3c86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:30.964512 [ 3 ] {e8350be9-1efc-4375-8c99-5368111fe44e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:30.964560 [ 3 ] {e8350be9-1efc-4375-8c99-5368111fe44e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:22:30.964706 [ 3 ] {e8350be9-1efc-4375-8c99-5368111fe44e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:30.965106 [ 3 ] {e8350be9-1efc-4375-8c99-5368111fe44e} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:30.965142 [ 3 ] {e8350be9-1efc-4375-8c99-5368111fe44e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:30.965530 [ 3 ] {e8350be9-1efc-4375-8c99-5368111fe44e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.06.17 21:22:30.965867 [ 3 ] {e8350be9-1efc-4375-8c99-5368111fe44e} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:30.966026 [ 3 ] {e8350be9-1efc-4375-8c99-5368111fe44e} executeQuery: Read 199 rows, 14.22 KiB in 0.001593 sec., 124921.53170119271 rows/sec., 8.72 MiB/sec. 2024.06.17 21:22:30.966329 [ 3 ] {e8350be9-1efc-4375-8c99-5368111fe44e} DynamicQueryHandler: Done processing query 2024.06.17 21:22:30.966355 [ 3 ] {e8350be9-1efc-4375-8c99-5368111fe44e} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.17 21:22:30.966371 [ 3 ] {} HTTP-Session: 8244e3b0-fefd-497f-8a72-609d6e9d3c86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.966487 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:30.966534 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:30.966553 [ 3 ] {} HTTP-Session: 2fe10c2f-b651-4d16-a7d6-7231abe87f36 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:30.966569 [ 3 ] {} HTTP-Session: 2fe10c2f-b651-4d16-a7d6-7231abe87f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.966583 [ 3 ] {} HTTP-Session: 2fe10c2f-b651-4d16-a7d6-7231abe87f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.966615 [ 3 ] {} HTTP-Session: 2fe10c2f-b651-4d16-a7d6-7231abe87f36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:30.966800 [ 3 ] {534ea165-a3e8-4849-aa0b-4c32c8b909de} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:30.966849 [ 3 ] {534ea165-a3e8-4849-aa0b-4c32c8b909de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:22:30.967026 [ 3 ] {534ea165-a3e8-4849-aa0b-4c32c8b909de} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:30.967507 [ 3 ] {534ea165-a3e8-4849-aa0b-4c32c8b909de} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:30.967543 [ 3 ] {534ea165-a3e8-4849-aa0b-4c32c8b909de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:30.967933 [ 3 ] {534ea165-a3e8-4849-aa0b-4c32c8b909de} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.06.17 21:22:30.968259 [ 3 ] {534ea165-a3e8-4849-aa0b-4c32c8b909de} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:30.968412 [ 143 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.06.17 21:22:30.968421 [ 3 ] {534ea165-a3e8-4849-aa0b-4c32c8b909de} executeQuery: Read 14 rows, 19.35 KiB in 0.001717 sec., 8153.756552125801 rows/sec., 11.00 MiB/sec. 2024.06.17 21:22:30.968472 [ 143 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:30.968555 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:30.968790 [ 3 ] {534ea165-a3e8-4849-aa0b-4c32c8b909de} DynamicQueryHandler: Done processing query 2024.06.17 21:22:30.968862 [ 3 ] {534ea165-a3e8-4849-aa0b-4c32c8b909de} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:30.968876 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:22:30.968943 [ 3 ] {} HTTP-Session: 2fe10c2f-b651-4d16-a7d6-7231abe87f36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.969213 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:30.969368 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:30.969445 [ 3 ] {} HTTP-Session: a60f391e-74d9-4f1c-a352-7a7c89085b61 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:30.969473 [ 3 ] {} HTTP-Session: a60f391e-74d9-4f1c-a352-7a7c89085b61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.969495 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:30.969496 [ 3 ] {} HTTP-Session: a60f391e-74d9-4f1c-a352-7a7c89085b61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.969536 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 244 rows starting from the beginning of the part 2024.06.17 21:22:30.969550 [ 3 ] {} HTTP-Session: a60f391e-74d9-4f1c-a352-7a7c89085b61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:30.969684 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:30.969830 [ 3 ] {8e383210-8ed7-43eb-915c-377591503b57} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:30.970098 [ 3 ] {8e383210-8ed7-43eb-915c-377591503b57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:22:30.970121 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:30.970434 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:30.970843 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:30.971190 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:30.971241 [ 3 ] {8e383210-8ed7-43eb-915c-377591503b57} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:30.971923 [ 3 ] {8e383210-8ed7-43eb-915c-377591503b57} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:30.971969 [ 3 ] {8e383210-8ed7-43eb-915c-377591503b57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:30.972488 [ 3 ] {8e383210-8ed7-43eb-915c-377591503b57} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.06.17 21:22:30.973069 [ 3 ] {8e383210-8ed7-43eb-915c-377591503b57} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:30.973529 [ 3 ] {8e383210-8ed7-43eb-915c-377591503b57} executeQuery: Read 60 rows, 4.14 KiB in 0.003706 sec., 16189.962223421478 rows/sec., 1.09 MiB/sec. 2024.06.17 21:22:30.973713 [ 3 ] {8e383210-8ed7-43eb-915c-377591503b57} DynamicQueryHandler: Done processing query 2024.06.17 21:22:30.973740 [ 3 ] {8e383210-8ed7-43eb-915c-377591503b57} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:22:30.973758 [ 3 ] {} HTTP-Session: a60f391e-74d9-4f1c-a352-7a7c89085b61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:30.974095 [ 193 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 318 rows, containing 6 columns (6 merged, 0 gathered) in 0.005421005 sec., 58660.70959167166 rows/sec., 79.16 MiB/sec. 2024.06.17 21:22:30.974622 [ 193 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.06.17 21:22:30.975064 [ 193 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_21_4} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:30.975155 [ 193 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_21_4} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.06.17 21:22:30.975263 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2024.06.17 21:22:35.947857 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:35.948059 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:35.948105 [ 3 ] {} HTTP-Session: e3bf364c-78f5-451c-b7d1-85a2256b2038 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:35.948147 [ 3 ] {} HTTP-Session: e3bf364c-78f5-451c-b7d1-85a2256b2038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.948176 [ 3 ] {} HTTP-Session: e3bf364c-78f5-451c-b7d1-85a2256b2038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.948257 [ 3 ] {} HTTP-Session: e3bf364c-78f5-451c-b7d1-85a2256b2038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:35.948556 [ 3 ] {83631d8d-8a6c-49f3-8d9b-bc7eb640e23a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:35.948654 [ 3 ] {83631d8d-8a6c-49f3-8d9b-bc7eb640e23a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:22:35.948846 [ 3 ] {83631d8d-8a6c-49f3-8d9b-bc7eb640e23a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:35.949274 [ 3 ] {83631d8d-8a6c-49f3-8d9b-bc7eb640e23a} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:35.949323 [ 3 ] {83631d8d-8a6c-49f3-8d9b-bc7eb640e23a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:35.949687 [ 3 ] {83631d8d-8a6c-49f3-8d9b-bc7eb640e23a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.06.17 21:22:35.950033 [ 3 ] {83631d8d-8a6c-49f3-8d9b-bc7eb640e23a} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:35.950181 [ 3 ] {83631d8d-8a6c-49f3-8d9b-bc7eb640e23a} executeQuery: Read 16 rows, 1.30 KiB in 0.001724 sec., 9280.742459396752 rows/sec., 752.25 KiB/sec. 2024.06.17 21:22:35.950379 [ 3 ] {83631d8d-8a6c-49f3-8d9b-bc7eb640e23a} DynamicQueryHandler: Done processing query 2024.06.17 21:22:35.950406 [ 3 ] {83631d8d-8a6c-49f3-8d9b-bc7eb640e23a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:35.950423 [ 3 ] {} HTTP-Session: e3bf364c-78f5-451c-b7d1-85a2256b2038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.950571 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:35.950622 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:35.950641 [ 3 ] {} HTTP-Session: 34d4c988-532e-4709-8a85-88e1ef51684e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:35.950659 [ 3 ] {} HTTP-Session: 34d4c988-532e-4709-8a85-88e1ef51684e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.950673 [ 3 ] {} HTTP-Session: 34d4c988-532e-4709-8a85-88e1ef51684e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.950704 [ 3 ] {} HTTP-Session: 34d4c988-532e-4709-8a85-88e1ef51684e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:35.950828 [ 3 ] {fddeb4f0-a15f-48cb-a7fd-44711632bf83} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:35.950875 [ 3 ] {fddeb4f0-a15f-48cb-a7fd-44711632bf83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:22:35.951000 [ 3 ] {fddeb4f0-a15f-48cb-a7fd-44711632bf83} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:35.951361 [ 3 ] {fddeb4f0-a15f-48cb-a7fd-44711632bf83} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:35.951397 [ 3 ] {fddeb4f0-a15f-48cb-a7fd-44711632bf83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:35.951710 [ 3 ] {fddeb4f0-a15f-48cb-a7fd-44711632bf83} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.06.17 21:22:35.952014 [ 3 ] {fddeb4f0-a15f-48cb-a7fd-44711632bf83} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:35.952208 [ 3 ] {fddeb4f0-a15f-48cb-a7fd-44711632bf83} executeQuery: Read 104 rows, 8.66 KiB in 0.001415 sec., 73498.2332155477 rows/sec., 5.98 MiB/sec. 2024.06.17 21:22:35.952477 [ 3 ] {fddeb4f0-a15f-48cb-a7fd-44711632bf83} DynamicQueryHandler: Done processing query 2024.06.17 21:22:35.952503 [ 3 ] {fddeb4f0-a15f-48cb-a7fd-44711632bf83} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:22:35.952519 [ 3 ] {} HTTP-Session: 34d4c988-532e-4709-8a85-88e1ef51684e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.952643 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:35.952691 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:35.952710 [ 3 ] {} HTTP-Session: 901bd7b4-b3b7-4997-8bce-efb007b1e1bd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:35.952726 [ 3 ] {} HTTP-Session: 901bd7b4-b3b7-4997-8bce-efb007b1e1bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.952739 [ 3 ] {} HTTP-Session: 901bd7b4-b3b7-4997-8bce-efb007b1e1bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.952770 [ 3 ] {} HTTP-Session: 901bd7b4-b3b7-4997-8bce-efb007b1e1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:35.952889 [ 3 ] {0dd48f99-6695-41a7-b3b5-ea62b1648df0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:35.952933 [ 3 ] {0dd48f99-6695-41a7-b3b5-ea62b1648df0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:22:35.953074 [ 3 ] {0dd48f99-6695-41a7-b3b5-ea62b1648df0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:35.953412 [ 3 ] {0dd48f99-6695-41a7-b3b5-ea62b1648df0} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:35.953448 [ 3 ] {0dd48f99-6695-41a7-b3b5-ea62b1648df0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:35.953759 [ 3 ] {0dd48f99-6695-41a7-b3b5-ea62b1648df0} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.06.17 21:22:35.954111 [ 3 ] {0dd48f99-6695-41a7-b3b5-ea62b1648df0} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:35.954246 [ 3 ] {0dd48f99-6695-41a7-b3b5-ea62b1648df0} executeQuery: Read 80 rows, 6.40 KiB in 0.001399 sec., 57183.70264474624 rows/sec., 4.47 MiB/sec. 2024.06.17 21:22:35.954586 [ 3 ] {0dd48f99-6695-41a7-b3b5-ea62b1648df0} DynamicQueryHandler: Done processing query 2024.06.17 21:22:35.954612 [ 3 ] {0dd48f99-6695-41a7-b3b5-ea62b1648df0} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:22:35.954628 [ 3 ] {} HTTP-Session: 901bd7b4-b3b7-4997-8bce-efb007b1e1bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.954786 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:35.954838 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:35.954859 [ 3 ] {} HTTP-Session: 1d1a6fc4-d656-40f2-a81a-d748b828b4da Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:35.954875 [ 3 ] {} HTTP-Session: 1d1a6fc4-d656-40f2-a81a-d748b828b4da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.954890 [ 3 ] {} HTTP-Session: 1d1a6fc4-d656-40f2-a81a-d748b828b4da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.954920 [ 3 ] {} HTTP-Session: 1d1a6fc4-d656-40f2-a81a-d748b828b4da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:35.955070 [ 3 ] {0e1b4962-a63e-4f93-b47e-d5280508ea88} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:35.955117 [ 3 ] {0e1b4962-a63e-4f93-b47e-d5280508ea88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:22:35.955263 [ 3 ] {0e1b4962-a63e-4f93-b47e-d5280508ea88} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:35.955686 [ 3 ] {0e1b4962-a63e-4f93-b47e-d5280508ea88} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:35.955734 [ 3 ] {0e1b4962-a63e-4f93-b47e-d5280508ea88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:35.956274 [ 3 ] {0e1b4962-a63e-4f93-b47e-d5280508ea88} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.06.17 21:22:35.956642 [ 3 ] {0e1b4962-a63e-4f93-b47e-d5280508ea88} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:35.956775 [ 3 ] {0e1b4962-a63e-4f93-b47e-d5280508ea88} executeQuery: Read 160 rows, 11.41 KiB in 0.001779 sec., 89938.16750983699 rows/sec., 6.26 MiB/sec. 2024.06.17 21:22:35.956933 [ 3 ] {0e1b4962-a63e-4f93-b47e-d5280508ea88} DynamicQueryHandler: Done processing query 2024.06.17 21:22:35.956957 [ 3 ] {0e1b4962-a63e-4f93-b47e-d5280508ea88} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:35.956973 [ 3 ] {} HTTP-Session: 1d1a6fc4-d656-40f2-a81a-d748b828b4da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.957101 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:35.957148 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:35.957167 [ 3 ] {} HTTP-Session: 4d4cfe3a-01d6-4636-83a6-628b0a374a82 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:35.957184 [ 3 ] {} HTTP-Session: 4d4cfe3a-01d6-4636-83a6-628b0a374a82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.957198 [ 3 ] {} HTTP-Session: 4d4cfe3a-01d6-4636-83a6-628b0a374a82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.957229 [ 3 ] {} HTTP-Session: 4d4cfe3a-01d6-4636-83a6-628b0a374a82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:35.957410 [ 3 ] {6ff0fc43-58fc-4a62-a1b3-da797dcef79e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:35.957458 [ 3 ] {6ff0fc43-58fc-4a62-a1b3-da797dcef79e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:22:35.957612 [ 3 ] {6ff0fc43-58fc-4a62-a1b3-da797dcef79e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:35.958020 [ 3 ] {6ff0fc43-58fc-4a62-a1b3-da797dcef79e} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:35.958057 [ 3 ] {6ff0fc43-58fc-4a62-a1b3-da797dcef79e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:35.958461 [ 3 ] {6ff0fc43-58fc-4a62-a1b3-da797dcef79e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.06.17 21:22:35.958811 [ 3 ] {6ff0fc43-58fc-4a62-a1b3-da797dcef79e} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:35.958939 [ 3 ] {6ff0fc43-58fc-4a62-a1b3-da797dcef79e} executeQuery: Read 16 rows, 22.11 KiB in 0.001633 sec., 9797.917942437232 rows/sec., 13.22 MiB/sec. 2024.06.17 21:22:35.959111 [ 3 ] {6ff0fc43-58fc-4a62-a1b3-da797dcef79e} DynamicQueryHandler: Done processing query 2024.06.17 21:22:35.959136 [ 3 ] {6ff0fc43-58fc-4a62-a1b3-da797dcef79e} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:22:35.959152 [ 3 ] {} HTTP-Session: 4d4cfe3a-01d6-4636-83a6-628b0a374a82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.959279 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:35.959337 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:35.959356 [ 3 ] {} HTTP-Session: 2b02a280-b63d-4a2a-906c-ce0d792b1c7b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:35.959373 [ 3 ] {} HTTP-Session: 2b02a280-b63d-4a2a-906c-ce0d792b1c7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.959387 [ 3 ] {} HTTP-Session: 2b02a280-b63d-4a2a-906c-ce0d792b1c7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:35.959417 [ 3 ] {} HTTP-Session: 2b02a280-b63d-4a2a-906c-ce0d792b1c7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:35.959538 [ 3 ] {6eeeb1e0-cda1-491a-8d3c-af3fd371c3e5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:35.959583 [ 3 ] {6eeeb1e0-cda1-491a-8d3c-af3fd371c3e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:22:35.959711 [ 3 ] {6eeeb1e0-cda1-491a-8d3c-af3fd371c3e5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:35.959995 [ 3 ] {6eeeb1e0-cda1-491a-8d3c-af3fd371c3e5} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:35.960030 [ 3 ] {6eeeb1e0-cda1-491a-8d3c-af3fd371c3e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:35.960391 [ 3 ] {6eeeb1e0-cda1-491a-8d3c-af3fd371c3e5} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.06.17 21:22:35.960711 [ 3 ] {6eeeb1e0-cda1-491a-8d3c-af3fd371c3e5} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:35.960835 [ 3 ] {6eeeb1e0-cda1-491a-8d3c-af3fd371c3e5} executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. 2024.06.17 21:22:35.960987 [ 3 ] {6eeeb1e0-cda1-491a-8d3c-af3fd371c3e5} DynamicQueryHandler: Done processing query 2024.06.17 21:22:35.961011 [ 3 ] {6eeeb1e0-cda1-491a-8d3c-af3fd371c3e5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:22:35.961027 [ 3 ] {} HTTP-Session: 2b02a280-b63d-4a2a-906c-ce0d792b1c7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.949923 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:40.950127 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:40.950174 [ 3 ] {} HTTP-Session: 7384bd17-1520-43b4-bba4-cae7c834b6ae Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:40.950217 [ 3 ] {} HTTP-Session: 7384bd17-1520-43b4-bba4-cae7c834b6ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.950246 [ 3 ] {} HTTP-Session: 7384bd17-1520-43b4-bba4-cae7c834b6ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.950324 [ 3 ] {} HTTP-Session: 7384bd17-1520-43b4-bba4-cae7c834b6ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:40.950621 [ 3 ] {8664b30c-dae0-45b2-882f-12b62f946a98} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:40.950732 [ 3 ] {8664b30c-dae0-45b2-882f-12b62f946a98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:22:40.950950 [ 3 ] {8664b30c-dae0-45b2-882f-12b62f946a98} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:40.951356 [ 3 ] {8664b30c-dae0-45b2-882f-12b62f946a98} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:40.951401 [ 3 ] {8664b30c-dae0-45b2-882f-12b62f946a98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:40.951767 [ 3 ] {8664b30c-dae0-45b2-882f-12b62f946a98} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.06.17 21:22:40.952098 [ 3 ] {8664b30c-dae0-45b2-882f-12b62f946a98} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:40.952248 [ 3 ] {8664b30c-dae0-45b2-882f-12b62f946a98} executeQuery: Read 14 rows, 1.13 KiB in 0.001719 sec., 8144.2699243746365 rows/sec., 660.13 KiB/sec. 2024.06.17 21:22:40.952456 [ 3 ] {8664b30c-dae0-45b2-882f-12b62f946a98} DynamicQueryHandler: Done processing query 2024.06.17 21:22:40.952482 [ 3 ] {8664b30c-dae0-45b2-882f-12b62f946a98} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:40.952500 [ 3 ] {} HTTP-Session: 7384bd17-1520-43b4-bba4-cae7c834b6ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.952663 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:40.952714 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:40.952734 [ 3 ] {} HTTP-Session: 3b56894d-e090-4e31-87b4-7cdf3a805e9c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:40.952751 [ 3 ] {} HTTP-Session: 3b56894d-e090-4e31-87b4-7cdf3a805e9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.952765 [ 3 ] {} HTTP-Session: 3b56894d-e090-4e31-87b4-7cdf3a805e9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.952801 [ 3 ] {} HTTP-Session: 3b56894d-e090-4e31-87b4-7cdf3a805e9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:40.952929 [ 3 ] {1fd4f670-a848-4431-a644-7a7905827b43} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:40.952976 [ 3 ] {1fd4f670-a848-4431-a644-7a7905827b43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:22:40.953103 [ 3 ] {1fd4f670-a848-4431-a644-7a7905827b43} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:40.953461 [ 3 ] {1fd4f670-a848-4431-a644-7a7905827b43} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:40.953498 [ 3 ] {1fd4f670-a848-4431-a644-7a7905827b43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:40.953809 [ 3 ] {1fd4f670-a848-4431-a644-7a7905827b43} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.06.17 21:22:40.954119 [ 3 ] {1fd4f670-a848-4431-a644-7a7905827b43} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:40.954251 [ 3 ] {1fd4f670-a848-4431-a644-7a7905827b43} executeQuery: Read 98 rows, 8.24 KiB in 0.001369 sec., 71585.09861212564 rows/sec., 5.88 MiB/sec. 2024.06.17 21:22:40.954324 [ 137 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.06.17 21:22:40.954419 [ 137 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:40.954462 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:40.954506 [ 3 ] {1fd4f670-a848-4431-a644-7a7905827b43} DynamicQueryHandler: Done processing query 2024.06.17 21:22:40.954571 [ 3 ] {1fd4f670-a848-4431-a644-7a7905827b43} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:22:40.954640 [ 3 ] {} HTTP-Session: 3b56894d-e090-4e31-87b4-7cdf3a805e9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.954779 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:22:40.954946 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:40.955129 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:40.955205 [ 3 ] {} HTTP-Session: a0e38919-6407-4934-a77c-9b73351f2dfa Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:40.955283 [ 3 ] {} HTTP-Session: a0e38919-6407-4934-a77c-9b73351f2dfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.955343 [ 3 ] {} HTTP-Session: a0e38919-6407-4934-a77c-9b73351f2dfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.955374 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:40.955402 [ 3 ] {} HTTP-Session: a0e38919-6407-4934-a77c-9b73351f2dfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:40.955418 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 186 rows starting from the beginning of the part 2024.06.17 21:22:40.955584 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 98 rows starting from the beginning of the part 2024.06.17 21:22:40.955599 [ 3 ] {0fcde7fb-71a3-41f1-956b-11d701beeb91} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:40.955768 [ 3 ] {0fcde7fb-71a3-41f1-956b-11d701beeb91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:22:40.956028 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 104 rows starting from the beginning of the part 2024.06.17 21:22:40.956361 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 137 rows starting from the beginning of the part 2024.06.17 21:22:40.956790 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 104 rows starting from the beginning of the part 2024.06.17 21:22:40.957094 [ 3 ] {0fcde7fb-71a3-41f1-956b-11d701beeb91} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:40.957131 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 98 rows starting from the beginning of the part 2024.06.17 21:22:40.958034 [ 3 ] {0fcde7fb-71a3-41f1-956b-11d701beeb91} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:40.958083 [ 3 ] {0fcde7fb-71a3-41f1-956b-11d701beeb91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:40.958593 [ 3 ] {0fcde7fb-71a3-41f1-956b-11d701beeb91} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.06.17 21:22:40.958984 [ 195 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 727 rows, containing 4 columns (4 merged, 0 gathered) in 0.004418504 sec., 164535.32688891987 rows/sec., 13.39 MiB/sec. 2024.06.17 21:22:40.959046 [ 3 ] {0fcde7fb-71a3-41f1-956b-11d701beeb91} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:40.959285 [ 137 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.06.17 21:22:40.959299 [ 195 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.06.17 21:22:40.959303 [ 3 ] {0fcde7fb-71a3-41f1-956b-11d701beeb91} executeQuery: Read 78 rows, 6.24 KiB in 0.003786 sec., 20602.218700475438 rows/sec., 1.61 MiB/sec. 2024.06.17 21:22:40.959360 [ 137 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:40.959473 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:40.959904 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:22:40.960131 [ 3 ] {0fcde7fb-71a3-41f1-956b-11d701beeb91} DynamicQueryHandler: Done processing query 2024.06.17 21:22:40.960334 [ 3 ] {0fcde7fb-71a3-41f1-956b-11d701beeb91} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:22:40.960431 [ 3 ] {} HTTP-Session: a0e38919-6407-4934-a77c-9b73351f2dfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.960440 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:40.960525 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 144 rows starting from the beginning of the part 2024.06.17 21:22:40.960729 [ 195 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_26_5} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:40.960832 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 78 rows starting from the beginning of the part 2024.06.17 21:22:40.960919 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:40.961218 [ 195 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_26_5} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.06.17 21:22:40.961296 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 80 rows starting from the beginning of the part 2024.06.17 21:22:40.961355 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:40.961605 [ 3 ] {} HTTP-Session: 214732e6-6532-4b03-a248-104493192dfb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:40.961652 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.06.17 21:22:40.961743 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 108 rows starting from the beginning of the part 2024.06.17 21:22:40.961774 [ 3 ] {} HTTP-Session: 214732e6-6532-4b03-a248-104493192dfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.961902 [ 3 ] {} HTTP-Session: 214732e6-6532-4b03-a248-104493192dfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.962006 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 80 rows starting from the beginning of the part 2024.06.17 21:22:40.962091 [ 3 ] {} HTTP-Session: 214732e6-6532-4b03-a248-104493192dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:40.962206 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 78 rows starting from the beginning of the part 2024.06.17 21:22:40.962670 [ 3 ] {ae7a2380-eb17-4ba7-b84a-4514fff9a441} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:40.962732 [ 3 ] {ae7a2380-eb17-4ba7-b84a-4514fff9a441} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:22:40.963353 [ 3 ] {ae7a2380-eb17-4ba7-b84a-4514fff9a441} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:40.964350 [ 3 ] {ae7a2380-eb17-4ba7-b84a-4514fff9a441} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:40.964414 [ 3 ] {ae7a2380-eb17-4ba7-b84a-4514fff9a441} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:40.964998 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 4 columns (4 merged, 0 gathered) in 0.005369274 sec., 105787.11386306603 rows/sec., 8.26 MiB/sec. 2024.06.17 21:22:40.965277 [ 3 ] {ae7a2380-eb17-4ba7-b84a-4514fff9a441} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.06.17 21:22:40.965278 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.06.17 21:22:40.966173 [ 3 ] {ae7a2380-eb17-4ba7-b84a-4514fff9a441} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:40.966248 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_26_5} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:40.966483 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_26_5} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.06.17 21:22:40.966490 [ 3 ] {ae7a2380-eb17-4ba7-b84a-4514fff9a441} executeQuery: Read 160 rows, 11.41 KiB in 0.004007 sec., 39930.122285999496 rows/sec., 2.78 MiB/sec. 2024.06.17 21:22:40.966755 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.06.17 21:22:40.966915 [ 3 ] {ae7a2380-eb17-4ba7-b84a-4514fff9a441} DynamicQueryHandler: Done processing query 2024.06.17 21:22:40.966945 [ 3 ] {ae7a2380-eb17-4ba7-b84a-4514fff9a441} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:40.966962 [ 3 ] {} HTTP-Session: 214732e6-6532-4b03-a248-104493192dfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.967110 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:40.967157 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:40.967176 [ 3 ] {} HTTP-Session: b75950a6-46e0-48b1-a1cd-59a9c4e6bdda Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:40.967192 [ 3 ] {} HTTP-Session: b75950a6-46e0-48b1-a1cd-59a9c4e6bdda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.967206 [ 3 ] {} HTTP-Session: b75950a6-46e0-48b1-a1cd-59a9c4e6bdda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.967237 [ 3 ] {} HTTP-Session: b75950a6-46e0-48b1-a1cd-59a9c4e6bdda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:40.967411 [ 3 ] {aabfe2d6-a062-4479-8b09-7e64bb3a992f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:40.967458 [ 3 ] {aabfe2d6-a062-4479-8b09-7e64bb3a992f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:22:40.967638 [ 3 ] {aabfe2d6-a062-4479-8b09-7e64bb3a992f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:40.968015 [ 3 ] {aabfe2d6-a062-4479-8b09-7e64bb3a992f} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:40.968050 [ 3 ] {aabfe2d6-a062-4479-8b09-7e64bb3a992f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:40.968447 [ 3 ] {aabfe2d6-a062-4479-8b09-7e64bb3a992f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.06.17 21:22:40.968776 [ 3 ] {aabfe2d6-a062-4479-8b09-7e64bb3a992f} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:40.968939 [ 3 ] {aabfe2d6-a062-4479-8b09-7e64bb3a992f} executeQuery: Read 14 rows, 19.35 KiB in 0.001615 sec., 8668.7306501548 rows/sec., 11.70 MiB/sec. 2024.06.17 21:22:40.969263 [ 3 ] {aabfe2d6-a062-4479-8b09-7e64bb3a992f} DynamicQueryHandler: Done processing query 2024.06.17 21:22:40.969295 [ 3 ] {aabfe2d6-a062-4479-8b09-7e64bb3a992f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:40.969312 [ 3 ] {} HTTP-Session: b75950a6-46e0-48b1-a1cd-59a9c4e6bdda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.969432 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:40.969479 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:40.969498 [ 3 ] {} HTTP-Session: bac0ff6a-9307-446b-83fd-8fad332452d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:40.969514 [ 3 ] {} HTTP-Session: bac0ff6a-9307-446b-83fd-8fad332452d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.969528 [ 3 ] {} HTTP-Session: bac0ff6a-9307-446b-83fd-8fad332452d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:40.969558 [ 3 ] {} HTTP-Session: bac0ff6a-9307-446b-83fd-8fad332452d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:40.969672 [ 3 ] {a497ab72-d147-4fe8-938f-1e7e9b9b7933} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:40.969719 [ 3 ] {a497ab72-d147-4fe8-938f-1e7e9b9b7933} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:22:40.969862 [ 3 ] {a497ab72-d147-4fe8-938f-1e7e9b9b7933} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:40.970163 [ 3 ] {a497ab72-d147-4fe8-938f-1e7e9b9b7933} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:40.970199 [ 3 ] {a497ab72-d147-4fe8-938f-1e7e9b9b7933} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.06.17 21:22:40.970552 [ 3 ] {a497ab72-d147-4fe8-938f-1e7e9b9b7933} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.06.17 21:22:40.970881 [ 3 ] {a497ab72-d147-4fe8-938f-1e7e9b9b7933} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:40.971039 [ 3 ] {a497ab72-d147-4fe8-938f-1e7e9b9b7933} executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. 2024.06.17 21:22:40.971208 [ 3 ] {a497ab72-d147-4fe8-938f-1e7e9b9b7933} DynamicQueryHandler: Done processing query 2024.06.17 21:22:40.971234 [ 3 ] {a497ab72-d147-4fe8-938f-1e7e9b9b7933} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:22:40.971251 [ 3 ] {} HTTP-Session: bac0ff6a-9307-446b-83fd-8fad332452d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:42.225296 [ 136 ] {} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.06.17 21:22:42.225378 [ 136 ] {} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:42.225400 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:42.225603 [ 187 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2024.06.17 21:22:42.225775 [ 187 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:42.225810 [ 187 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2024.06.17 21:22:42.225886 [ 187 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2024.06.17 21:22:42.226055 [ 187 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2024.06.17 21:22:42.226300 [ 187 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2024.06.17 21:22:42.226447 [ 187 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2024.06.17 21:22:42.227439 [ 186 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.00195955 sec., 8165.1399556020515 rows/sec., 570.12 KiB/sec. 2024.06.17 21:22:42.227574 [ 187 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.06.17 21:22:42.227926 [ 187 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_5_1} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:42.228004 [ 187 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_5_1} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.06.17 21:22:42.228079 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.06.17 21:22:42.411335 [ 136 ] {} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.06.17 21:22:42.411388 [ 136 ] {} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:42.411415 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:42.411617 [ 191 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2024.06.17 21:22:42.411817 [ 191 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:42.411856 [ 191 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2024.06.17 21:22:42.411937 [ 191 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2024.06.17 21:22:42.412170 [ 191 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2024.06.17 21:22:42.412339 [ 191 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2024.06.17 21:22:42.412539 [ 191 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2024.06.17 21:22:42.413411 [ 186 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.00191534 sec., 8353.608236657721 rows/sec., 681.18 KiB/sec. 2024.06.17 21:22:42.413620 [ 200 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.06.17 21:22:42.414055 [ 200 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_5_1} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:42.414140 [ 200 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_5_1} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.06.17 21:22:42.414234 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.06.17 21:22:45.176703 [ 134 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:22:45.176761 [ 134 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:22:45.948717 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:45.948835 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:45.948860 [ 3 ] {} HTTP-Session: f9ed9594-0de0-4a33-8bb0-986acc9661e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:45.948885 [ 3 ] {} HTTP-Session: f9ed9594-0de0-4a33-8bb0-986acc9661e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.948900 [ 3 ] {} HTTP-Session: f9ed9594-0de0-4a33-8bb0-986acc9661e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.948952 [ 3 ] {} HTTP-Session: f9ed9594-0de0-4a33-8bb0-986acc9661e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:45.949140 [ 3 ] {ccf908d6-072a-4829-a096-21b1d3649de2} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:45.949208 [ 3 ] {ccf908d6-072a-4829-a096-21b1d3649de2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:22:45.949402 [ 3 ] {ccf908d6-072a-4829-a096-21b1d3649de2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:45.949821 [ 3 ] {ccf908d6-072a-4829-a096-21b1d3649de2} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:45.949860 [ 3 ] {ccf908d6-072a-4829-a096-21b1d3649de2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:45.950226 [ 3 ] {ccf908d6-072a-4829-a096-21b1d3649de2} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.06.17 21:22:45.950560 [ 3 ] {ccf908d6-072a-4829-a096-21b1d3649de2} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:45.950710 [ 3 ] {ccf908d6-072a-4829-a096-21b1d3649de2} executeQuery: Read 16 rows, 1.30 KiB in 0.001629 sec., 9821.976672805402 rows/sec., 796.12 KiB/sec. 2024.06.17 21:22:45.950908 [ 3 ] {ccf908d6-072a-4829-a096-21b1d3649de2} DynamicQueryHandler: Done processing query 2024.06.17 21:22:45.950935 [ 3 ] {ccf908d6-072a-4829-a096-21b1d3649de2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:45.950952 [ 3 ] {} HTTP-Session: f9ed9594-0de0-4a33-8bb0-986acc9661e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.951079 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:45.951128 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:45.951148 [ 3 ] {} HTTP-Session: 03eb9f11-4018-4d74-91ab-163eb83204ad Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:45.951164 [ 3 ] {} HTTP-Session: 03eb9f11-4018-4d74-91ab-163eb83204ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.951178 [ 3 ] {} HTTP-Session: 03eb9f11-4018-4d74-91ab-163eb83204ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.951209 [ 3 ] {} HTTP-Session: 03eb9f11-4018-4d74-91ab-163eb83204ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:45.951306 [ 3 ] {a5022533-3d52-4724-b33d-416b93eb60fa} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:45.951364 [ 3 ] {a5022533-3d52-4724-b33d-416b93eb60fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:22:45.951523 [ 3 ] {a5022533-3d52-4724-b33d-416b93eb60fa} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:45.951869 [ 3 ] {a5022533-3d52-4724-b33d-416b93eb60fa} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:45.951922 [ 3 ] {a5022533-3d52-4724-b33d-416b93eb60fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:45.952325 [ 3 ] {a5022533-3d52-4724-b33d-416b93eb60fa} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.17 21:22:45.952743 [ 3 ] {a5022533-3d52-4724-b33d-416b93eb60fa} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:45.952883 [ 3 ] {a5022533-3d52-4724-b33d-416b93eb60fa} executeQuery: Read 2 rows, 167.00 B in 0.001601 sec., 1249.2192379762648 rows/sec., 101.87 KiB/sec. 2024.06.17 21:22:45.953068 [ 3 ] {a5022533-3d52-4724-b33d-416b93eb60fa} DynamicQueryHandler: Done processing query 2024.06.17 21:22:45.953093 [ 3 ] {a5022533-3d52-4724-b33d-416b93eb60fa} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:45.953109 [ 3 ] {} HTTP-Session: 03eb9f11-4018-4d74-91ab-163eb83204ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.953241 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:45.953289 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:45.953308 [ 3 ] {} HTTP-Session: 8a7a6389-917b-478f-927d-300e2648c16e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:45.953324 [ 3 ] {} HTTP-Session: 8a7a6389-917b-478f-927d-300e2648c16e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.953339 [ 3 ] {} HTTP-Session: 8a7a6389-917b-478f-927d-300e2648c16e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.953371 [ 3 ] {} HTTP-Session: 8a7a6389-917b-478f-927d-300e2648c16e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:45.953492 [ 3 ] {aba9186c-c378-4a05-8464-3c3377e8d697} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:45.953535 [ 3 ] {aba9186c-c378-4a05-8464-3c3377e8d697} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:22:45.953657 [ 3 ] {aba9186c-c378-4a05-8464-3c3377e8d697} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:45.954014 [ 3 ] {aba9186c-c378-4a05-8464-3c3377e8d697} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:45.954051 [ 3 ] {aba9186c-c378-4a05-8464-3c3377e8d697} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:45.954385 [ 3 ] {aba9186c-c378-4a05-8464-3c3377e8d697} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.06.17 21:22:45.954696 [ 3 ] {aba9186c-c378-4a05-8464-3c3377e8d697} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:45.954820 [ 3 ] {aba9186c-c378-4a05-8464-3c3377e8d697} executeQuery: Read 105 rows, 8.73 KiB in 0.001375 sec., 76363.63636363637 rows/sec., 6.20 MiB/sec. 2024.06.17 21:22:45.955078 [ 3 ] {aba9186c-c378-4a05-8464-3c3377e8d697} DynamicQueryHandler: Done processing query 2024.06.17 21:22:45.955118 [ 3 ] {aba9186c-c378-4a05-8464-3c3377e8d697} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:22:45.955135 [ 3 ] {} HTTP-Session: 8a7a6389-917b-478f-927d-300e2648c16e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.955246 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:45.955294 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:45.955314 [ 3 ] {} HTTP-Session: 94acd6bf-f597-4b9f-86e3-53da40109e3b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:45.955330 [ 3 ] {} HTTP-Session: 94acd6bf-f597-4b9f-86e3-53da40109e3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.955344 [ 3 ] {} HTTP-Session: 94acd6bf-f597-4b9f-86e3-53da40109e3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.955376 [ 3 ] {} HTTP-Session: 94acd6bf-f597-4b9f-86e3-53da40109e3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:45.955474 [ 3 ] {6b75e7ce-eaf6-4eb3-be3a-1b700e84ee4e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:45.955519 [ 3 ] {6b75e7ce-eaf6-4eb3-be3a-1b700e84ee4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:22:45.955666 [ 3 ] {6b75e7ce-eaf6-4eb3-be3a-1b700e84ee4e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:45.955942 [ 3 ] {6b75e7ce-eaf6-4eb3-be3a-1b700e84ee4e} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:45.955977 [ 3 ] {6b75e7ce-eaf6-4eb3-be3a-1b700e84ee4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:45.956260 [ 3 ] {6b75e7ce-eaf6-4eb3-be3a-1b700e84ee4e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.17 21:22:45.956564 [ 3 ] {6b75e7ce-eaf6-4eb3-be3a-1b700e84ee4e} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:45.956682 [ 3 ] {6b75e7ce-eaf6-4eb3-be3a-1b700e84ee4e} executeQuery: Read 2 rows, 143.00 B in 0.001234 sec., 1620.7455429497568 rows/sec., 113.17 KiB/sec. 2024.06.17 21:22:45.956830 [ 3 ] {6b75e7ce-eaf6-4eb3-be3a-1b700e84ee4e} DynamicQueryHandler: Done processing query 2024.06.17 21:22:45.956854 [ 3 ] {6b75e7ce-eaf6-4eb3-be3a-1b700e84ee4e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:45.956869 [ 3 ] {} HTTP-Session: 94acd6bf-f597-4b9f-86e3-53da40109e3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.956988 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:45.957047 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:45.957072 [ 3 ] {} HTTP-Session: 57c51171-2231-40ed-9f68-4f1c725e6758 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:45.957089 [ 3 ] {} HTTP-Session: 57c51171-2231-40ed-9f68-4f1c725e6758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.957103 [ 3 ] {} HTTP-Session: 57c51171-2231-40ed-9f68-4f1c725e6758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.957134 [ 3 ] {} HTTP-Session: 57c51171-2231-40ed-9f68-4f1c725e6758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:45.957249 [ 3 ] {46688f1a-2c7d-47ba-9183-29eb05c04743} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:45.957292 [ 3 ] {46688f1a-2c7d-47ba-9183-29eb05c04743} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:22:45.957416 [ 3 ] {46688f1a-2c7d-47ba-9183-29eb05c04743} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:45.957767 [ 3 ] {46688f1a-2c7d-47ba-9183-29eb05c04743} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:45.957803 [ 3 ] {46688f1a-2c7d-47ba-9183-29eb05c04743} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:45.958120 [ 3 ] {46688f1a-2c7d-47ba-9183-29eb05c04743} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.06.17 21:22:45.958455 [ 3 ] {46688f1a-2c7d-47ba-9183-29eb05c04743} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:45.958579 [ 3 ] {46688f1a-2c7d-47ba-9183-29eb05c04743} executeQuery: Read 82 rows, 6.56 KiB in 0.001373 sec., 59723.233794610336 rows/sec., 4.67 MiB/sec. 2024.06.17 21:22:45.958741 [ 3 ] {46688f1a-2c7d-47ba-9183-29eb05c04743} DynamicQueryHandler: Done processing query 2024.06.17 21:22:45.958766 [ 3 ] {46688f1a-2c7d-47ba-9183-29eb05c04743} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:22:45.958781 [ 3 ] {} HTTP-Session: 57c51171-2231-40ed-9f68-4f1c725e6758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.958943 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:45.958991 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:45.959010 [ 3 ] {} HTTP-Session: 453175a8-1fed-4d92-8ded-e7fd632de654 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:45.959026 [ 3 ] {} HTTP-Session: 453175a8-1fed-4d92-8ded-e7fd632de654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.959040 [ 3 ] {} HTTP-Session: 453175a8-1fed-4d92-8ded-e7fd632de654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.959070 [ 3 ] {} HTTP-Session: 453175a8-1fed-4d92-8ded-e7fd632de654 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:45.959218 [ 3 ] {8620e36e-bad1-4d49-b009-b7483963de7f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:45.959265 [ 3 ] {8620e36e-bad1-4d49-b009-b7483963de7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:22:45.959407 [ 3 ] {8620e36e-bad1-4d49-b009-b7483963de7f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:45.959773 [ 3 ] {8620e36e-bad1-4d49-b009-b7483963de7f} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:45.959808 [ 3 ] {8620e36e-bad1-4d49-b009-b7483963de7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:45.960190 [ 3 ] {8620e36e-bad1-4d49-b009-b7483963de7f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.06.17 21:22:45.960539 [ 3 ] {8620e36e-bad1-4d49-b009-b7483963de7f} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:45.960712 [ 3 ] {8620e36e-bad1-4d49-b009-b7483963de7f} executeQuery: Read 161 rows, 11.48 KiB in 0.001562 sec., 103072.98335467349 rows/sec., 7.18 MiB/sec. 2024.06.17 21:22:45.960877 [ 3 ] {8620e36e-bad1-4d49-b009-b7483963de7f} DynamicQueryHandler: Done processing query 2024.06.17 21:22:45.960902 [ 3 ] {8620e36e-bad1-4d49-b009-b7483963de7f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:45.960918 [ 3 ] {} HTTP-Session: 453175a8-1fed-4d92-8ded-e7fd632de654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.961050 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:45.961098 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:45.961117 [ 3 ] {} HTTP-Session: 2a0104ee-847b-43a3-a450-9f7c42e3670e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:45.961134 [ 3 ] {} HTTP-Session: 2a0104ee-847b-43a3-a450-9f7c42e3670e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.961149 [ 3 ] {} HTTP-Session: 2a0104ee-847b-43a3-a450-9f7c42e3670e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.961180 [ 3 ] {} HTTP-Session: 2a0104ee-847b-43a3-a450-9f7c42e3670e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:45.961362 [ 3 ] {6d0d2e03-4c5e-4ff0-8d14-9f8adda1d3eb} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:45.961409 [ 3 ] {6d0d2e03-4c5e-4ff0-8d14-9f8adda1d3eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:22:45.961564 [ 3 ] {6d0d2e03-4c5e-4ff0-8d14-9f8adda1d3eb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:45.962037 [ 3 ] {6d0d2e03-4c5e-4ff0-8d14-9f8adda1d3eb} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:45.962083 [ 3 ] {6d0d2e03-4c5e-4ff0-8d14-9f8adda1d3eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:45.962499 [ 3 ] {6d0d2e03-4c5e-4ff0-8d14-9f8adda1d3eb} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.06.17 21:22:45.962850 [ 3 ] {6d0d2e03-4c5e-4ff0-8d14-9f8adda1d3eb} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:45.962991 [ 3 ] {6d0d2e03-4c5e-4ff0-8d14-9f8adda1d3eb} executeQuery: Read 16 rows, 22.11 KiB in 0.001732 sec., 9237.875288683603 rows/sec., 12.47 MiB/sec. 2024.06.17 21:22:45.963202 [ 3 ] {6d0d2e03-4c5e-4ff0-8d14-9f8adda1d3eb} DynamicQueryHandler: Done processing query 2024.06.17 21:22:45.963229 [ 3 ] {6d0d2e03-4c5e-4ff0-8d14-9f8adda1d3eb} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:22:45.963246 [ 3 ] {} HTTP-Session: 2a0104ee-847b-43a3-a450-9f7c42e3670e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.963383 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:45.963435 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:45.963454 [ 3 ] {} HTTP-Session: 333dcad9-a203-4a61-8a51-a1002cd09481 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:45.963471 [ 3 ] {} HTTP-Session: 333dcad9-a203-4a61-8a51-a1002cd09481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.963485 [ 3 ] {} HTTP-Session: 333dcad9-a203-4a61-8a51-a1002cd09481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:45.963516 [ 3 ] {} HTTP-Session: 333dcad9-a203-4a61-8a51-a1002cd09481 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:45.963628 [ 3 ] {233dfc14-2d13-4768-bcf7-9cea09becaf9} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:45.963679 [ 3 ] {233dfc14-2d13-4768-bcf7-9cea09becaf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:22:45.963810 [ 3 ] {233dfc14-2d13-4768-bcf7-9cea09becaf9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:45.964188 [ 3 ] {233dfc14-2d13-4768-bcf7-9cea09becaf9} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:45.964232 [ 3 ] {233dfc14-2d13-4768-bcf7-9cea09becaf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:45.964674 [ 3 ] {233dfc14-2d13-4768-bcf7-9cea09becaf9} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.06.17 21:22:45.965092 [ 3 ] {233dfc14-2d13-4768-bcf7-9cea09becaf9} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:45.965226 [ 3 ] {233dfc14-2d13-4768-bcf7-9cea09becaf9} executeQuery: Read 60 rows, 4.14 KiB in 0.001637 sec., 36652.41295051924 rows/sec., 2.47 MiB/sec. 2024.06.17 21:22:45.965384 [ 3 ] {233dfc14-2d13-4768-bcf7-9cea09becaf9} DynamicQueryHandler: Done processing query 2024.06.17 21:22:45.965409 [ 3 ] {233dfc14-2d13-4768-bcf7-9cea09becaf9} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:22:45.965425 [ 3 ] {} HTTP-Session: 333dcad9-a203-4a61-8a51-a1002cd09481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.948544 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:50.948692 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:50.948721 [ 3 ] {} HTTP-Session: a1049a69-122b-451c-a99e-bb34dedcd979 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:50.948750 [ 3 ] {} HTTP-Session: a1049a69-122b-451c-a99e-bb34dedcd979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.948768 [ 3 ] {} HTTP-Session: a1049a69-122b-451c-a99e-bb34dedcd979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.948825 [ 3 ] {} HTTP-Session: a1049a69-122b-451c-a99e-bb34dedcd979 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:50.949040 [ 3 ] {a8621f36-9aab-4de3-8bad-a345e3b72f14} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:50.949109 [ 3 ] {a8621f36-9aab-4de3-8bad-a345e3b72f14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:22:50.949303 [ 3 ] {a8621f36-9aab-4de3-8bad-a345e3b72f14} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:50.949720 [ 3 ] {a8621f36-9aab-4de3-8bad-a345e3b72f14} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:50.949768 [ 3 ] {a8621f36-9aab-4de3-8bad-a345e3b72f14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:50.950132 [ 3 ] {a8621f36-9aab-4de3-8bad-a345e3b72f14} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.06.17 21:22:50.950462 [ 3 ] {a8621f36-9aab-4de3-8bad-a345e3b72f14} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:50.950632 [ 3 ] {a8621f36-9aab-4de3-8bad-a345e3b72f14} executeQuery: Read 14 rows, 1.13 KiB in 0.001645 sec., 8510.638297872341 rows/sec., 689.83 KiB/sec. 2024.06.17 21:22:50.950854 [ 3 ] {a8621f36-9aab-4de3-8bad-a345e3b72f14} DynamicQueryHandler: Done processing query 2024.06.17 21:22:50.950881 [ 3 ] {a8621f36-9aab-4de3-8bad-a345e3b72f14} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:50.950897 [ 3 ] {} HTTP-Session: a1049a69-122b-451c-a99e-bb34dedcd979 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.951044 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:50.951097 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:50.951118 [ 3 ] {} HTTP-Session: a8e67fdd-5ef4-495b-a137-d41bfdd1e99e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:50.951136 [ 3 ] {} HTTP-Session: a8e67fdd-5ef4-495b-a137-d41bfdd1e99e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.951150 [ 3 ] {} HTTP-Session: a8e67fdd-5ef4-495b-a137-d41bfdd1e99e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.951187 [ 3 ] {} HTTP-Session: a8e67fdd-5ef4-495b-a137-d41bfdd1e99e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:50.951316 [ 3 ] {9b7a0ee8-3eb7-4566-b3a0-aefaf31f0050} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:50.951363 [ 3 ] {9b7a0ee8-3eb7-4566-b3a0-aefaf31f0050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:22:50.951496 [ 3 ] {9b7a0ee8-3eb7-4566-b3a0-aefaf31f0050} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:50.951856 [ 3 ] {9b7a0ee8-3eb7-4566-b3a0-aefaf31f0050} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:50.951892 [ 3 ] {9b7a0ee8-3eb7-4566-b3a0-aefaf31f0050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:50.952202 [ 3 ] {9b7a0ee8-3eb7-4566-b3a0-aefaf31f0050} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.06.17 21:22:50.952495 [ 3 ] {9b7a0ee8-3eb7-4566-b3a0-aefaf31f0050} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:50.952649 [ 3 ] {9b7a0ee8-3eb7-4566-b3a0-aefaf31f0050} executeQuery: Read 98 rows, 8.24 KiB in 0.00138 sec., 71014.4927536232 rows/sec., 5.83 MiB/sec. 2024.06.17 21:22:50.952817 [ 3 ] {9b7a0ee8-3eb7-4566-b3a0-aefaf31f0050} DynamicQueryHandler: Done processing query 2024.06.17 21:22:50.952841 [ 3 ] {9b7a0ee8-3eb7-4566-b3a0-aefaf31f0050} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:22:50.952858 [ 3 ] {} HTTP-Session: a8e67fdd-5ef4-495b-a137-d41bfdd1e99e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.952975 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:50.953022 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:50.953040 [ 3 ] {} HTTP-Session: 7c106e30-7f4c-4a91-a92c-1aed97b79a41 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:50.953057 [ 3 ] {} HTTP-Session: 7c106e30-7f4c-4a91-a92c-1aed97b79a41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.953071 [ 3 ] {} HTTP-Session: 7c106e30-7f4c-4a91-a92c-1aed97b79a41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.953103 [ 3 ] {} HTTP-Session: 7c106e30-7f4c-4a91-a92c-1aed97b79a41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:50.953219 [ 3 ] {f5192177-958c-4809-9dc0-a5cd38cb5015} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:50.953262 [ 3 ] {f5192177-958c-4809-9dc0-a5cd38cb5015} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:22:50.953387 [ 3 ] {f5192177-958c-4809-9dc0-a5cd38cb5015} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:50.953708 [ 3 ] {f5192177-958c-4809-9dc0-a5cd38cb5015} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:50.953744 [ 3 ] {f5192177-958c-4809-9dc0-a5cd38cb5015} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:50.954053 [ 3 ] {f5192177-958c-4809-9dc0-a5cd38cb5015} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.06.17 21:22:50.954358 [ 3 ] {f5192177-958c-4809-9dc0-a5cd38cb5015} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:50.954507 [ 3 ] {f5192177-958c-4809-9dc0-a5cd38cb5015} executeQuery: Read 78 rows, 6.24 KiB in 0.001328 sec., 58734.93975903615 rows/sec., 4.59 MiB/sec. 2024.06.17 21:22:50.954856 [ 3 ] {f5192177-958c-4809-9dc0-a5cd38cb5015} DynamicQueryHandler: Done processing query 2024.06.17 21:22:50.954935 [ 3 ] {f5192177-958c-4809-9dc0-a5cd38cb5015} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:22:50.955006 [ 3 ] {} HTTP-Session: 7c106e30-7f4c-4a91-a92c-1aed97b79a41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.955207 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:50.955262 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:50.955281 [ 3 ] {} HTTP-Session: 8a15088c-a513-4705-8573-af5ce4e10ff4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:50.955299 [ 3 ] {} HTTP-Session: 8a15088c-a513-4705-8573-af5ce4e10ff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.955313 [ 3 ] {} HTTP-Session: 8a15088c-a513-4705-8573-af5ce4e10ff4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.955346 [ 3 ] {} HTTP-Session: 8a15088c-a513-4705-8573-af5ce4e10ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:50.955505 [ 3 ] {1900bcc9-9821-4f8f-9147-067e6a79bc33} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:50.955556 [ 3 ] {1900bcc9-9821-4f8f-9147-067e6a79bc33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:22:50.955721 [ 3 ] {1900bcc9-9821-4f8f-9147-067e6a79bc33} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:50.956091 [ 3 ] {1900bcc9-9821-4f8f-9147-067e6a79bc33} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:50.956128 [ 3 ] {1900bcc9-9821-4f8f-9147-067e6a79bc33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:50.956517 [ 3 ] {1900bcc9-9821-4f8f-9147-067e6a79bc33} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.06.17 21:22:50.956849 [ 3 ] {1900bcc9-9821-4f8f-9147-067e6a79bc33} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:50.957009 [ 3 ] {1900bcc9-9821-4f8f-9147-067e6a79bc33} executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. 2024.06.17 21:22:50.957009 [ 129 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.06.17 21:22:50.957145 [ 129 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:50.957207 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:50.957220 [ 3 ] {1900bcc9-9821-4f8f-9147-067e6a79bc33} DynamicQueryHandler: Done processing query 2024.06.17 21:22:50.957270 [ 3 ] {1900bcc9-9821-4f8f-9147-067e6a79bc33} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:50.957321 [ 3 ] {} HTTP-Session: 8a15088c-a513-4705-8573-af5ce4e10ff4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.957458 [ 191 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:22:50.957490 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:50.957564 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:50.957612 [ 3 ] {} HTTP-Session: 6c41812a-bf00-43a3-bdb5-becfa47a47ce Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:50.957656 [ 3 ] {} HTTP-Session: 6c41812a-bf00-43a3-bdb5-becfa47a47ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.957697 [ 3 ] {} HTTP-Session: 6c41812a-bf00-43a3-bdb5-becfa47a47ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.957779 [ 3 ] {} HTTP-Session: 6c41812a-bf00-43a3-bdb5-becfa47a47ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:50.957859 [ 191 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:50.957950 [ 191 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2259 rows starting from the beginning of the part 2024.06.17 21:22:50.958155 [ 3 ] {17fdff01-0d1d-4166-a9e7-f714792268c6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:50.958192 [ 191 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 199 rows starting from the beginning of the part 2024.06.17 21:22:50.958319 [ 3 ] {17fdff01-0d1d-4166-a9e7-f714792268c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:22:50.958553 [ 191 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:22:50.958923 [ 191 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2024.06.17 21:22:50.959346 [ 191 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part 2024.06.17 21:22:50.959694 [ 191 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2024.06.17 21:22:50.959979 [ 3 ] {17fdff01-0d1d-4166-a9e7-f714792268c6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:50.960932 [ 3 ] {17fdff01-0d1d-4166-a9e7-f714792268c6} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:50.960985 [ 3 ] {17fdff01-0d1d-4166-a9e7-f714792268c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:50.962153 [ 3 ] {17fdff01-0d1d-4166-a9e7-f714792268c6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.06.17 21:22:50.962756 [ 3 ] {17fdff01-0d1d-4166-a9e7-f714792268c6} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:50.963244 [ 3 ] {17fdff01-0d1d-4166-a9e7-f714792268c6} executeQuery: Read 14 rows, 19.35 KiB in 0.005305 sec., 2639.0197926484448 rows/sec., 3.56 MiB/sec. 2024.06.17 21:22:50.963297 [ 191 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3099 rows, containing 5 columns (5 merged, 0 gathered) in 0.00594216 sec., 521527.52534431923 rows/sec., 36.46 MiB/sec. 2024.06.17 21:22:50.963531 [ 3 ] {17fdff01-0d1d-4166-a9e7-f714792268c6} DynamicQueryHandler: Done processing query 2024.06.17 21:22:50.963571 [ 3 ] {17fdff01-0d1d-4166-a9e7-f714792268c6} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:50.963591 [ 3 ] {} HTTP-Session: 6c41812a-bf00-43a3-bdb5-becfa47a47ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.963652 [ 191 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.06.17 21:22:50.963748 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:50.963812 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:50.963860 [ 3 ] {} HTTP-Session: 083b8d09-e3b4-456c-b552-434bdfb45b13 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:50.963898 [ 3 ] {} HTTP-Session: 083b8d09-e3b4-456c-b552-434bdfb45b13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.963949 [ 3 ] {} HTTP-Session: 083b8d09-e3b4-456c-b552-434bdfb45b13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.964064 [ 3 ] {} HTTP-Session: 083b8d09-e3b4-456c-b552-434bdfb45b13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:50.964304 [ 3 ] {7bd6e493-3044-4a7a-87a5-6b7712949b98} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:50.964375 [ 3 ] {7bd6e493-3044-4a7a-87a5-6b7712949b98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:22:50.964464 [ 191 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_26_5} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:50.964732 [ 191 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_26_5} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.06.17 21:22:50.964790 [ 3 ] {7bd6e493-3044-4a7a-87a5-6b7712949b98} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:50.964916 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2024.06.17 21:22:50.965307 [ 3 ] {7bd6e493-3044-4a7a-87a5-6b7712949b98} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:50.965350 [ 3 ] {7bd6e493-3044-4a7a-87a5-6b7712949b98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:50.965724 [ 3 ] {7bd6e493-3044-4a7a-87a5-6b7712949b98} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.06.17 21:22:50.966052 [ 3 ] {7bd6e493-3044-4a7a-87a5-6b7712949b98} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:50.966222 [ 3 ] {7bd6e493-3044-4a7a-87a5-6b7712949b98} executeQuery: Read 60 rows, 4.14 KiB in 0.001999 sec., 30015.007503751876 rows/sec., 2.02 MiB/sec. 2024.06.17 21:22:50.966236 [ 129 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.06.17 21:22:50.966344 [ 129 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:50.966417 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:50.966528 [ 3 ] {7bd6e493-3044-4a7a-87a5-6b7712949b98} DynamicQueryHandler: Done processing query 2024.06.17 21:22:50.966588 [ 3 ] {7bd6e493-3044-4a7a-87a5-6b7712949b98} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:22:50.966643 [ 3 ] {} HTTP-Session: 083b8d09-e3b4-456c-b552-434bdfb45b13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:50.966675 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:50.966854 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:50.966890 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 768 rows starting from the beginning of the part 2024.06.17 21:22:50.967002 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:50.967155 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:50.967308 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:50.967423 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:50.967490 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:22:50.968650 [ 186 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1068 rows, containing 4 columns (4 merged, 0 gathered) in 0.002120902 sec., 503559.3346604416 rows/sec., 33.68 MiB/sec. 2024.06.17 21:22:50.968804 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.06.17 21:22:50.969168 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_26_5} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:50.969248 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_26_5} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.06.17 21:22:50.969322 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2024.06.17 21:22:55.948665 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:55.948857 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:55.948903 [ 3 ] {} HTTP-Session: 328025fd-8f51-4e45-9f65-feb0f4649bed Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:55.948943 [ 3 ] {} HTTP-Session: 328025fd-8f51-4e45-9f65-feb0f4649bed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.948971 [ 3 ] {} HTTP-Session: 328025fd-8f51-4e45-9f65-feb0f4649bed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.949050 [ 3 ] {} HTTP-Session: 328025fd-8f51-4e45-9f65-feb0f4649bed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:55.949306 [ 3 ] {995232b9-f1c4-4815-a22b-b2a8cda8cbcd} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:55.949376 [ 3 ] {995232b9-f1c4-4815-a22b-b2a8cda8cbcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:22:55.949576 [ 3 ] {995232b9-f1c4-4815-a22b-b2a8cda8cbcd} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:55.949996 [ 3 ] {995232b9-f1c4-4815-a22b-b2a8cda8cbcd} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:55.950042 [ 3 ] {995232b9-f1c4-4815-a22b-b2a8cda8cbcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:55.950404 [ 3 ] {995232b9-f1c4-4815-a22b-b2a8cda8cbcd} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.06.17 21:22:55.950732 [ 3 ] {995232b9-f1c4-4815-a22b-b2a8cda8cbcd} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:55.950903 [ 3 ] {995232b9-f1c4-4815-a22b-b2a8cda8cbcd} executeQuery: Read 16 rows, 1.30 KiB in 0.001649 sec., 9702.850212249848 rows/sec., 786.46 KiB/sec. 2024.06.17 21:22:55.950919 [ 123 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.06.17 21:22:55.951028 [ 123 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:55.951072 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:55.951187 [ 3 ] {995232b9-f1c4-4815-a22b-b2a8cda8cbcd} DynamicQueryHandler: Done processing query 2024.06.17 21:22:55.951222 [ 3 ] {995232b9-f1c4-4815-a22b-b2a8cda8cbcd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:22:55.951222 [ 192 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:22:55.951242 [ 3 ] {} HTTP-Session: 328025fd-8f51-4e45-9f65-feb0f4649bed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.951368 [ 192 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:55.951410 [ 192 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 30 rows starting from the beginning of the part 2024.06.17 21:22:55.951410 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:55.951495 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:55.951562 [ 3 ] {} HTTP-Session: 061a755d-d314-426d-aca4-98dc4262d74d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:55.951560 [ 192 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:55.951644 [ 3 ] {} HTTP-Session: 061a755d-d314-426d-aca4-98dc4262d74d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.951712 [ 3 ] {} HTTP-Session: 061a755d-d314-426d-aca4-98dc4262d74d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.951911 [ 3 ] {} HTTP-Session: 061a755d-d314-426d-aca4-98dc4262d74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:55.951987 [ 192 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:55.952361 [ 192 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:55.952365 [ 3 ] {e8ba1b55-c28c-465c-8476-a89ca46facdd} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:55.952531 [ 3 ] {e8ba1b55-c28c-465c-8476-a89ca46facdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:22:55.952619 [ 192 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:55.953020 [ 192 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:55.953573 [ 3 ] {e8ba1b55-c28c-465c-8476-a89ca46facdd} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:55.954170 [ 3 ] {e8ba1b55-c28c-465c-8476-a89ca46facdd} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:55.954212 [ 3 ] {e8ba1b55-c28c-465c-8476-a89ca46facdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:55.954756 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003599436 sec., 29449.058130218178 rows/sec., 2.33 MiB/sec. 2024.06.17 21:22:55.954862 [ 3 ] {e8ba1b55-c28c-465c-8476-a89ca46facdd} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.06.17 21:22:55.955013 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.06.17 21:22:55.955615 [ 3 ] {e8ba1b55-c28c-465c-8476-a89ca46facdd} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:55.955912 [ 3 ] {e8ba1b55-c28c-465c-8476-a89ca46facdd} executeQuery: Read 104 rows, 8.66 KiB in 0.003776 sec., 27542.372881355932 rows/sec., 2.24 MiB/sec. 2024.06.17 21:22:55.956002 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_26_5} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:55.956210 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_26_5} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.06.17 21:22:55.956251 [ 3 ] {e8ba1b55-c28c-465c-8476-a89ca46facdd} DynamicQueryHandler: Done processing query 2024.06.17 21:22:55.956323 [ 3 ] {e8ba1b55-c28c-465c-8476-a89ca46facdd} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:22:55.956356 [ 3 ] {} HTTP-Session: 061a755d-d314-426d-aca4-98dc4262d74d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.956361 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.06.17 21:22:55.956542 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:55.956600 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:55.956620 [ 3 ] {} HTTP-Session: 9b9760e1-584a-486f-95d8-7c7fc21cd559 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:55.956637 [ 3 ] {} HTTP-Session: 9b9760e1-584a-486f-95d8-7c7fc21cd559 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.956651 [ 3 ] {} HTTP-Session: 9b9760e1-584a-486f-95d8-7c7fc21cd559 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.956683 [ 3 ] {} HTTP-Session: 9b9760e1-584a-486f-95d8-7c7fc21cd559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:55.956815 [ 3 ] {193c7b08-2798-4e2b-8374-1c7d94125d1f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:55.956861 [ 3 ] {193c7b08-2798-4e2b-8374-1c7d94125d1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:22:55.957006 [ 3 ] {193c7b08-2798-4e2b-8374-1c7d94125d1f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:55.957340 [ 3 ] {193c7b08-2798-4e2b-8374-1c7d94125d1f} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:55.957377 [ 3 ] {193c7b08-2798-4e2b-8374-1c7d94125d1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:55.957686 [ 3 ] {193c7b08-2798-4e2b-8374-1c7d94125d1f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.06.17 21:22:55.957989 [ 3 ] {193c7b08-2798-4e2b-8374-1c7d94125d1f} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:55.958143 [ 3 ] {193c7b08-2798-4e2b-8374-1c7d94125d1f} executeQuery: Read 80 rows, 6.40 KiB in 0.001372 sec., 58309.03790087464 rows/sec., 4.55 MiB/sec. 2024.06.17 21:22:55.958335 [ 3 ] {193c7b08-2798-4e2b-8374-1c7d94125d1f} DynamicQueryHandler: Done processing query 2024.06.17 21:22:55.958368 [ 3 ] {193c7b08-2798-4e2b-8374-1c7d94125d1f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:22:55.958389 [ 3 ] {} HTTP-Session: 9b9760e1-584a-486f-95d8-7c7fc21cd559 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.958583 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:55.958643 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:55.958667 [ 3 ] {} HTTP-Session: 22092c13-5dd9-4c6f-8a2f-43b4f7be180a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:55.958688 [ 3 ] {} HTTP-Session: 22092c13-5dd9-4c6f-8a2f-43b4f7be180a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.958705 [ 3 ] {} HTTP-Session: 22092c13-5dd9-4c6f-8a2f-43b4f7be180a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.958744 [ 3 ] {} HTTP-Session: 22092c13-5dd9-4c6f-8a2f-43b4f7be180a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:55.958927 [ 3 ] {3b82ee6e-0aa1-4d8e-8865-52e032993930} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:55.958984 [ 3 ] {3b82ee6e-0aa1-4d8e-8865-52e032993930} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:22:55.959168 [ 3 ] {3b82ee6e-0aa1-4d8e-8865-52e032993930} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:55.959541 [ 3 ] {3b82ee6e-0aa1-4d8e-8865-52e032993930} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:55.959578 [ 3 ] {3b82ee6e-0aa1-4d8e-8865-52e032993930} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:55.959967 [ 3 ] {3b82ee6e-0aa1-4d8e-8865-52e032993930} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.06.17 21:22:55.960312 [ 3 ] {3b82ee6e-0aa1-4d8e-8865-52e032993930} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:55.960465 [ 3 ] {3b82ee6e-0aa1-4d8e-8865-52e032993930} executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. 2024.06.17 21:22:55.960637 [ 3 ] {3b82ee6e-0aa1-4d8e-8865-52e032993930} DynamicQueryHandler: Done processing query 2024.06.17 21:22:55.960661 [ 3 ] {3b82ee6e-0aa1-4d8e-8865-52e032993930} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:22:55.960677 [ 3 ] {} HTTP-Session: 22092c13-5dd9-4c6f-8a2f-43b4f7be180a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.960804 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:55.960852 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:55.960872 [ 3 ] {} HTTP-Session: d0030b25-808c-453f-99ad-d6c64eed8d66 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:55.960888 [ 3 ] {} HTTP-Session: d0030b25-808c-453f-99ad-d6c64eed8d66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.960902 [ 3 ] {} HTTP-Session: d0030b25-808c-453f-99ad-d6c64eed8d66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.960933 [ 3 ] {} HTTP-Session: d0030b25-808c-453f-99ad-d6c64eed8d66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:55.961119 [ 3 ] {533418dc-8dbf-4a54-850a-5ff489dc451d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:55.961166 [ 3 ] {533418dc-8dbf-4a54-850a-5ff489dc451d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:22:55.961325 [ 3 ] {533418dc-8dbf-4a54-850a-5ff489dc451d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:55.961700 [ 3 ] {533418dc-8dbf-4a54-850a-5ff489dc451d} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:55.961736 [ 3 ] {533418dc-8dbf-4a54-850a-5ff489dc451d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:55.962125 [ 3 ] {533418dc-8dbf-4a54-850a-5ff489dc451d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.06.17 21:22:55.962453 [ 3 ] {533418dc-8dbf-4a54-850a-5ff489dc451d} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:55.962591 [ 3 ] {533418dc-8dbf-4a54-850a-5ff489dc451d} executeQuery: Read 16 rows, 22.11 KiB in 0.001577 sec., 10145.84654407102 rows/sec., 13.69 MiB/sec. 2024.06.17 21:22:55.962615 [ 122 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.06.17 21:22:55.962713 [ 122 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:55.962765 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:55.962862 [ 3 ] {533418dc-8dbf-4a54-850a-5ff489dc451d} DynamicQueryHandler: Done processing query 2024.06.17 21:22:55.962915 [ 3 ] {533418dc-8dbf-4a54-850a-5ff489dc451d} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:22:55.962953 [ 3 ] {} HTTP-Session: d0030b25-808c-453f-99ad-d6c64eed8d66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.962950 [ 186 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:22:55.963136 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:22:55.963255 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:22:55.963270 [ 186 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:22:55.963287 [ 3 ] {} HTTP-Session: 38d1cc9a-e137-4ab1-832a-80169717b1a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:22:55.963346 [ 3 ] {} HTTP-Session: 38d1cc9a-e137-4ab1-832a-80169717b1a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.963351 [ 186 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 318 rows starting from the beginning of the part 2024.06.17 21:22:55.963371 [ 3 ] {} HTTP-Session: 38d1cc9a-e137-4ab1-832a-80169717b1a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.963467 [ 3 ] {} HTTP-Session: 38d1cc9a-e137-4ab1-832a-80169717b1a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:22:55.963651 [ 186 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:55.963983 [ 3 ] {72fce362-8256-43f4-a481-8ce8ba139992} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:22:55.964012 [ 186 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:55.964177 [ 3 ] {72fce362-8256-43f4-a481-8ce8ba139992} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:22:55.964360 [ 186 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:55.964791 [ 186 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part 2024.06.17 21:22:55.965237 [ 186 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part 2024.06.17 21:22:55.965325 [ 3 ] {72fce362-8256-43f4-a481-8ce8ba139992} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:22:55.966173 [ 3 ] {72fce362-8256-43f4-a481-8ce8ba139992} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:22:55.966241 [ 3 ] {72fce362-8256-43f4-a481-8ce8ba139992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:22:55.967101 [ 3 ] {72fce362-8256-43f4-a481-8ce8ba139992} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.06.17 21:22:55.968105 [ 3 ] {72fce362-8256-43f4-a481-8ce8ba139992} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:55.968598 [ 3 ] {72fce362-8256-43f4-a481-8ce8ba139992} executeQuery: Read 60 rows, 4.14 KiB in 0.004866 sec., 12330.456226880395 rows/sec., 850.93 KiB/sec. 2024.06.17 21:22:55.968865 [ 3 ] {72fce362-8256-43f4-a481-8ce8ba139992} DynamicQueryHandler: Done processing query 2024.06.17 21:22:55.968925 [ 3 ] {72fce362-8256-43f4-a481-8ce8ba139992} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:22:55.968950 [ 3 ] {} HTTP-Session: 38d1cc9a-e137-4ab1-832a-80169717b1a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:22:55.969400 [ 189 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 394 rows, containing 6 columns (6 merged, 0 gathered) in 0.006558777 sec., 60072.17504117002 rows/sec., 81.06 MiB/sec. 2024.06.17 21:22:55.969967 [ 189 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.06.17 21:22:55.970494 [ 189 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_26_5} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:22:55.970590 [ 189 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_26_5} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.06.17 21:22:55.970701 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. 2024.06.17 21:23:00.176802 [ 71 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:23:00.176875 [ 71 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:23:00.949679 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:00.949854 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:00.949899 [ 3 ] {} HTTP-Session: 5901faf0-5659-4308-a846-0168f840da7f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:00.949941 [ 3 ] {} HTTP-Session: 5901faf0-5659-4308-a846-0168f840da7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.949970 [ 3 ] {} HTTP-Session: 5901faf0-5659-4308-a846-0168f840da7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.950053 [ 3 ] {} HTTP-Session: 5901faf0-5659-4308-a846-0168f840da7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:00.950354 [ 3 ] {70cfa640-06d4-47dd-b37e-b661fa01fd02} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:00.950427 [ 3 ] {70cfa640-06d4-47dd-b37e-b661fa01fd02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:23:00.950630 [ 3 ] {70cfa640-06d4-47dd-b37e-b661fa01fd02} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:00.951052 [ 3 ] {70cfa640-06d4-47dd-b37e-b661fa01fd02} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:00.951099 [ 3 ] {70cfa640-06d4-47dd-b37e-b661fa01fd02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:00.951477 [ 3 ] {70cfa640-06d4-47dd-b37e-b661fa01fd02} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.06.17 21:23:00.951806 [ 3 ] {70cfa640-06d4-47dd-b37e-b661fa01fd02} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:00.951981 [ 3 ] {70cfa640-06d4-47dd-b37e-b661fa01fd02} executeQuery: Read 14 rows, 1.13 KiB in 0.00172 sec., 8139.53488372093 rows/sec., 659.75 KiB/sec. 2024.06.17 21:23:00.952194 [ 3 ] {70cfa640-06d4-47dd-b37e-b661fa01fd02} DynamicQueryHandler: Done processing query 2024.06.17 21:23:00.952222 [ 3 ] {70cfa640-06d4-47dd-b37e-b661fa01fd02} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:00.952239 [ 3 ] {} HTTP-Session: 5901faf0-5659-4308-a846-0168f840da7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.952416 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 19161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:00.952468 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:00.952494 [ 3 ] {} HTTP-Session: 3ada966d-7afd-46f9-9451-91af0072b7d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:00.952512 [ 3 ] {} HTTP-Session: 3ada966d-7afd-46f9-9451-91af0072b7d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.952526 [ 3 ] {} HTTP-Session: 3ada966d-7afd-46f9-9451-91af0072b7d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.952563 [ 3 ] {} HTTP-Session: 3ada966d-7afd-46f9-9451-91af0072b7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:00.952709 [ 3 ] {04dcd89f-2f7d-49f1-b32c-80e0094be2e7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:00.952756 [ 3 ] {04dcd89f-2f7d-49f1-b32c-80e0094be2e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:23:00.952885 [ 3 ] {04dcd89f-2f7d-49f1-b32c-80e0094be2e7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:00.953277 [ 3 ] {04dcd89f-2f7d-49f1-b32c-80e0094be2e7} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:00.953315 [ 3 ] {04dcd89f-2f7d-49f1-b32c-80e0094be2e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:00.953653 [ 3 ] {04dcd89f-2f7d-49f1-b32c-80e0094be2e7} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.06.17 21:23:00.953957 [ 3 ] {04dcd89f-2f7d-49f1-b32c-80e0094be2e7} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:00.954122 [ 3 ] {04dcd89f-2f7d-49f1-b32c-80e0094be2e7} executeQuery: Read 134 rows, 11.00 KiB in 0.001467 sec., 91342.87661895023 rows/sec., 7.33 MiB/sec. 2024.06.17 21:23:00.954397 [ 3 ] {04dcd89f-2f7d-49f1-b32c-80e0094be2e7} DynamicQueryHandler: Done processing query 2024.06.17 21:23:00.954443 [ 3 ] {04dcd89f-2f7d-49f1-b32c-80e0094be2e7} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:23:00.954470 [ 3 ] {} HTTP-Session: 3ada966d-7afd-46f9-9451-91af0072b7d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.954641 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:00.954691 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:00.954711 [ 3 ] {} HTTP-Session: 2b145b89-4196-4f8a-a278-a6e239c55ecc Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:00.954728 [ 3 ] {} HTTP-Session: 2b145b89-4196-4f8a-a278-a6e239c55ecc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.954743 [ 3 ] {} HTTP-Session: 2b145b89-4196-4f8a-a278-a6e239c55ecc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.954776 [ 3 ] {} HTTP-Session: 2b145b89-4196-4f8a-a278-a6e239c55ecc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:00.954908 [ 3 ] {91cac222-1a00-4c6d-b718-6a78a3271490} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:00.954952 [ 3 ] {91cac222-1a00-4c6d-b718-6a78a3271490} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:23:00.955100 [ 3 ] {91cac222-1a00-4c6d-b718-6a78a3271490} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:00.955437 [ 3 ] {91cac222-1a00-4c6d-b718-6a78a3271490} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:00.955475 [ 3 ] {91cac222-1a00-4c6d-b718-6a78a3271490} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:00.955791 [ 3 ] {91cac222-1a00-4c6d-b718-6a78a3271490} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.06.17 21:23:00.956085 [ 3 ] {91cac222-1a00-4c6d-b718-6a78a3271490} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:00.956212 [ 3 ] {91cac222-1a00-4c6d-b718-6a78a3271490} executeQuery: Read 102 rows, 8.13 KiB in 0.001355 sec., 75276.75276752767 rows/sec., 5.86 MiB/sec. 2024.06.17 21:23:00.956481 [ 3 ] {91cac222-1a00-4c6d-b718-6a78a3271490} DynamicQueryHandler: Done processing query 2024.06.17 21:23:00.956529 [ 3 ] {91cac222-1a00-4c6d-b718-6a78a3271490} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:23:00.956554 [ 3 ] {} HTTP-Session: 2b145b89-4196-4f8a-a278-a6e239c55ecc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.956742 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:00.956791 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:00.956810 [ 3 ] {} HTTP-Session: 58d3c548-55cd-403a-a81a-f65a74217769 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:00.956826 [ 3 ] {} HTTP-Session: 58d3c548-55cd-403a-a81a-f65a74217769 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.956840 [ 3 ] {} HTTP-Session: 58d3c548-55cd-403a-a81a-f65a74217769 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.956871 [ 3 ] {} HTTP-Session: 58d3c548-55cd-403a-a81a-f65a74217769 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:00.957042 [ 3 ] {4db5504c-1336-45c9-9373-411ed2d085d0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:00.957090 [ 3 ] {4db5504c-1336-45c9-9373-411ed2d085d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:23:00.957253 [ 3 ] {4db5504c-1336-45c9-9373-411ed2d085d0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:00.957651 [ 3 ] {4db5504c-1336-45c9-9373-411ed2d085d0} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:00.957687 [ 3 ] {4db5504c-1336-45c9-9373-411ed2d085d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:00.958072 [ 3 ] {4db5504c-1336-45c9-9373-411ed2d085d0} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.06.17 21:23:00.958396 [ 3 ] {4db5504c-1336-45c9-9373-411ed2d085d0} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:00.958525 [ 3 ] {4db5504c-1336-45c9-9373-411ed2d085d0} executeQuery: Read 196 rows, 14.01 KiB in 0.001571 sec., 124761.29853596436 rows/sec., 8.71 MiB/sec. 2024.06.17 21:23:00.958690 [ 3 ] {4db5504c-1336-45c9-9373-411ed2d085d0} DynamicQueryHandler: Done processing query 2024.06.17 21:23:00.958714 [ 3 ] {4db5504c-1336-45c9-9373-411ed2d085d0} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.17 21:23:00.958730 [ 3 ] {} HTTP-Session: 58d3c548-55cd-403a-a81a-f65a74217769 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.958857 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:00.958905 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:00.958924 [ 3 ] {} HTTP-Session: ec888b69-18c0-47b3-baea-25726de19f9c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:00.958940 [ 3 ] {} HTTP-Session: ec888b69-18c0-47b3-baea-25726de19f9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.958954 [ 3 ] {} HTTP-Session: ec888b69-18c0-47b3-baea-25726de19f9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.958986 [ 3 ] {} HTTP-Session: ec888b69-18c0-47b3-baea-25726de19f9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:00.959167 [ 3 ] {9d29d4c9-4bab-47bd-a791-ff5378e120d1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:00.959214 [ 3 ] {9d29d4c9-4bab-47bd-a791-ff5378e120d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:23:00.959371 [ 3 ] {9d29d4c9-4bab-47bd-a791-ff5378e120d1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:00.959756 [ 3 ] {9d29d4c9-4bab-47bd-a791-ff5378e120d1} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:00.959792 [ 3 ] {9d29d4c9-4bab-47bd-a791-ff5378e120d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:00.960185 [ 3 ] {9d29d4c9-4bab-47bd-a791-ff5378e120d1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.06.17 21:23:00.960523 [ 3 ] {9d29d4c9-4bab-47bd-a791-ff5378e120d1} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:00.960647 [ 3 ] {9d29d4c9-4bab-47bd-a791-ff5378e120d1} executeQuery: Read 14 rows, 19.35 KiB in 0.001581 sec., 8855.154965211892 rows/sec., 11.95 MiB/sec. 2024.06.17 21:23:00.960804 [ 3 ] {9d29d4c9-4bab-47bd-a791-ff5378e120d1} DynamicQueryHandler: Done processing query 2024.06.17 21:23:00.960828 [ 3 ] {9d29d4c9-4bab-47bd-a791-ff5378e120d1} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:00.960844 [ 3 ] {} HTTP-Session: ec888b69-18c0-47b3-baea-25726de19f9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.960968 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:00.961016 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:00.961036 [ 3 ] {} HTTP-Session: 31e0a349-e08f-4e81-aaa8-33eeaf6f3e75 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:00.961053 [ 3 ] {} HTTP-Session: 31e0a349-e08f-4e81-aaa8-33eeaf6f3e75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.961067 [ 3 ] {} HTTP-Session: 31e0a349-e08f-4e81-aaa8-33eeaf6f3e75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:00.961098 [ 3 ] {} HTTP-Session: 31e0a349-e08f-4e81-aaa8-33eeaf6f3e75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:00.961212 [ 3 ] {68982aa0-c5ab-4c3e-9be8-62983b3d3d10} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:00.961256 [ 3 ] {68982aa0-c5ab-4c3e-9be8-62983b3d3d10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:23:00.961381 [ 3 ] {68982aa0-c5ab-4c3e-9be8-62983b3d3d10} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:00.961662 [ 3 ] {68982aa0-c5ab-4c3e-9be8-62983b3d3d10} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:00.961698 [ 3 ] {68982aa0-c5ab-4c3e-9be8-62983b3d3d10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:00.962045 [ 3 ] {68982aa0-c5ab-4c3e-9be8-62983b3d3d10} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.06.17 21:23:00.962358 [ 3 ] {68982aa0-c5ab-4c3e-9be8-62983b3d3d10} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:00.962489 [ 3 ] {68982aa0-c5ab-4c3e-9be8-62983b3d3d10} executeQuery: Read 60 rows, 4.14 KiB in 0.00132 sec., 45454.545454545456 rows/sec., 3.06 MiB/sec. 2024.06.17 21:23:00.962654 [ 3 ] {68982aa0-c5ab-4c3e-9be8-62983b3d3d10} DynamicQueryHandler: Done processing query 2024.06.17 21:23:00.962678 [ 3 ] {68982aa0-c5ab-4c3e-9be8-62983b3d3d10} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:23:00.962694 [ 3 ] {} HTTP-Session: 31e0a349-e08f-4e81-aaa8-33eeaf6f3e75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.948642 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:05.948786 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:05.948816 [ 3 ] {} HTTP-Session: 6a7f0246-f8d7-4eac-87ec-2d7166b6ae94 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:05.948845 [ 3 ] {} HTTP-Session: 6a7f0246-f8d7-4eac-87ec-2d7166b6ae94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.948862 [ 3 ] {} HTTP-Session: 6a7f0246-f8d7-4eac-87ec-2d7166b6ae94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.948922 [ 3 ] {} HTTP-Session: 6a7f0246-f8d7-4eac-87ec-2d7166b6ae94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:05.949135 [ 3 ] {12b5b195-7f53-48c4-bce7-af052a6a05c2} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:05.949212 [ 3 ] {12b5b195-7f53-48c4-bce7-af052a6a05c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:23:05.949435 [ 3 ] {12b5b195-7f53-48c4-bce7-af052a6a05c2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:05.949880 [ 3 ] {12b5b195-7f53-48c4-bce7-af052a6a05c2} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:05.949927 [ 3 ] {12b5b195-7f53-48c4-bce7-af052a6a05c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:05.950299 [ 3 ] {12b5b195-7f53-48c4-bce7-af052a6a05c2} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.06.17 21:23:05.950645 [ 3 ] {12b5b195-7f53-48c4-bce7-af052a6a05c2} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:05.950804 [ 3 ] {12b5b195-7f53-48c4-bce7-af052a6a05c2} executeQuery: Read 16 rows, 1.30 KiB in 0.001735 sec., 9221.902017291066 rows/sec., 747.48 KiB/sec. 2024.06.17 21:23:05.951039 [ 3 ] {12b5b195-7f53-48c4-bce7-af052a6a05c2} DynamicQueryHandler: Done processing query 2024.06.17 21:23:05.951067 [ 3 ] {12b5b195-7f53-48c4-bce7-af052a6a05c2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:05.951083 [ 3 ] {} HTTP-Session: 6a7f0246-f8d7-4eac-87ec-2d7166b6ae94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.951234 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:05.951288 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:05.951309 [ 3 ] {} HTTP-Session: 173b8545-bce5-4560-a045-808df9e7e1d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:05.951327 [ 3 ] {} HTTP-Session: 173b8545-bce5-4560-a045-808df9e7e1d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.951341 [ 3 ] {} HTTP-Session: 173b8545-bce5-4560-a045-808df9e7e1d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.951378 [ 3 ] {} HTTP-Session: 173b8545-bce5-4560-a045-808df9e7e1d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:05.951514 [ 3 ] {54b2cd61-9a5d-4ba1-a0a4-25d91c0f5a13} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:05.951562 [ 3 ] {54b2cd61-9a5d-4ba1-a0a4-25d91c0f5a13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:23:05.951696 [ 3 ] {54b2cd61-9a5d-4ba1-a0a4-25d91c0f5a13} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:05.952077 [ 3 ] {54b2cd61-9a5d-4ba1-a0a4-25d91c0f5a13} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:05.952117 [ 3 ] {54b2cd61-9a5d-4ba1-a0a4-25d91c0f5a13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:05.952439 [ 3 ] {54b2cd61-9a5d-4ba1-a0a4-25d91c0f5a13} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.06.17 21:23:05.952743 [ 3 ] {54b2cd61-9a5d-4ba1-a0a4-25d91c0f5a13} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:05.952910 [ 3 ] {54b2cd61-9a5d-4ba1-a0a4-25d91c0f5a13} executeQuery: Read 104 rows, 8.66 KiB in 0.00144 sec., 72222.22222222222 rows/sec., 5.87 MiB/sec. 2024.06.17 21:23:05.952914 [ 118 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.06.17 21:23:05.953019 [ 118 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:05.953061 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:05.953152 [ 3 ] {54b2cd61-9a5d-4ba1-a0a4-25d91c0f5a13} DynamicQueryHandler: Done processing query 2024.06.17 21:23:05.953216 [ 3 ] {54b2cd61-9a5d-4ba1-a0a4-25d91c0f5a13} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:23:05.953248 [ 3 ] {} HTTP-Session: 173b8545-bce5-4560-a045-808df9e7e1d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.953261 [ 194 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:23:05.953419 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:05.953533 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:05.953545 [ 194 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:05.953564 [ 3 ] {} HTTP-Session: 0e12986f-06fd-4395-ab7c-8c84515c09d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:05.953609 [ 3 ] {} HTTP-Session: 0e12986f-06fd-4395-ab7c-8c84515c09d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.953609 [ 194 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 189 rows starting from the beginning of the part 2024.06.17 21:23:05.953632 [ 3 ] {} HTTP-Session: 0e12986f-06fd-4395-ab7c-8c84515c09d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.953713 [ 3 ] {} HTTP-Session: 0e12986f-06fd-4395-ab7c-8c84515c09d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:05.953847 [ 194 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 105 rows starting from the beginning of the part 2024.06.17 21:23:05.954110 [ 194 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 98 rows starting from the beginning of the part 2024.06.17 21:23:05.954332 [ 3 ] {688d6a89-c819-4291-aa05-2c25778fe446} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:05.954442 [ 194 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 104 rows starting from the beginning of the part 2024.06.17 21:23:05.954560 [ 3 ] {688d6a89-c819-4291-aa05-2c25778fe446} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:23:05.954705 [ 194 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 134 rows starting from the beginning of the part 2024.06.17 21:23:05.955106 [ 194 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 104 rows starting from the beginning of the part 2024.06.17 21:23:05.955902 [ 3 ] {688d6a89-c819-4291-aa05-2c25778fe446} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:05.956761 [ 3 ] {688d6a89-c819-4291-aa05-2c25778fe446} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:05.956834 [ 3 ] {688d6a89-c819-4291-aa05-2c25778fe446} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:05.957734 [ 3 ] {688d6a89-c819-4291-aa05-2c25778fe446} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.06.17 21:23:05.958482 [ 197 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 4 columns (4 merged, 0 gathered) in 0.005346254 sec., 137292.3920187855 rows/sec., 11.16 MiB/sec. 2024.06.17 21:23:05.958606 [ 3 ] {688d6a89-c819-4291-aa05-2c25778fe446} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:05.958793 [ 197 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.06.17 21:23:05.958841 [ 118 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.06.17 21:23:05.958935 [ 118 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:05.958948 [ 3 ] {688d6a89-c819-4291-aa05-2c25778fe446} executeQuery: Read 80 rows, 6.40 KiB in 0.004934 sec., 16214.025131738954 rows/sec., 1.27 MiB/sec. 2024.06.17 21:23:05.959000 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:05.959681 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:23:05.959802 [ 3 ] {688d6a89-c819-4291-aa05-2c25778fe446} DynamicQueryHandler: Done processing query 2024.06.17 21:23:05.959974 [ 3 ] {688d6a89-c819-4291-aa05-2c25778fe446} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:23:05.960132 [ 3 ] {} HTTP-Session: 0e12986f-06fd-4395-ab7c-8c84515c09d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.960547 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:05.960725 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:05.960817 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:05.960907 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 150 rows starting from the beginning of the part 2024.06.17 21:23:05.960909 [ 3 ] {} HTTP-Session: 7e8542e9-be3f-465d-9828-985ceb8c1e36 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:05.960989 [ 3 ] {} HTTP-Session: 7e8542e9-be3f-465d-9828-985ceb8c1e36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.961055 [ 3 ] {} HTTP-Session: 7e8542e9-be3f-465d-9828-985ceb8c1e36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.961349 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part 2024.06.17 21:23:05.961488 [ 197 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_31_6} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:05.961842 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 78 rows starting from the beginning of the part 2024.06.17 21:23:05.962007 [ 197 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_31_6} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.06.17 21:23:05.962454 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.06.17 21:23:05.962470 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 80 rows starting from the beginning of the part 2024.06.17 21:23:05.962546 [ 3 ] {} HTTP-Session: 7e8542e9-be3f-465d-9828-985ceb8c1e36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:05.962830 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 102 rows starting from the beginning of the part 2024.06.17 21:23:05.963115 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 80 rows starting from the beginning of the part 2024.06.17 21:23:05.963219 [ 3 ] {3573b6a7-3e54-4c5f-a5c9-4a167aab1503} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:05.963489 [ 3 ] {3573b6a7-3e54-4c5f-a5c9-4a167aab1503} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:23:05.964029 [ 3 ] {3573b6a7-3e54-4c5f-a5c9-4a167aab1503} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:05.965055 [ 3 ] {3573b6a7-3e54-4c5f-a5c9-4a167aab1503} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:05.965142 [ 3 ] {3573b6a7-3e54-4c5f-a5c9-4a167aab1503} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:05.966054 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 4 columns (4 merged, 0 gathered) in 0.00690104 sec., 82886.05775361395 rows/sec., 6.47 MiB/sec. 2024.06.17 21:23:05.966162 [ 3 ] {3573b6a7-3e54-4c5f-a5c9-4a167aab1503} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.06.17 21:23:05.966314 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.06.17 21:23:05.967082 [ 3 ] {3573b6a7-3e54-4c5f-a5c9-4a167aab1503} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:05.967334 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_31_6} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:05.967427 [ 3 ] {3573b6a7-3e54-4c5f-a5c9-4a167aab1503} executeQuery: Read 160 rows, 11.41 KiB in 0.004454 sec., 35922.76605298608 rows/sec., 2.50 MiB/sec. 2024.06.17 21:23:05.967668 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_31_6} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.06.17 21:23:05.967959 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.06.17 21:23:05.968153 [ 3 ] {3573b6a7-3e54-4c5f-a5c9-4a167aab1503} DynamicQueryHandler: Done processing query 2024.06.17 21:23:05.968184 [ 3 ] {3573b6a7-3e54-4c5f-a5c9-4a167aab1503} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:05.968201 [ 3 ] {} HTTP-Session: 7e8542e9-be3f-465d-9828-985ceb8c1e36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.968332 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:05.968382 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:05.968401 [ 3 ] {} HTTP-Session: 1dc9c13d-c28a-40e0-abf5-f64f723da7ee Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:05.968418 [ 3 ] {} HTTP-Session: 1dc9c13d-c28a-40e0-abf5-f64f723da7ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.968432 [ 3 ] {} HTTP-Session: 1dc9c13d-c28a-40e0-abf5-f64f723da7ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.968464 [ 3 ] {} HTTP-Session: 1dc9c13d-c28a-40e0-abf5-f64f723da7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:05.968749 [ 3 ] {c91cd8d4-4ce1-415f-b2d5-0de95fd25620} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:05.968803 [ 3 ] {c91cd8d4-4ce1-415f-b2d5-0de95fd25620} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:23:05.969004 [ 3 ] {c91cd8d4-4ce1-415f-b2d5-0de95fd25620} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:05.969411 [ 3 ] {c91cd8d4-4ce1-415f-b2d5-0de95fd25620} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:05.969447 [ 3 ] {c91cd8d4-4ce1-415f-b2d5-0de95fd25620} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:05.969878 [ 3 ] {c91cd8d4-4ce1-415f-b2d5-0de95fd25620} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.06.17 21:23:05.970240 [ 3 ] {c91cd8d4-4ce1-415f-b2d5-0de95fd25620} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:05.970405 [ 3 ] {c91cd8d4-4ce1-415f-b2d5-0de95fd25620} executeQuery: Read 16 rows, 22.11 KiB in 0.001849 sec., 8653.32612222823 rows/sec., 11.68 MiB/sec. 2024.06.17 21:23:05.970587 [ 3 ] {c91cd8d4-4ce1-415f-b2d5-0de95fd25620} DynamicQueryHandler: Done processing query 2024.06.17 21:23:05.970610 [ 3 ] {c91cd8d4-4ce1-415f-b2d5-0de95fd25620} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:23:05.970626 [ 3 ] {} HTTP-Session: 1dc9c13d-c28a-40e0-abf5-f64f723da7ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.970746 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:05.970795 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:05.970814 [ 3 ] {} HTTP-Session: 45266a69-dcda-47d4-a904-1e0ae020ea98 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:05.970830 [ 3 ] {} HTTP-Session: 45266a69-dcda-47d4-a904-1e0ae020ea98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.970844 [ 3 ] {} HTTP-Session: 45266a69-dcda-47d4-a904-1e0ae020ea98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:05.970874 [ 3 ] {} HTTP-Session: 45266a69-dcda-47d4-a904-1e0ae020ea98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:05.970991 [ 3 ] {9f451795-3092-4e1c-9856-d1d00ceb6f04} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:05.971038 [ 3 ] {9f451795-3092-4e1c-9856-d1d00ceb6f04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:23:05.971164 [ 3 ] {9f451795-3092-4e1c-9856-d1d00ceb6f04} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:05.971447 [ 3 ] {9f451795-3092-4e1c-9856-d1d00ceb6f04} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:05.971482 [ 3 ] {9f451795-3092-4e1c-9856-d1d00ceb6f04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:05.971822 [ 3 ] {9f451795-3092-4e1c-9856-d1d00ceb6f04} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.06.17 21:23:05.972128 [ 3 ] {9f451795-3092-4e1c-9856-d1d00ceb6f04} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:05.972281 [ 3 ] {9f451795-3092-4e1c-9856-d1d00ceb6f04} executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. 2024.06.17 21:23:05.972641 [ 3 ] {9f451795-3092-4e1c-9856-d1d00ceb6f04} DynamicQueryHandler: Done processing query 2024.06.17 21:23:05.972676 [ 3 ] {9f451795-3092-4e1c-9856-d1d00ceb6f04} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:23:05.972693 [ 3 ] {} HTTP-Session: 45266a69-dcda-47d4-a904-1e0ae020ea98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.947950 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:10.948085 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:10.948113 [ 3 ] {} HTTP-Session: 7914fccc-d5e6-48d8-83ab-b89f7c04b5bd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:10.948140 [ 3 ] {} HTTP-Session: 7914fccc-d5e6-48d8-83ab-b89f7c04b5bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.948155 [ 3 ] {} HTTP-Session: 7914fccc-d5e6-48d8-83ab-b89f7c04b5bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.948205 [ 3 ] {} HTTP-Session: 7914fccc-d5e6-48d8-83ab-b89f7c04b5bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:10.948401 [ 3 ] {a0421570-686e-4d71-848b-ce23964e09e7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:10.948471 [ 3 ] {a0421570-686e-4d71-848b-ce23964e09e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:23:10.948754 [ 3 ] {a0421570-686e-4d71-848b-ce23964e09e7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:10.949183 [ 3 ] {a0421570-686e-4d71-848b-ce23964e09e7} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:10.949234 [ 3 ] {a0421570-686e-4d71-848b-ce23964e09e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:10.949630 [ 3 ] {a0421570-686e-4d71-848b-ce23964e09e7} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.06.17 21:23:10.950023 [ 3 ] {a0421570-686e-4d71-848b-ce23964e09e7} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:10.950202 [ 3 ] {a0421570-686e-4d71-848b-ce23964e09e7} executeQuery: Read 14 rows, 1.13 KiB in 0.001851 sec., 7563.479200432199 rows/sec., 613.06 KiB/sec. 2024.06.17 21:23:10.950428 [ 3 ] {a0421570-686e-4d71-848b-ce23964e09e7} DynamicQueryHandler: Done processing query 2024.06.17 21:23:10.950457 [ 3 ] {a0421570-686e-4d71-848b-ce23964e09e7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:10.950475 [ 3 ] {} HTTP-Session: 7914fccc-d5e6-48d8-83ab-b89f7c04b5bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.950632 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:10.950691 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:10.950711 [ 3 ] {} HTTP-Session: c923baf1-9921-4f78-9675-721426d54959 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:10.950731 [ 3 ] {} HTTP-Session: c923baf1-9921-4f78-9675-721426d54959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.950745 [ 3 ] {} HTTP-Session: c923baf1-9921-4f78-9675-721426d54959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.950781 [ 3 ] {} HTTP-Session: c923baf1-9921-4f78-9675-721426d54959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:10.950891 [ 3 ] {a58702b8-436e-4d13-8503-78497bf96098} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:10.950940 [ 3 ] {a58702b8-436e-4d13-8503-78497bf96098} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:23:10.951078 [ 3 ] {a58702b8-436e-4d13-8503-78497bf96098} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:10.951379 [ 3 ] {a58702b8-436e-4d13-8503-78497bf96098} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:10.951419 [ 3 ] {a58702b8-436e-4d13-8503-78497bf96098} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:10.951742 [ 3 ] {a58702b8-436e-4d13-8503-78497bf96098} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.17 21:23:10.952060 [ 3 ] {a58702b8-436e-4d13-8503-78497bf96098} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:10.952221 [ 3 ] {a58702b8-436e-4d13-8503-78497bf96098} executeQuery: Read 4 rows, 334.00 B in 0.001356 sec., 2949.8525073746314 rows/sec., 240.54 KiB/sec. 2024.06.17 21:23:10.952486 [ 3 ] {a58702b8-436e-4d13-8503-78497bf96098} DynamicQueryHandler: Done processing query 2024.06.17 21:23:10.952513 [ 3 ] {a58702b8-436e-4d13-8503-78497bf96098} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:10.952531 [ 3 ] {} HTTP-Session: c923baf1-9921-4f78-9675-721426d54959 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.952667 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:10.952716 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:10.952736 [ 3 ] {} HTTP-Session: b44ced07-92ac-4498-9ec2-5191ae180adf Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:10.952757 [ 3 ] {} HTTP-Session: b44ced07-92ac-4498-9ec2-5191ae180adf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.952772 [ 3 ] {} HTTP-Session: b44ced07-92ac-4498-9ec2-5191ae180adf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.952802 [ 3 ] {} HTTP-Session: b44ced07-92ac-4498-9ec2-5191ae180adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:10.952936 [ 3 ] {f437f2b8-4833-4879-86e3-f9ce07afff95} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:10.952982 [ 3 ] {f437f2b8-4833-4879-86e3-f9ce07afff95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:23:10.953126 [ 3 ] {f437f2b8-4833-4879-86e3-f9ce07afff95} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:10.953483 [ 3 ] {f437f2b8-4833-4879-86e3-f9ce07afff95} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:10.953521 [ 3 ] {f437f2b8-4833-4879-86e3-f9ce07afff95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:10.953867 [ 3 ] {f437f2b8-4833-4879-86e3-f9ce07afff95} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.06.17 21:23:10.954207 [ 3 ] {f437f2b8-4833-4879-86e3-f9ce07afff95} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:10.954368 [ 3 ] {f437f2b8-4833-4879-86e3-f9ce07afff95} executeQuery: Read 100 rows, 8.38 KiB in 0.00148 sec., 67567.56756756757 rows/sec., 5.53 MiB/sec. 2024.06.17 21:23:10.954692 [ 3 ] {f437f2b8-4833-4879-86e3-f9ce07afff95} DynamicQueryHandler: Done processing query 2024.06.17 21:23:10.954735 [ 3 ] {f437f2b8-4833-4879-86e3-f9ce07afff95} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:23:10.954752 [ 3 ] {} HTTP-Session: b44ced07-92ac-4498-9ec2-5191ae180adf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.954879 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:10.954929 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:10.954948 [ 3 ] {} HTTP-Session: 6715700b-10d1-4373-b41d-5584eba4c3c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:10.954966 [ 3 ] {} HTTP-Session: 6715700b-10d1-4373-b41d-5584eba4c3c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.954980 [ 3 ] {} HTTP-Session: 6715700b-10d1-4373-b41d-5584eba4c3c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.955011 [ 3 ] {} HTTP-Session: 6715700b-10d1-4373-b41d-5584eba4c3c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:10.955112 [ 3 ] {ff9243eb-5c6b-4178-a0fa-bf2df487d32f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:10.955158 [ 3 ] {ff9243eb-5c6b-4178-a0fa-bf2df487d32f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:23:10.955307 [ 3 ] {ff9243eb-5c6b-4178-a0fa-bf2df487d32f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:10.955584 [ 3 ] {ff9243eb-5c6b-4178-a0fa-bf2df487d32f} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:10.955623 [ 3 ] {ff9243eb-5c6b-4178-a0fa-bf2df487d32f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:10.955944 [ 3 ] {ff9243eb-5c6b-4178-a0fa-bf2df487d32f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.17 21:23:10.956289 [ 3 ] {ff9243eb-5c6b-4178-a0fa-bf2df487d32f} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:10.956445 [ 3 ] {ff9243eb-5c6b-4178-a0fa-bf2df487d32f} executeQuery: Read 4 rows, 286.00 B in 0.00135 sec., 2962.9629629629626 rows/sec., 206.89 KiB/sec. 2024.06.17 21:23:10.956725 [ 3 ] {ff9243eb-5c6b-4178-a0fa-bf2df487d32f} DynamicQueryHandler: Done processing query 2024.06.17 21:23:10.956750 [ 3 ] {ff9243eb-5c6b-4178-a0fa-bf2df487d32f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:10.956766 [ 3 ] {} HTTP-Session: 6715700b-10d1-4373-b41d-5584eba4c3c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.956892 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:10.956942 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:10.956961 [ 3 ] {} HTTP-Session: f7aa8f04-48da-447f-b653-476b555b5381 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:10.956978 [ 3 ] {} HTTP-Session: f7aa8f04-48da-447f-b653-476b555b5381 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.956993 [ 3 ] {} HTTP-Session: f7aa8f04-48da-447f-b653-476b555b5381 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.957023 [ 3 ] {} HTTP-Session: f7aa8f04-48da-447f-b653-476b555b5381 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:10.957144 [ 3 ] {fdea0a6a-9975-48f5-8ee2-91aa42d8b714} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:10.957189 [ 3 ] {fdea0a6a-9975-48f5-8ee2-91aa42d8b714} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:23:10.957342 [ 3 ] {fdea0a6a-9975-48f5-8ee2-91aa42d8b714} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:10.957725 [ 3 ] {fdea0a6a-9975-48f5-8ee2-91aa42d8b714} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:10.957764 [ 3 ] {fdea0a6a-9975-48f5-8ee2-91aa42d8b714} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:10.958106 [ 3 ] {fdea0a6a-9975-48f5-8ee2-91aa42d8b714} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.06.17 21:23:10.958433 [ 3 ] {fdea0a6a-9975-48f5-8ee2-91aa42d8b714} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:10.958595 [ 3 ] {fdea0a6a-9975-48f5-8ee2-91aa42d8b714} executeQuery: Read 82 rows, 6.56 KiB in 0.001482 sec., 55330.6342780027 rows/sec., 4.32 MiB/sec. 2024.06.17 21:23:10.958794 [ 3 ] {fdea0a6a-9975-48f5-8ee2-91aa42d8b714} DynamicQueryHandler: Done processing query 2024.06.17 21:23:10.958821 [ 3 ] {fdea0a6a-9975-48f5-8ee2-91aa42d8b714} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:23:10.958837 [ 3 ] {} HTTP-Session: f7aa8f04-48da-447f-b653-476b555b5381 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.959003 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 31012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:10.959068 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:10.959089 [ 3 ] {} HTTP-Session: e24e047f-15e9-49cd-a0df-5600e8f882af Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:10.959106 [ 3 ] {} HTTP-Session: e24e047f-15e9-49cd-a0df-5600e8f882af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.959120 [ 3 ] {} HTTP-Session: e24e047f-15e9-49cd-a0df-5600e8f882af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.959152 [ 3 ] {} HTTP-Session: e24e047f-15e9-49cd-a0df-5600e8f882af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:10.959322 [ 3 ] {95793d29-7af4-40f7-a7c5-541b54f41520} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:10.959370 [ 3 ] {95793d29-7af4-40f7-a7c5-541b54f41520} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:23:10.959532 [ 3 ] {95793d29-7af4-40f7-a7c5-541b54f41520} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:10.959987 [ 3 ] {95793d29-7af4-40f7-a7c5-541b54f41520} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:10.960024 [ 3 ] {95793d29-7af4-40f7-a7c5-541b54f41520} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:10.960432 [ 3 ] {95793d29-7af4-40f7-a7c5-541b54f41520} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.06.17 21:23:10.960872 [ 3 ] {95793d29-7af4-40f7-a7c5-541b54f41520} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:10.961053 [ 3 ] {95793d29-7af4-40f7-a7c5-541b54f41520} executeQuery: Read 162 rows, 11.55 KiB in 0.001794 sec., 90301.0033444816 rows/sec., 6.29 MiB/sec. 2024.06.17 21:23:10.961235 [ 3 ] {95793d29-7af4-40f7-a7c5-541b54f41520} DynamicQueryHandler: Done processing query 2024.06.17 21:23:10.961261 [ 3 ] {95793d29-7af4-40f7-a7c5-541b54f41520} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:10.961278 [ 3 ] {} HTTP-Session: e24e047f-15e9-49cd-a0df-5600e8f882af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.961409 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:10.961459 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:10.961482 [ 3 ] {} HTTP-Session: d1aad3b7-8cc6-4e0f-8c94-75991d332a62 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:10.961499 [ 3 ] {} HTTP-Session: d1aad3b7-8cc6-4e0f-8c94-75991d332a62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.961513 [ 3 ] {} HTTP-Session: d1aad3b7-8cc6-4e0f-8c94-75991d332a62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.961544 [ 3 ] {} HTTP-Session: d1aad3b7-8cc6-4e0f-8c94-75991d332a62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:10.961727 [ 3 ] {d332f6b7-f5b5-4793-a434-a6485970547d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:10.961776 [ 3 ] {d332f6b7-f5b5-4793-a434-a6485970547d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:23:10.961941 [ 3 ] {d332f6b7-f5b5-4793-a434-a6485970547d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:10.962336 [ 3 ] {d332f6b7-f5b5-4793-a434-a6485970547d} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:10.962373 [ 3 ] {d332f6b7-f5b5-4793-a434-a6485970547d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:10.962799 [ 3 ] {d332f6b7-f5b5-4793-a434-a6485970547d} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.06.17 21:23:10.963159 [ 3 ] {d332f6b7-f5b5-4793-a434-a6485970547d} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:10.963320 [ 3 ] {d332f6b7-f5b5-4793-a434-a6485970547d} executeQuery: Read 14 rows, 19.35 KiB in 0.001692 sec., 8274.231678486998 rows/sec., 11.17 MiB/sec. 2024.06.17 21:23:10.963684 [ 3 ] {d332f6b7-f5b5-4793-a434-a6485970547d} DynamicQueryHandler: Done processing query 2024.06.17 21:23:10.963714 [ 3 ] {d332f6b7-f5b5-4793-a434-a6485970547d} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:10.963732 [ 3 ] {} HTTP-Session: d1aad3b7-8cc6-4e0f-8c94-75991d332a62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.963861 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:10.963914 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:10.963934 [ 3 ] {} HTTP-Session: b0a1a769-b160-400e-9dc2-5145edb30ee0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:10.963952 [ 3 ] {} HTTP-Session: b0a1a769-b160-400e-9dc2-5145edb30ee0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.963967 [ 3 ] {} HTTP-Session: b0a1a769-b160-400e-9dc2-5145edb30ee0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:10.964000 [ 3 ] {} HTTP-Session: b0a1a769-b160-400e-9dc2-5145edb30ee0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:10.964145 [ 3 ] {429d1691-06de-4003-8f7d-4d84a2663873} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:10.964194 [ 3 ] {429d1691-06de-4003-8f7d-4d84a2663873} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:23:10.964348 [ 3 ] {429d1691-06de-4003-8f7d-4d84a2663873} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:10.964670 [ 3 ] {429d1691-06de-4003-8f7d-4d84a2663873} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:10.964708 [ 3 ] {429d1691-06de-4003-8f7d-4d84a2663873} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.06.17 21:23:10.965090 [ 3 ] {429d1691-06de-4003-8f7d-4d84a2663873} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.06.17 21:23:10.965444 [ 3 ] {429d1691-06de-4003-8f7d-4d84a2663873} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:10.965604 [ 3 ] {429d1691-06de-4003-8f7d-4d84a2663873} executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec. 2024.06.17 21:23:10.965942 [ 3 ] {429d1691-06de-4003-8f7d-4d84a2663873} DynamicQueryHandler: Done processing query 2024.06.17 21:23:10.965967 [ 3 ] {429d1691-06de-4003-8f7d-4d84a2663873} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:23:10.965983 [ 3 ] {} HTTP-Session: b0a1a769-b160-400e-9dc2-5145edb30ee0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.176915 [ 111 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:23:15.176982 [ 111 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:23:15.948738 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:15.948855 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:15.948878 [ 3 ] {} HTTP-Session: 9b770678-c109-4c7a-b738-f51b21174512 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:15.948904 [ 3 ] {} HTTP-Session: 9b770678-c109-4c7a-b738-f51b21174512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.948918 [ 3 ] {} HTTP-Session: 9b770678-c109-4c7a-b738-f51b21174512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.948967 [ 3 ] {} HTTP-Session: 9b770678-c109-4c7a-b738-f51b21174512 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:15.949161 [ 3 ] {cd169696-7eac-4c22-9224-69be2d860aa3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:15.949229 [ 3 ] {cd169696-7eac-4c22-9224-69be2d860aa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:23:15.949425 [ 3 ] {cd169696-7eac-4c22-9224-69be2d860aa3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:15.949868 [ 3 ] {cd169696-7eac-4c22-9224-69be2d860aa3} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:15.949911 [ 3 ] {cd169696-7eac-4c22-9224-69be2d860aa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:15.950286 [ 3 ] {cd169696-7eac-4c22-9224-69be2d860aa3} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.06.17 21:23:15.950628 [ 3 ] {cd169696-7eac-4c22-9224-69be2d860aa3} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:15.950802 [ 3 ] {cd169696-7eac-4c22-9224-69be2d860aa3} executeQuery: Read 16 rows, 1.30 KiB in 0.001691 sec., 9461.856889414548 rows/sec., 766.93 KiB/sec. 2024.06.17 21:23:15.951014 [ 3 ] {cd169696-7eac-4c22-9224-69be2d860aa3} DynamicQueryHandler: Done processing query 2024.06.17 21:23:15.951041 [ 3 ] {cd169696-7eac-4c22-9224-69be2d860aa3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:15.951057 [ 3 ] {} HTTP-Session: 9b770678-c109-4c7a-b738-f51b21174512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.951187 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:15.951236 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:15.951254 [ 3 ] {} HTTP-Session: 79ad06c1-e617-4fb4-9f6a-b28b15a92c26 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:15.951271 [ 3 ] {} HTTP-Session: 79ad06c1-e617-4fb4-9f6a-b28b15a92c26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.951285 [ 3 ] {} HTTP-Session: 79ad06c1-e617-4fb4-9f6a-b28b15a92c26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.951316 [ 3 ] {} HTTP-Session: 79ad06c1-e617-4fb4-9f6a-b28b15a92c26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:15.951412 [ 3 ] {5985e9c2-e6a1-4562-ab02-d00f317c2e6f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:15.951455 [ 3 ] {5985e9c2-e6a1-4562-ab02-d00f317c2e6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:23:15.951583 [ 3 ] {5985e9c2-e6a1-4562-ab02-d00f317c2e6f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:15.951889 [ 3 ] {5985e9c2-e6a1-4562-ab02-d00f317c2e6f} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:15.951925 [ 3 ] {5985e9c2-e6a1-4562-ab02-d00f317c2e6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:15.952223 [ 3 ] {5985e9c2-e6a1-4562-ab02-d00f317c2e6f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.17 21:23:15.952558 [ 3 ] {5985e9c2-e6a1-4562-ab02-d00f317c2e6f} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:15.952720 [ 3 ] {5985e9c2-e6a1-4562-ab02-d00f317c2e6f} executeQuery: Read 2 rows, 167.00 B in 0.001325 sec., 1509.433962264151 rows/sec., 123.08 KiB/sec. 2024.06.17 21:23:15.952888 [ 3 ] {5985e9c2-e6a1-4562-ab02-d00f317c2e6f} DynamicQueryHandler: Done processing query 2024.06.17 21:23:15.952913 [ 3 ] {5985e9c2-e6a1-4562-ab02-d00f317c2e6f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:15.952928 [ 3 ] {} HTTP-Session: 79ad06c1-e617-4fb4-9f6a-b28b15a92c26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.953080 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:15.953128 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:15.953146 [ 3 ] {} HTTP-Session: 890b64a7-7142-4c0a-96b6-a4630bc483bf Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:15.953162 [ 3 ] {} HTTP-Session: 890b64a7-7142-4c0a-96b6-a4630bc483bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.953176 [ 3 ] {} HTTP-Session: 890b64a7-7142-4c0a-96b6-a4630bc483bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.953206 [ 3 ] {} HTTP-Session: 890b64a7-7142-4c0a-96b6-a4630bc483bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:15.953328 [ 3 ] {93a4d3df-b1fc-49b8-864f-b116e5de4251} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:15.953371 [ 3 ] {93a4d3df-b1fc-49b8-864f-b116e5de4251} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:23:15.953494 [ 3 ] {93a4d3df-b1fc-49b8-864f-b116e5de4251} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:15.953855 [ 3 ] {93a4d3df-b1fc-49b8-864f-b116e5de4251} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:15.953891 [ 3 ] {93a4d3df-b1fc-49b8-864f-b116e5de4251} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:15.954215 [ 3 ] {93a4d3df-b1fc-49b8-864f-b116e5de4251} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.06.17 21:23:15.954525 [ 3 ] {93a4d3df-b1fc-49b8-864f-b116e5de4251} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:15.954643 [ 3 ] {93a4d3df-b1fc-49b8-864f-b116e5de4251} executeQuery: Read 105 rows, 8.73 KiB in 0.001362 sec., 77092.51101321586 rows/sec., 6.26 MiB/sec. 2024.06.17 21:23:15.954867 [ 3 ] {93a4d3df-b1fc-49b8-864f-b116e5de4251} DynamicQueryHandler: Done processing query 2024.06.17 21:23:15.954890 [ 3 ] {93a4d3df-b1fc-49b8-864f-b116e5de4251} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:23:15.954907 [ 3 ] {} HTTP-Session: 890b64a7-7142-4c0a-96b6-a4630bc483bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.955035 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:15.955083 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:15.955102 [ 3 ] {} HTTP-Session: bf06b7ff-e402-4124-a702-d0c504962dad Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:15.955118 [ 3 ] {} HTTP-Session: bf06b7ff-e402-4124-a702-d0c504962dad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.955132 [ 3 ] {} HTTP-Session: bf06b7ff-e402-4124-a702-d0c504962dad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.955162 [ 3 ] {} HTTP-Session: bf06b7ff-e402-4124-a702-d0c504962dad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:15.955255 [ 3 ] {308ed9a0-a29c-49fa-a4a8-32a4f4422aaa} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:15.955300 [ 3 ] {308ed9a0-a29c-49fa-a4a8-32a4f4422aaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:23:15.955439 [ 3 ] {308ed9a0-a29c-49fa-a4a8-32a4f4422aaa} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:15.955710 [ 3 ] {308ed9a0-a29c-49fa-a4a8-32a4f4422aaa} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:15.955747 [ 3 ] {308ed9a0-a29c-49fa-a4a8-32a4f4422aaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:15.956047 [ 3 ] {308ed9a0-a29c-49fa-a4a8-32a4f4422aaa} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.17 21:23:15.956358 [ 3 ] {308ed9a0-a29c-49fa-a4a8-32a4f4422aaa} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:15.956509 [ 3 ] {308ed9a0-a29c-49fa-a4a8-32a4f4422aaa} executeQuery: Read 2 rows, 143.00 B in 0.001269 sec., 1576.0441292356186 rows/sec., 110.05 KiB/sec. 2024.06.17 21:23:15.956801 [ 3 ] {308ed9a0-a29c-49fa-a4a8-32a4f4422aaa} DynamicQueryHandler: Done processing query 2024.06.17 21:23:15.956826 [ 3 ] {308ed9a0-a29c-49fa-a4a8-32a4f4422aaa} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:15.956842 [ 3 ] {} HTTP-Session: bf06b7ff-e402-4124-a702-d0c504962dad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.956970 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:15.957018 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:15.957036 [ 3 ] {} HTTP-Session: 5973e086-e1df-4fc8-b3f0-ed517fdb8d4b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:15.957053 [ 3 ] {} HTTP-Session: 5973e086-e1df-4fc8-b3f0-ed517fdb8d4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.957067 [ 3 ] {} HTTP-Session: 5973e086-e1df-4fc8-b3f0-ed517fdb8d4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.957097 [ 3 ] {} HTTP-Session: 5973e086-e1df-4fc8-b3f0-ed517fdb8d4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:15.957221 [ 3 ] {4d18be93-4e63-4c71-8470-45fc9d9ce444} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:15.957265 [ 3 ] {4d18be93-4e63-4c71-8470-45fc9d9ce444} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:23:15.957409 [ 3 ] {4d18be93-4e63-4c71-8470-45fc9d9ce444} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:15.957774 [ 3 ] {4d18be93-4e63-4c71-8470-45fc9d9ce444} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:15.957810 [ 3 ] {4d18be93-4e63-4c71-8470-45fc9d9ce444} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:15.958135 [ 3 ] {4d18be93-4e63-4c71-8470-45fc9d9ce444} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.06.17 21:23:15.958457 [ 3 ] {4d18be93-4e63-4c71-8470-45fc9d9ce444} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:15.958606 [ 3 ] {4d18be93-4e63-4c71-8470-45fc9d9ce444} executeQuery: Read 82 rows, 6.56 KiB in 0.001428 sec., 57422.969187675066 rows/sec., 4.49 MiB/sec. 2024.06.17 21:23:15.958759 [ 3 ] {4d18be93-4e63-4c71-8470-45fc9d9ce444} DynamicQueryHandler: Done processing query 2024.06.17 21:23:15.958784 [ 3 ] {4d18be93-4e63-4c71-8470-45fc9d9ce444} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:23:15.958800 [ 3 ] {} HTTP-Session: 5973e086-e1df-4fc8-b3f0-ed517fdb8d4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.958963 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:15.959010 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:15.959029 [ 3 ] {} HTTP-Session: 3364289f-cf84-42b2-aab3-6646b0382484 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:15.959046 [ 3 ] {} HTTP-Session: 3364289f-cf84-42b2-aab3-6646b0382484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.959059 [ 3 ] {} HTTP-Session: 3364289f-cf84-42b2-aab3-6646b0382484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.959089 [ 3 ] {} HTTP-Session: 3364289f-cf84-42b2-aab3-6646b0382484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:15.959230 [ 3 ] {299e0c76-fc31-4895-8560-b8f002b0eff7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:15.959277 [ 3 ] {299e0c76-fc31-4895-8560-b8f002b0eff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:23:15.959421 [ 3 ] {299e0c76-fc31-4895-8560-b8f002b0eff7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:15.959796 [ 3 ] {299e0c76-fc31-4895-8560-b8f002b0eff7} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:15.959832 [ 3 ] {299e0c76-fc31-4895-8560-b8f002b0eff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:15.960230 [ 3 ] {299e0c76-fc31-4895-8560-b8f002b0eff7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.06.17 21:23:15.960585 [ 3 ] {299e0c76-fc31-4895-8560-b8f002b0eff7} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:15.960761 [ 3 ] {299e0c76-fc31-4895-8560-b8f002b0eff7} executeQuery: Read 161 rows, 11.48 KiB in 0.001585 sec., 101577.28706624605 rows/sec., 7.07 MiB/sec. 2024.06.17 21:23:15.960764 [ 109 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.06.17 21:23:15.960902 [ 109 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:15.960953 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:15.961009 [ 3 ] {299e0c76-fc31-4895-8560-b8f002b0eff7} DynamicQueryHandler: Done processing query 2024.06.17 21:23:15.961067 [ 3 ] {299e0c76-fc31-4895-8560-b8f002b0eff7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:15.961145 [ 3 ] {} HTTP-Session: 3364289f-cf84-42b2-aab3-6646b0382484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.961354 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:23:15.961381 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:15.961550 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:15.961645 [ 3 ] {} HTTP-Session: 12232865-b3dc-4c6a-b268-eb2f01a667e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:15.961730 [ 3 ] {} HTTP-Session: 12232865-b3dc-4c6a-b268-eb2f01a667e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.961811 [ 3 ] {} HTTP-Session: 12232865-b3dc-4c6a-b268-eb2f01a667e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.962071 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:15.962181 [ 3 ] {} HTTP-Session: 12232865-b3dc-4c6a-b268-eb2f01a667e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:15.962199 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3099 rows starting from the beginning of the part 2024.06.17 21:23:15.962444 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:23:15.962659 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 196 rows starting from the beginning of the part 2024.06.17 21:23:15.962921 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:23:15.962952 [ 3 ] {bae42ff8-3797-4731-968e-8ff23fe3c875} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:15.963166 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 162 rows starting from the beginning of the part 2024.06.17 21:23:15.963222 [ 3 ] {bae42ff8-3797-4731-968e-8ff23fe3c875} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:23:15.963484 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 161 rows starting from the beginning of the part 2024.06.17 21:23:15.964255 [ 3 ] {bae42ff8-3797-4731-968e-8ff23fe3c875} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:15.964860 [ 3 ] {bae42ff8-3797-4731-968e-8ff23fe3c875} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:15.964907 [ 3 ] {bae42ff8-3797-4731-968e-8ff23fe3c875} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:15.966190 [ 3 ] {bae42ff8-3797-4731-968e-8ff23fe3c875} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.06.17 21:23:15.966965 [ 3 ] {bae42ff8-3797-4731-968e-8ff23fe3c875} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:15.967278 [ 3 ] {bae42ff8-3797-4731-968e-8ff23fe3c875} executeQuery: Read 16 rows, 22.11 KiB in 0.004818 sec., 3320.8800332088003 rows/sec., 4.48 MiB/sec. 2024.06.17 21:23:15.967754 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3938 rows, containing 5 columns (5 merged, 0 gathered) in 0.006669628 sec., 590437.7275614172 rows/sec., 41.25 MiB/sec. 2024.06.17 21:23:15.967837 [ 3 ] {bae42ff8-3797-4731-968e-8ff23fe3c875} DynamicQueryHandler: Done processing query 2024.06.17 21:23:15.967870 [ 3 ] {bae42ff8-3797-4731-968e-8ff23fe3c875} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:23:15.967888 [ 3 ] {} HTTP-Session: 12232865-b3dc-4c6a-b268-eb2f01a667e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.968051 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:15.968114 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:15.968157 [ 3 ] {} HTTP-Session: 6dece42c-f52a-489e-bf9b-e3a5be42ebcf Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:15.968181 [ 3 ] {} HTTP-Session: 6dece42c-f52a-489e-bf9b-e3a5be42ebcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.968188 [ 198 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.06.17 21:23:15.968204 [ 3 ] {} HTTP-Session: 6dece42c-f52a-489e-bf9b-e3a5be42ebcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.968304 [ 3 ] {} HTTP-Session: 6dece42c-f52a-489e-bf9b-e3a5be42ebcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:15.968553 [ 3 ] {46307877-d1f6-4783-999f-00ca9bca131b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:15.968712 [ 3 ] {46307877-d1f6-4783-999f-00ca9bca131b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:23:15.969217 [ 3 ] {46307877-d1f6-4783-999f-00ca9bca131b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:15.969358 [ 198 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_31_6} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:15.969535 [ 198 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_31_6} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.06.17 21:23:15.969748 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2024.06.17 21:23:15.969814 [ 3 ] {46307877-d1f6-4783-999f-00ca9bca131b} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:15.969856 [ 3 ] {46307877-d1f6-4783-999f-00ca9bca131b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:15.970234 [ 3 ] {46307877-d1f6-4783-999f-00ca9bca131b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.06.17 21:23:15.970619 [ 3 ] {46307877-d1f6-4783-999f-00ca9bca131b} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:15.970785 [ 109 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.06.17 21:23:15.970788 [ 3 ] {46307877-d1f6-4783-999f-00ca9bca131b} executeQuery: Read 60 rows, 4.14 KiB in 0.002339 sec., 25651.988029072254 rows/sec., 1.73 MiB/sec. 2024.06.17 21:23:15.970846 [ 109 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:15.970928 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:15.971196 [ 3 ] {46307877-d1f6-4783-999f-00ca9bca131b} DynamicQueryHandler: Done processing query 2024.06.17 21:23:15.971243 [ 193 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:23:15.971326 [ 3 ] {46307877-d1f6-4783-999f-00ca9bca131b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:23:15.971424 [ 3 ] {} HTTP-Session: 6dece42c-f52a-489e-bf9b-e3a5be42ebcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:15.971795 [ 193 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:15.971839 [ 193 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1068 rows starting from the beginning of the part 2024.06.17 21:23:15.971952 [ 193 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:23:15.972161 [ 193 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:23:15.972349 [ 193 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:23:15.972469 [ 193 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:23:15.972660 [ 193 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2024.06.17 21:23:15.974054 [ 196 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1368 rows, containing 4 columns (4 merged, 0 gathered) in 0.00300873 sec., 454676.8902493743 rows/sec., 30.46 MiB/sec. 2024.06.17 21:23:15.974280 [ 187 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.06.17 21:23:15.974712 [ 187 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_31_6} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:15.974809 [ 187 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_31_6} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.06.17 21:23:15.974903 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2024.06.17 21:23:20.948817 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:20.948962 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:20.948992 [ 3 ] {} HTTP-Session: a0252a11-1c80-4281-81d3-fbf0ef782f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:20.949021 [ 3 ] {} HTTP-Session: a0252a11-1c80-4281-81d3-fbf0ef782f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.949040 [ 3 ] {} HTTP-Session: a0252a11-1c80-4281-81d3-fbf0ef782f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.949098 [ 3 ] {} HTTP-Session: a0252a11-1c80-4281-81d3-fbf0ef782f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:20.949306 [ 3 ] {e8a7ec36-0c4e-4713-ab90-19f7525315a9} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:20.949383 [ 3 ] {e8a7ec36-0c4e-4713-ab90-19f7525315a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:23:20.949601 [ 3 ] {e8a7ec36-0c4e-4713-ab90-19f7525315a9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:20.950039 [ 3 ] {e8a7ec36-0c4e-4713-ab90-19f7525315a9} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:20.950080 [ 3 ] {e8a7ec36-0c4e-4713-ab90-19f7525315a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:20.950450 [ 3 ] {e8a7ec36-0c4e-4713-ab90-19f7525315a9} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.06.17 21:23:20.950782 [ 3 ] {e8a7ec36-0c4e-4713-ab90-19f7525315a9} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:20.950925 [ 52 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.06.17 21:23:20.950930 [ 3 ] {e8a7ec36-0c4e-4713-ab90-19f7525315a9} executeQuery: Read 14 rows, 1.13 KiB in 0.001689 sec., 8288.928359976317 rows/sec., 671.86 KiB/sec. 2024.06.17 21:23:20.950969 [ 52 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:20.951008 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:20.951147 [ 200 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:23:20.951203 [ 3 ] {e8a7ec36-0c4e-4713-ab90-19f7525315a9} DynamicQueryHandler: Done processing query 2024.06.17 21:23:20.951233 [ 3 ] {e8a7ec36-0c4e-4713-ab90-19f7525315a9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:20.951260 [ 3 ] {} HTTP-Session: a0252a11-1c80-4281-81d3-fbf0ef782f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.951314 [ 200 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:20.951350 [ 200 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 30 rows starting from the beginning of the part 2024.06.17 21:23:20.951422 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:20.951493 [ 200 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part 2024.06.17 21:23:20.951539 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:20.951636 [ 3 ] {} HTTP-Session: c51f064b-2d41-4323-b0bd-0f249064bceb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:20.951768 [ 3 ] {} HTTP-Session: c51f064b-2d41-4323-b0bd-0f249064bceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.951831 [ 3 ] {} HTTP-Session: c51f064b-2d41-4323-b0bd-0f249064bceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.951894 [ 200 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 16 rows starting from the beginning of the part 2024.06.17 21:23:20.951943 [ 3 ] {} HTTP-Session: c51f064b-2d41-4323-b0bd-0f249064bceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:20.952113 [ 200 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part 2024.06.17 21:23:20.952307 [ 3 ] {fe6f1258-e7e1-4662-91a5-b180755496bc} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:20.952387 [ 200 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 16 rows starting from the beginning of the part 2024.06.17 21:23:20.952456 [ 3 ] {fe6f1258-e7e1-4662-91a5-b180755496bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:23:20.952723 [ 200 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part 2024.06.17 21:23:20.953358 [ 3 ] {fe6f1258-e7e1-4662-91a5-b180755496bc} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:20.953859 [ 3 ] {fe6f1258-e7e1-4662-91a5-b180755496bc} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:20.953905 [ 3 ] {fe6f1258-e7e1-4662-91a5-b180755496bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:20.954440 [ 3 ] {fe6f1258-e7e1-4662-91a5-b180755496bc} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.06.17 21:23:20.954528 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.003433085 sec., 30293.453264338048 rows/sec., 2.40 MiB/sec. 2024.06.17 21:23:20.954836 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.06.17 21:23:20.954988 [ 3 ] {fe6f1258-e7e1-4662-91a5-b180755496bc} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:20.955260 [ 3 ] {fe6f1258-e7e1-4662-91a5-b180755496bc} executeQuery: Read 98 rows, 8.24 KiB in 0.003122 sec., 31390.13452914798 rows/sec., 2.58 MiB/sec. 2024.06.17 21:23:20.955752 [ 3 ] {fe6f1258-e7e1-4662-91a5-b180755496bc} DynamicQueryHandler: Done processing query 2024.06.17 21:23:20.955799 [ 3 ] {fe6f1258-e7e1-4662-91a5-b180755496bc} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:23:20.955831 [ 3 ] {} HTTP-Session: c51f064b-2d41-4323-b0bd-0f249064bceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.955889 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_31_6} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:20.956009 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:20.956037 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_31_6} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.06.17 21:23:20.956078 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:20.956136 [ 3 ] {} HTTP-Session: 28830bf9-c4df-481b-bc09-9fdb37642d58 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:20.956170 [ 3 ] {} HTTP-Session: 28830bf9-c4df-481b-bc09-9fdb37642d58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.956183 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.17 21:23:20.956198 [ 3 ] {} HTTP-Session: 28830bf9-c4df-481b-bc09-9fdb37642d58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.956256 [ 3 ] {} HTTP-Session: 28830bf9-c4df-481b-bc09-9fdb37642d58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:20.956390 [ 3 ] {5e85cefe-9007-4e5f-8ef1-2c598890cbea} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:20.956436 [ 3 ] {5e85cefe-9007-4e5f-8ef1-2c598890cbea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:23:20.956580 [ 3 ] {5e85cefe-9007-4e5f-8ef1-2c598890cbea} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:20.956927 [ 3 ] {5e85cefe-9007-4e5f-8ef1-2c598890cbea} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:20.956962 [ 3 ] {5e85cefe-9007-4e5f-8ef1-2c598890cbea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:20.957305 [ 3 ] {5e85cefe-9007-4e5f-8ef1-2c598890cbea} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.06.17 21:23:20.957668 [ 3 ] {5e85cefe-9007-4e5f-8ef1-2c598890cbea} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:20.957799 [ 3 ] {5e85cefe-9007-4e5f-8ef1-2c598890cbea} executeQuery: Read 78 rows, 6.24 KiB in 0.001458 sec., 53497.94238683127 rows/sec., 4.18 MiB/sec. 2024.06.17 21:23:20.958056 [ 3 ] {5e85cefe-9007-4e5f-8ef1-2c598890cbea} DynamicQueryHandler: Done processing query 2024.06.17 21:23:20.958098 [ 3 ] {5e85cefe-9007-4e5f-8ef1-2c598890cbea} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:23:20.958121 [ 3 ] {} HTTP-Session: 28830bf9-c4df-481b-bc09-9fdb37642d58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.958283 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:20.958332 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:20.958351 [ 3 ] {} HTTP-Session: b3c9caac-4f2a-41ca-884c-5da586e4e8a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:20.958368 [ 3 ] {} HTTP-Session: b3c9caac-4f2a-41ca-884c-5da586e4e8a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.958382 [ 3 ] {} HTTP-Session: b3c9caac-4f2a-41ca-884c-5da586e4e8a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.958413 [ 3 ] {} HTTP-Session: b3c9caac-4f2a-41ca-884c-5da586e4e8a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:20.958565 [ 3 ] {7fc895ee-293a-4001-9028-83f9b6b47ec1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:20.958613 [ 3 ] {7fc895ee-293a-4001-9028-83f9b6b47ec1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:23:20.958777 [ 3 ] {7fc895ee-293a-4001-9028-83f9b6b47ec1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:20.959149 [ 3 ] {7fc895ee-293a-4001-9028-83f9b6b47ec1} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:20.959184 [ 3 ] {7fc895ee-293a-4001-9028-83f9b6b47ec1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:20.959565 [ 3 ] {7fc895ee-293a-4001-9028-83f9b6b47ec1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.06.17 21:23:20.959895 [ 3 ] {7fc895ee-293a-4001-9028-83f9b6b47ec1} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:20.960017 [ 3 ] {7fc895ee-293a-4001-9028-83f9b6b47ec1} executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. 2024.06.17 21:23:20.960179 [ 3 ] {7fc895ee-293a-4001-9028-83f9b6b47ec1} DynamicQueryHandler: Done processing query 2024.06.17 21:23:20.960204 [ 3 ] {7fc895ee-293a-4001-9028-83f9b6b47ec1} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:20.960220 [ 3 ] {} HTTP-Session: b3c9caac-4f2a-41ca-884c-5da586e4e8a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.960343 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:20.960391 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:20.960410 [ 3 ] {} HTTP-Session: 5246154f-0798-429a-a8c6-718e8db1dd3d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:20.960426 [ 3 ] {} HTTP-Session: 5246154f-0798-429a-a8c6-718e8db1dd3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.960439 [ 3 ] {} HTTP-Session: 5246154f-0798-429a-a8c6-718e8db1dd3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.960470 [ 3 ] {} HTTP-Session: 5246154f-0798-429a-a8c6-718e8db1dd3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:20.960649 [ 3 ] {b7f394d2-ce3d-4a28-a06b-01a611b0b901} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:20.960696 [ 3 ] {b7f394d2-ce3d-4a28-a06b-01a611b0b901} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:23:20.960851 [ 3 ] {b7f394d2-ce3d-4a28-a06b-01a611b0b901} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:20.961262 [ 3 ] {b7f394d2-ce3d-4a28-a06b-01a611b0b901} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:20.961297 [ 3 ] {b7f394d2-ce3d-4a28-a06b-01a611b0b901} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:20.961697 [ 3 ] {b7f394d2-ce3d-4a28-a06b-01a611b0b901} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.06.17 21:23:20.962028 [ 3 ] {b7f394d2-ce3d-4a28-a06b-01a611b0b901} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:20.962155 [ 52 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.06.17 21:23:20.962160 [ 3 ] {b7f394d2-ce3d-4a28-a06b-01a611b0b901} executeQuery: Read 14 rows, 19.35 KiB in 0.001615 sec., 8668.7306501548 rows/sec., 11.70 MiB/sec. 2024.06.17 21:23:20.962203 [ 52 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:20.962246 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:20.962426 [ 3 ] {b7f394d2-ce3d-4a28-a06b-01a611b0b901} DynamicQueryHandler: Done processing query 2024.06.17 21:23:20.962434 [ 191 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:23:20.962456 [ 3 ] {b7f394d2-ce3d-4a28-a06b-01a611b0b901} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:20.962515 [ 3 ] {} HTTP-Session: 5246154f-0798-429a-a8c6-718e8db1dd3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.962680 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:20.962737 [ 191 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:20.962755 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:20.962816 [ 3 ] {} HTTP-Session: 8df011de-47f6-45a7-bbde-91344b4b79e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:20.962821 [ 191 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 394 rows starting from the beginning of the part 2024.06.17 21:23:20.962837 [ 3 ] {} HTTP-Session: 8df011de-47f6-45a7-bbde-91344b4b79e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.962882 [ 3 ] {} HTTP-Session: 8df011de-47f6-45a7-bbde-91344b4b79e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.963025 [ 3 ] {} HTTP-Session: 8df011de-47f6-45a7-bbde-91344b4b79e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:20.963106 [ 191 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part 2024.06.17 21:23:20.963390 [ 191 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 16 rows starting from the beginning of the part 2024.06.17 21:23:20.963468 [ 3 ] {a5d50d58-ec78-41fb-a0f1-40088ef72b20} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:20.963688 [ 3 ] {a5d50d58-ec78-41fb-a0f1-40088ef72b20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:23:20.963690 [ 191 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part 2024.06.17 21:23:20.964009 [ 191 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 16 rows starting from the beginning of the part 2024.06.17 21:23:20.964343 [ 191 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part 2024.06.17 21:23:20.964919 [ 3 ] {a5d50d58-ec78-41fb-a0f1-40088ef72b20} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:20.965631 [ 3 ] {a5d50d58-ec78-41fb-a0f1-40088ef72b20} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:20.965709 [ 3 ] {a5d50d58-ec78-41fb-a0f1-40088ef72b20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:20.966101 [ 3 ] {a5d50d58-ec78-41fb-a0f1-40088ef72b20} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.06.17 21:23:20.966903 [ 3 ] {a5d50d58-ec78-41fb-a0f1-40088ef72b20} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:20.967272 [ 3 ] {a5d50d58-ec78-41fb-a0f1-40088ef72b20} executeQuery: Read 60 rows, 4.14 KiB in 0.004029 sec., 14892.03276247208 rows/sec., 1.00 MiB/sec. 2024.06.17 21:23:20.967645 [ 3 ] {a5d50d58-ec78-41fb-a0f1-40088ef72b20} DynamicQueryHandler: Done processing query 2024.06.17 21:23:20.967684 [ 3 ] {a5d50d58-ec78-41fb-a0f1-40088ef72b20} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:23:20.967763 [ 3 ] {} HTTP-Session: 8df011de-47f6-45a7-bbde-91344b4b79e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:20.968729 [ 196 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 6 columns (6 merged, 0 gathered) in 0.006394165 sec., 73191.73027283468 rows/sec., 98.77 MiB/sec. 2024.06.17 21:23:20.969229 [ 191 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.06.17 21:23:20.969652 [ 191 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_31_6} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:20.969740 [ 191 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_31_6} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.06.17 21:23:20.969826 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2024.06.17 21:23:25.947923 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:25.948069 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:25.948094 [ 3 ] {} HTTP-Session: 3c294d55-4769-41b4-8658-dc91c8defbf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:25.948119 [ 3 ] {} HTTP-Session: 3c294d55-4769-41b4-8658-dc91c8defbf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.948135 [ 3 ] {} HTTP-Session: 3c294d55-4769-41b4-8658-dc91c8defbf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.948188 [ 3 ] {} HTTP-Session: 3c294d55-4769-41b4-8658-dc91c8defbf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:25.948378 [ 3 ] {19467c38-002b-41c9-a129-7d7405044f4c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:25.948446 [ 3 ] {19467c38-002b-41c9-a129-7d7405044f4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:23:25.948638 [ 3 ] {19467c38-002b-41c9-a129-7d7405044f4c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:25.949050 [ 3 ] {19467c38-002b-41c9-a129-7d7405044f4c} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:25.949092 [ 3 ] {19467c38-002b-41c9-a129-7d7405044f4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:25.949464 [ 3 ] {19467c38-002b-41c9-a129-7d7405044f4c} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.06.17 21:23:25.949806 [ 3 ] {19467c38-002b-41c9-a129-7d7405044f4c} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:25.949971 [ 3 ] {19467c38-002b-41c9-a129-7d7405044f4c} executeQuery: Read 16 rows, 1.30 KiB in 0.001645 sec., 9726.44376899696 rows/sec., 788.37 KiB/sec. 2024.06.17 21:23:25.950279 [ 3 ] {19467c38-002b-41c9-a129-7d7405044f4c} DynamicQueryHandler: Done processing query 2024.06.17 21:23:25.950315 [ 3 ] {19467c38-002b-41c9-a129-7d7405044f4c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:25.950332 [ 3 ] {} HTTP-Session: 3c294d55-4769-41b4-8658-dc91c8defbf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.950461 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:25.950512 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:25.950532 [ 3 ] {} HTTP-Session: 50048b2d-136c-43f1-970d-a3b1470d1e77 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:25.950548 [ 3 ] {} HTTP-Session: 50048b2d-136c-43f1-970d-a3b1470d1e77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.950562 [ 3 ] {} HTTP-Session: 50048b2d-136c-43f1-970d-a3b1470d1e77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.950594 [ 3 ] {} HTTP-Session: 50048b2d-136c-43f1-970d-a3b1470d1e77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:25.950738 [ 3 ] {f63b6fba-5679-4b94-bc95-73567016848f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:25.950784 [ 3 ] {f63b6fba-5679-4b94-bc95-73567016848f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:23:25.950929 [ 3 ] {f63b6fba-5679-4b94-bc95-73567016848f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:25.951299 [ 3 ] {f63b6fba-5679-4b94-bc95-73567016848f} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:25.951337 [ 3 ] {f63b6fba-5679-4b94-bc95-73567016848f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:25.951652 [ 3 ] {f63b6fba-5679-4b94-bc95-73567016848f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.06.17 21:23:25.951953 [ 3 ] {f63b6fba-5679-4b94-bc95-73567016848f} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:25.952109 [ 3 ] {f63b6fba-5679-4b94-bc95-73567016848f} executeQuery: Read 104 rows, 8.66 KiB in 0.001428 sec., 72829.13165266106 rows/sec., 5.92 MiB/sec. 2024.06.17 21:23:25.952307 [ 3 ] {f63b6fba-5679-4b94-bc95-73567016848f} DynamicQueryHandler: Done processing query 2024.06.17 21:23:25.952333 [ 3 ] {f63b6fba-5679-4b94-bc95-73567016848f} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:23:25.952350 [ 3 ] {} HTTP-Session: 50048b2d-136c-43f1-970d-a3b1470d1e77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.952471 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:25.952518 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:25.952538 [ 3 ] {} HTTP-Session: d0889b00-dbfa-414f-b6cc-20d77ffded4b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:25.952555 [ 3 ] {} HTTP-Session: d0889b00-dbfa-414f-b6cc-20d77ffded4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.952569 [ 3 ] {} HTTP-Session: d0889b00-dbfa-414f-b6cc-20d77ffded4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.952599 [ 3 ] {} HTTP-Session: d0889b00-dbfa-414f-b6cc-20d77ffded4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:25.952713 [ 3 ] {a7355705-e9ca-4ed2-a2fd-4b60a610cae2} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:25.952755 [ 3 ] {a7355705-e9ca-4ed2-a2fd-4b60a610cae2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:23:25.952878 [ 3 ] {a7355705-e9ca-4ed2-a2fd-4b60a610cae2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:25.953215 [ 3 ] {a7355705-e9ca-4ed2-a2fd-4b60a610cae2} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:25.953252 [ 3 ] {a7355705-e9ca-4ed2-a2fd-4b60a610cae2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:25.953574 [ 3 ] {a7355705-e9ca-4ed2-a2fd-4b60a610cae2} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.06.17 21:23:25.953883 [ 3 ] {a7355705-e9ca-4ed2-a2fd-4b60a610cae2} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:25.954041 [ 3 ] {a7355705-e9ca-4ed2-a2fd-4b60a610cae2} executeQuery: Read 80 rows, 6.40 KiB in 0.001367 sec., 58522.311631309436 rows/sec., 4.57 MiB/sec. 2024.06.17 21:23:25.954209 [ 3 ] {a7355705-e9ca-4ed2-a2fd-4b60a610cae2} DynamicQueryHandler: Done processing query 2024.06.17 21:23:25.954232 [ 3 ] {a7355705-e9ca-4ed2-a2fd-4b60a610cae2} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:23:25.954249 [ 3 ] {} HTTP-Session: d0889b00-dbfa-414f-b6cc-20d77ffded4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.954415 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:25.954463 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:25.954482 [ 3 ] {} HTTP-Session: 53e4b471-f32b-4475-837e-5599a9fd5d28 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:25.954499 [ 3 ] {} HTTP-Session: 53e4b471-f32b-4475-837e-5599a9fd5d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.954513 [ 3 ] {} HTTP-Session: 53e4b471-f32b-4475-837e-5599a9fd5d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.954543 [ 3 ] {} HTTP-Session: 53e4b471-f32b-4475-837e-5599a9fd5d28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:25.954701 [ 3 ] {ae9f2af4-639e-4b08-a1b2-aded22a8d04c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:25.954751 [ 3 ] {ae9f2af4-639e-4b08-a1b2-aded22a8d04c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:23:25.954899 [ 3 ] {ae9f2af4-639e-4b08-a1b2-aded22a8d04c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:25.955285 [ 3 ] {ae9f2af4-639e-4b08-a1b2-aded22a8d04c} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:25.955321 [ 3 ] {ae9f2af4-639e-4b08-a1b2-aded22a8d04c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:25.955706 [ 3 ] {ae9f2af4-639e-4b08-a1b2-aded22a8d04c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.06.17 21:23:25.956034 [ 3 ] {ae9f2af4-639e-4b08-a1b2-aded22a8d04c} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:25.956190 [ 3 ] {ae9f2af4-639e-4b08-a1b2-aded22a8d04c} executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec. 2024.06.17 21:23:25.956478 [ 3 ] {ae9f2af4-639e-4b08-a1b2-aded22a8d04c} DynamicQueryHandler: Done processing query 2024.06.17 21:23:25.956526 [ 3 ] {ae9f2af4-639e-4b08-a1b2-aded22a8d04c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:25.956561 [ 3 ] {} HTTP-Session: 53e4b471-f32b-4475-837e-5599a9fd5d28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.956679 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:25.956727 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:25.956746 [ 3 ] {} HTTP-Session: 11e8ffd6-391a-487c-afcd-88b5524ee358 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:25.956763 [ 3 ] {} HTTP-Session: 11e8ffd6-391a-487c-afcd-88b5524ee358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.956777 [ 3 ] {} HTTP-Session: 11e8ffd6-391a-487c-afcd-88b5524ee358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.956808 [ 3 ] {} HTTP-Session: 11e8ffd6-391a-487c-afcd-88b5524ee358 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:25.956989 [ 3 ] {72976b11-d123-493f-86e9-cd14dd0d3718} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:25.957039 [ 3 ] {72976b11-d123-493f-86e9-cd14dd0d3718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:23:25.957218 [ 3 ] {72976b11-d123-493f-86e9-cd14dd0d3718} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:25.957599 [ 3 ] {72976b11-d123-493f-86e9-cd14dd0d3718} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:25.957635 [ 3 ] {72976b11-d123-493f-86e9-cd14dd0d3718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:25.958045 [ 3 ] {72976b11-d123-493f-86e9-cd14dd0d3718} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.06.17 21:23:25.958382 [ 3 ] {72976b11-d123-493f-86e9-cd14dd0d3718} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:25.958539 [ 3 ] {72976b11-d123-493f-86e9-cd14dd0d3718} executeQuery: Read 16 rows, 22.11 KiB in 0.001653 sec., 9679.370840895343 rows/sec., 13.06 MiB/sec. 2024.06.17 21:23:25.958712 [ 3 ] {72976b11-d123-493f-86e9-cd14dd0d3718} DynamicQueryHandler: Done processing query 2024.06.17 21:23:25.958737 [ 3 ] {72976b11-d123-493f-86e9-cd14dd0d3718} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:23:25.958752 [ 3 ] {} HTTP-Session: 11e8ffd6-391a-487c-afcd-88b5524ee358 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.958864 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:25.958911 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:25.958930 [ 3 ] {} HTTP-Session: a80a7c9b-0afb-498e-9a35-869154e9a255 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:25.958946 [ 3 ] {} HTTP-Session: a80a7c9b-0afb-498e-9a35-869154e9a255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.958960 [ 3 ] {} HTTP-Session: a80a7c9b-0afb-498e-9a35-869154e9a255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:25.958990 [ 3 ] {} HTTP-Session: a80a7c9b-0afb-498e-9a35-869154e9a255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:25.959104 [ 3 ] {03d4a116-306a-4465-a8d7-48928c5511df} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:25.959148 [ 3 ] {03d4a116-306a-4465-a8d7-48928c5511df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:23:25.959275 [ 3 ] {03d4a116-306a-4465-a8d7-48928c5511df} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:25.959560 [ 3 ] {03d4a116-306a-4465-a8d7-48928c5511df} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:25.959596 [ 3 ] {03d4a116-306a-4465-a8d7-48928c5511df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:25.959963 [ 3 ] {03d4a116-306a-4465-a8d7-48928c5511df} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.06.17 21:23:25.960286 [ 3 ] {03d4a116-306a-4465-a8d7-48928c5511df} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:25.960443 [ 3 ] {03d4a116-306a-4465-a8d7-48928c5511df} executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec. 2024.06.17 21:23:25.960719 [ 3 ] {03d4a116-306a-4465-a8d7-48928c5511df} DynamicQueryHandler: Done processing query 2024.06.17 21:23:25.960758 [ 3 ] {03d4a116-306a-4465-a8d7-48928c5511df} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:23:25.960774 [ 3 ] {} HTTP-Session: a80a7c9b-0afb-498e-9a35-869154e9a255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.177035 [ 101 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:23:30.177143 [ 101 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:23:30.949502 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:30.949631 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:30.949660 [ 3 ] {} HTTP-Session: 37e1f374-e629-4bee-a89e-5e4fa81b67da Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:30.949689 [ 3 ] {} HTTP-Session: 37e1f374-e629-4bee-a89e-5e4fa81b67da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.949707 [ 3 ] {} HTTP-Session: 37e1f374-e629-4bee-a89e-5e4fa81b67da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.949764 [ 3 ] {} HTTP-Session: 37e1f374-e629-4bee-a89e-5e4fa81b67da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:30.949971 [ 3 ] {f5143a73-106c-4030-87d3-aa78ee47d8f6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:30.950045 [ 3 ] {f5143a73-106c-4030-87d3-aa78ee47d8f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:23:30.950247 [ 3 ] {f5143a73-106c-4030-87d3-aa78ee47d8f6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:30.950652 [ 3 ] {f5143a73-106c-4030-87d3-aa78ee47d8f6} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:30.950694 [ 3 ] {f5143a73-106c-4030-87d3-aa78ee47d8f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:30.951058 [ 3 ] {f5143a73-106c-4030-87d3-aa78ee47d8f6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.06.17 21:23:30.951387 [ 3 ] {f5143a73-106c-4030-87d3-aa78ee47d8f6} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:30.951554 [ 3 ] {f5143a73-106c-4030-87d3-aa78ee47d8f6} executeQuery: Read 14 rows, 1.13 KiB in 0.00164 sec., 8536.585365853658 rows/sec., 691.93 KiB/sec. 2024.06.17 21:23:30.951754 [ 3 ] {f5143a73-106c-4030-87d3-aa78ee47d8f6} DynamicQueryHandler: Done processing query 2024.06.17 21:23:30.951780 [ 3 ] {f5143a73-106c-4030-87d3-aa78ee47d8f6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:30.951795 [ 3 ] {} HTTP-Session: 37e1f374-e629-4bee-a89e-5e4fa81b67da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.951917 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:30.951965 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:30.951984 [ 3 ] {} HTTP-Session: 4d7c36a5-1d92-4944-bbbd-d4cf4c71b30e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:30.952001 [ 3 ] {} HTTP-Session: 4d7c36a5-1d92-4944-bbbd-d4cf4c71b30e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.952014 [ 3 ] {} HTTP-Session: 4d7c36a5-1d92-4944-bbbd-d4cf4c71b30e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.952044 [ 3 ] {} HTTP-Session: 4d7c36a5-1d92-4944-bbbd-d4cf4c71b30e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:30.952141 [ 3 ] {2032fd9f-2741-4147-a136-111a0d0d943b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:30.952183 [ 3 ] {2032fd9f-2741-4147-a136-111a0d0d943b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:23:30.952308 [ 3 ] {2032fd9f-2741-4147-a136-111a0d0d943b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:30.952594 [ 3 ] {2032fd9f-2741-4147-a136-111a0d0d943b} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:30.952629 [ 3 ] {2032fd9f-2741-4147-a136-111a0d0d943b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:30.952923 [ 3 ] {2032fd9f-2741-4147-a136-111a0d0d943b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.17 21:23:30.953229 [ 3 ] {2032fd9f-2741-4147-a136-111a0d0d943b} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:30.953358 [ 3 ] {2032fd9f-2741-4147-a136-111a0d0d943b} executeQuery: Read 6 rows, 501.00 B in 0.001242 sec., 4830.917874396135 rows/sec., 393.93 KiB/sec. 2024.06.17 21:23:30.953661 [ 3 ] {2032fd9f-2741-4147-a136-111a0d0d943b} DynamicQueryHandler: Done processing query 2024.06.17 21:23:30.953704 [ 3 ] {2032fd9f-2741-4147-a136-111a0d0d943b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:30.953724 [ 3 ] {} HTTP-Session: 4d7c36a5-1d92-4944-bbbd-d4cf4c71b30e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.953869 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 19560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:30.953928 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:30.953952 [ 3 ] {} HTTP-Session: 2fb0c179-c54a-4d19-bc46-b08ecf41970c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:30.953974 [ 3 ] {} HTTP-Session: 2fb0c179-c54a-4d19-bc46-b08ecf41970c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.953991 [ 3 ] {} HTTP-Session: 2fb0c179-c54a-4d19-bc46-b08ecf41970c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.954029 [ 3 ] {} HTTP-Session: 2fb0c179-c54a-4d19-bc46-b08ecf41970c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:30.954194 [ 3 ] {a4770c70-1cb1-4179-8a24-ba572176ef44} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:30.954239 [ 3 ] {a4770c70-1cb1-4179-8a24-ba572176ef44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:23:30.954383 [ 3 ] {a4770c70-1cb1-4179-8a24-ba572176ef44} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:30.954748 [ 3 ] {a4770c70-1cb1-4179-8a24-ba572176ef44} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:30.954784 [ 3 ] {a4770c70-1cb1-4179-8a24-ba572176ef44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:30.955109 [ 3 ] {a4770c70-1cb1-4179-8a24-ba572176ef44} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.06.17 21:23:30.955418 [ 3 ] {a4770c70-1cb1-4179-8a24-ba572176ef44} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:30.955574 [ 3 ] {a4770c70-1cb1-4179-8a24-ba572176ef44} executeQuery: Read 137 rows, 11.22 KiB in 0.00144 sec., 95138.88888888888 rows/sec., 7.61 MiB/sec. 2024.06.17 21:23:30.955583 [ 98 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.06.17 21:23:30.955688 [ 98 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:30.955732 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:30.955845 [ 3 ] {a4770c70-1cb1-4179-8a24-ba572176ef44} DynamicQueryHandler: Done processing query 2024.06.17 21:23:30.955938 [ 3 ] {a4770c70-1cb1-4179-8a24-ba572176ef44} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:23:30.956011 [ 3 ] {} HTTP-Session: 2fb0c179-c54a-4d19-bc46-b08ecf41970c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.956033 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:23:30.956280 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:30.956529 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:30.956631 [ 3 ] {} HTTP-Session: 3f1e73ee-b1f1-4114-9abe-e65aeca10fd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:30.956636 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:30.956682 [ 3 ] {} HTTP-Session: 3f1e73ee-b1f1-4114-9abe-e65aeca10fd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.956720 [ 3 ] {} HTTP-Session: 3f1e73ee-b1f1-4114-9abe-e65aeca10fd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.956722 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 189 rows starting from the beginning of the part 2024.06.17 21:23:30.956791 [ 3 ] {} HTTP-Session: 3f1e73ee-b1f1-4114-9abe-e65aeca10fd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:30.956965 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 100 rows starting from the beginning of the part 2024.06.17 21:23:30.957260 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 105 rows starting from the beginning of the part 2024.06.17 21:23:30.957295 [ 3 ] {d9e44650-d3e6-4681-ba13-8f69cac107b2} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:30.957535 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 98 rows starting from the beginning of the part 2024.06.17 21:23:30.957618 [ 3 ] {d9e44650-d3e6-4681-ba13-8f69cac107b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:23:30.957792 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 104 rows starting from the beginning of the part 2024.06.17 21:23:30.958151 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 137 rows starting from the beginning of the part 2024.06.17 21:23:30.958762 [ 3 ] {d9e44650-d3e6-4681-ba13-8f69cac107b2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:30.959491 [ 3 ] {d9e44650-d3e6-4681-ba13-8f69cac107b2} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:30.959557 [ 3 ] {d9e44650-d3e6-4681-ba13-8f69cac107b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:30.960503 [ 3 ] {d9e44650-d3e6-4681-ba13-8f69cac107b2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.17 21:23:30.961179 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 733 rows, containing 4 columns (4 merged, 0 gathered) in 0.005360665 sec., 136736.76680038765 rows/sec., 11.12 MiB/sec. 2024.06.17 21:23:30.961190 [ 3 ] {d9e44650-d3e6-4681-ba13-8f69cac107b2} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:30.961459 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.06.17 21:23:30.961546 [ 3 ] {d9e44650-d3e6-4681-ba13-8f69cac107b2} executeQuery: Read 6 rows, 429.00 B in 0.004494 sec., 1335.113484646195 rows/sec., 93.22 KiB/sec. 2024.06.17 21:23:30.962215 [ 3 ] {d9e44650-d3e6-4681-ba13-8f69cac107b2} DynamicQueryHandler: Done processing query 2024.06.17 21:23:30.962277 [ 3 ] {d9e44650-d3e6-4681-ba13-8f69cac107b2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:30.962330 [ 3 ] {} HTTP-Session: 3f1e73ee-b1f1-4114-9abe-e65aeca10fd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.962495 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 18333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:30.962553 [ 191 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_36_7} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:30.962572 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:30.962641 [ 3 ] {} HTTP-Session: a4177128-3835-4dd2-8029-1aa2508b75e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:30.962680 [ 3 ] {} HTTP-Session: a4177128-3835-4dd2-8029-1aa2508b75e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.962707 [ 3 ] {} HTTP-Session: a4177128-3835-4dd2-8029-1aa2508b75e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.962771 [ 3 ] {} HTTP-Session: a4177128-3835-4dd2-8029-1aa2508b75e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:30.962809 [ 191 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_36_7} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.06.17 21:23:30.962986 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.06.17 21:23:30.963046 [ 3 ] {a63c6558-2066-484d-9ca5-3176a82237cd} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:30.963098 [ 3 ] {a63c6558-2066-484d-9ca5-3176a82237cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:23:30.963247 [ 3 ] {a63c6558-2066-484d-9ca5-3176a82237cd} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:30.963604 [ 3 ] {a63c6558-2066-484d-9ca5-3176a82237cd} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:30.963641 [ 3 ] {a63c6558-2066-484d-9ca5-3176a82237cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:30.963977 [ 3 ] {a63c6558-2066-484d-9ca5-3176a82237cd} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.06.17 21:23:30.964299 [ 3 ] {a63c6558-2066-484d-9ca5-3176a82237cd} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:30.964452 [ 98 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.06.17 21:23:30.964457 [ 3 ] {a63c6558-2066-484d-9ca5-3176a82237cd} executeQuery: Read 108 rows, 8.62 KiB in 0.001545 sec., 69902.91262135922 rows/sec., 5.45 MiB/sec. 2024.06.17 21:23:30.964506 [ 98 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:30.964574 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:30.964795 [ 3 ] {a63c6558-2066-484d-9ca5-3176a82237cd} DynamicQueryHandler: Done processing query 2024.06.17 21:23:30.964844 [ 3 ] {a63c6558-2066-484d-9ca5-3176a82237cd} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:23:30.964853 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:23:30.964886 [ 3 ] {} HTTP-Session: a4177128-3835-4dd2-8029-1aa2508b75e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.965171 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 38166, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:30.965367 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:30.965461 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:30.965475 [ 3 ] {} HTTP-Session: 1513aba7-45b7-4b73-9c06-d2eac845ca17 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:30.965567 [ 3 ] {} HTTP-Session: 1513aba7-45b7-4b73-9c06-d2eac845ca17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.965568 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 150 rows starting from the beginning of the part 2024.06.17 21:23:30.965644 [ 3 ] {} HTTP-Session: 1513aba7-45b7-4b73-9c06-d2eac845ca17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.965808 [ 3 ] {} HTTP-Session: 1513aba7-45b7-4b73-9c06-d2eac845ca17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:30.966003 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part 2024.06.17 21:23:30.966111 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part 2024.06.17 21:23:30.966260 [ 3 ] {a887f3da-9b13-4a3f-a14b-c8379d669ac8} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:30.966458 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 78 rows starting from the beginning of the part 2024.06.17 21:23:30.966519 [ 3 ] {a887f3da-9b13-4a3f-a14b-c8379d669ac8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:23:30.966870 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 80 rows starting from the beginning of the part 2024.06.17 21:23:30.967237 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 108 rows starting from the beginning of the part 2024.06.17 21:23:30.967800 [ 3 ] {a887f3da-9b13-4a3f-a14b-c8379d669ac8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:30.968411 [ 3 ] {a887f3da-9b13-4a3f-a14b-c8379d669ac8} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:30.968457 [ 3 ] {a887f3da-9b13-4a3f-a14b-c8379d669ac8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:30.969021 [ 186 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 580 rows, containing 4 columns (4 merged, 0 gathered) in 0.004340344 sec., 133629.96112750508 rows/sec., 10.44 MiB/sec. 2024.06.17 21:23:30.969066 [ 3 ] {a887f3da-9b13-4a3f-a14b-c8379d669ac8} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.06.17 21:23:30.969250 [ 186 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.06.17 21:23:30.969916 [ 3 ] {a887f3da-9b13-4a3f-a14b-c8379d669ac8} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:30.970128 [ 186 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_36_7} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:30.970278 [ 3 ] {a887f3da-9b13-4a3f-a14b-c8379d669ac8} executeQuery: Read 199 rows, 14.22 KiB in 0.004161 sec., 47825.04205719779 rows/sec., 3.34 MiB/sec. 2024.06.17 21:23:30.970402 [ 186 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_36_7} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.06.17 21:23:30.970704 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.17 21:23:30.970964 [ 3 ] {a887f3da-9b13-4a3f-a14b-c8379d669ac8} DynamicQueryHandler: Done processing query 2024.06.17 21:23:30.970997 [ 3 ] {a887f3da-9b13-4a3f-a14b-c8379d669ac8} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.17 21:23:30.971014 [ 3 ] {} HTTP-Session: 1513aba7-45b7-4b73-9c06-d2eac845ca17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.971151 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:30.971201 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:30.971221 [ 3 ] {} HTTP-Session: 1a484b10-99a1-4fa5-93c7-76a411d80277 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:30.971238 [ 3 ] {} HTTP-Session: 1a484b10-99a1-4fa5-93c7-76a411d80277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.971252 [ 3 ] {} HTTP-Session: 1a484b10-99a1-4fa5-93c7-76a411d80277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.971283 [ 3 ] {} HTTP-Session: 1a484b10-99a1-4fa5-93c7-76a411d80277 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:30.971479 [ 3 ] {9856ad03-8a8d-49f9-8e3c-ee33ea963982} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:30.971528 [ 3 ] {9856ad03-8a8d-49f9-8e3c-ee33ea963982} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:23:30.971725 [ 3 ] {9856ad03-8a8d-49f9-8e3c-ee33ea963982} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:30.972121 [ 3 ] {9856ad03-8a8d-49f9-8e3c-ee33ea963982} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:30.972158 [ 3 ] {9856ad03-8a8d-49f9-8e3c-ee33ea963982} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:30.972569 [ 3 ] {9856ad03-8a8d-49f9-8e3c-ee33ea963982} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.06.17 21:23:30.972920 [ 3 ] {9856ad03-8a8d-49f9-8e3c-ee33ea963982} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:30.973089 [ 3 ] {9856ad03-8a8d-49f9-8e3c-ee33ea963982} executeQuery: Read 14 rows, 19.35 KiB in 0.001722 sec., 8130.081300813008 rows/sec., 10.97 MiB/sec. 2024.06.17 21:23:30.973261 [ 3 ] {9856ad03-8a8d-49f9-8e3c-ee33ea963982} DynamicQueryHandler: Done processing query 2024.06.17 21:23:30.973287 [ 3 ] {9856ad03-8a8d-49f9-8e3c-ee33ea963982} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:30.973303 [ 3 ] {} HTTP-Session: 1a484b10-99a1-4fa5-93c7-76a411d80277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.973412 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:30.973461 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:30.973480 [ 3 ] {} HTTP-Session: 40f3d371-87e9-4814-980f-0c5c22626c56 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:30.973497 [ 3 ] {} HTTP-Session: 40f3d371-87e9-4814-980f-0c5c22626c56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.973511 [ 3 ] {} HTTP-Session: 40f3d371-87e9-4814-980f-0c5c22626c56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:30.973540 [ 3 ] {} HTTP-Session: 40f3d371-87e9-4814-980f-0c5c22626c56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:30.973652 [ 3 ] {ae20dc73-624b-4a0f-b5e3-bae0152feb30} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:30.973698 [ 3 ] {ae20dc73-624b-4a0f-b5e3-bae0152feb30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:23:30.973827 [ 3 ] {ae20dc73-624b-4a0f-b5e3-bae0152feb30} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:30.974109 [ 3 ] {ae20dc73-624b-4a0f-b5e3-bae0152feb30} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:30.974146 [ 3 ] {ae20dc73-624b-4a0f-b5e3-bae0152feb30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:30.974507 [ 3 ] {ae20dc73-624b-4a0f-b5e3-bae0152feb30} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.06.17 21:23:30.974830 [ 3 ] {ae20dc73-624b-4a0f-b5e3-bae0152feb30} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:30.974985 [ 3 ] {ae20dc73-624b-4a0f-b5e3-bae0152feb30} executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. 2024.06.17 21:23:30.975139 [ 3 ] {ae20dc73-624b-4a0f-b5e3-bae0152feb30} DynamicQueryHandler: Done processing query 2024.06.17 21:23:30.975164 [ 3 ] {ae20dc73-624b-4a0f-b5e3-bae0152feb30} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:23:30.975180 [ 3 ] {} HTTP-Session: 40f3d371-87e9-4814-980f-0c5c22626c56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.948762 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:35.948913 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:35.948942 [ 3 ] {} HTTP-Session: 5f3f5365-1f6d-45bf-a3a6-bc7c21d87660 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:35.948970 [ 3 ] {} HTTP-Session: 5f3f5365-1f6d-45bf-a3a6-bc7c21d87660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.948989 [ 3 ] {} HTTP-Session: 5f3f5365-1f6d-45bf-a3a6-bc7c21d87660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.949079 [ 3 ] {} HTTP-Session: 5f3f5365-1f6d-45bf-a3a6-bc7c21d87660 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:35.949297 [ 3 ] {4a68de63-ce2b-4193-805a-5cb37fe140be} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:35.949365 [ 3 ] {4a68de63-ce2b-4193-805a-5cb37fe140be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:23:35.949563 [ 3 ] {4a68de63-ce2b-4193-805a-5cb37fe140be} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:35.949943 [ 3 ] {4a68de63-ce2b-4193-805a-5cb37fe140be} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:35.949990 [ 3 ] {4a68de63-ce2b-4193-805a-5cb37fe140be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:35.950363 [ 3 ] {4a68de63-ce2b-4193-805a-5cb37fe140be} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.06.17 21:23:35.950713 [ 3 ] {4a68de63-ce2b-4193-805a-5cb37fe140be} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:35.950885 [ 3 ] {4a68de63-ce2b-4193-805a-5cb37fe140be} executeQuery: Read 16 rows, 1.30 KiB in 0.001652 sec., 9685.230024213075 rows/sec., 785.03 KiB/sec. 2024.06.17 21:23:35.951204 [ 3 ] {4a68de63-ce2b-4193-805a-5cb37fe140be} DynamicQueryHandler: Done processing query 2024.06.17 21:23:35.951271 [ 3 ] {4a68de63-ce2b-4193-805a-5cb37fe140be} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:35.951289 [ 3 ] {} HTTP-Session: 5f3f5365-1f6d-45bf-a3a6-bc7c21d87660 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.951436 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:35.951491 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:35.951511 [ 3 ] {} HTTP-Session: 473507a9-2c05-404a-811a-6dfb1d694dbb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:35.951529 [ 3 ] {} HTTP-Session: 473507a9-2c05-404a-811a-6dfb1d694dbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.951543 [ 3 ] {} HTTP-Session: 473507a9-2c05-404a-811a-6dfb1d694dbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.951578 [ 3 ] {} HTTP-Session: 473507a9-2c05-404a-811a-6dfb1d694dbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:35.951713 [ 3 ] {2fa0598c-0441-4d73-a0c7-a39cc4884231} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:35.951761 [ 3 ] {2fa0598c-0441-4d73-a0c7-a39cc4884231} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:23:35.951934 [ 3 ] {2fa0598c-0441-4d73-a0c7-a39cc4884231} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:35.952338 [ 3 ] {2fa0598c-0441-4d73-a0c7-a39cc4884231} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:35.952376 [ 3 ] {2fa0598c-0441-4d73-a0c7-a39cc4884231} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:35.952705 [ 3 ] {2fa0598c-0441-4d73-a0c7-a39cc4884231} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.06.17 21:23:35.953016 [ 3 ] {2fa0598c-0441-4d73-a0c7-a39cc4884231} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:35.953168 [ 3 ] {2fa0598c-0441-4d73-a0c7-a39cc4884231} executeQuery: Read 104 rows, 8.66 KiB in 0.001506 sec., 69057.10491367862 rows/sec., 5.62 MiB/sec. 2024.06.17 21:23:35.953333 [ 3 ] {2fa0598c-0441-4d73-a0c7-a39cc4884231} DynamicQueryHandler: Done processing query 2024.06.17 21:23:35.953358 [ 3 ] {2fa0598c-0441-4d73-a0c7-a39cc4884231} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:23:35.953373 [ 3 ] {} HTTP-Session: 473507a9-2c05-404a-811a-6dfb1d694dbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.953495 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:35.953544 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:35.953563 [ 3 ] {} HTTP-Session: 485099c0-33b7-4d73-95eb-fe61c1c738c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:35.953580 [ 3 ] {} HTTP-Session: 485099c0-33b7-4d73-95eb-fe61c1c738c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.953593 [ 3 ] {} HTTP-Session: 485099c0-33b7-4d73-95eb-fe61c1c738c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.953626 [ 3 ] {} HTTP-Session: 485099c0-33b7-4d73-95eb-fe61c1c738c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:35.953744 [ 3 ] {73311c1c-4ddf-4d92-887f-74734b3c2541} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:35.953788 [ 3 ] {73311c1c-4ddf-4d92-887f-74734b3c2541} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:23:35.953915 [ 3 ] {73311c1c-4ddf-4d92-887f-74734b3c2541} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:35.954206 [ 3 ] {73311c1c-4ddf-4d92-887f-74734b3c2541} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:35.954242 [ 3 ] {73311c1c-4ddf-4d92-887f-74734b3c2541} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:35.954557 [ 3 ] {73311c1c-4ddf-4d92-887f-74734b3c2541} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.06.17 21:23:35.954857 [ 3 ] {73311c1c-4ddf-4d92-887f-74734b3c2541} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:35.955017 [ 3 ] {73311c1c-4ddf-4d92-887f-74734b3c2541} executeQuery: Read 80 rows, 6.40 KiB in 0.001312 sec., 60975.60975609756 rows/sec., 4.76 MiB/sec. 2024.06.17 21:23:35.955271 [ 3 ] {73311c1c-4ddf-4d92-887f-74734b3c2541} DynamicQueryHandler: Done processing query 2024.06.17 21:23:35.955309 [ 3 ] {73311c1c-4ddf-4d92-887f-74734b3c2541} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:23:35.955325 [ 3 ] {} HTTP-Session: 485099c0-33b7-4d73-95eb-fe61c1c738c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.955479 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:35.955527 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:35.955547 [ 3 ] {} HTTP-Session: 6cec5065-6189-41a9-86af-44ce600bdb19 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:35.955562 [ 3 ] {} HTTP-Session: 6cec5065-6189-41a9-86af-44ce600bdb19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.955576 [ 3 ] {} HTTP-Session: 6cec5065-6189-41a9-86af-44ce600bdb19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.955607 [ 3 ] {} HTTP-Session: 6cec5065-6189-41a9-86af-44ce600bdb19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:35.955754 [ 3 ] {464c9df7-ac43-47c5-ba25-db83d0a91266} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:35.955803 [ 3 ] {464c9df7-ac43-47c5-ba25-db83d0a91266} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:23:35.955967 [ 3 ] {464c9df7-ac43-47c5-ba25-db83d0a91266} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:35.956289 [ 3 ] {464c9df7-ac43-47c5-ba25-db83d0a91266} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:35.956324 [ 3 ] {464c9df7-ac43-47c5-ba25-db83d0a91266} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:35.956706 [ 3 ] {464c9df7-ac43-47c5-ba25-db83d0a91266} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.06.17 21:23:35.957048 [ 3 ] {464c9df7-ac43-47c5-ba25-db83d0a91266} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:35.957208 [ 3 ] {464c9df7-ac43-47c5-ba25-db83d0a91266} executeQuery: Read 160 rows, 11.41 KiB in 0.001514 sec., 105680.31704095112 rows/sec., 7.36 MiB/sec. 2024.06.17 21:23:35.957490 [ 3 ] {464c9df7-ac43-47c5-ba25-db83d0a91266} DynamicQueryHandler: Done processing query 2024.06.17 21:23:35.957527 [ 3 ] {464c9df7-ac43-47c5-ba25-db83d0a91266} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:35.957550 [ 3 ] {} HTTP-Session: 6cec5065-6189-41a9-86af-44ce600bdb19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.957676 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:35.957724 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:35.957742 [ 3 ] {} HTTP-Session: b6b02ece-7377-49c8-b24e-5b24c68b5dae Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:35.957758 [ 3 ] {} HTTP-Session: b6b02ece-7377-49c8-b24e-5b24c68b5dae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.957772 [ 3 ] {} HTTP-Session: b6b02ece-7377-49c8-b24e-5b24c68b5dae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.957803 [ 3 ] {} HTTP-Session: b6b02ece-7377-49c8-b24e-5b24c68b5dae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:35.957983 [ 3 ] {295fcaca-2ee4-4f6b-b1f1-e050f4aaf6d7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:35.958032 [ 3 ] {295fcaca-2ee4-4f6b-b1f1-e050f4aaf6d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:23:35.958209 [ 3 ] {295fcaca-2ee4-4f6b-b1f1-e050f4aaf6d7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:35.958553 [ 3 ] {295fcaca-2ee4-4f6b-b1f1-e050f4aaf6d7} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:35.958588 [ 3 ] {295fcaca-2ee4-4f6b-b1f1-e050f4aaf6d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:35.958983 [ 3 ] {295fcaca-2ee4-4f6b-b1f1-e050f4aaf6d7} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.06.17 21:23:35.959317 [ 3 ] {295fcaca-2ee4-4f6b-b1f1-e050f4aaf6d7} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:35.959474 [ 3 ] {295fcaca-2ee4-4f6b-b1f1-e050f4aaf6d7} executeQuery: Read 16 rows, 22.11 KiB in 0.001587 sec., 10081.91556395715 rows/sec., 13.61 MiB/sec. 2024.06.17 21:23:35.959632 [ 3 ] {295fcaca-2ee4-4f6b-b1f1-e050f4aaf6d7} DynamicQueryHandler: Done processing query 2024.06.17 21:23:35.959657 [ 3 ] {295fcaca-2ee4-4f6b-b1f1-e050f4aaf6d7} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:23:35.959672 [ 3 ] {} HTTP-Session: b6b02ece-7377-49c8-b24e-5b24c68b5dae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.959790 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:35.959836 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:35.959855 [ 3 ] {} HTTP-Session: 5ec9d032-003c-4fda-9c7c-5fd07ad7839f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:35.959871 [ 3 ] {} HTTP-Session: 5ec9d032-003c-4fda-9c7c-5fd07ad7839f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.959885 [ 3 ] {} HTTP-Session: 5ec9d032-003c-4fda-9c7c-5fd07ad7839f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:35.959914 [ 3 ] {} HTTP-Session: 5ec9d032-003c-4fda-9c7c-5fd07ad7839f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:35.960025 [ 3 ] {02ec7a21-c960-4fe4-91a7-0180dbbdaf63} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:35.960069 [ 3 ] {02ec7a21-c960-4fe4-91a7-0180dbbdaf63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:23:35.960194 [ 3 ] {02ec7a21-c960-4fe4-91a7-0180dbbdaf63} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:35.960441 [ 3 ] {02ec7a21-c960-4fe4-91a7-0180dbbdaf63} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:35.960477 [ 3 ] {02ec7a21-c960-4fe4-91a7-0180dbbdaf63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:35.960883 [ 3 ] {02ec7a21-c960-4fe4-91a7-0180dbbdaf63} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.06.17 21:23:35.961200 [ 3 ] {02ec7a21-c960-4fe4-91a7-0180dbbdaf63} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:35.961353 [ 3 ] {02ec7a21-c960-4fe4-91a7-0180dbbdaf63} executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. 2024.06.17 21:23:35.961507 [ 3 ] {02ec7a21-c960-4fe4-91a7-0180dbbdaf63} DynamicQueryHandler: Done processing query 2024.06.17 21:23:35.961531 [ 3 ] {02ec7a21-c960-4fe4-91a7-0180dbbdaf63} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:23:35.961546 [ 3 ] {} HTTP-Session: 5ec9d032-003c-4fda-9c7c-5fd07ad7839f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.948644 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:40.948783 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:40.948809 [ 3 ] {} HTTP-Session: 3ad3fde3-ce41-41cc-b14c-8afd86a32638 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:40.948835 [ 3 ] {} HTTP-Session: 3ad3fde3-ce41-41cc-b14c-8afd86a32638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.948851 [ 3 ] {} HTTP-Session: 3ad3fde3-ce41-41cc-b14c-8afd86a32638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.948901 [ 3 ] {} HTTP-Session: 3ad3fde3-ce41-41cc-b14c-8afd86a32638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:40.949098 [ 3 ] {c800cb31-d150-40fa-a2cd-b53f46fddc8c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:40.949168 [ 3 ] {c800cb31-d150-40fa-a2cd-b53f46fddc8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:23:40.949363 [ 3 ] {c800cb31-d150-40fa-a2cd-b53f46fddc8c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:40.949728 [ 3 ] {c800cb31-d150-40fa-a2cd-b53f46fddc8c} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:40.949772 [ 3 ] {c800cb31-d150-40fa-a2cd-b53f46fddc8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:40.950155 [ 3 ] {c800cb31-d150-40fa-a2cd-b53f46fddc8c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.06.17 21:23:40.950489 [ 3 ] {c800cb31-d150-40fa-a2cd-b53f46fddc8c} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:40.950635 [ 3 ] {c800cb31-d150-40fa-a2cd-b53f46fddc8c} executeQuery: Read 14 rows, 1.13 KiB in 0.001596 sec., 8771.929824561405 rows/sec., 711.01 KiB/sec. 2024.06.17 21:23:40.950823 [ 3 ] {c800cb31-d150-40fa-a2cd-b53f46fddc8c} DynamicQueryHandler: Done processing query 2024.06.17 21:23:40.950850 [ 3 ] {c800cb31-d150-40fa-a2cd-b53f46fddc8c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:40.950866 [ 3 ] {} HTTP-Session: 3ad3fde3-ce41-41cc-b14c-8afd86a32638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.951002 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:40.951052 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:40.951072 [ 3 ] {} HTTP-Session: 0eb2eeaf-1bf7-4643-8e6d-0e17b8eabc63 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:40.951089 [ 3 ] {} HTTP-Session: 0eb2eeaf-1bf7-4643-8e6d-0e17b8eabc63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.951103 [ 3 ] {} HTTP-Session: 0eb2eeaf-1bf7-4643-8e6d-0e17b8eabc63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.951134 [ 3 ] {} HTTP-Session: 0eb2eeaf-1bf7-4643-8e6d-0e17b8eabc63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:40.951258 [ 3 ] {da85e939-d8e2-4c3f-bd4e-90325f76a3c2} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:40.951302 [ 3 ] {da85e939-d8e2-4c3f-bd4e-90325f76a3c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:23:40.951425 [ 3 ] {da85e939-d8e2-4c3f-bd4e-90325f76a3c2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:40.951732 [ 3 ] {da85e939-d8e2-4c3f-bd4e-90325f76a3c2} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:40.951768 [ 3 ] {da85e939-d8e2-4c3f-bd4e-90325f76a3c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:40.952086 [ 3 ] {da85e939-d8e2-4c3f-bd4e-90325f76a3c2} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.06.17 21:23:40.952394 [ 3 ] {da85e939-d8e2-4c3f-bd4e-90325f76a3c2} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:40.952526 [ 3 ] {da85e939-d8e2-4c3f-bd4e-90325f76a3c2} executeQuery: Read 98 rows, 8.24 KiB in 0.001317 sec., 74411.54138192862 rows/sec., 6.11 MiB/sec. 2024.06.17 21:23:40.952791 [ 3 ] {da85e939-d8e2-4c3f-bd4e-90325f76a3c2} DynamicQueryHandler: Done processing query 2024.06.17 21:23:40.952843 [ 3 ] {da85e939-d8e2-4c3f-bd4e-90325f76a3c2} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:23:40.952875 [ 3 ] {} HTTP-Session: 0eb2eeaf-1bf7-4643-8e6d-0e17b8eabc63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.953046 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:40.953095 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:40.953116 [ 3 ] {} HTTP-Session: 4c097f15-5c7f-4a10-b93a-70de600504c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:40.953132 [ 3 ] {} HTTP-Session: 4c097f15-5c7f-4a10-b93a-70de600504c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.953147 [ 3 ] {} HTTP-Session: 4c097f15-5c7f-4a10-b93a-70de600504c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.953178 [ 3 ] {} HTTP-Session: 4c097f15-5c7f-4a10-b93a-70de600504c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:40.953298 [ 3 ] {dc1b4d00-4a97-4efb-8314-38a3826f7de0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:40.953343 [ 3 ] {dc1b4d00-4a97-4efb-8314-38a3826f7de0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:23:40.953486 [ 3 ] {dc1b4d00-4a97-4efb-8314-38a3826f7de0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:40.953906 [ 3 ] {dc1b4d00-4a97-4efb-8314-38a3826f7de0} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:40.953944 [ 3 ] {dc1b4d00-4a97-4efb-8314-38a3826f7de0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:40.954268 [ 3 ] {dc1b4d00-4a97-4efb-8314-38a3826f7de0} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.06.17 21:23:40.954581 [ 3 ] {dc1b4d00-4a97-4efb-8314-38a3826f7de0} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:40.954713 [ 3 ] {dc1b4d00-4a97-4efb-8314-38a3826f7de0} executeQuery: Read 78 rows, 6.24 KiB in 0.001457 sec., 53534.660260809884 rows/sec., 4.18 MiB/sec. 2024.06.17 21:23:40.954877 [ 3 ] {dc1b4d00-4a97-4efb-8314-38a3826f7de0} DynamicQueryHandler: Done processing query 2024.06.17 21:23:40.954903 [ 3 ] {dc1b4d00-4a97-4efb-8314-38a3826f7de0} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:23:40.954920 [ 3 ] {} HTTP-Session: 4c097f15-5c7f-4a10-b93a-70de600504c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.955092 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:40.955143 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:40.955162 [ 3 ] {} HTTP-Session: 9eefd9da-4fa4-4070-9ce6-540a66c1b394 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:40.955179 [ 3 ] {} HTTP-Session: 9eefd9da-4fa4-4070-9ce6-540a66c1b394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.955194 [ 3 ] {} HTTP-Session: 9eefd9da-4fa4-4070-9ce6-540a66c1b394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.955225 [ 3 ] {} HTTP-Session: 9eefd9da-4fa4-4070-9ce6-540a66c1b394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:40.955377 [ 3 ] {423e3f7d-0935-4dd0-9a7c-d0c4aba04ef2} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:40.955426 [ 3 ] {423e3f7d-0935-4dd0-9a7c-d0c4aba04ef2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:23:40.955571 [ 3 ] {423e3f7d-0935-4dd0-9a7c-d0c4aba04ef2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:40.955946 [ 3 ] {423e3f7d-0935-4dd0-9a7c-d0c4aba04ef2} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:40.955982 [ 3 ] {423e3f7d-0935-4dd0-9a7c-d0c4aba04ef2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:40.956376 [ 3 ] {423e3f7d-0935-4dd0-9a7c-d0c4aba04ef2} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.06.17 21:23:40.956717 [ 3 ] {423e3f7d-0935-4dd0-9a7c-d0c4aba04ef2} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:40.956843 [ 92 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.06.17 21:23:40.956847 [ 3 ] {423e3f7d-0935-4dd0-9a7c-d0c4aba04ef2} executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. 2024.06.17 21:23:40.956886 [ 92 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:40.956920 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:40.957035 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:23:40.957053 [ 3 ] {423e3f7d-0935-4dd0-9a7c-d0c4aba04ef2} DynamicQueryHandler: Done processing query 2024.06.17 21:23:40.957083 [ 3 ] {423e3f7d-0935-4dd0-9a7c-d0c4aba04ef2} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:40.957100 [ 3 ] {} HTTP-Session: 9eefd9da-4fa4-4070-9ce6-540a66c1b394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.957166 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:40.957199 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 3938 rows starting from the beginning of the part 2024.06.17 21:23:40.957248 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:40.957282 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:23:40.957375 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:40.957511 [ 3 ] {} HTTP-Session: 2cbc53fe-4395-4dcf-8d08-5f3847e5c090 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:40.957620 [ 3 ] {} HTTP-Session: 2cbc53fe-4395-4dcf-8d08-5f3847e5c090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.957662 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:23:40.957715 [ 3 ] {} HTTP-Session: 2cbc53fe-4395-4dcf-8d08-5f3847e5c090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.957884 [ 3 ] {} HTTP-Session: 2cbc53fe-4395-4dcf-8d08-5f3847e5c090 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:40.958006 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 199 rows starting from the beginning of the part 2024.06.17 21:23:40.958302 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:23:40.958318 [ 3 ] {99903e92-c845-48bc-b4de-7c6b6fb24dec} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:40.958507 [ 3 ] {99903e92-c845-48bc-b4de-7c6b6fb24dec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:23:40.958567 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2024.06.17 21:23:40.959307 [ 3 ] {99903e92-c845-48bc-b4de-7c6b6fb24dec} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:40.959872 [ 3 ] {99903e92-c845-48bc-b4de-7c6b6fb24dec} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:40.959917 [ 3 ] {99903e92-c845-48bc-b4de-7c6b6fb24dec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:40.960636 [ 3 ] {99903e92-c845-48bc-b4de-7c6b6fb24dec} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.06.17 21:23:40.961293 [ 3 ] {99903e92-c845-48bc-b4de-7c6b6fb24dec} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:40.961445 [ 3 ] {99903e92-c845-48bc-b4de-7c6b6fb24dec} executeQuery: Read 14 rows, 19.35 KiB in 0.003382 sec., 4139.562389118864 rows/sec., 5.59 MiB/sec. 2024.06.17 21:23:40.961713 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 4777 rows, containing 5 columns (5 merged, 0 gathered) in 0.004729768 sec., 1009986.1134837904 rows/sec., 70.52 MiB/sec. 2024.06.17 21:23:40.961781 [ 3 ] {99903e92-c845-48bc-b4de-7c6b6fb24dec} DynamicQueryHandler: Done processing query 2024.06.17 21:23:40.961807 [ 3 ] {99903e92-c845-48bc-b4de-7c6b6fb24dec} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:40.961825 [ 3 ] {} HTTP-Session: 2cbc53fe-4395-4dcf-8d08-5f3847e5c090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.961951 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:40.962005 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:40.962026 [ 3 ] {} HTTP-Session: 57a3c5a5-a79c-44b8-ab70-5467524ab434 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:40.962047 [ 3 ] {} HTTP-Session: 57a3c5a5-a79c-44b8-ab70-5467524ab434 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.962066 [ 3 ] {} HTTP-Session: 57a3c5a5-a79c-44b8-ab70-5467524ab434 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.962076 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.06.17 21:23:40.962104 [ 3 ] {} HTTP-Session: 57a3c5a5-a79c-44b8-ab70-5467524ab434 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:40.962239 [ 3 ] {3c9d2d8a-50fd-47f7-ada5-d5a8d3677903} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:40.962290 [ 3 ] {3c9d2d8a-50fd-47f7-ada5-d5a8d3677903} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:23:40.962608 [ 3 ] {3c9d2d8a-50fd-47f7-ada5-d5a8d3677903} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:40.962762 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_36_7} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:40.962923 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_36_7} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.06.17 21:23:40.963011 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2024.06.17 21:23:40.963071 [ 3 ] {3c9d2d8a-50fd-47f7-ada5-d5a8d3677903} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:40.963108 [ 3 ] {3c9d2d8a-50fd-47f7-ada5-d5a8d3677903} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:40.963479 [ 3 ] {3c9d2d8a-50fd-47f7-ada5-d5a8d3677903} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.06.17 21:23:40.963814 [ 3 ] {3c9d2d8a-50fd-47f7-ada5-d5a8d3677903} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:40.963937 [ 92 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.06.17 21:23:40.963941 [ 3 ] {3c9d2d8a-50fd-47f7-ada5-d5a8d3677903} executeQuery: Read 60 rows, 4.14 KiB in 0.001744 sec., 34403.66972477064 rows/sec., 2.32 MiB/sec. 2024.06.17 21:23:40.963965 [ 92 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:40.964000 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:40.964212 [ 3 ] {3c9d2d8a-50fd-47f7-ada5-d5a8d3677903} DynamicQueryHandler: Done processing query 2024.06.17 21:23:40.964214 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:23:40.964243 [ 3 ] {3c9d2d8a-50fd-47f7-ada5-d5a8d3677903} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:23:40.964302 [ 3 ] {} HTTP-Session: 57a3c5a5-a79c-44b8-ab70-5467524ab434 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:40.964449 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:40.964494 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1368 rows starting from the beginning of the part 2024.06.17 21:23:40.964613 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:23:40.964797 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:23:40.964937 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:23:40.965137 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:23:40.965285 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:23:40.966721 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1668 rows, containing 4 columns (4 merged, 0 gathered) in 0.002618747 sec., 636945.83707399 rows/sec., 42.72 MiB/sec. 2024.06.17 21:23:40.966931 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.06.17 21:23:40.967315 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_36_7} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:40.967399 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_36_7} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.06.17 21:23:40.967479 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2024.06.17 21:23:41.288347 [ 92 ] {} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2024.06.17 21:23:41.288453 [ 92 ] {} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:41.288494 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.06.17 21:23:41.288775 [ 193 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2024.06.17 21:23:41.289082 [ 193 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:41.289141 [ 193 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part 2024.06.17 21:23:41.289266 [ 193 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2024.06.17 21:23:41.289684 [ 193 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part 2024.06.17 21:23:41.289937 [ 193 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2024.06.17 21:23:41.290033 [ 193 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2024.06.17 21:23:41.291047 [ 193 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002451265 sec., 11422.673599141666 rows/sec., 797.58 KiB/sec. 2024.06.17 21:23:41.291146 [ 193 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2024.06.17 21:23:41.291480 [ 193 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_9_2} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:41.291555 [ 193 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_9_2} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2024.06.17 21:23:41.291624 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.06.17 21:23:43.142761 [ 91 ] {} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2024.06.17 21:23:43.142834 [ 91 ] {} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:43.142857 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:43.143066 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2024.06.17 21:23:43.143275 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:43.143316 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part 2024.06.17 21:23:43.143403 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2024.06.17 21:23:43.143639 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part 2024.06.17 21:23:43.143834 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2024.06.17 21:23:43.143944 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2024.06.17 21:23:43.145064 [ 199 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002125882 sec., 13171.00384687391 rows/sec., 1.05 MiB/sec. 2024.06.17 21:23:43.145219 [ 199 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2024.06.17 21:23:43.145631 [ 199 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_9_2} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:43.145718 [ 199 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_9_2} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2024.06.17 21:23:43.145812 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2024.06.17 21:23:45.178202 [ 89 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:23:45.178251 [ 89 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:23:45.948771 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:45.948896 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:45.948921 [ 3 ] {} HTTP-Session: a71eac5b-98be-4c68-a7ba-ed869bf41e1f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:45.948946 [ 3 ] {} HTTP-Session: a71eac5b-98be-4c68-a7ba-ed869bf41e1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.948961 [ 3 ] {} HTTP-Session: a71eac5b-98be-4c68-a7ba-ed869bf41e1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.949011 [ 3 ] {} HTTP-Session: a71eac5b-98be-4c68-a7ba-ed869bf41e1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:45.949202 [ 3 ] {2159bc7a-81dc-4658-921b-fd7473351e5a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:45.949270 [ 3 ] {2159bc7a-81dc-4658-921b-fd7473351e5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:23:45.949458 [ 3 ] {2159bc7a-81dc-4658-921b-fd7473351e5a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:45.949868 [ 3 ] {2159bc7a-81dc-4658-921b-fd7473351e5a} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:45.949910 [ 3 ] {2159bc7a-81dc-4658-921b-fd7473351e5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:45.950277 [ 3 ] {2159bc7a-81dc-4658-921b-fd7473351e5a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.06.17 21:23:45.950614 [ 3 ] {2159bc7a-81dc-4658-921b-fd7473351e5a} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:45.950777 [ 3 ] {2159bc7a-81dc-4658-921b-fd7473351e5a} executeQuery: Read 16 rows, 1.30 KiB in 0.001632 sec., 9803.921568627451 rows/sec., 794.65 KiB/sec. 2024.06.17 21:23:45.950793 [ 89 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.06.17 21:23:45.950896 [ 89 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:45.950946 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:45.951082 [ 3 ] {2159bc7a-81dc-4658-921b-fd7473351e5a} DynamicQueryHandler: Done processing query 2024.06.17 21:23:45.951133 [ 3 ] {2159bc7a-81dc-4658-921b-fd7473351e5a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:45.951162 [ 3 ] {} HTTP-Session: a71eac5b-98be-4c68-a7ba-ed869bf41e1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.951159 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:23:45.951368 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:45.951434 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:45.951451 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:45.951498 [ 3 ] {} HTTP-Session: 031c6da5-691a-4420-b2da-3b15727f9603 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:45.951505 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 30 rows starting from the beginning of the part 2024.06.17 21:23:45.951521 [ 3 ] {} HTTP-Session: 031c6da5-691a-4420-b2da-3b15727f9603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.951561 [ 3 ] {} HTTP-Session: 031c6da5-691a-4420-b2da-3b15727f9603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.951723 [ 3 ] {} HTTP-Session: 031c6da5-691a-4420-b2da-3b15727f9603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:45.951756 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part 2024.06.17 21:23:45.951966 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part 2024.06.17 21:23:45.952250 [ 3 ] {006f2b98-ba84-4b72-92b5-45a9327e6ab2} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:45.952277 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 16 rows starting from the beginning of the part 2024.06.17 21:23:45.952443 [ 3 ] {006f2b98-ba84-4b72-92b5-45a9327e6ab2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:23:45.952548 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part 2024.06.17 21:23:45.952919 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part 2024.06.17 21:23:45.953517 [ 3 ] {006f2b98-ba84-4b72-92b5-45a9327e6ab2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:45.954185 [ 3 ] {006f2b98-ba84-4b72-92b5-45a9327e6ab2} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:45.954246 [ 3 ] {006f2b98-ba84-4b72-92b5-45a9327e6ab2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:45.955016 [ 3 ] {006f2b98-ba84-4b72-92b5-45a9327e6ab2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.17 21:23:45.955786 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004750079 sec., 22315.41833304246 rows/sec., 1.77 MiB/sec. 2024.06.17 21:23:45.955936 [ 3 ] {006f2b98-ba84-4b72-92b5-45a9327e6ab2} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:45.956062 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.06.17 21:23:45.956316 [ 3 ] {006f2b98-ba84-4b72-92b5-45a9327e6ab2} executeQuery: Read 2 rows, 167.00 B in 0.004307 sec., 464.3603436266543 rows/sec., 37.87 KiB/sec. 2024.06.17 21:23:45.956884 [ 3 ] {006f2b98-ba84-4b72-92b5-45a9327e6ab2} DynamicQueryHandler: Done processing query 2024.06.17 21:23:45.956922 [ 3 ] {006f2b98-ba84-4b72-92b5-45a9327e6ab2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:45.956970 [ 3 ] {} HTTP-Session: 031c6da5-691a-4420-b2da-3b15727f9603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.957138 [ 199 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_36_7} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:45.957156 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:45.957266 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:45.957298 [ 3 ] {} HTTP-Session: 3eb5db24-f715-4ff0-9134-da28e0757610 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:45.957331 [ 3 ] {} HTTP-Session: 3eb5db24-f715-4ff0-9134-da28e0757610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.957336 [ 199 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_36_7} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.06.17 21:23:45.957355 [ 3 ] {} HTTP-Session: 3eb5db24-f715-4ff0-9134-da28e0757610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.957431 [ 3 ] {} HTTP-Session: 3eb5db24-f715-4ff0-9134-da28e0757610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:45.957505 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.06.17 21:23:45.957617 [ 3 ] {beb66e50-4183-46ef-b38b-0ad52148a207} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:45.957664 [ 3 ] {beb66e50-4183-46ef-b38b-0ad52148a207} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:23:45.957812 [ 3 ] {beb66e50-4183-46ef-b38b-0ad52148a207} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:45.958174 [ 3 ] {beb66e50-4183-46ef-b38b-0ad52148a207} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:45.958209 [ 3 ] {beb66e50-4183-46ef-b38b-0ad52148a207} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:45.958531 [ 3 ] {beb66e50-4183-46ef-b38b-0ad52148a207} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.06.17 21:23:45.958857 [ 3 ] {beb66e50-4183-46ef-b38b-0ad52148a207} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:45.958986 [ 3 ] {beb66e50-4183-46ef-b38b-0ad52148a207} executeQuery: Read 105 rows, 8.73 KiB in 0.001423 sec., 73787.77231201687 rows/sec., 5.99 MiB/sec. 2024.06.17 21:23:45.959148 [ 3 ] {beb66e50-4183-46ef-b38b-0ad52148a207} DynamicQueryHandler: Done processing query 2024.06.17 21:23:45.959172 [ 3 ] {beb66e50-4183-46ef-b38b-0ad52148a207} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:23:45.959188 [ 3 ] {} HTTP-Session: 3eb5db24-f715-4ff0-9134-da28e0757610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.959322 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:45.959372 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:45.959391 [ 3 ] {} HTTP-Session: e3f58049-c29a-4129-8cc8-b5922027332d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:45.959407 [ 3 ] {} HTTP-Session: e3f58049-c29a-4129-8cc8-b5922027332d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.959420 [ 3 ] {} HTTP-Session: e3f58049-c29a-4129-8cc8-b5922027332d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.959451 [ 3 ] {} HTTP-Session: e3f58049-c29a-4129-8cc8-b5922027332d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:45.959543 [ 3 ] {8363e624-0e72-4371-ba1a-e74ef1470b05} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:45.959585 [ 3 ] {8363e624-0e72-4371-ba1a-e74ef1470b05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:23:45.959708 [ 3 ] {8363e624-0e72-4371-ba1a-e74ef1470b05} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:45.959985 [ 3 ] {8363e624-0e72-4371-ba1a-e74ef1470b05} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:45.960021 [ 3 ] {8363e624-0e72-4371-ba1a-e74ef1470b05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:45.960314 [ 3 ] {8363e624-0e72-4371-ba1a-e74ef1470b05} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.17 21:23:45.960615 [ 3 ] {8363e624-0e72-4371-ba1a-e74ef1470b05} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:45.960749 [ 3 ] {8363e624-0e72-4371-ba1a-e74ef1470b05} executeQuery: Read 2 rows, 143.00 B in 0.001225 sec., 1632.6530612244899 rows/sec., 114.00 KiB/sec. 2024.06.17 21:23:45.961067 [ 3 ] {8363e624-0e72-4371-ba1a-e74ef1470b05} DynamicQueryHandler: Done processing query 2024.06.17 21:23:45.961093 [ 3 ] {8363e624-0e72-4371-ba1a-e74ef1470b05} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:45.961109 [ 3 ] {} HTTP-Session: e3f58049-c29a-4129-8cc8-b5922027332d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.961240 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:45.961289 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:45.961308 [ 3 ] {} HTTP-Session: 340b1349-0d9d-411e-a662-299acdd418de Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:45.961324 [ 3 ] {} HTTP-Session: 340b1349-0d9d-411e-a662-299acdd418de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.961337 [ 3 ] {} HTTP-Session: 340b1349-0d9d-411e-a662-299acdd418de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.961368 [ 3 ] {} HTTP-Session: 340b1349-0d9d-411e-a662-299acdd418de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:45.961488 [ 3 ] {88ae1ec6-0b6e-4cf9-874d-c9e84b595c98} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:45.961532 [ 3 ] {88ae1ec6-0b6e-4cf9-874d-c9e84b595c98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:23:45.961676 [ 3 ] {88ae1ec6-0b6e-4cf9-874d-c9e84b595c98} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:45.962063 [ 3 ] {88ae1ec6-0b6e-4cf9-874d-c9e84b595c98} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:45.962099 [ 3 ] {88ae1ec6-0b6e-4cf9-874d-c9e84b595c98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:45.962410 [ 3 ] {88ae1ec6-0b6e-4cf9-874d-c9e84b595c98} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.06.17 21:23:45.962711 [ 3 ] {88ae1ec6-0b6e-4cf9-874d-c9e84b595c98} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:45.962856 [ 3 ] {88ae1ec6-0b6e-4cf9-874d-c9e84b595c98} executeQuery: Read 82 rows, 6.56 KiB in 0.001409 sec., 58197.30305180979 rows/sec., 4.55 MiB/sec. 2024.06.17 21:23:45.963028 [ 3 ] {88ae1ec6-0b6e-4cf9-874d-c9e84b595c98} DynamicQueryHandler: Done processing query 2024.06.17 21:23:45.963052 [ 3 ] {88ae1ec6-0b6e-4cf9-874d-c9e84b595c98} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:23:45.963068 [ 3 ] {} HTTP-Session: 340b1349-0d9d-411e-a662-299acdd418de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.963240 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:45.963289 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:45.963308 [ 3 ] {} HTTP-Session: 374d57a2-df55-4705-b664-9afe71447c89 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:45.963323 [ 3 ] {} HTTP-Session: 374d57a2-df55-4705-b664-9afe71447c89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.963338 [ 3 ] {} HTTP-Session: 374d57a2-df55-4705-b664-9afe71447c89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.963369 [ 3 ] {} HTTP-Session: 374d57a2-df55-4705-b664-9afe71447c89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:45.963514 [ 3 ] {1dc3c58f-8955-496a-95de-93b7576772ed} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:45.963561 [ 3 ] {1dc3c58f-8955-496a-95de-93b7576772ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:23:45.963705 [ 3 ] {1dc3c58f-8955-496a-95de-93b7576772ed} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:45.964118 [ 3 ] {1dc3c58f-8955-496a-95de-93b7576772ed} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:45.964158 [ 3 ] {1dc3c58f-8955-496a-95de-93b7576772ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:45.964608 [ 3 ] {1dc3c58f-8955-496a-95de-93b7576772ed} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.06.17 21:23:45.964981 [ 3 ] {1dc3c58f-8955-496a-95de-93b7576772ed} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:45.965139 [ 3 ] {1dc3c58f-8955-496a-95de-93b7576772ed} executeQuery: Read 161 rows, 11.48 KiB in 0.001689 sec., 95322.67613972766 rows/sec., 6.64 MiB/sec. 2024.06.17 21:23:45.965312 [ 3 ] {1dc3c58f-8955-496a-95de-93b7576772ed} DynamicQueryHandler: Done processing query 2024.06.17 21:23:45.965336 [ 3 ] {1dc3c58f-8955-496a-95de-93b7576772ed} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:45.965352 [ 3 ] {} HTTP-Session: 374d57a2-df55-4705-b664-9afe71447c89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.965485 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:45.965533 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:45.965552 [ 3 ] {} HTTP-Session: 7d0e08f5-bae0-417e-bb77-b60059ee49eb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:45.965569 [ 3 ] {} HTTP-Session: 7d0e08f5-bae0-417e-bb77-b60059ee49eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.965582 [ 3 ] {} HTTP-Session: 7d0e08f5-bae0-417e-bb77-b60059ee49eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.965613 [ 3 ] {} HTTP-Session: 7d0e08f5-bae0-417e-bb77-b60059ee49eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:45.965797 [ 3 ] {916bf646-c623-4e23-842e-1ae67dc4f2b6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:45.965844 [ 3 ] {916bf646-c623-4e23-842e-1ae67dc4f2b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:23:45.966008 [ 3 ] {916bf646-c623-4e23-842e-1ae67dc4f2b6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:45.966405 [ 3 ] {916bf646-c623-4e23-842e-1ae67dc4f2b6} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:45.966443 [ 3 ] {916bf646-c623-4e23-842e-1ae67dc4f2b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:45.966841 [ 3 ] {916bf646-c623-4e23-842e-1ae67dc4f2b6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.06.17 21:23:45.967188 [ 3 ] {916bf646-c623-4e23-842e-1ae67dc4f2b6} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:45.967337 [ 87 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.06.17 21:23:45.967345 [ 3 ] {916bf646-c623-4e23-842e-1ae67dc4f2b6} executeQuery: Read 16 rows, 22.11 KiB in 0.00165 sec., 9696.969696969698 rows/sec., 13.09 MiB/sec. 2024.06.17 21:23:45.967399 [ 87 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:45.967471 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:45.967658 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:23:45.967698 [ 3 ] {916bf646-c623-4e23-842e-1ae67dc4f2b6} DynamicQueryHandler: Done processing query 2024.06.17 21:23:45.967740 [ 3 ] {916bf646-c623-4e23-842e-1ae67dc4f2b6} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:23:45.967785 [ 3 ] {} HTTP-Session: 7d0e08f5-bae0-417e-bb77-b60059ee49eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.967910 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:45.967968 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:45.967993 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 468 rows starting from the beginning of the part 2024.06.17 21:23:45.968074 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:45.968159 [ 3 ] {} HTTP-Session: 705b2a63-0ce7-4a65-b769-edfe1999f830 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:45.968211 [ 3 ] {} HTTP-Session: 705b2a63-0ce7-4a65-b769-edfe1999f830 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.968285 [ 3 ] {} HTTP-Session: 705b2a63-0ce7-4a65-b769-edfe1999f830 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.968303 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part 2024.06.17 21:23:45.968393 [ 3 ] {} HTTP-Session: 705b2a63-0ce7-4a65-b769-edfe1999f830 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:45.968594 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part 2024.06.17 21:23:45.968878 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 16 rows starting from the beginning of the part 2024.06.17 21:23:45.968901 [ 3 ] {0f1d6d5d-a4c3-4306-b672-c24dbdf1aa9e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:45.969080 [ 3 ] {0f1d6d5d-a4c3-4306-b672-c24dbdf1aa9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:23:45.969184 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part 2024.06.17 21:23:45.969644 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part 2024.06.17 21:23:45.970232 [ 3 ] {0f1d6d5d-a4c3-4306-b672-c24dbdf1aa9e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:45.970928 [ 3 ] {0f1d6d5d-a4c3-4306-b672-c24dbdf1aa9e} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:45.970998 [ 3 ] {0f1d6d5d-a4c3-4306-b672-c24dbdf1aa9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:45.971585 [ 3 ] {0f1d6d5d-a4c3-4306-b672-c24dbdf1aa9e} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.06.17 21:23:45.972543 [ 3 ] {0f1d6d5d-a4c3-4306-b672-c24dbdf1aa9e} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:45.972986 [ 3 ] {0f1d6d5d-a4c3-4306-b672-c24dbdf1aa9e} executeQuery: Read 60 rows, 4.14 KiB in 0.004296 sec., 13966.480446927373 rows/sec., 963.83 KiB/sec. 2024.06.17 21:23:45.973751 [ 3 ] {0f1d6d5d-a4c3-4306-b672-c24dbdf1aa9e} DynamicQueryHandler: Done processing query 2024.06.17 21:23:45.973777 [ 3 ] {0f1d6d5d-a4c3-4306-b672-c24dbdf1aa9e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:23:45.973867 [ 3 ] {} HTTP-Session: 705b2a63-0ce7-4a65-b769-edfe1999f830 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:45.974711 [ 199 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 544 rows, containing 6 columns (6 merged, 0 gathered) in 0.007148343 sec., 76101.55248565997 rows/sec., 102.70 MiB/sec. 2024.06.17 21:23:45.975235 [ 199 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.06.17 21:23:45.975678 [ 199 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_36_7} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:45.975760 [ 199 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_36_7} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.06.17 21:23:45.975851 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. 2024.06.17 21:23:50.949375 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:50.949564 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:50.949610 [ 3 ] {} HTTP-Session: 099adbcb-7cd7-4323-bee1-96062bc0db9e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:50.949650 [ 3 ] {} HTTP-Session: 099adbcb-7cd7-4323-bee1-96062bc0db9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.949679 [ 3 ] {} HTTP-Session: 099adbcb-7cd7-4323-bee1-96062bc0db9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.949759 [ 3 ] {} HTTP-Session: 099adbcb-7cd7-4323-bee1-96062bc0db9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:50.949950 [ 3 ] {32993932-c606-4b3f-9891-293fec6927db} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:50.950016 [ 3 ] {32993932-c606-4b3f-9891-293fec6927db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:23:50.950201 [ 3 ] {32993932-c606-4b3f-9891-293fec6927db} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:50.950615 [ 3 ] {32993932-c606-4b3f-9891-293fec6927db} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:50.950654 [ 3 ] {32993932-c606-4b3f-9891-293fec6927db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:50.951027 [ 3 ] {32993932-c606-4b3f-9891-293fec6927db} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.06.17 21:23:50.951360 [ 3 ] {32993932-c606-4b3f-9891-293fec6927db} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:50.951504 [ 3 ] {32993932-c606-4b3f-9891-293fec6927db} executeQuery: Read 14 rows, 1.13 KiB in 0.001613 sec., 8679.479231246125 rows/sec., 703.51 KiB/sec. 2024.06.17 21:23:50.951702 [ 3 ] {32993932-c606-4b3f-9891-293fec6927db} DynamicQueryHandler: Done processing query 2024.06.17 21:23:50.951729 [ 3 ] {32993932-c606-4b3f-9891-293fec6927db} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:50.951746 [ 3 ] {} HTTP-Session: 099adbcb-7cd7-4323-bee1-96062bc0db9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.951915 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:50.951964 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:50.951984 [ 3 ] {} HTTP-Session: 097c0aab-26cd-42b6-8d66-a54e35fcb46b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:50.952000 [ 3 ] {} HTTP-Session: 097c0aab-26cd-42b6-8d66-a54e35fcb46b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.952014 [ 3 ] {} HTTP-Session: 097c0aab-26cd-42b6-8d66-a54e35fcb46b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.952046 [ 3 ] {} HTTP-Session: 097c0aab-26cd-42b6-8d66-a54e35fcb46b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:50.952167 [ 3 ] {0db8a28f-c232-4035-beef-a6dc31e54904} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:50.952211 [ 3 ] {0db8a28f-c232-4035-beef-a6dc31e54904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:23:50.952336 [ 3 ] {0db8a28f-c232-4035-beef-a6dc31e54904} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:50.952684 [ 3 ] {0db8a28f-c232-4035-beef-a6dc31e54904} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:50.952720 [ 3 ] {0db8a28f-c232-4035-beef-a6dc31e54904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:50.953036 [ 3 ] {0db8a28f-c232-4035-beef-a6dc31e54904} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.06.17 21:23:50.953348 [ 3 ] {0db8a28f-c232-4035-beef-a6dc31e54904} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:50.953481 [ 3 ] {0db8a28f-c232-4035-beef-a6dc31e54904} executeQuery: Read 98 rows, 8.24 KiB in 0.001355 sec., 72324.72324723247 rows/sec., 5.94 MiB/sec. 2024.06.17 21:23:50.953752 [ 3 ] {0db8a28f-c232-4035-beef-a6dc31e54904} DynamicQueryHandler: Done processing query 2024.06.17 21:23:50.953815 [ 3 ] {0db8a28f-c232-4035-beef-a6dc31e54904} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:23:50.953867 [ 3 ] {} HTTP-Session: 097c0aab-26cd-42b6-8d66-a54e35fcb46b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.954061 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:50.954113 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:50.954132 [ 3 ] {} HTTP-Session: 48de456a-0394-4ef7-b72f-f1e99d4d257f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:50.954149 [ 3 ] {} HTTP-Session: 48de456a-0394-4ef7-b72f-f1e99d4d257f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.954162 [ 3 ] {} HTTP-Session: 48de456a-0394-4ef7-b72f-f1e99d4d257f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.954195 [ 3 ] {} HTTP-Session: 48de456a-0394-4ef7-b72f-f1e99d4d257f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:50.954322 [ 3 ] {cae67712-a44a-42fe-8980-b0ddce6fa5d5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:50.954368 [ 3 ] {cae67712-a44a-42fe-8980-b0ddce6fa5d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:23:50.954518 [ 3 ] {cae67712-a44a-42fe-8980-b0ddce6fa5d5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:50.954879 [ 3 ] {cae67712-a44a-42fe-8980-b0ddce6fa5d5} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:50.954918 [ 3 ] {cae67712-a44a-42fe-8980-b0ddce6fa5d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:50.955286 [ 3 ] {cae67712-a44a-42fe-8980-b0ddce6fa5d5} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.06.17 21:23:50.955603 [ 3 ] {cae67712-a44a-42fe-8980-b0ddce6fa5d5} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:50.955768 [ 3 ] {cae67712-a44a-42fe-8980-b0ddce6fa5d5} executeQuery: Read 78 rows, 6.24 KiB in 0.00148 sec., 52702.70270270271 rows/sec., 4.11 MiB/sec. 2024.06.17 21:23:50.955949 [ 3 ] {cae67712-a44a-42fe-8980-b0ddce6fa5d5} DynamicQueryHandler: Done processing query 2024.06.17 21:23:50.955973 [ 3 ] {cae67712-a44a-42fe-8980-b0ddce6fa5d5} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:23:50.955989 [ 3 ] {} HTTP-Session: 48de456a-0394-4ef7-b72f-f1e99d4d257f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.956154 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:50.956204 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:50.956223 [ 3 ] {} HTTP-Session: 5c420b2b-e5fa-4d9a-bb60-2a894960e483 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:50.956240 [ 3 ] {} HTTP-Session: 5c420b2b-e5fa-4d9a-bb60-2a894960e483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.956253 [ 3 ] {} HTTP-Session: 5c420b2b-e5fa-4d9a-bb60-2a894960e483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.956284 [ 3 ] {} HTTP-Session: 5c420b2b-e5fa-4d9a-bb60-2a894960e483 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:50.956427 [ 3 ] {9b068f9d-432c-48f3-a9d2-86e502132ed7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:50.956473 [ 3 ] {9b068f9d-432c-48f3-a9d2-86e502132ed7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:23:50.956622 [ 3 ] {9b068f9d-432c-48f3-a9d2-86e502132ed7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:50.957003 [ 3 ] {9b068f9d-432c-48f3-a9d2-86e502132ed7} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:50.957038 [ 3 ] {9b068f9d-432c-48f3-a9d2-86e502132ed7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:50.957425 [ 3 ] {9b068f9d-432c-48f3-a9d2-86e502132ed7} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.06.17 21:23:50.957759 [ 3 ] {9b068f9d-432c-48f3-a9d2-86e502132ed7} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:50.957917 [ 3 ] {9b068f9d-432c-48f3-a9d2-86e502132ed7} executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec. 2024.06.17 21:23:50.958086 [ 3 ] {9b068f9d-432c-48f3-a9d2-86e502132ed7} DynamicQueryHandler: Done processing query 2024.06.17 21:23:50.958111 [ 3 ] {9b068f9d-432c-48f3-a9d2-86e502132ed7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:50.958127 [ 3 ] {} HTTP-Session: 5c420b2b-e5fa-4d9a-bb60-2a894960e483 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.958260 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:50.958308 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:50.958328 [ 3 ] {} HTTP-Session: 4c9ecd76-1ef0-4a30-9607-ba4e03bb5790 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:50.958344 [ 3 ] {} HTTP-Session: 4c9ecd76-1ef0-4a30-9607-ba4e03bb5790 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.958358 [ 3 ] {} HTTP-Session: 4c9ecd76-1ef0-4a30-9607-ba4e03bb5790 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.958388 [ 3 ] {} HTTP-Session: 4c9ecd76-1ef0-4a30-9607-ba4e03bb5790 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:50.958566 [ 3 ] {134ca4ff-0e41-4536-9923-40fa53efd1ae} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:50.958613 [ 3 ] {134ca4ff-0e41-4536-9923-40fa53efd1ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:23:50.958773 [ 3 ] {134ca4ff-0e41-4536-9923-40fa53efd1ae} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:50.959186 [ 3 ] {134ca4ff-0e41-4536-9923-40fa53efd1ae} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:50.959234 [ 3 ] {134ca4ff-0e41-4536-9923-40fa53efd1ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:50.959731 [ 3 ] {134ca4ff-0e41-4536-9923-40fa53efd1ae} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.06.17 21:23:50.960091 [ 3 ] {134ca4ff-0e41-4536-9923-40fa53efd1ae} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:50.960245 [ 3 ] {134ca4ff-0e41-4536-9923-40fa53efd1ae} executeQuery: Read 14 rows, 19.35 KiB in 0.001779 sec., 7869.589657110737 rows/sec., 10.62 MiB/sec. 2024.06.17 21:23:50.960408 [ 3 ] {134ca4ff-0e41-4536-9923-40fa53efd1ae} DynamicQueryHandler: Done processing query 2024.06.17 21:23:50.960433 [ 3 ] {134ca4ff-0e41-4536-9923-40fa53efd1ae} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:50.960449 [ 3 ] {} HTTP-Session: 4c9ecd76-1ef0-4a30-9607-ba4e03bb5790 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.960572 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:50.960620 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:50.960640 [ 3 ] {} HTTP-Session: fc74e432-0973-46ba-936f-9a84d287dce9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:50.960657 [ 3 ] {} HTTP-Session: fc74e432-0973-46ba-936f-9a84d287dce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.960671 [ 3 ] {} HTTP-Session: fc74e432-0973-46ba-936f-9a84d287dce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:50.960701 [ 3 ] {} HTTP-Session: fc74e432-0973-46ba-936f-9a84d287dce9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:50.960820 [ 3 ] {045d91fc-a00a-4bf6-8799-2e273d6f33f5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:50.960866 [ 3 ] {045d91fc-a00a-4bf6-8799-2e273d6f33f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:23:50.960997 [ 3 ] {045d91fc-a00a-4bf6-8799-2e273d6f33f5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:50.961302 [ 3 ] {045d91fc-a00a-4bf6-8799-2e273d6f33f5} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:50.961337 [ 3 ] {045d91fc-a00a-4bf6-8799-2e273d6f33f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:50.961699 [ 3 ] {045d91fc-a00a-4bf6-8799-2e273d6f33f5} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.06.17 21:23:50.962018 [ 3 ] {045d91fc-a00a-4bf6-8799-2e273d6f33f5} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:50.962174 [ 3 ] {045d91fc-a00a-4bf6-8799-2e273d6f33f5} executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. 2024.06.17 21:23:50.962339 [ 3 ] {045d91fc-a00a-4bf6-8799-2e273d6f33f5} DynamicQueryHandler: Done processing query 2024.06.17 21:23:50.962363 [ 3 ] {045d91fc-a00a-4bf6-8799-2e273d6f33f5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:23:50.962379 [ 3 ] {} HTTP-Session: fc74e432-0973-46ba-936f-9a84d287dce9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.948752 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:55.948899 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:55.948929 [ 3 ] {} HTTP-Session: ead40581-9df7-4054-80ec-97dd82c71ff5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:55.948960 [ 3 ] {} HTTP-Session: ead40581-9df7-4054-80ec-97dd82c71ff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.948978 [ 3 ] {} HTTP-Session: ead40581-9df7-4054-80ec-97dd82c71ff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.949034 [ 3 ] {} HTTP-Session: ead40581-9df7-4054-80ec-97dd82c71ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:55.949246 [ 3 ] {8e2b7d5d-471c-4437-b43a-27f7d9966c01} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:55.949324 [ 3 ] {8e2b7d5d-471c-4437-b43a-27f7d9966c01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:23:55.949549 [ 3 ] {8e2b7d5d-471c-4437-b43a-27f7d9966c01} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:55.949989 [ 3 ] {8e2b7d5d-471c-4437-b43a-27f7d9966c01} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:55.950031 [ 3 ] {8e2b7d5d-471c-4437-b43a-27f7d9966c01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:55.950397 [ 3 ] {8e2b7d5d-471c-4437-b43a-27f7d9966c01} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.06.17 21:23:55.950729 [ 3 ] {8e2b7d5d-471c-4437-b43a-27f7d9966c01} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:55.950905 [ 3 ] {8e2b7d5d-471c-4437-b43a-27f7d9966c01} executeQuery: Read 16 rows, 1.30 KiB in 0.001717 sec., 9318.578916715202 rows/sec., 755.31 KiB/sec. 2024.06.17 21:23:55.951097 [ 3 ] {8e2b7d5d-471c-4437-b43a-27f7d9966c01} DynamicQueryHandler: Done processing query 2024.06.17 21:23:55.951122 [ 3 ] {8e2b7d5d-471c-4437-b43a-27f7d9966c01} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:23:55.951139 [ 3 ] {} HTTP-Session: ead40581-9df7-4054-80ec-97dd82c71ff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.951322 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:55.951376 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:55.951396 [ 3 ] {} HTTP-Session: e4a55df8-e560-4ea7-82f2-ccf5f7c92b6f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:55.951413 [ 3 ] {} HTTP-Session: e4a55df8-e560-4ea7-82f2-ccf5f7c92b6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.951428 [ 3 ] {} HTTP-Session: e4a55df8-e560-4ea7-82f2-ccf5f7c92b6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.951459 [ 3 ] {} HTTP-Session: e4a55df8-e560-4ea7-82f2-ccf5f7c92b6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:55.951591 [ 3 ] {a71a6b58-8556-47ca-8c0f-e0fd20d17da1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:55.951636 [ 3 ] {a71a6b58-8556-47ca-8c0f-e0fd20d17da1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:23:55.951758 [ 3 ] {a71a6b58-8556-47ca-8c0f-e0fd20d17da1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:55.952120 [ 3 ] {a71a6b58-8556-47ca-8c0f-e0fd20d17da1} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:55.952157 [ 3 ] {a71a6b58-8556-47ca-8c0f-e0fd20d17da1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:55.952483 [ 3 ] {a71a6b58-8556-47ca-8c0f-e0fd20d17da1} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.06.17 21:23:55.952786 [ 3 ] {a71a6b58-8556-47ca-8c0f-e0fd20d17da1} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:55.952943 [ 3 ] {a71a6b58-8556-47ca-8c0f-e0fd20d17da1} executeQuery: Read 104 rows, 8.66 KiB in 0.001392 sec., 74712.64367816092 rows/sec., 6.07 MiB/sec. 2024.06.17 21:23:55.952953 [ 77 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.06.17 21:23:55.953054 [ 77 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:55.953100 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:55.953224 [ 3 ] {a71a6b58-8556-47ca-8c0f-e0fd20d17da1} DynamicQueryHandler: Done processing query 2024.06.17 21:23:55.953272 [ 3 ] {a71a6b58-8556-47ca-8c0f-e0fd20d17da1} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:23:55.953290 [ 201 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:23:55.953303 [ 3 ] {} HTTP-Session: e4a55df8-e560-4ea7-82f2-ccf5f7c92b6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.953534 [ 201 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:55.953552 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:55.953606 [ 201 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 189 rows starting from the beginning of the part 2024.06.17 21:23:55.953650 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:55.953709 [ 3 ] {} HTTP-Session: 2fd0c717-a6c7-434d-aac6-0239fd276533 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:55.953786 [ 3 ] {} HTTP-Session: 2fd0c717-a6c7-434d-aac6-0239fd276533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.953859 [ 3 ] {} HTTP-Session: 2fd0c717-a6c7-434d-aac6-0239fd276533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.953854 [ 201 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 104 rows starting from the beginning of the part 2024.06.17 21:23:55.954022 [ 3 ] {} HTTP-Session: 2fd0c717-a6c7-434d-aac6-0239fd276533 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:55.954147 [ 201 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 98 rows starting from the beginning of the part 2024.06.17 21:23:55.954454 [ 201 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 105 rows starting from the beginning of the part 2024.06.17 21:23:55.954722 [ 201 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 98 rows starting from the beginning of the part 2024.06.17 21:23:55.954751 [ 3 ] {fd9743ea-8c8f-4949-adf1-50da966c6157} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:55.954960 [ 201 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 104 rows starting from the beginning of the part 2024.06.17 21:23:55.954975 [ 3 ] {fd9743ea-8c8f-4949-adf1-50da966c6157} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:23:55.955669 [ 3 ] {fd9743ea-8c8f-4949-adf1-50da966c6157} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:55.956534 [ 3 ] {fd9743ea-8c8f-4949-adf1-50da966c6157} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:55.956602 [ 3 ] {fd9743ea-8c8f-4949-adf1-50da966c6157} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:55.957450 [ 3 ] {fd9743ea-8c8f-4949-adf1-50da966c6157} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.06.17 21:23:55.958287 [ 199 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 698 rows, containing 4 columns (4 merged, 0 gathered) in 0.005091402 sec., 137093.86923287535 rows/sec., 11.19 MiB/sec. 2024.06.17 21:23:55.958699 [ 199 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.06.17 21:23:55.958827 [ 3 ] {fd9743ea-8c8f-4949-adf1-50da966c6157} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:55.959074 [ 77 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.06.17 21:23:55.959190 [ 3 ] {fd9743ea-8c8f-4949-adf1-50da966c6157} executeQuery: Read 80 rows, 6.40 KiB in 0.00467 sec., 17130.620985010708 rows/sec., 1.34 MiB/sec. 2024.06.17 21:23:55.959242 [ 77 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:55.959427 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:55.959885 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:23:55.960011 [ 3 ] {fd9743ea-8c8f-4949-adf1-50da966c6157} DynamicQueryHandler: Done processing query 2024.06.17 21:23:55.960094 [ 3 ] {fd9743ea-8c8f-4949-adf1-50da966c6157} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:23:55.960162 [ 199 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_41_8} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:55.960184 [ 3 ] {} HTTP-Session: 2fd0c717-a6c7-434d-aac6-0239fd276533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.960376 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:23:55.960436 [ 199 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_41_8} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.06.17 21:23:55.960443 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 150 rows starting from the beginning of the part 2024.06.17 21:23:55.960496 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:55.960773 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.17 21:23:55.960813 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 80 rows starting from the beginning of the part 2024.06.17 21:23:55.960853 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:55.960972 [ 3 ] {} HTTP-Session: 21f35de1-3870-4255-986c-cc2fbb66d62e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:55.961071 [ 3 ] {} HTTP-Session: 21f35de1-3870-4255-986c-cc2fbb66d62e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.961108 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 78 rows starting from the beginning of the part 2024.06.17 21:23:55.961147 [ 3 ] {} HTTP-Session: 21f35de1-3870-4255-986c-cc2fbb66d62e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.961350 [ 3 ] {} HTTP-Session: 21f35de1-3870-4255-986c-cc2fbb66d62e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:55.961392 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part 2024.06.17 21:23:55.961504 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 78 rows starting from the beginning of the part 2024.06.17 21:23:55.961910 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 80 rows starting from the beginning of the part 2024.06.17 21:23:55.962059 [ 3 ] {de862ede-08d7-4c1a-9feb-b81cd9b7f909} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:55.962335 [ 3 ] {de862ede-08d7-4c1a-9feb-b81cd9b7f909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:23:55.962874 [ 3 ] {de862ede-08d7-4c1a-9feb-b81cd9b7f909} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:55.963874 [ 3 ] {de862ede-08d7-4c1a-9feb-b81cd9b7f909} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:55.963943 [ 3 ] {de862ede-08d7-4c1a-9feb-b81cd9b7f909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:55.964907 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 548 rows, containing 4 columns (4 merged, 0 gathered) in 0.005322064 sec., 102967.57047641667 rows/sec., 8.04 MiB/sec. 2024.06.17 21:23:55.964955 [ 3 ] {de862ede-08d7-4c1a-9feb-b81cd9b7f909} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.06.17 21:23:55.965107 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.06.17 21:23:55.965491 [ 3 ] {de862ede-08d7-4c1a-9feb-b81cd9b7f909} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:55.965728 [ 3 ] {de862ede-08d7-4c1a-9feb-b81cd9b7f909} executeQuery: Read 160 rows, 11.41 KiB in 0.004093 sec., 39091.13119960909 rows/sec., 2.72 MiB/sec. 2024.06.17 21:23:55.965832 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_41_8} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:55.965937 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_41_8} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.06.17 21:23:55.965965 [ 3 ] {de862ede-08d7-4c1a-9feb-b81cd9b7f909} DynamicQueryHandler: Done processing query 2024.06.17 21:23:55.966004 [ 3 ] {de862ede-08d7-4c1a-9feb-b81cd9b7f909} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:23:55.966036 [ 3 ] {} HTTP-Session: 21f35de1-3870-4255-986c-cc2fbb66d62e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.966042 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.06.17 21:23:55.966171 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:55.966219 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:55.966239 [ 3 ] {} HTTP-Session: 86738b20-e4c5-4006-b12d-6e1b2c275fa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:55.966256 [ 3 ] {} HTTP-Session: 86738b20-e4c5-4006-b12d-6e1b2c275fa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.966270 [ 3 ] {} HTTP-Session: 86738b20-e4c5-4006-b12d-6e1b2c275fa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.966302 [ 3 ] {} HTTP-Session: 86738b20-e4c5-4006-b12d-6e1b2c275fa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:55.966498 [ 3 ] {f9a61cd8-0648-4766-aaf0-5edb8f2a92c3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:55.966544 [ 3 ] {f9a61cd8-0648-4766-aaf0-5edb8f2a92c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:23:55.966705 [ 3 ] {f9a61cd8-0648-4766-aaf0-5edb8f2a92c3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:55.967103 [ 3 ] {f9a61cd8-0648-4766-aaf0-5edb8f2a92c3} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:55.967137 [ 3 ] {f9a61cd8-0648-4766-aaf0-5edb8f2a92c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:55.967530 [ 3 ] {f9a61cd8-0648-4766-aaf0-5edb8f2a92c3} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.06.17 21:23:55.967863 [ 3 ] {f9a61cd8-0648-4766-aaf0-5edb8f2a92c3} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:55.968031 [ 3 ] {f9a61cd8-0648-4766-aaf0-5edb8f2a92c3} executeQuery: Read 16 rows, 22.11 KiB in 0.001641 sec., 9750.152346130408 rows/sec., 13.16 MiB/sec. 2024.06.17 21:23:55.968350 [ 3 ] {f9a61cd8-0648-4766-aaf0-5edb8f2a92c3} DynamicQueryHandler: Done processing query 2024.06.17 21:23:55.968398 [ 3 ] {f9a61cd8-0648-4766-aaf0-5edb8f2a92c3} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:23:55.968424 [ 3 ] {} HTTP-Session: 86738b20-e4c5-4006-b12d-6e1b2c275fa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.968557 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:23:55.968604 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:23:55.968623 [ 3 ] {} HTTP-Session: 7a2495a2-6495-4a4b-a47f-f713f5e1efea Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:23:55.968639 [ 3 ] {} HTTP-Session: 7a2495a2-6495-4a4b-a47f-f713f5e1efea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.968653 [ 3 ] {} HTTP-Session: 7a2495a2-6495-4a4b-a47f-f713f5e1efea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:23:55.968683 [ 3 ] {} HTTP-Session: 7a2495a2-6495-4a4b-a47f-f713f5e1efea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:23:55.968797 [ 3 ] {3a53b0e5-e301-4b5d-86d6-b0a53cd0aa93} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:23:55.968843 [ 3 ] {3a53b0e5-e301-4b5d-86d6-b0a53cd0aa93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:23:55.968985 [ 3 ] {3a53b0e5-e301-4b5d-86d6-b0a53cd0aa93} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:23:55.969299 [ 3 ] {3a53b0e5-e301-4b5d-86d6-b0a53cd0aa93} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:23:55.969335 [ 3 ] {3a53b0e5-e301-4b5d-86d6-b0a53cd0aa93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:23:55.969700 [ 3 ] {3a53b0e5-e301-4b5d-86d6-b0a53cd0aa93} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.06.17 21:23:55.970019 [ 3 ] {3a53b0e5-e301-4b5d-86d6-b0a53cd0aa93} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:23:55.970171 [ 3 ] {3a53b0e5-e301-4b5d-86d6-b0a53cd0aa93} executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. 2024.06.17 21:23:55.970324 [ 3 ] {3a53b0e5-e301-4b5d-86d6-b0a53cd0aa93} DynamicQueryHandler: Done processing query 2024.06.17 21:23:55.970348 [ 3 ] {3a53b0e5-e301-4b5d-86d6-b0a53cd0aa93} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:23:55.970364 [ 3 ] {} HTTP-Session: 7a2495a2-6495-4a4b-a47f-f713f5e1efea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.178313 [ 76 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:24:00.178412 [ 76 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:24:00.950122 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:00.950362 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:00.950432 [ 3 ] {} HTTP-Session: eeecf62f-d96e-4e9a-ac8b-dec09f80aeac Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:00.950476 [ 3 ] {} HTTP-Session: eeecf62f-d96e-4e9a-ac8b-dec09f80aeac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.950504 [ 3 ] {} HTTP-Session: eeecf62f-d96e-4e9a-ac8b-dec09f80aeac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.950584 [ 3 ] {} HTTP-Session: eeecf62f-d96e-4e9a-ac8b-dec09f80aeac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:00.950878 [ 3 ] {df38badd-cfa1-457e-a6c2-cdf324784ecd} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:00.950984 [ 3 ] {df38badd-cfa1-457e-a6c2-cdf324784ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:24:00.951204 [ 3 ] {df38badd-cfa1-457e-a6c2-cdf324784ecd} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:00.951618 [ 3 ] {df38badd-cfa1-457e-a6c2-cdf324784ecd} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:00.951663 [ 3 ] {df38badd-cfa1-457e-a6c2-cdf324784ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:00.952043 [ 3 ] {df38badd-cfa1-457e-a6c2-cdf324784ecd} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.06.17 21:24:00.952371 [ 3 ] {df38badd-cfa1-457e-a6c2-cdf324784ecd} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:00.952552 [ 3 ] {df38badd-cfa1-457e-a6c2-cdf324784ecd} executeQuery: Read 14 rows, 1.13 KiB in 0.001761 sec., 7950.028392958547 rows/sec., 644.39 KiB/sec. 2024.06.17 21:24:00.952768 [ 3 ] {df38badd-cfa1-457e-a6c2-cdf324784ecd} DynamicQueryHandler: Done processing query 2024.06.17 21:24:00.952795 [ 3 ] {df38badd-cfa1-457e-a6c2-cdf324784ecd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:00.952812 [ 3 ] {} HTTP-Session: eeecf62f-d96e-4e9a-ac8b-dec09f80aeac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.952975 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 19161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:00.953029 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:00.953048 [ 3 ] {} HTTP-Session: d54e0616-7119-4a2a-8524-ac03c845fa1d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:00.953066 [ 3 ] {} HTTP-Session: d54e0616-7119-4a2a-8524-ac03c845fa1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.953080 [ 3 ] {} HTTP-Session: d54e0616-7119-4a2a-8524-ac03c845fa1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.953115 [ 3 ] {} HTTP-Session: d54e0616-7119-4a2a-8524-ac03c845fa1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:00.953261 [ 3 ] {b232accd-80b5-4ff4-9860-50d03bcebc49} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:00.953308 [ 3 ] {b232accd-80b5-4ff4-9860-50d03bcebc49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:24:00.953439 [ 3 ] {b232accd-80b5-4ff4-9860-50d03bcebc49} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:00.953828 [ 3 ] {b232accd-80b5-4ff4-9860-50d03bcebc49} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:00.953865 [ 3 ] {b232accd-80b5-4ff4-9860-50d03bcebc49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:00.954182 [ 3 ] {b232accd-80b5-4ff4-9860-50d03bcebc49} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.06.17 21:24:00.954483 [ 3 ] {b232accd-80b5-4ff4-9860-50d03bcebc49} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:00.954635 [ 3 ] {b232accd-80b5-4ff4-9860-50d03bcebc49} executeQuery: Read 134 rows, 11.00 KiB in 0.001437 sec., 93249.82602644399 rows/sec., 7.48 MiB/sec. 2024.06.17 21:24:00.954791 [ 3 ] {b232accd-80b5-4ff4-9860-50d03bcebc49} DynamicQueryHandler: Done processing query 2024.06.17 21:24:00.954815 [ 3 ] {b232accd-80b5-4ff4-9860-50d03bcebc49} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:24:00.954831 [ 3 ] {} HTTP-Session: d54e0616-7119-4a2a-8524-ac03c845fa1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.954993 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:00.955041 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:00.955060 [ 3 ] {} HTTP-Session: a7a3beb8-5c96-4c68-ab81-156fe93c6f86 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:00.955076 [ 3 ] {} HTTP-Session: a7a3beb8-5c96-4c68-ab81-156fe93c6f86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.955090 [ 3 ] {} HTTP-Session: a7a3beb8-5c96-4c68-ab81-156fe93c6f86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.955122 [ 3 ] {} HTTP-Session: a7a3beb8-5c96-4c68-ab81-156fe93c6f86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:00.955243 [ 3 ] {d22d57eb-2292-438e-a75b-238363474d9e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:00.955286 [ 3 ] {d22d57eb-2292-438e-a75b-238363474d9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:24:00.955411 [ 3 ] {d22d57eb-2292-438e-a75b-238363474d9e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:00.955740 [ 3 ] {d22d57eb-2292-438e-a75b-238363474d9e} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:00.955776 [ 3 ] {d22d57eb-2292-438e-a75b-238363474d9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:00.956101 [ 3 ] {d22d57eb-2292-438e-a75b-238363474d9e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.06.17 21:24:00.956394 [ 3 ] {d22d57eb-2292-438e-a75b-238363474d9e} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:00.956571 [ 3 ] {d22d57eb-2292-438e-a75b-238363474d9e} executeQuery: Read 102 rows, 8.13 KiB in 0.001368 sec., 74561.40350877192 rows/sec., 5.81 MiB/sec. 2024.06.17 21:24:00.956893 [ 3 ] {d22d57eb-2292-438e-a75b-238363474d9e} DynamicQueryHandler: Done processing query 2024.06.17 21:24:00.956929 [ 3 ] {d22d57eb-2292-438e-a75b-238363474d9e} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:24:00.956945 [ 3 ] {} HTTP-Session: a7a3beb8-5c96-4c68-ab81-156fe93c6f86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.957129 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:00.957178 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:00.957197 [ 3 ] {} HTTP-Session: fe10f413-4b55-46f9-8ce6-45368bda6d2c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:00.957213 [ 3 ] {} HTTP-Session: fe10f413-4b55-46f9-8ce6-45368bda6d2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.957226 [ 3 ] {} HTTP-Session: fe10f413-4b55-46f9-8ce6-45368bda6d2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.957257 [ 3 ] {} HTTP-Session: fe10f413-4b55-46f9-8ce6-45368bda6d2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:00.957424 [ 3 ] {4f34f295-1e91-4377-ad8a-d9f25a955c2d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:00.957496 [ 3 ] {4f34f295-1e91-4377-ad8a-d9f25a955c2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:24:00.957660 [ 3 ] {4f34f295-1e91-4377-ad8a-d9f25a955c2d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:00.958059 [ 3 ] {4f34f295-1e91-4377-ad8a-d9f25a955c2d} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:00.958095 [ 3 ] {4f34f295-1e91-4377-ad8a-d9f25a955c2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:00.958476 [ 3 ] {4f34f295-1e91-4377-ad8a-d9f25a955c2d} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.06.17 21:24:00.958797 [ 3 ] {4f34f295-1e91-4377-ad8a-d9f25a955c2d} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:00.958959 [ 3 ] {4f34f295-1e91-4377-ad8a-d9f25a955c2d} executeQuery: Read 196 rows, 14.01 KiB in 0.001616 sec., 121287.12871287129 rows/sec., 8.47 MiB/sec. 2024.06.17 21:24:00.959118 [ 3 ] {4f34f295-1e91-4377-ad8a-d9f25a955c2d} DynamicQueryHandler: Done processing query 2024.06.17 21:24:00.959142 [ 3 ] {4f34f295-1e91-4377-ad8a-d9f25a955c2d} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.17 21:24:00.959157 [ 3 ] {} HTTP-Session: fe10f413-4b55-46f9-8ce6-45368bda6d2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.959292 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:00.959338 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:00.959357 [ 3 ] {} HTTP-Session: a469492d-0d32-4cc1-af22-da373c47708b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:00.959373 [ 3 ] {} HTTP-Session: a469492d-0d32-4cc1-af22-da373c47708b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.959387 [ 3 ] {} HTTP-Session: a469492d-0d32-4cc1-af22-da373c47708b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.959417 [ 3 ] {} HTTP-Session: a469492d-0d32-4cc1-af22-da373c47708b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:00.959596 [ 3 ] {0f624719-1f13-4763-929b-02b6c021a1fb} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:00.959643 [ 3 ] {0f624719-1f13-4763-929b-02b6c021a1fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:24:00.959800 [ 3 ] {0f624719-1f13-4763-929b-02b6c021a1fb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:00.960158 [ 3 ] {0f624719-1f13-4763-929b-02b6c021a1fb} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:00.960192 [ 3 ] {0f624719-1f13-4763-929b-02b6c021a1fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:00.960577 [ 3 ] {0f624719-1f13-4763-929b-02b6c021a1fb} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.06.17 21:24:00.960915 [ 3 ] {0f624719-1f13-4763-929b-02b6c021a1fb} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:00.961079 [ 3 ] {0f624719-1f13-4763-929b-02b6c021a1fb} executeQuery: Read 14 rows, 19.35 KiB in 0.001584 sec., 8838.38383838384 rows/sec., 11.93 MiB/sec. 2024.06.17 21:24:00.961252 [ 3 ] {0f624719-1f13-4763-929b-02b6c021a1fb} DynamicQueryHandler: Done processing query 2024.06.17 21:24:00.961277 [ 3 ] {0f624719-1f13-4763-929b-02b6c021a1fb} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:00.961292 [ 3 ] {} HTTP-Session: a469492d-0d32-4cc1-af22-da373c47708b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.961416 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:00.961464 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:00.961483 [ 3 ] {} HTTP-Session: d634a9e1-2825-4a12-a953-d9469436fb9f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:00.961499 [ 3 ] {} HTTP-Session: d634a9e1-2825-4a12-a953-d9469436fb9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.961512 [ 3 ] {} HTTP-Session: d634a9e1-2825-4a12-a953-d9469436fb9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:00.961543 [ 3 ] {} HTTP-Session: d634a9e1-2825-4a12-a953-d9469436fb9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:00.961655 [ 3 ] {b8580c76-87b9-4ebb-b79f-a6dcfd305d46} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:00.961698 [ 3 ] {b8580c76-87b9-4ebb-b79f-a6dcfd305d46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:24:00.961824 [ 3 ] {b8580c76-87b9-4ebb-b79f-a6dcfd305d46} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:00.962093 [ 3 ] {b8580c76-87b9-4ebb-b79f-a6dcfd305d46} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:00.962129 [ 3 ] {b8580c76-87b9-4ebb-b79f-a6dcfd305d46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:00.962479 [ 3 ] {b8580c76-87b9-4ebb-b79f-a6dcfd305d46} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.06.17 21:24:00.962792 [ 3 ] {b8580c76-87b9-4ebb-b79f-a6dcfd305d46} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:00.962954 [ 3 ] {b8580c76-87b9-4ebb-b79f-a6dcfd305d46} executeQuery: Read 60 rows, 4.14 KiB in 0.001339 sec., 44809.55937266617 rows/sec., 3.02 MiB/sec. 2024.06.17 21:24:00.963106 [ 3 ] {b8580c76-87b9-4ebb-b79f-a6dcfd305d46} DynamicQueryHandler: Done processing query 2024.06.17 21:24:00.963130 [ 3 ] {b8580c76-87b9-4ebb-b79f-a6dcfd305d46} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:24:00.963145 [ 3 ] {} HTTP-Session: d634a9e1-2825-4a12-a953-d9469436fb9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:01.001714 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001242662 sec. 2024.06.17 21:24:05.948964 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:05.949118 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:05.949150 [ 3 ] {} HTTP-Session: 3f92d0cd-95f6-4808-88da-d91c5d071d74 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:05.949180 [ 3 ] {} HTTP-Session: 3f92d0cd-95f6-4808-88da-d91c5d071d74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.949198 [ 3 ] {} HTTP-Session: 3f92d0cd-95f6-4808-88da-d91c5d071d74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.949257 [ 3 ] {} HTTP-Session: 3f92d0cd-95f6-4808-88da-d91c5d071d74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:05.949474 [ 3 ] {9f7783c8-dc0a-41a0-82f5-1aaf10a16532} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:05.949550 [ 3 ] {9f7783c8-dc0a-41a0-82f5-1aaf10a16532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:24:05.949770 [ 3 ] {9f7783c8-dc0a-41a0-82f5-1aaf10a16532} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:05.950237 [ 3 ] {9f7783c8-dc0a-41a0-82f5-1aaf10a16532} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:05.950285 [ 3 ] {9f7783c8-dc0a-41a0-82f5-1aaf10a16532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:05.950662 [ 3 ] {9f7783c8-dc0a-41a0-82f5-1aaf10a16532} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.06.17 21:24:05.950993 [ 3 ] {9f7783c8-dc0a-41a0-82f5-1aaf10a16532} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:05.951163 [ 3 ] {9f7783c8-dc0a-41a0-82f5-1aaf10a16532} executeQuery: Read 16 rows, 1.30 KiB in 0.001753 sec., 9127.210496292071 rows/sec., 739.80 KiB/sec. 2024.06.17 21:24:05.951383 [ 3 ] {9f7783c8-dc0a-41a0-82f5-1aaf10a16532} DynamicQueryHandler: Done processing query 2024.06.17 21:24:05.951411 [ 3 ] {9f7783c8-dc0a-41a0-82f5-1aaf10a16532} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:05.951429 [ 3 ] {} HTTP-Session: 3f92d0cd-95f6-4808-88da-d91c5d071d74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.951605 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:05.951659 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:05.951680 [ 3 ] {} HTTP-Session: 37dc465f-58f8-4543-ad5c-6fe8e8651908 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:05.951697 [ 3 ] {} HTTP-Session: 37dc465f-58f8-4543-ad5c-6fe8e8651908 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.951711 [ 3 ] {} HTTP-Session: 37dc465f-58f8-4543-ad5c-6fe8e8651908 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.951747 [ 3 ] {} HTTP-Session: 37dc465f-58f8-4543-ad5c-6fe8e8651908 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:05.951881 [ 3 ] {ba2ddd25-24e3-4525-9f01-56a3ead1c983} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:05.951928 [ 3 ] {ba2ddd25-24e3-4525-9f01-56a3ead1c983} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:24:05.952058 [ 3 ] {ba2ddd25-24e3-4525-9f01-56a3ead1c983} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:05.952419 [ 3 ] {ba2ddd25-24e3-4525-9f01-56a3ead1c983} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:05.952457 [ 3 ] {ba2ddd25-24e3-4525-9f01-56a3ead1c983} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:05.952776 [ 3 ] {ba2ddd25-24e3-4525-9f01-56a3ead1c983} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.06.17 21:24:05.953083 [ 3 ] {ba2ddd25-24e3-4525-9f01-56a3ead1c983} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:05.953237 [ 3 ] {ba2ddd25-24e3-4525-9f01-56a3ead1c983} executeQuery: Read 104 rows, 8.66 KiB in 0.001406 sec., 73968.70554765292 rows/sec., 6.01 MiB/sec. 2024.06.17 21:24:05.953429 [ 3 ] {ba2ddd25-24e3-4525-9f01-56a3ead1c983} DynamicQueryHandler: Done processing query 2024.06.17 21:24:05.953458 [ 3 ] {ba2ddd25-24e3-4525-9f01-56a3ead1c983} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:24:05.953477 [ 3 ] {} HTTP-Session: 37dc465f-58f8-4543-ad5c-6fe8e8651908 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.953614 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:05.953663 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:05.953683 [ 3 ] {} HTTP-Session: 195ab6e6-22f7-43a3-8d74-c823bf69ad33 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:05.953699 [ 3 ] {} HTTP-Session: 195ab6e6-22f7-43a3-8d74-c823bf69ad33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.953713 [ 3 ] {} HTTP-Session: 195ab6e6-22f7-43a3-8d74-c823bf69ad33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.953745 [ 3 ] {} HTTP-Session: 195ab6e6-22f7-43a3-8d74-c823bf69ad33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:05.953865 [ 3 ] {c1d21029-9d6d-4adc-b52d-426597970f80} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:05.953908 [ 3 ] {c1d21029-9d6d-4adc-b52d-426597970f80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:24:05.954035 [ 3 ] {c1d21029-9d6d-4adc-b52d-426597970f80} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:05.954446 [ 3 ] {c1d21029-9d6d-4adc-b52d-426597970f80} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:05.954482 [ 3 ] {c1d21029-9d6d-4adc-b52d-426597970f80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:05.954796 [ 3 ] {c1d21029-9d6d-4adc-b52d-426597970f80} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.06.17 21:24:05.955110 [ 3 ] {c1d21029-9d6d-4adc-b52d-426597970f80} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:05.955244 [ 3 ] {c1d21029-9d6d-4adc-b52d-426597970f80} executeQuery: Read 80 rows, 6.40 KiB in 0.001427 sec., 56061.66783461808 rows/sec., 4.38 MiB/sec. 2024.06.17 21:24:05.955504 [ 3 ] {c1d21029-9d6d-4adc-b52d-426597970f80} DynamicQueryHandler: Done processing query 2024.06.17 21:24:05.955560 [ 3 ] {c1d21029-9d6d-4adc-b52d-426597970f80} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:24:05.955611 [ 3 ] {} HTTP-Session: 195ab6e6-22f7-43a3-8d74-c823bf69ad33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.955845 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:05.955899 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:05.955918 [ 3 ] {} HTTP-Session: 6ab798c6-4dca-48f2-bbe1-dcf4756d2625 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:05.955935 [ 3 ] {} HTTP-Session: 6ab798c6-4dca-48f2-bbe1-dcf4756d2625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.955949 [ 3 ] {} HTTP-Session: 6ab798c6-4dca-48f2-bbe1-dcf4756d2625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.955982 [ 3 ] {} HTTP-Session: 6ab798c6-4dca-48f2-bbe1-dcf4756d2625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:05.956131 [ 3 ] {df85c394-be2f-4574-a942-93081b53f666} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:05.956181 [ 3 ] {df85c394-be2f-4574-a942-93081b53f666} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:24:05.956343 [ 3 ] {df85c394-be2f-4574-a942-93081b53f666} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:05.956714 [ 3 ] {df85c394-be2f-4574-a942-93081b53f666} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:05.956749 [ 3 ] {df85c394-be2f-4574-a942-93081b53f666} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:05.957132 [ 3 ] {df85c394-be2f-4574-a942-93081b53f666} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.06.17 21:24:05.957454 [ 3 ] {df85c394-be2f-4574-a942-93081b53f666} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:05.957607 [ 3 ] {df85c394-be2f-4574-a942-93081b53f666} executeQuery: Read 160 rows, 11.41 KiB in 0.00154 sec., 103896.1038961039 rows/sec., 7.24 MiB/sec. 2024.06.17 21:24:05.957626 [ 69 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.06.17 21:24:05.957739 [ 69 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:05.957786 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:05.957834 [ 3 ] {df85c394-be2f-4574-a942-93081b53f666} DynamicQueryHandler: Done processing query 2024.06.17 21:24:05.957903 [ 3 ] {df85c394-be2f-4574-a942-93081b53f666} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:05.957998 [ 3 ] {} HTTP-Session: 6ab798c6-4dca-48f2-bbe1-dcf4756d2625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.958225 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:24:05.958251 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:05.958391 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:05.958481 [ 3 ] {} HTTP-Session: acc6deca-8a4e-44ec-8254-254cea3f5a16 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:05.958552 [ 3 ] {} HTTP-Session: acc6deca-8a4e-44ec-8254-254cea3f5a16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.958621 [ 3 ] {} HTTP-Session: acc6deca-8a4e-44ec-8254-254cea3f5a16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.958759 [ 3 ] {} HTTP-Session: acc6deca-8a4e-44ec-8254-254cea3f5a16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:05.959013 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:05.959066 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 4777 rows starting from the beginning of the part 2024.06.17 21:24:05.959158 [ 3 ] {bf5d8020-2a64-477f-806d-994b395fe6a4} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:05.959312 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 161 rows starting from the beginning of the part 2024.06.17 21:24:05.959384 [ 3 ] {bf5d8020-2a64-477f-806d-994b395fe6a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:24:05.959708 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2024.06.17 21:24:05.960077 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:24:05.960426 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 196 rows starting from the beginning of the part 2024.06.17 21:24:05.960740 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:24:05.960782 [ 3 ] {bf5d8020-2a64-477f-806d-994b395fe6a4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:05.961844 [ 3 ] {bf5d8020-2a64-477f-806d-994b395fe6a4} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:05.961896 [ 3 ] {bf5d8020-2a64-477f-806d-994b395fe6a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:05.962607 [ 3 ] {bf5d8020-2a64-477f-806d-994b395fe6a4} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.06.17 21:24:05.963566 [ 3 ] {bf5d8020-2a64-477f-806d-994b395fe6a4} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:05.963818 [ 3 ] {bf5d8020-2a64-477f-806d-994b395fe6a4} executeQuery: Read 16 rows, 22.11 KiB in 0.004832 sec., 3311.258278145695 rows/sec., 4.47 MiB/sec. 2024.06.17 21:24:05.964184 [ 3 ] {bf5d8020-2a64-477f-806d-994b395fe6a4} DynamicQueryHandler: Done processing query 2024.06.17 21:24:05.964209 [ 3 ] {bf5d8020-2a64-477f-806d-994b395fe6a4} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:24:05.964225 [ 3 ] {} HTTP-Session: acc6deca-8a4e-44ec-8254-254cea3f5a16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.964364 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:05.964417 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:05.964436 [ 3 ] {} HTTP-Session: acbce059-cd26-4503-b6c9-9597a16f6afd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:05.964453 [ 3 ] {} HTTP-Session: acbce059-cd26-4503-b6c9-9597a16f6afd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.964474 [ 3 ] {} HTTP-Session: acbce059-cd26-4503-b6c9-9597a16f6afd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.964508 [ 3 ] {} HTTP-Session: acbce059-cd26-4503-b6c9-9597a16f6afd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:05.964665 [ 3 ] {bdede7f6-5356-45c0-96a2-cb6667ecb012} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:05.964712 [ 3 ] {bdede7f6-5356-45c0-96a2-cb6667ecb012} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:24:05.964850 [ 3 ] {bdede7f6-5356-45c0-96a2-cb6667ecb012} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:05.965251 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 5614 rows, containing 5 columns (5 merged, 0 gathered) in 0.007364775 sec., 762277.1910886619 rows/sec., 53.21 MiB/sec. 2024.06.17 21:24:05.965436 [ 3 ] {bdede7f6-5356-45c0-96a2-cb6667ecb012} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:05.965479 [ 3 ] {bdede7f6-5356-45c0-96a2-cb6667ecb012} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:05.965692 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.06.17 21:24:05.966198 [ 3 ] {bdede7f6-5356-45c0-96a2-cb6667ecb012} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.06.17 21:24:05.966643 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_41_8} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:05.966827 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_41_8} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.06.17 21:24:05.966896 [ 3 ] {bdede7f6-5356-45c0-96a2-cb6667ecb012} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:05.967016 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2024.06.17 21:24:05.967178 [ 3 ] {bdede7f6-5356-45c0-96a2-cb6667ecb012} executeQuery: Read 60 rows, 4.14 KiB in 0.00258 sec., 23255.813953488374 rows/sec., 1.57 MiB/sec. 2024.06.17 21:24:05.967180 [ 69 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.06.17 21:24:05.967274 [ 69 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:05.967326 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:05.967513 [ 3 ] {bdede7f6-5356-45c0-96a2-cb6667ecb012} DynamicQueryHandler: Done processing query 2024.06.17 21:24:05.967526 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:05.967549 [ 3 ] {bdede7f6-5356-45c0-96a2-cb6667ecb012} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:24:05.967603 [ 3 ] {} HTTP-Session: acbce059-cd26-4503-b6c9-9597a16f6afd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:05.967745 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:05.967787 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1668 rows starting from the beginning of the part 2024.06.17 21:24:05.967897 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:05.968063 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:05.968263 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:05.968425 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:05.968610 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:05.970032 [ 186 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1968 rows, containing 4 columns (4 merged, 0 gathered) in 0.002589456 sec., 760005.1902793483 rows/sec., 51.01 MiB/sec. 2024.06.17 21:24:05.970272 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.06.17 21:24:05.970657 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_41_8} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:05.970744 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_41_8} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.06.17 21:24:05.970828 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2024.06.17 21:24:10.948749 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:10.948891 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:10.948920 [ 3 ] {} HTTP-Session: f9cd3a2c-1cf7-41a6-bd3a-7d7073b68f89 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:10.948948 [ 3 ] {} HTTP-Session: f9cd3a2c-1cf7-41a6-bd3a-7d7073b68f89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.948966 [ 3 ] {} HTTP-Session: f9cd3a2c-1cf7-41a6-bd3a-7d7073b68f89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.949024 [ 3 ] {} HTTP-Session: f9cd3a2c-1cf7-41a6-bd3a-7d7073b68f89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:10.949240 [ 3 ] {2514d922-cf50-477e-b99e-1d0d7baaf84e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:10.949312 [ 3 ] {2514d922-cf50-477e-b99e-1d0d7baaf84e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:24:10.949504 [ 3 ] {2514d922-cf50-477e-b99e-1d0d7baaf84e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:10.949935 [ 3 ] {2514d922-cf50-477e-b99e-1d0d7baaf84e} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:10.949981 [ 3 ] {2514d922-cf50-477e-b99e-1d0d7baaf84e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:10.950353 [ 3 ] {2514d922-cf50-477e-b99e-1d0d7baaf84e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.06.17 21:24:10.950697 [ 3 ] {2514d922-cf50-477e-b99e-1d0d7baaf84e} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:10.950856 [ 3 ] {2514d922-cf50-477e-b99e-1d0d7baaf84e} executeQuery: Read 14 rows, 1.13 KiB in 0.00168 sec., 8333.333333333332 rows/sec., 675.46 KiB/sec. 2024.06.17 21:24:10.950903 [ 65 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.06.17 21:24:10.951052 [ 65 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:10.951117 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:10.951165 [ 3 ] {2514d922-cf50-477e-b99e-1d0d7baaf84e} DynamicQueryHandler: Done processing query 2024.06.17 21:24:10.951229 [ 3 ] {2514d922-cf50-477e-b99e-1d0d7baaf84e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:10.951299 [ 3 ] {} HTTP-Session: f9cd3a2c-1cf7-41a6-bd3a-7d7073b68f89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.951410 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:24:10.951496 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:10.951595 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:10.951650 [ 3 ] {} HTTP-Session: fda51cc3-44a8-4df3-b389-87fab6548db7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:10.951694 [ 3 ] {} HTTP-Session: fda51cc3-44a8-4df3-b389-87fab6548db7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.951706 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:10.951721 [ 3 ] {} HTTP-Session: fda51cc3-44a8-4df3-b389-87fab6548db7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.951777 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 30 rows starting from the beginning of the part 2024.06.17 21:24:10.951799 [ 3 ] {} HTTP-Session: fda51cc3-44a8-4df3-b389-87fab6548db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:10.952005 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part 2024.06.17 21:24:10.952138 [ 3 ] {9715be15-05b6-4cda-ad44-f8e42372688f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:10.952343 [ 3 ] {9715be15-05b6-4cda-ad44-f8e42372688f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:24:10.952396 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part 2024.06.17 21:24:10.952745 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part 2024.06.17 21:24:10.953027 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 16 rows starting from the beginning of the part 2024.06.17 21:24:10.953318 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part 2024.06.17 21:24:10.953765 [ 3 ] {9715be15-05b6-4cda-ad44-f8e42372688f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:10.954546 [ 3 ] {9715be15-05b6-4cda-ad44-f8e42372688f} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:10.954607 [ 3 ] {9715be15-05b6-4cda-ad44-f8e42372688f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:10.955464 [ 3 ] {9715be15-05b6-4cda-ad44-f8e42372688f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.17 21:24:10.956239 [ 191 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.005012371 sec., 20748.66365638138 rows/sec., 1.64 MiB/sec. 2024.06.17 21:24:10.956400 [ 3 ] {9715be15-05b6-4cda-ad44-f8e42372688f} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:10.956517 [ 191 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.06.17 21:24:10.956757 [ 3 ] {9715be15-05b6-4cda-ad44-f8e42372688f} executeQuery: Read 4 rows, 334.00 B in 0.004791 sec., 834.8987685243164 rows/sec., 68.08 KiB/sec. 2024.06.17 21:24:10.957518 [ 3 ] {9715be15-05b6-4cda-ad44-f8e42372688f} DynamicQueryHandler: Done processing query 2024.06.17 21:24:10.957565 [ 3 ] {9715be15-05b6-4cda-ad44-f8e42372688f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:10.957594 [ 3 ] {} HTTP-Session: fda51cc3-44a8-4df3-b389-87fab6548db7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.957708 [ 191 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_41_8} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:10.957752 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:10.957838 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:10.957871 [ 3 ] {} HTTP-Session: acc4b755-7e24-4a95-8cbb-cc631ac993ca Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:10.957879 [ 191 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_41_8} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.06.17 21:24:10.957907 [ 3 ] {} HTTP-Session: acc4b755-7e24-4a95-8cbb-cc631ac993ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.957933 [ 3 ] {} HTTP-Session: acc4b755-7e24-4a95-8cbb-cc631ac993ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.958010 [ 3 ] {} HTTP-Session: acc4b755-7e24-4a95-8cbb-cc631ac993ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:10.958052 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.17 21:24:10.958186 [ 3 ] {a555820b-7919-4578-9f5d-e1ea5e63c838} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:10.958234 [ 3 ] {a555820b-7919-4578-9f5d-e1ea5e63c838} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:24:10.958380 [ 3 ] {a555820b-7919-4578-9f5d-e1ea5e63c838} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:10.958754 [ 3 ] {a555820b-7919-4578-9f5d-e1ea5e63c838} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:10.958791 [ 3 ] {a555820b-7919-4578-9f5d-e1ea5e63c838} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:10.959114 [ 3 ] {a555820b-7919-4578-9f5d-e1ea5e63c838} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.06.17 21:24:10.959432 [ 3 ] {a555820b-7919-4578-9f5d-e1ea5e63c838} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:10.959595 [ 3 ] {a555820b-7919-4578-9f5d-e1ea5e63c838} executeQuery: Read 100 rows, 8.38 KiB in 0.001457 sec., 68634.17982155114 rows/sec., 5.62 MiB/sec. 2024.06.17 21:24:10.959868 [ 3 ] {a555820b-7919-4578-9f5d-e1ea5e63c838} DynamicQueryHandler: Done processing query 2024.06.17 21:24:10.959922 [ 3 ] {a555820b-7919-4578-9f5d-e1ea5e63c838} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:24:10.959981 [ 3 ] {} HTTP-Session: acc4b755-7e24-4a95-8cbb-cc631ac993ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.960159 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:10.960210 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:10.960229 [ 3 ] {} HTTP-Session: 2000afa0-8428-4bd5-9f29-25118b701f79 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:10.960246 [ 3 ] {} HTTP-Session: 2000afa0-8428-4bd5-9f29-25118b701f79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.960260 [ 3 ] {} HTTP-Session: 2000afa0-8428-4bd5-9f29-25118b701f79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.960293 [ 3 ] {} HTTP-Session: 2000afa0-8428-4bd5-9f29-25118b701f79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:10.960392 [ 3 ] {f8f8c164-88c5-49b1-9fbe-b71c63d93fbd} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:10.960436 [ 3 ] {f8f8c164-88c5-49b1-9fbe-b71c63d93fbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:24:10.960581 [ 3 ] {f8f8c164-88c5-49b1-9fbe-b71c63d93fbd} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:10.960855 [ 3 ] {f8f8c164-88c5-49b1-9fbe-b71c63d93fbd} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:10.960892 [ 3 ] {f8f8c164-88c5-49b1-9fbe-b71c63d93fbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:10.961188 [ 3 ] {f8f8c164-88c5-49b1-9fbe-b71c63d93fbd} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.17 21:24:10.961490 [ 3 ] {f8f8c164-88c5-49b1-9fbe-b71c63d93fbd} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:10.961654 [ 3 ] {f8f8c164-88c5-49b1-9fbe-b71c63d93fbd} executeQuery: Read 4 rows, 286.00 B in 0.001276 sec., 3134.796238244514 rows/sec., 218.88 KiB/sec. 2024.06.17 21:24:10.962055 [ 3 ] {f8f8c164-88c5-49b1-9fbe-b71c63d93fbd} DynamicQueryHandler: Done processing query 2024.06.17 21:24:10.962096 [ 3 ] {f8f8c164-88c5-49b1-9fbe-b71c63d93fbd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:10.962120 [ 3 ] {} HTTP-Session: 2000afa0-8428-4bd5-9f29-25118b701f79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.962237 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:10.962283 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:10.962302 [ 3 ] {} HTTP-Session: f1d04921-7ba8-4b41-a03e-8572da62a12f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:10.962319 [ 3 ] {} HTTP-Session: f1d04921-7ba8-4b41-a03e-8572da62a12f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.962332 [ 3 ] {} HTTP-Session: f1d04921-7ba8-4b41-a03e-8572da62a12f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.962363 [ 3 ] {} HTTP-Session: f1d04921-7ba8-4b41-a03e-8572da62a12f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:10.962484 [ 3 ] {30de8581-11d2-4480-af0e-504c1578ee2d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:10.962527 [ 3 ] {30de8581-11d2-4480-af0e-504c1578ee2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:24:10.962660 [ 3 ] {30de8581-11d2-4480-af0e-504c1578ee2d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:10.963022 [ 3 ] {30de8581-11d2-4480-af0e-504c1578ee2d} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:10.963057 [ 3 ] {30de8581-11d2-4480-af0e-504c1578ee2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:10.963373 [ 3 ] {30de8581-11d2-4480-af0e-504c1578ee2d} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.06.17 21:24:10.963673 [ 3 ] {30de8581-11d2-4480-af0e-504c1578ee2d} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:10.963822 [ 3 ] {30de8581-11d2-4480-af0e-504c1578ee2d} executeQuery: Read 82 rows, 6.56 KiB in 0.001378 sec., 59506.53120464441 rows/sec., 4.65 MiB/sec. 2024.06.17 21:24:10.963983 [ 3 ] {30de8581-11d2-4480-af0e-504c1578ee2d} DynamicQueryHandler: Done processing query 2024.06.17 21:24:10.964006 [ 3 ] {30de8581-11d2-4480-af0e-504c1578ee2d} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:24:10.964022 [ 3 ] {} HTTP-Session: f1d04921-7ba8-4b41-a03e-8572da62a12f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.964177 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 31012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:10.964223 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:10.964243 [ 3 ] {} HTTP-Session: 4a98d55d-b80b-4b6a-8bc5-7dfde8156ceb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:10.964259 [ 3 ] {} HTTP-Session: 4a98d55d-b80b-4b6a-8bc5-7dfde8156ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.964273 [ 3 ] {} HTTP-Session: 4a98d55d-b80b-4b6a-8bc5-7dfde8156ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.964304 [ 3 ] {} HTTP-Session: 4a98d55d-b80b-4b6a-8bc5-7dfde8156ceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:10.964455 [ 3 ] {a0abe036-6c1a-49e3-8407-d4030f9afbd8} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:10.964501 [ 3 ] {a0abe036-6c1a-49e3-8407-d4030f9afbd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:24:10.964643 [ 3 ] {a0abe036-6c1a-49e3-8407-d4030f9afbd8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:10.965046 [ 3 ] {a0abe036-6c1a-49e3-8407-d4030f9afbd8} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:10.965083 [ 3 ] {a0abe036-6c1a-49e3-8407-d4030f9afbd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:10.965468 [ 3 ] {a0abe036-6c1a-49e3-8407-d4030f9afbd8} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.06.17 21:24:10.965798 [ 3 ] {a0abe036-6c1a-49e3-8407-d4030f9afbd8} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:10.965956 [ 3 ] {a0abe036-6c1a-49e3-8407-d4030f9afbd8} executeQuery: Read 162 rows, 11.55 KiB in 0.001574 sec., 102922.49047013976 rows/sec., 7.17 MiB/sec. 2024.06.17 21:24:10.966120 [ 3 ] {a0abe036-6c1a-49e3-8407-d4030f9afbd8} DynamicQueryHandler: Done processing query 2024.06.17 21:24:10.966144 [ 3 ] {a0abe036-6c1a-49e3-8407-d4030f9afbd8} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:10.966159 [ 3 ] {} HTTP-Session: 4a98d55d-b80b-4b6a-8bc5-7dfde8156ceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.966276 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:10.966323 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:10.966341 [ 3 ] {} HTTP-Session: 7893b658-34e6-4c61-aa5b-164ae6aa6da8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:10.966357 [ 3 ] {} HTTP-Session: 7893b658-34e6-4c61-aa5b-164ae6aa6da8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.966370 [ 3 ] {} HTTP-Session: 7893b658-34e6-4c61-aa5b-164ae6aa6da8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.966401 [ 3 ] {} HTTP-Session: 7893b658-34e6-4c61-aa5b-164ae6aa6da8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:10.966597 [ 3 ] {520fd263-de4b-4d1a-a9ff-46f7a99c21b9} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:10.966643 [ 3 ] {520fd263-de4b-4d1a-a9ff-46f7a99c21b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:24:10.966798 [ 3 ] {520fd263-de4b-4d1a-a9ff-46f7a99c21b9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:10.967271 [ 3 ] {520fd263-de4b-4d1a-a9ff-46f7a99c21b9} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:10.967306 [ 3 ] {520fd263-de4b-4d1a-a9ff-46f7a99c21b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:10.967693 [ 3 ] {520fd263-de4b-4d1a-a9ff-46f7a99c21b9} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.06.17 21:24:10.968029 [ 3 ] {520fd263-de4b-4d1a-a9ff-46f7a99c21b9} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:10.968191 [ 65 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.06.17 21:24:10.968199 [ 3 ] {520fd263-de4b-4d1a-a9ff-46f7a99c21b9} executeQuery: Read 14 rows, 19.35 KiB in 0.001714 sec., 8168.028004667444 rows/sec., 11.02 MiB/sec. 2024.06.17 21:24:10.968239 [ 65 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:10.968304 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:10.968533 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:24:10.968551 [ 3 ] {520fd263-de4b-4d1a-a9ff-46f7a99c21b9} DynamicQueryHandler: Done processing query 2024.06.17 21:24:10.968592 [ 3 ] {520fd263-de4b-4d1a-a9ff-46f7a99c21b9} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:10.968616 [ 3 ] {} HTTP-Session: 7893b658-34e6-4c61-aa5b-164ae6aa6da8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.968725 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:10.968747 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:10.968773 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 544 rows starting from the beginning of the part 2024.06.17 21:24:10.968805 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:10.968828 [ 3 ] {} HTTP-Session: ce8962e7-70c0-4c68-8c8b-f3f2b3d447a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:10.968876 [ 3 ] {} HTTP-Session: ce8962e7-70c0-4c68-8c8b-f3f2b3d447a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.968942 [ 3 ] {} HTTP-Session: ce8962e7-70c0-4c68-8c8b-f3f2b3d447a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.969035 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part 2024.06.17 21:24:10.969049 [ 3 ] {} HTTP-Session: ce8962e7-70c0-4c68-8c8b-f3f2b3d447a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:10.969413 [ 3 ] {57c251d6-35fe-4841-9398-feb4f8d0cdf1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:10.969429 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part 2024.06.17 21:24:10.969583 [ 3 ] {57c251d6-35fe-4841-9398-feb4f8d0cdf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:24:10.969798 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part 2024.06.17 21:24:10.970114 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 16 rows starting from the beginning of the part 2024.06.17 21:24:10.970576 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part 2024.06.17 21:24:10.970746 [ 3 ] {57c251d6-35fe-4841-9398-feb4f8d0cdf1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:10.971331 [ 3 ] {57c251d6-35fe-4841-9398-feb4f8d0cdf1} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:10.971375 [ 3 ] {57c251d6-35fe-4841-9398-feb4f8d0cdf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:10.971867 [ 3 ] {57c251d6-35fe-4841-9398-feb4f8d0cdf1} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.06.17 21:24:10.972513 [ 3 ] {57c251d6-35fe-4841-9398-feb4f8d0cdf1} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:10.972945 [ 3 ] {57c251d6-35fe-4841-9398-feb4f8d0cdf1} executeQuery: Read 60 rows, 4.14 KiB in 0.003539 sec., 16953.941791466517 rows/sec., 1.14 MiB/sec. 2024.06.17 21:24:10.973345 [ 3 ] {57c251d6-35fe-4841-9398-feb4f8d0cdf1} DynamicQueryHandler: Done processing query 2024.06.17 21:24:10.973398 [ 3 ] {57c251d6-35fe-4841-9398-feb4f8d0cdf1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:24:10.973461 [ 3 ] {} HTTP-Session: ce8962e7-70c0-4c68-8c8b-f3f2b3d447a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:10.973845 [ 192 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 618 rows, containing 6 columns (6 merged, 0 gathered) in 0.005406215 sec., 114312.87878857944 rows/sec., 154.26 MiB/sec. 2024.06.17 21:24:10.974344 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.06.17 21:24:10.974791 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_41_8} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:10.974873 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_41_8} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.06.17 21:24:10.974968 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2024.06.17 21:24:15.178488 [ 62 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:24:15.178593 [ 62 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:24:15.949372 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:15.949553 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:15.949598 [ 3 ] {} HTTP-Session: 18f0023d-f902-4b37-9be6-d89ec3b94451 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:15.949639 [ 3 ] {} HTTP-Session: 18f0023d-f902-4b37-9be6-d89ec3b94451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.949666 [ 3 ] {} HTTP-Session: 18f0023d-f902-4b37-9be6-d89ec3b94451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.949750 [ 3 ] {} HTTP-Session: 18f0023d-f902-4b37-9be6-d89ec3b94451 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:15.950052 [ 3 ] {ea779752-1bcc-416a-bf97-7f846faa6cf5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:15.950161 [ 3 ] {ea779752-1bcc-416a-bf97-7f846faa6cf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:24:15.950479 [ 3 ] {ea779752-1bcc-416a-bf97-7f846faa6cf5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:15.950916 [ 3 ] {ea779752-1bcc-416a-bf97-7f846faa6cf5} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:15.950958 [ 3 ] {ea779752-1bcc-416a-bf97-7f846faa6cf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:15.951337 [ 3 ] {ea779752-1bcc-416a-bf97-7f846faa6cf5} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.06.17 21:24:15.951669 [ 3 ] {ea779752-1bcc-416a-bf97-7f846faa6cf5} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:15.951844 [ 3 ] {ea779752-1bcc-416a-bf97-7f846faa6cf5} executeQuery: Read 16 rows, 1.30 KiB in 0.001891 sec., 8461.131676361712 rows/sec., 685.81 KiB/sec. 2024.06.17 21:24:15.952045 [ 3 ] {ea779752-1bcc-416a-bf97-7f846faa6cf5} DynamicQueryHandler: Done processing query 2024.06.17 21:24:15.952071 [ 3 ] {ea779752-1bcc-416a-bf97-7f846faa6cf5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:15.952088 [ 3 ] {} HTTP-Session: 18f0023d-f902-4b37-9be6-d89ec3b94451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.952211 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:15.952260 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:15.952279 [ 3 ] {} HTTP-Session: 3c4f201a-e11b-431b-8453-9765ad6931e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:15.952295 [ 3 ] {} HTTP-Session: 3c4f201a-e11b-431b-8453-9765ad6931e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.952308 [ 3 ] {} HTTP-Session: 3c4f201a-e11b-431b-8453-9765ad6931e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.952339 [ 3 ] {} HTTP-Session: 3c4f201a-e11b-431b-8453-9765ad6931e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:15.952432 [ 3 ] {da92877b-1db8-4d9e-96a1-6ee5bb547b0f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:15.952475 [ 3 ] {da92877b-1db8-4d9e-96a1-6ee5bb547b0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:24:15.952602 [ 3 ] {da92877b-1db8-4d9e-96a1-6ee5bb547b0f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:15.952889 [ 3 ] {da92877b-1db8-4d9e-96a1-6ee5bb547b0f} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:15.952925 [ 3 ] {da92877b-1db8-4d9e-96a1-6ee5bb547b0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:15.953226 [ 3 ] {da92877b-1db8-4d9e-96a1-6ee5bb547b0f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.17 21:24:15.953525 [ 3 ] {da92877b-1db8-4d9e-96a1-6ee5bb547b0f} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:15.953685 [ 3 ] {da92877b-1db8-4d9e-96a1-6ee5bb547b0f} executeQuery: Read 2 rows, 167.00 B in 0.001264 sec., 1582.2784810126584 rows/sec., 129.02 KiB/sec. 2024.06.17 21:24:15.953876 [ 3 ] {da92877b-1db8-4d9e-96a1-6ee5bb547b0f} DynamicQueryHandler: Done processing query 2024.06.17 21:24:15.953901 [ 3 ] {da92877b-1db8-4d9e-96a1-6ee5bb547b0f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:15.953917 [ 3 ] {} HTTP-Session: 3c4f201a-e11b-431b-8453-9765ad6931e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.954067 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:15.954116 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:15.954135 [ 3 ] {} HTTP-Session: 973cf698-d500-4fd0-9fe2-16f5371946af Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:15.954151 [ 3 ] {} HTTP-Session: 973cf698-d500-4fd0-9fe2-16f5371946af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.954165 [ 3 ] {} HTTP-Session: 973cf698-d500-4fd0-9fe2-16f5371946af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.954196 [ 3 ] {} HTTP-Session: 973cf698-d500-4fd0-9fe2-16f5371946af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:15.954320 [ 3 ] {34714318-81a2-4649-be02-dc4e9c4f0afe} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:15.954362 [ 3 ] {34714318-81a2-4649-be02-dc4e9c4f0afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:24:15.954485 [ 3 ] {34714318-81a2-4649-be02-dc4e9c4f0afe} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:15.954823 [ 3 ] {34714318-81a2-4649-be02-dc4e9c4f0afe} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:15.954859 [ 3 ] {34714318-81a2-4649-be02-dc4e9c4f0afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:15.955179 [ 3 ] {34714318-81a2-4649-be02-dc4e9c4f0afe} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.06.17 21:24:15.955496 [ 3 ] {34714318-81a2-4649-be02-dc4e9c4f0afe} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:15.955665 [ 3 ] {34714318-81a2-4649-be02-dc4e9c4f0afe} executeQuery: Read 105 rows, 8.73 KiB in 0.00138 sec., 76086.95652173914 rows/sec., 6.18 MiB/sec. 2024.06.17 21:24:15.955929 [ 3 ] {34714318-81a2-4649-be02-dc4e9c4f0afe} DynamicQueryHandler: Done processing query 2024.06.17 21:24:15.955992 [ 3 ] {34714318-81a2-4649-be02-dc4e9c4f0afe} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:24:15.956037 [ 3 ] {} HTTP-Session: 973cf698-d500-4fd0-9fe2-16f5371946af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.956182 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:15.956233 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:15.956253 [ 3 ] {} HTTP-Session: ba59d35d-e5b1-4587-9c6d-70cb36460477 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:15.956270 [ 3 ] {} HTTP-Session: ba59d35d-e5b1-4587-9c6d-70cb36460477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.956283 [ 3 ] {} HTTP-Session: ba59d35d-e5b1-4587-9c6d-70cb36460477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.956315 [ 3 ] {} HTTP-Session: ba59d35d-e5b1-4587-9c6d-70cb36460477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:15.956415 [ 3 ] {60fe53cb-bc03-4326-899f-c7a05b74b0dd} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:15.956459 [ 3 ] {60fe53cb-bc03-4326-899f-c7a05b74b0dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:24:15.956601 [ 3 ] {60fe53cb-bc03-4326-899f-c7a05b74b0dd} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:15.956861 [ 3 ] {60fe53cb-bc03-4326-899f-c7a05b74b0dd} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:15.956898 [ 3 ] {60fe53cb-bc03-4326-899f-c7a05b74b0dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:15.957198 [ 3 ] {60fe53cb-bc03-4326-899f-c7a05b74b0dd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.17 21:24:15.957502 [ 3 ] {60fe53cb-bc03-4326-899f-c7a05b74b0dd} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:15.957654 [ 3 ] {60fe53cb-bc03-4326-899f-c7a05b74b0dd} executeQuery: Read 2 rows, 143.00 B in 0.001263 sec., 1583.5312747426763 rows/sec., 110.57 KiB/sec. 2024.06.17 21:24:15.957806 [ 3 ] {60fe53cb-bc03-4326-899f-c7a05b74b0dd} DynamicQueryHandler: Done processing query 2024.06.17 21:24:15.957830 [ 3 ] {60fe53cb-bc03-4326-899f-c7a05b74b0dd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:15.957846 [ 3 ] {} HTTP-Session: ba59d35d-e5b1-4587-9c6d-70cb36460477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.957974 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:15.958020 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:15.958039 [ 3 ] {} HTTP-Session: 27dfd2a9-f54a-4007-9c92-5f8355e67c34 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:15.958055 [ 3 ] {} HTTP-Session: 27dfd2a9-f54a-4007-9c92-5f8355e67c34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.958069 [ 3 ] {} HTTP-Session: 27dfd2a9-f54a-4007-9c92-5f8355e67c34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.958099 [ 3 ] {} HTTP-Session: 27dfd2a9-f54a-4007-9c92-5f8355e67c34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:15.958216 [ 3 ] {3a2081ee-7453-4d21-8f48-65c866069850} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:15.958259 [ 3 ] {3a2081ee-7453-4d21-8f48-65c866069850} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:24:15.958386 [ 3 ] {3a2081ee-7453-4d21-8f48-65c866069850} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:15.958755 [ 3 ] {3a2081ee-7453-4d21-8f48-65c866069850} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:15.958792 [ 3 ] {3a2081ee-7453-4d21-8f48-65c866069850} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:15.959104 [ 3 ] {3a2081ee-7453-4d21-8f48-65c866069850} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.06.17 21:24:15.959407 [ 3 ] {3a2081ee-7453-4d21-8f48-65c866069850} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:15.959566 [ 3 ] {3a2081ee-7453-4d21-8f48-65c866069850} executeQuery: Read 82 rows, 6.56 KiB in 0.001385 sec., 59205.7761732852 rows/sec., 4.63 MiB/sec. 2024.06.17 21:24:15.959738 [ 3 ] {3a2081ee-7453-4d21-8f48-65c866069850} DynamicQueryHandler: Done processing query 2024.06.17 21:24:15.959763 [ 3 ] {3a2081ee-7453-4d21-8f48-65c866069850} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:24:15.959779 [ 3 ] {} HTTP-Session: 27dfd2a9-f54a-4007-9c92-5f8355e67c34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.959945 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:15.959994 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:15.960013 [ 3 ] {} HTTP-Session: 25992770-15d9-438c-beb1-8bed19c39ad6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:15.960029 [ 3 ] {} HTTP-Session: 25992770-15d9-438c-beb1-8bed19c39ad6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.960042 [ 3 ] {} HTTP-Session: 25992770-15d9-438c-beb1-8bed19c39ad6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.960073 [ 3 ] {} HTTP-Session: 25992770-15d9-438c-beb1-8bed19c39ad6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:15.960218 [ 3 ] {730e828c-d35e-4d47-853f-e2947e6e18f1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:15.960266 [ 3 ] {730e828c-d35e-4d47-853f-e2947e6e18f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:24:15.960408 [ 3 ] {730e828c-d35e-4d47-853f-e2947e6e18f1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:15.960787 [ 3 ] {730e828c-d35e-4d47-853f-e2947e6e18f1} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:15.960823 [ 3 ] {730e828c-d35e-4d47-853f-e2947e6e18f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:15.961207 [ 3 ] {730e828c-d35e-4d47-853f-e2947e6e18f1} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.06.17 21:24:15.961544 [ 3 ] {730e828c-d35e-4d47-853f-e2947e6e18f1} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:15.961705 [ 3 ] {730e828c-d35e-4d47-853f-e2947e6e18f1} executeQuery: Read 161 rows, 11.48 KiB in 0.001548 sec., 104005.16795865634 rows/sec., 7.24 MiB/sec. 2024.06.17 21:24:15.961903 [ 3 ] {730e828c-d35e-4d47-853f-e2947e6e18f1} DynamicQueryHandler: Done processing query 2024.06.17 21:24:15.961937 [ 3 ] {730e828c-d35e-4d47-853f-e2947e6e18f1} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:15.961958 [ 3 ] {} HTTP-Session: 25992770-15d9-438c-beb1-8bed19c39ad6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.962161 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:15.962220 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:15.962245 [ 3 ] {} HTTP-Session: 5db156bd-dc32-4aad-a65f-57c0ed576515 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:15.962265 [ 3 ] {} HTTP-Session: 5db156bd-dc32-4aad-a65f-57c0ed576515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.962283 [ 3 ] {} HTTP-Session: 5db156bd-dc32-4aad-a65f-57c0ed576515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.962322 [ 3 ] {} HTTP-Session: 5db156bd-dc32-4aad-a65f-57c0ed576515 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:15.962525 [ 3 ] {9cc1cf21-16b6-45e5-93d2-0c6218395eb7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:15.962573 [ 3 ] {9cc1cf21-16b6-45e5-93d2-0c6218395eb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:24:15.962740 [ 3 ] {9cc1cf21-16b6-45e5-93d2-0c6218395eb7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:15.963115 [ 3 ] {9cc1cf21-16b6-45e5-93d2-0c6218395eb7} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:15.963152 [ 3 ] {9cc1cf21-16b6-45e5-93d2-0c6218395eb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:15.963558 [ 3 ] {9cc1cf21-16b6-45e5-93d2-0c6218395eb7} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.06.17 21:24:15.963898 [ 3 ] {9cc1cf21-16b6-45e5-93d2-0c6218395eb7} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:15.964055 [ 3 ] {9cc1cf21-16b6-45e5-93d2-0c6218395eb7} executeQuery: Read 16 rows, 22.11 KiB in 0.00163 sec., 9815.9509202454 rows/sec., 13.25 MiB/sec. 2024.06.17 21:24:15.964224 [ 3 ] {9cc1cf21-16b6-45e5-93d2-0c6218395eb7} DynamicQueryHandler: Done processing query 2024.06.17 21:24:15.964249 [ 3 ] {9cc1cf21-16b6-45e5-93d2-0c6218395eb7} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:24:15.964265 [ 3 ] {} HTTP-Session: 5db156bd-dc32-4aad-a65f-57c0ed576515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.964383 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:15.964432 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:15.964451 [ 3 ] {} HTTP-Session: 1cd3b64c-ce91-4fa7-a444-3be93c7f4cff Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:15.964468 [ 3 ] {} HTTP-Session: 1cd3b64c-ce91-4fa7-a444-3be93c7f4cff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.964481 [ 3 ] {} HTTP-Session: 1cd3b64c-ce91-4fa7-a444-3be93c7f4cff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:15.964512 [ 3 ] {} HTTP-Session: 1cd3b64c-ce91-4fa7-a444-3be93c7f4cff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:15.964622 [ 3 ] {25bf018d-5b13-4f9c-94a7-432f5c19b110} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:15.964666 [ 3 ] {25bf018d-5b13-4f9c-94a7-432f5c19b110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:24:15.964794 [ 3 ] {25bf018d-5b13-4f9c-94a7-432f5c19b110} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:15.965082 [ 3 ] {25bf018d-5b13-4f9c-94a7-432f5c19b110} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:15.965119 [ 3 ] {25bf018d-5b13-4f9c-94a7-432f5c19b110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. 2024.06.17 21:24:15.965478 [ 3 ] {25bf018d-5b13-4f9c-94a7-432f5c19b110} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.06.17 21:24:15.965791 [ 3 ] {25bf018d-5b13-4f9c-94a7-432f5c19b110} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:15.965947 [ 3 ] {25bf018d-5b13-4f9c-94a7-432f5c19b110} executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. 2024.06.17 21:24:15.966103 [ 3 ] {25bf018d-5b13-4f9c-94a7-432f5c19b110} DynamicQueryHandler: Done processing query 2024.06.17 21:24:15.966129 [ 3 ] {25bf018d-5b13-4f9c-94a7-432f5c19b110} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:24:15.966145 [ 3 ] {} HTTP-Session: 1cd3b64c-ce91-4fa7-a444-3be93c7f4cff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.949517 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:20.949659 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:20.949685 [ 3 ] {} HTTP-Session: 511d3cc9-71ea-470b-b7d3-71f3b9820609 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:20.949710 [ 3 ] {} HTTP-Session: 511d3cc9-71ea-470b-b7d3-71f3b9820609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.949726 [ 3 ] {} HTTP-Session: 511d3cc9-71ea-470b-b7d3-71f3b9820609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.949774 [ 3 ] {} HTTP-Session: 511d3cc9-71ea-470b-b7d3-71f3b9820609 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:20.949965 [ 3 ] {259fe8a2-d87f-4d11-bda6-1f5c4cbc3622} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:20.950033 [ 3 ] {259fe8a2-d87f-4d11-bda6-1f5c4cbc3622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:24:20.950228 [ 3 ] {259fe8a2-d87f-4d11-bda6-1f5c4cbc3622} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:20.950648 [ 3 ] {259fe8a2-d87f-4d11-bda6-1f5c4cbc3622} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:20.950693 [ 3 ] {259fe8a2-d87f-4d11-bda6-1f5c4cbc3622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:20.951069 [ 3 ] {259fe8a2-d87f-4d11-bda6-1f5c4cbc3622} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.06.17 21:24:20.951405 [ 3 ] {259fe8a2-d87f-4d11-bda6-1f5c4cbc3622} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:20.951556 [ 3 ] {259fe8a2-d87f-4d11-bda6-1f5c4cbc3622} executeQuery: Read 14 rows, 1.13 KiB in 0.001647 sec., 8500.303582270795 rows/sec., 688.99 KiB/sec. 2024.06.17 21:24:20.951782 [ 3 ] {259fe8a2-d87f-4d11-bda6-1f5c4cbc3622} DynamicQueryHandler: Done processing query 2024.06.17 21:24:20.951809 [ 3 ] {259fe8a2-d87f-4d11-bda6-1f5c4cbc3622} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:20.951825 [ 3 ] {} HTTP-Session: 511d3cc9-71ea-470b-b7d3-71f3b9820609 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.951968 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:20.952022 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:20.952041 [ 3 ] {} HTTP-Session: 2205d826-2047-467c-9098-41b9b7514c28 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:20.952059 [ 3 ] {} HTTP-Session: 2205d826-2047-467c-9098-41b9b7514c28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.952073 [ 3 ] {} HTTP-Session: 2205d826-2047-467c-9098-41b9b7514c28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.952108 [ 3 ] {} HTTP-Session: 2205d826-2047-467c-9098-41b9b7514c28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:20.952243 [ 3 ] {7d2d83b8-9242-487d-bda0-72213ea4f086} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:20.952289 [ 3 ] {7d2d83b8-9242-487d-bda0-72213ea4f086} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:24:20.952421 [ 3 ] {7d2d83b8-9242-487d-bda0-72213ea4f086} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:20.952770 [ 3 ] {7d2d83b8-9242-487d-bda0-72213ea4f086} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:20.952806 [ 3 ] {7d2d83b8-9242-487d-bda0-72213ea4f086} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:20.953120 [ 3 ] {7d2d83b8-9242-487d-bda0-72213ea4f086} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.06.17 21:24:20.953418 [ 3 ] {7d2d83b8-9242-487d-bda0-72213ea4f086} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:20.953570 [ 3 ] {7d2d83b8-9242-487d-bda0-72213ea4f086} executeQuery: Read 98 rows, 8.24 KiB in 0.001377 sec., 71169.20842411039 rows/sec., 5.84 MiB/sec. 2024.06.17 21:24:20.953569 [ 58 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.06.17 21:24:20.953696 [ 58 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:20.953735 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:20.953812 [ 3 ] {7d2d83b8-9242-487d-bda0-72213ea4f086} DynamicQueryHandler: Done processing query 2024.06.17 21:24:20.953867 [ 3 ] {7d2d83b8-9242-487d-bda0-72213ea4f086} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:24:20.953926 [ 3 ] {} HTTP-Session: 2205d826-2047-467c-9098-41b9b7514c28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.954022 [ 197 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:24:20.954151 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:20.954266 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:20.954322 [ 3 ] {} HTTP-Session: afd763c5-e029-4281-bd76-ba14179bf6d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:20.954355 [ 197 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:20.954365 [ 3 ] {} HTTP-Session: afd763c5-e029-4281-bd76-ba14179bf6d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.954421 [ 3 ] {} HTTP-Session: afd763c5-e029-4281-bd76-ba14179bf6d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.954429 [ 197 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 189 rows starting from the beginning of the part 2024.06.17 21:24:20.954491 [ 3 ] {} HTTP-Session: afd763c5-e029-4281-bd76-ba14179bf6d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:20.954676 [ 197 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 134 rows starting from the beginning of the part 2024.06.17 21:24:20.954980 [ 197 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 104 rows starting from the beginning of the part 2024.06.17 21:24:20.955000 [ 3 ] {d3a21310-276c-425e-96af-073acf4826af} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:20.955250 [ 3 ] {d3a21310-276c-425e-96af-073acf4826af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:24:20.955265 [ 197 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 100 rows starting from the beginning of the part 2024.06.17 21:24:20.955545 [ 197 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 105 rows starting from the beginning of the part 2024.06.17 21:24:20.955874 [ 197 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 98 rows starting from the beginning of the part 2024.06.17 21:24:20.956510 [ 3 ] {d3a21310-276c-425e-96af-073acf4826af} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:20.957410 [ 3 ] {d3a21310-276c-425e-96af-073acf4826af} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:20.957469 [ 3 ] {d3a21310-276c-425e-96af-073acf4826af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:20.958292 [ 3 ] {d3a21310-276c-425e-96af-073acf4826af} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.06.17 21:24:20.958971 [ 192 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 730 rows, containing 4 columns (4 merged, 0 gathered) in 0.005132952 sec., 142218.3570000265 rows/sec., 11.57 MiB/sec. 2024.06.17 21:24:20.958996 [ 3 ] {d3a21310-276c-425e-96af-073acf4826af} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:20.959216 [ 192 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.06.17 21:24:20.959232 [ 3 ] {d3a21310-276c-425e-96af-073acf4826af} executeQuery: Read 78 rows, 6.24 KiB in 0.004507 sec., 17306.412247614822 rows/sec., 1.35 MiB/sec. 2024.06.17 21:24:20.959215 [ 58 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.06.17 21:24:20.959353 [ 58 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:20.959456 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:20.959784 [ 3 ] {d3a21310-276c-425e-96af-073acf4826af} DynamicQueryHandler: Done processing query 2024.06.17 21:24:20.959906 [ 3 ] {d3a21310-276c-425e-96af-073acf4826af} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:24:20.960016 [ 3 ] {} HTTP-Session: afd763c5-e029-4281-bd76-ba14179bf6d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.960041 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:24:20.960407 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:20.960680 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:20.960805 [ 3 ] {} HTTP-Session: 4e67751c-33a5-4f79-bce0-05a1650b1afb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:20.960941 [ 3 ] {} HTTP-Session: 4e67751c-33a5-4f79-bce0-05a1650b1afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.960981 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:20.961055 [ 3 ] {} HTTP-Session: 4e67751c-33a5-4f79-bce0-05a1650b1afb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.961147 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 150 rows starting from the beginning of the part 2024.06.17 21:24:20.961280 [ 3 ] {} HTTP-Session: 4e67751c-33a5-4f79-bce0-05a1650b1afb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:20.961718 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 102 rows starting from the beginning of the part 2024.06.17 21:24:20.962078 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 80 rows starting from the beginning of the part 2024.06.17 21:24:20.962455 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part 2024.06.17 21:24:20.962644 [ 3 ] {9f0a5db2-cc57-4f3e-977c-01fb5bdc6e36} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:20.962853 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part 2024.06.17 21:24:20.962897 [ 192 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_46_9} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:20.962990 [ 3 ] {9f0a5db2-cc57-4f3e-977c-01fb5bdc6e36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:24:20.963436 [ 192 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_46_9} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.06.17 21:24:20.963443 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 78 rows starting from the beginning of the part 2024.06.17 21:24:20.963837 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.06.17 21:24:20.964427 [ 3 ] {9f0a5db2-cc57-4f3e-977c-01fb5bdc6e36} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:20.965309 [ 3 ] {9f0a5db2-cc57-4f3e-977c-01fb5bdc6e36} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:20.965379 [ 3 ] {9f0a5db2-cc57-4f3e-977c-01fb5bdc6e36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:20.966360 [ 3 ] {9f0a5db2-cc57-4f3e-977c-01fb5bdc6e36} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.06.17 21:24:20.966624 [ 195 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 574 rows, containing 4 columns (4 merged, 0 gathered) in 0.006984641 sec., 82180.31535192719 rows/sec., 6.42 MiB/sec. 2024.06.17 21:24:20.966921 [ 195 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.06.17 21:24:20.967074 [ 3 ] {9f0a5db2-cc57-4f3e-977c-01fb5bdc6e36} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:20.967409 [ 3 ] {9f0a5db2-cc57-4f3e-977c-01fb5bdc6e36} executeQuery: Read 160 rows, 11.41 KiB in 0.00509 sec., 31434.18467583497 rows/sec., 2.19 MiB/sec. 2024.06.17 21:24:20.968456 [ 3 ] {9f0a5db2-cc57-4f3e-977c-01fb5bdc6e36} DynamicQueryHandler: Done processing query 2024.06.17 21:24:20.968476 [ 195 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_46_9} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:20.968531 [ 3 ] {9f0a5db2-cc57-4f3e-977c-01fb5bdc6e36} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:20.968592 [ 3 ] {} HTTP-Session: 4e67751c-33a5-4f79-bce0-05a1650b1afb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.968684 [ 195 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_46_9} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.06.17 21:24:20.968820 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.17 21:24:20.968824 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:20.968905 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:20.968924 [ 3 ] {} HTTP-Session: 0579e10b-0972-4edb-af8f-58a4364cc536 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:20.968940 [ 3 ] {} HTTP-Session: 0579e10b-0972-4edb-af8f-58a4364cc536 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.968954 [ 3 ] {} HTTP-Session: 0579e10b-0972-4edb-af8f-58a4364cc536 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.968985 [ 3 ] {} HTTP-Session: 0579e10b-0972-4edb-af8f-58a4364cc536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:20.969184 [ 3 ] {32beef0f-ca52-4af6-bfc4-45774bee91fb} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:20.969233 [ 3 ] {32beef0f-ca52-4af6-bfc4-45774bee91fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:24:20.969425 [ 3 ] {32beef0f-ca52-4af6-bfc4-45774bee91fb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:20.969825 [ 3 ] {32beef0f-ca52-4af6-bfc4-45774bee91fb} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:20.969862 [ 3 ] {32beef0f-ca52-4af6-bfc4-45774bee91fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:20.970276 [ 3 ] {32beef0f-ca52-4af6-bfc4-45774bee91fb} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.06.17 21:24:20.970621 [ 3 ] {32beef0f-ca52-4af6-bfc4-45774bee91fb} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:20.970788 [ 3 ] {32beef0f-ca52-4af6-bfc4-45774bee91fb} executeQuery: Read 14 rows, 19.35 KiB in 0.001712 sec., 8177.570093457944 rows/sec., 11.04 MiB/sec. 2024.06.17 21:24:20.970956 [ 3 ] {32beef0f-ca52-4af6-bfc4-45774bee91fb} DynamicQueryHandler: Done processing query 2024.06.17 21:24:20.970980 [ 3 ] {32beef0f-ca52-4af6-bfc4-45774bee91fb} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:20.970996 [ 3 ] {} HTTP-Session: 0579e10b-0972-4edb-af8f-58a4364cc536 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.971121 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:20.971168 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:20.971188 [ 3 ] {} HTTP-Session: 9d226bc6-a97e-4718-9662-4e65cb5f98ed Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:20.971205 [ 3 ] {} HTTP-Session: 9d226bc6-a97e-4718-9662-4e65cb5f98ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.971218 [ 3 ] {} HTTP-Session: 9d226bc6-a97e-4718-9662-4e65cb5f98ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:20.971248 [ 3 ] {} HTTP-Session: 9d226bc6-a97e-4718-9662-4e65cb5f98ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:20.971364 [ 3 ] {f10a2060-70bd-4242-85ef-97cbe9e7cbdb} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:20.971408 [ 3 ] {f10a2060-70bd-4242-85ef-97cbe9e7cbdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:24:20.971531 [ 3 ] {f10a2060-70bd-4242-85ef-97cbe9e7cbdb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:20.971808 [ 3 ] {f10a2060-70bd-4242-85ef-97cbe9e7cbdb} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:20.971843 [ 3 ] {f10a2060-70bd-4242-85ef-97cbe9e7cbdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:20.972199 [ 3 ] {f10a2060-70bd-4242-85ef-97cbe9e7cbdb} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.06.17 21:24:20.972523 [ 3 ] {f10a2060-70bd-4242-85ef-97cbe9e7cbdb} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:20.972664 [ 3 ] {f10a2060-70bd-4242-85ef-97cbe9e7cbdb} executeQuery: Read 60 rows, 4.14 KiB in 0.001335 sec., 44943.8202247191 rows/sec., 3.03 MiB/sec. 2024.06.17 21:24:20.972823 [ 3 ] {f10a2060-70bd-4242-85ef-97cbe9e7cbdb} DynamicQueryHandler: Done processing query 2024.06.17 21:24:20.972847 [ 3 ] {f10a2060-70bd-4242-85ef-97cbe9e7cbdb} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:24:20.972862 [ 3 ] {} HTTP-Session: 9d226bc6-a97e-4718-9662-4e65cb5f98ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.949444 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:25.949645 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:25.949691 [ 3 ] {} HTTP-Session: 589c168f-6661-49c0-a0a4-1b12085162d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:25.949732 [ 3 ] {} HTTP-Session: 589c168f-6661-49c0-a0a4-1b12085162d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.949762 [ 3 ] {} HTTP-Session: 589c168f-6661-49c0-a0a4-1b12085162d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.949831 [ 3 ] {} HTTP-Session: 589c168f-6661-49c0-a0a4-1b12085162d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:25.950023 [ 3 ] {702eb3df-c21c-4bed-bc88-18789fe4494a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:25.950090 [ 3 ] {702eb3df-c21c-4bed-bc88-18789fe4494a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:24:25.950284 [ 3 ] {702eb3df-c21c-4bed-bc88-18789fe4494a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:25.950705 [ 3 ] {702eb3df-c21c-4bed-bc88-18789fe4494a} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:25.950747 [ 3 ] {702eb3df-c21c-4bed-bc88-18789fe4494a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:25.951122 [ 3 ] {702eb3df-c21c-4bed-bc88-18789fe4494a} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.06.17 21:24:25.951460 [ 3 ] {702eb3df-c21c-4bed-bc88-18789fe4494a} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:25.951612 [ 3 ] {702eb3df-c21c-4bed-bc88-18789fe4494a} executeQuery: Read 16 rows, 1.30 KiB in 0.001645 sec., 9726.44376899696 rows/sec., 788.37 KiB/sec. 2024.06.17 21:24:25.951816 [ 3 ] {702eb3df-c21c-4bed-bc88-18789fe4494a} DynamicQueryHandler: Done processing query 2024.06.17 21:24:25.951842 [ 3 ] {702eb3df-c21c-4bed-bc88-18789fe4494a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:25.951859 [ 3 ] {} HTTP-Session: 589c168f-6661-49c0-a0a4-1b12085162d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.952000 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:25.952049 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:25.952069 [ 3 ] {} HTTP-Session: da503f09-a47b-4b0d-9bde-21fc0dcfc669 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:25.952086 [ 3 ] {} HTTP-Session: da503f09-a47b-4b0d-9bde-21fc0dcfc669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.952100 [ 3 ] {} HTTP-Session: da503f09-a47b-4b0d-9bde-21fc0dcfc669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.952132 [ 3 ] {} HTTP-Session: da503f09-a47b-4b0d-9bde-21fc0dcfc669 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:25.952257 [ 3 ] {8dd54c3e-b698-445b-b88e-e21b37997a3d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:25.952302 [ 3 ] {8dd54c3e-b698-445b-b88e-e21b37997a3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:24:25.952426 [ 3 ] {8dd54c3e-b698-445b-b88e-e21b37997a3d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:25.952769 [ 3 ] {8dd54c3e-b698-445b-b88e-e21b37997a3d} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:25.952806 [ 3 ] {8dd54c3e-b698-445b-b88e-e21b37997a3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:25.953125 [ 3 ] {8dd54c3e-b698-445b-b88e-e21b37997a3d} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.06.17 21:24:25.953436 [ 3 ] {8dd54c3e-b698-445b-b88e-e21b37997a3d} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:25.953586 [ 3 ] {8dd54c3e-b698-445b-b88e-e21b37997a3d} executeQuery: Read 104 rows, 8.66 KiB in 0.001377 sec., 75526.50689905592 rows/sec., 6.14 MiB/sec. 2024.06.17 21:24:25.953742 [ 3 ] {8dd54c3e-b698-445b-b88e-e21b37997a3d} DynamicQueryHandler: Done processing query 2024.06.17 21:24:25.953766 [ 3 ] {8dd54c3e-b698-445b-b88e-e21b37997a3d} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:24:25.953783 [ 3 ] {} HTTP-Session: da503f09-a47b-4b0d-9bde-21fc0dcfc669 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.953907 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:25.953955 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:25.953974 [ 3 ] {} HTTP-Session: c9150bbe-d218-417a-8eb8-c07e38d29079 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:25.953991 [ 3 ] {} HTTP-Session: c9150bbe-d218-417a-8eb8-c07e38d29079 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.954006 [ 3 ] {} HTTP-Session: c9150bbe-d218-417a-8eb8-c07e38d29079 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.954037 [ 3 ] {} HTTP-Session: c9150bbe-d218-417a-8eb8-c07e38d29079 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:25.954155 [ 3 ] {f7f4086f-1e61-46b3-acf7-9cf53838e719} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:25.954197 [ 3 ] {f7f4086f-1e61-46b3-acf7-9cf53838e719} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:24:25.954323 [ 3 ] {f7f4086f-1e61-46b3-acf7-9cf53838e719} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:25.954644 [ 3 ] {f7f4086f-1e61-46b3-acf7-9cf53838e719} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:25.954681 [ 3 ] {f7f4086f-1e61-46b3-acf7-9cf53838e719} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:25.954998 [ 3 ] {f7f4086f-1e61-46b3-acf7-9cf53838e719} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.06.17 21:24:25.955320 [ 3 ] {f7f4086f-1e61-46b3-acf7-9cf53838e719} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:25.955468 [ 3 ] {f7f4086f-1e61-46b3-acf7-9cf53838e719} executeQuery: Read 80 rows, 6.40 KiB in 0.001356 sec., 58997.05014749263 rows/sec., 4.61 MiB/sec. 2024.06.17 21:24:25.955629 [ 3 ] {f7f4086f-1e61-46b3-acf7-9cf53838e719} DynamicQueryHandler: Done processing query 2024.06.17 21:24:25.955653 [ 3 ] {f7f4086f-1e61-46b3-acf7-9cf53838e719} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:24:25.955670 [ 3 ] {} HTTP-Session: c9150bbe-d218-417a-8eb8-c07e38d29079 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.955820 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:25.955868 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:25.955888 [ 3 ] {} HTTP-Session: 156aafb5-7455-413e-812c-595d08d387ce Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:25.955904 [ 3 ] {} HTTP-Session: 156aafb5-7455-413e-812c-595d08d387ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.955918 [ 3 ] {} HTTP-Session: 156aafb5-7455-413e-812c-595d08d387ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.955948 [ 3 ] {} HTTP-Session: 156aafb5-7455-413e-812c-595d08d387ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:25.956096 [ 3 ] {7c33c53e-299e-427b-a939-e38ea4ccef7b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:25.956142 [ 3 ] {7c33c53e-299e-427b-a939-e38ea4ccef7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:24:25.956288 [ 3 ] {7c33c53e-299e-427b-a939-e38ea4ccef7b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:25.956637 [ 3 ] {7c33c53e-299e-427b-a939-e38ea4ccef7b} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:25.956674 [ 3 ] {7c33c53e-299e-427b-a939-e38ea4ccef7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:25.957065 [ 3 ] {7c33c53e-299e-427b-a939-e38ea4ccef7b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.06.17 21:24:25.957400 [ 3 ] {7c33c53e-299e-427b-a939-e38ea4ccef7b} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:25.957568 [ 3 ] {7c33c53e-299e-427b-a939-e38ea4ccef7b} executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec. 2024.06.17 21:24:25.957728 [ 3 ] {7c33c53e-299e-427b-a939-e38ea4ccef7b} DynamicQueryHandler: Done processing query 2024.06.17 21:24:25.957751 [ 3 ] {7c33c53e-299e-427b-a939-e38ea4ccef7b} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:25.957768 [ 3 ] {} HTTP-Session: 156aafb5-7455-413e-812c-595d08d387ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.957889 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:25.957937 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:25.957957 [ 3 ] {} HTTP-Session: 358e3abb-554d-449c-86f7-b70474618743 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:25.957973 [ 3 ] {} HTTP-Session: 358e3abb-554d-449c-86f7-b70474618743 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.957987 [ 3 ] {} HTTP-Session: 358e3abb-554d-449c-86f7-b70474618743 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.958019 [ 3 ] {} HTTP-Session: 358e3abb-554d-449c-86f7-b70474618743 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:25.958191 [ 3 ] {5a3085a2-fe8a-41ea-b282-c0a35f694e74} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:25.958239 [ 3 ] {5a3085a2-fe8a-41ea-b282-c0a35f694e74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:24:25.958396 [ 3 ] {5a3085a2-fe8a-41ea-b282-c0a35f694e74} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:25.958773 [ 3 ] {5a3085a2-fe8a-41ea-b282-c0a35f694e74} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:25.958809 [ 3 ] {5a3085a2-fe8a-41ea-b282-c0a35f694e74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:25.959210 [ 3 ] {5a3085a2-fe8a-41ea-b282-c0a35f694e74} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.06.17 21:24:25.959540 [ 3 ] {5a3085a2-fe8a-41ea-b282-c0a35f694e74} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:25.959698 [ 3 ] {5a3085a2-fe8a-41ea-b282-c0a35f694e74} executeQuery: Read 16 rows, 22.11 KiB in 0.001596 sec., 10025.062656641605 rows/sec., 13.53 MiB/sec. 2024.06.17 21:24:25.959870 [ 3 ] {5a3085a2-fe8a-41ea-b282-c0a35f694e74} DynamicQueryHandler: Done processing query 2024.06.17 21:24:25.959895 [ 3 ] {5a3085a2-fe8a-41ea-b282-c0a35f694e74} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:24:25.959911 [ 3 ] {} HTTP-Session: 358e3abb-554d-449c-86f7-b70474618743 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.960027 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:25.960076 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:25.960096 [ 3 ] {} HTTP-Session: 621cbcca-c317-49e7-a93a-c73fcec24673 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:25.960137 [ 3 ] {} HTTP-Session: 621cbcca-c317-49e7-a93a-c73fcec24673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.960152 [ 3 ] {} HTTP-Session: 621cbcca-c317-49e7-a93a-c73fcec24673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:25.960184 [ 3 ] {} HTTP-Session: 621cbcca-c317-49e7-a93a-c73fcec24673 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:25.960313 [ 3 ] {7dae6a5c-478d-41fb-bc79-211e0da93c65} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:25.960358 [ 3 ] {7dae6a5c-478d-41fb-bc79-211e0da93c65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:24:25.960484 [ 3 ] {7dae6a5c-478d-41fb-bc79-211e0da93c65} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:25.960756 [ 3 ] {7dae6a5c-478d-41fb-bc79-211e0da93c65} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:25.960792 [ 3 ] {7dae6a5c-478d-41fb-bc79-211e0da93c65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:25.961158 [ 3 ] {7dae6a5c-478d-41fb-bc79-211e0da93c65} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.06.17 21:24:25.961471 [ 3 ] {7dae6a5c-478d-41fb-bc79-211e0da93c65} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:25.961660 [ 3 ] {7dae6a5c-478d-41fb-bc79-211e0da93c65} executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. 2024.06.17 21:24:25.961816 [ 3 ] {7dae6a5c-478d-41fb-bc79-211e0da93c65} DynamicQueryHandler: Done processing query 2024.06.17 21:24:25.961840 [ 3 ] {7dae6a5c-478d-41fb-bc79-211e0da93c65} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:24:25.961856 [ 3 ] {} HTTP-Session: 621cbcca-c317-49e7-a93a-c73fcec24673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.178660 [ 48 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:24:30.178765 [ 48 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:24:30.950277 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:30.950404 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:30.950434 [ 3 ] {} HTTP-Session: f087d132-2316-4de5-a224-c59bd41231c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:30.950462 [ 3 ] {} HTTP-Session: f087d132-2316-4de5-a224-c59bd41231c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.950481 [ 3 ] {} HTTP-Session: f087d132-2316-4de5-a224-c59bd41231c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.950537 [ 3 ] {} HTTP-Session: f087d132-2316-4de5-a224-c59bd41231c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:30.950750 [ 3 ] {ff4c3315-8022-484b-8b21-1546eb950fe5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:30.950824 [ 3 ] {ff4c3315-8022-484b-8b21-1546eb950fe5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:24:30.951023 [ 3 ] {ff4c3315-8022-484b-8b21-1546eb950fe5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:30.951392 [ 3 ] {ff4c3315-8022-484b-8b21-1546eb950fe5} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:30.951436 [ 3 ] {ff4c3315-8022-484b-8b21-1546eb950fe5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:30.951815 [ 3 ] {ff4c3315-8022-484b-8b21-1546eb950fe5} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.06.17 21:24:30.952150 [ 3 ] {ff4c3315-8022-484b-8b21-1546eb950fe5} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:30.952299 [ 3 ] {ff4c3315-8022-484b-8b21-1546eb950fe5} executeQuery: Read 14 rows, 1.13 KiB in 0.001616 sec., 8663.366336633664 rows/sec., 702.21 KiB/sec. 2024.06.17 21:24:30.952500 [ 3 ] {ff4c3315-8022-484b-8b21-1546eb950fe5} DynamicQueryHandler: Done processing query 2024.06.17 21:24:30.952528 [ 3 ] {ff4c3315-8022-484b-8b21-1546eb950fe5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:30.952545 [ 3 ] {} HTTP-Session: f087d132-2316-4de5-a224-c59bd41231c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.952694 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:30.952745 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:30.952764 [ 3 ] {} HTTP-Session: 0a809904-bca6-4087-867f-576ff4974e74 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:30.952783 [ 3 ] {} HTTP-Session: 0a809904-bca6-4087-867f-576ff4974e74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.952797 [ 3 ] {} HTTP-Session: 0a809904-bca6-4087-867f-576ff4974e74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.952832 [ 3 ] {} HTTP-Session: 0a809904-bca6-4087-867f-576ff4974e74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:30.952937 [ 3 ] {73ac65c5-61a8-445e-936a-a2d5d7a85dd7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:30.952983 [ 3 ] {73ac65c5-61a8-445e-936a-a2d5d7a85dd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:24:30.953112 [ 3 ] {73ac65c5-61a8-445e-936a-a2d5d7a85dd7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:30.953371 [ 3 ] {73ac65c5-61a8-445e-936a-a2d5d7a85dd7} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:30.953407 [ 3 ] {73ac65c5-61a8-445e-936a-a2d5d7a85dd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:30.953709 [ 3 ] {73ac65c5-61a8-445e-936a-a2d5d7a85dd7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.17 21:24:30.954015 [ 3 ] {73ac65c5-61a8-445e-936a-a2d5d7a85dd7} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:30.954142 [ 3 ] {73ac65c5-61a8-445e-936a-a2d5d7a85dd7} executeQuery: Read 6 rows, 501.00 B in 0.001237 sec., 4850.444624090542 rows/sec., 395.52 KiB/sec. 2024.06.17 21:24:30.954433 [ 3 ] {73ac65c5-61a8-445e-936a-a2d5d7a85dd7} DynamicQueryHandler: Done processing query 2024.06.17 21:24:30.954468 [ 3 ] {73ac65c5-61a8-445e-936a-a2d5d7a85dd7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:30.954488 [ 3 ] {} HTTP-Session: 0a809904-bca6-4087-867f-576ff4974e74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.954636 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 19560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:30.954695 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:30.954719 [ 3 ] {} HTTP-Session: 47176842-1c41-453a-8c9e-b3bc4eeeae4e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:30.954741 [ 3 ] {} HTTP-Session: 47176842-1c41-453a-8c9e-b3bc4eeeae4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.954758 [ 3 ] {} HTTP-Session: 47176842-1c41-453a-8c9e-b3bc4eeeae4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.954797 [ 3 ] {} HTTP-Session: 47176842-1c41-453a-8c9e-b3bc4eeeae4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:30.954963 [ 3 ] {018074ca-454a-468c-a89c-fcefc4c77596} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:30.955007 [ 3 ] {018074ca-454a-468c-a89c-fcefc4c77596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:24:30.955155 [ 3 ] {018074ca-454a-468c-a89c-fcefc4c77596} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:30.955591 [ 3 ] {018074ca-454a-468c-a89c-fcefc4c77596} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:30.955628 [ 3 ] {018074ca-454a-468c-a89c-fcefc4c77596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:30.955956 [ 3 ] {018074ca-454a-468c-a89c-fcefc4c77596} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.06.17 21:24:30.956270 [ 3 ] {018074ca-454a-468c-a89c-fcefc4c77596} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:30.956397 [ 3 ] {018074ca-454a-468c-a89c-fcefc4c77596} executeQuery: Read 137 rows, 11.22 KiB in 0.001507 sec., 90909.0909090909 rows/sec., 7.27 MiB/sec. 2024.06.17 21:24:30.956565 [ 3 ] {018074ca-454a-468c-a89c-fcefc4c77596} DynamicQueryHandler: Done processing query 2024.06.17 21:24:30.956589 [ 3 ] {018074ca-454a-468c-a89c-fcefc4c77596} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:24:30.956605 [ 3 ] {} HTTP-Session: 47176842-1c41-453a-8c9e-b3bc4eeeae4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.956740 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:30.956788 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:30.956808 [ 3 ] {} HTTP-Session: a330ecdf-28a4-4910-93c5-9928c4bbd776 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:30.956824 [ 3 ] {} HTTP-Session: a330ecdf-28a4-4910-93c5-9928c4bbd776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.956838 [ 3 ] {} HTTP-Session: a330ecdf-28a4-4910-93c5-9928c4bbd776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.956869 [ 3 ] {} HTTP-Session: a330ecdf-28a4-4910-93c5-9928c4bbd776 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:30.956966 [ 3 ] {eb07ecf8-bbeb-457c-b55d-a1208af0fb39} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:30.957009 [ 3 ] {eb07ecf8-bbeb-457c-b55d-a1208af0fb39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:24:30.957134 [ 3 ] {eb07ecf8-bbeb-457c-b55d-a1208af0fb39} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:30.957410 [ 3 ] {eb07ecf8-bbeb-457c-b55d-a1208af0fb39} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:30.957447 [ 3 ] {eb07ecf8-bbeb-457c-b55d-a1208af0fb39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:30.957740 [ 3 ] {eb07ecf8-bbeb-457c-b55d-a1208af0fb39} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.17 21:24:30.958043 [ 3 ] {eb07ecf8-bbeb-457c-b55d-a1208af0fb39} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:30.958165 [ 3 ] {eb07ecf8-bbeb-457c-b55d-a1208af0fb39} executeQuery: Read 6 rows, 429.00 B in 0.001223 sec., 4905.968928863451 rows/sec., 342.56 KiB/sec. 2024.06.17 21:24:30.958317 [ 3 ] {eb07ecf8-bbeb-457c-b55d-a1208af0fb39} DynamicQueryHandler: Done processing query 2024.06.17 21:24:30.958341 [ 3 ] {eb07ecf8-bbeb-457c-b55d-a1208af0fb39} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:30.958357 [ 3 ] {} HTTP-Session: a330ecdf-28a4-4910-93c5-9928c4bbd776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.958490 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 18333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:30.958536 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:30.958555 [ 3 ] {} HTTP-Session: d246bd0b-08a8-48fa-8444-5fbb44fe00b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:30.958572 [ 3 ] {} HTTP-Session: d246bd0b-08a8-48fa-8444-5fbb44fe00b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.958586 [ 3 ] {} HTTP-Session: d246bd0b-08a8-48fa-8444-5fbb44fe00b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.958616 [ 3 ] {} HTTP-Session: d246bd0b-08a8-48fa-8444-5fbb44fe00b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:30.958734 [ 3 ] {93ff4ff8-ec6f-4190-803b-e3c3e0a3ce53} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:30.958776 [ 3 ] {93ff4ff8-ec6f-4190-803b-e3c3e0a3ce53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:24:30.958899 [ 3 ] {93ff4ff8-ec6f-4190-803b-e3c3e0a3ce53} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:30.959243 [ 3 ] {93ff4ff8-ec6f-4190-803b-e3c3e0a3ce53} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:30.959278 [ 3 ] {93ff4ff8-ec6f-4190-803b-e3c3e0a3ce53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:30.959592 [ 3 ] {93ff4ff8-ec6f-4190-803b-e3c3e0a3ce53} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.06.17 21:24:30.959906 [ 3 ] {93ff4ff8-ec6f-4190-803b-e3c3e0a3ce53} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:30.960031 [ 3 ] {93ff4ff8-ec6f-4190-803b-e3c3e0a3ce53} executeQuery: Read 108 rows, 8.62 KiB in 0.001343 sec., 80416.97691734922 rows/sec., 6.27 MiB/sec. 2024.06.17 21:24:30.960286 [ 3 ] {93ff4ff8-ec6f-4190-803b-e3c3e0a3ce53} DynamicQueryHandler: Done processing query 2024.06.17 21:24:30.960336 [ 3 ] {93ff4ff8-ec6f-4190-803b-e3c3e0a3ce53} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:24:30.960377 [ 3 ] {} HTTP-Session: d246bd0b-08a8-48fa-8444-5fbb44fe00b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.960589 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 38166, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:30.960640 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:30.960658 [ 3 ] {} HTTP-Session: 5c9a6b86-9a6e-4c98-bf5e-220ba7de0f20 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:30.960675 [ 3 ] {} HTTP-Session: 5c9a6b86-9a6e-4c98-bf5e-220ba7de0f20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.960689 [ 3 ] {} HTTP-Session: 5c9a6b86-9a6e-4c98-bf5e-220ba7de0f20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.960720 [ 3 ] {} HTTP-Session: 5c9a6b86-9a6e-4c98-bf5e-220ba7de0f20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:30.960897 [ 3 ] {72c334e7-799e-45e5-9941-21cf6e67ac7b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:30.960948 [ 3 ] {72c334e7-799e-45e5-9941-21cf6e67ac7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:24:30.961104 [ 3 ] {72c334e7-799e-45e5-9941-21cf6e67ac7b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:30.961485 [ 3 ] {72c334e7-799e-45e5-9941-21cf6e67ac7b} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:30.961521 [ 3 ] {72c334e7-799e-45e5-9941-21cf6e67ac7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:30.961910 [ 3 ] {72c334e7-799e-45e5-9941-21cf6e67ac7b} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.06.17 21:24:30.962237 [ 3 ] {72c334e7-799e-45e5-9941-21cf6e67ac7b} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:30.962366 [ 3 ] {72c334e7-799e-45e5-9941-21cf6e67ac7b} executeQuery: Read 199 rows, 14.22 KiB in 0.001566 sec., 127075.35121328225 rows/sec., 8.87 MiB/sec. 2024.06.17 21:24:30.962365 [ 44 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.06.17 21:24:30.962429 [ 44 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:30.962458 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:30.962581 [ 3 ] {72c334e7-799e-45e5-9941-21cf6e67ac7b} DynamicQueryHandler: Done processing query 2024.06.17 21:24:30.962628 [ 3 ] {72c334e7-799e-45e5-9941-21cf6e67ac7b} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.17 21:24:30.962655 [ 3 ] {} HTTP-Session: 5c9a6b86-9a6e-4c98-bf5e-220ba7de0f20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.962650 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:24:30.962825 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:30.962941 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:30.962998 [ 3 ] {} HTTP-Session: 22e6140c-4fef-4789-8f90-fffe20e97c83 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:30.962995 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:30.963024 [ 3 ] {} HTTP-Session: 22e6140c-4fef-4789-8f90-fffe20e97c83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.963064 [ 3 ] {} HTTP-Session: 22e6140c-4fef-4789-8f90-fffe20e97c83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.963080 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 5614 rows starting from the beginning of the part 2024.06.17 21:24:30.963121 [ 3 ] {} HTTP-Session: 22e6140c-4fef-4789-8f90-fffe20e97c83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:30.963363 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 162 rows starting from the beginning of the part 2024.06.17 21:24:30.963570 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 161 rows starting from the beginning of the part 2024.06.17 21:24:30.963885 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:24:30.963700 [ 3 ] {2a9c9320-a4a0-484c-8986-46037872aaeb} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:30.964143 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:24:30.964216 [ 3 ] {2a9c9320-a4a0-484c-8986-46037872aaeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:24:30.964412 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 199 rows starting from the beginning of the part 2024.06.17 21:24:30.965187 [ 3 ] {2a9c9320-a4a0-484c-8986-46037872aaeb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:30.965840 [ 3 ] {2a9c9320-a4a0-484c-8986-46037872aaeb} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:30.965887 [ 3 ] {2a9c9320-a4a0-484c-8986-46037872aaeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:30.966892 [ 3 ] {2a9c9320-a4a0-484c-8986-46037872aaeb} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.06.17 21:24:30.967579 [ 3 ] {2a9c9320-a4a0-484c-8986-46037872aaeb} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:30.967790 [ 3 ] {2a9c9320-a4a0-484c-8986-46037872aaeb} executeQuery: Read 14 rows, 19.35 KiB in 0.00446 sec., 3139.013452914798 rows/sec., 4.24 MiB/sec. 2024.06.17 21:24:30.968021 [ 3 ] {2a9c9320-a4a0-484c-8986-46037872aaeb} DynamicQueryHandler: Done processing query 2024.06.17 21:24:30.968050 [ 3 ] {2a9c9320-a4a0-484c-8986-46037872aaeb} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:30.968066 [ 3 ] {} HTTP-Session: 22e6140c-4fef-4789-8f90-fffe20e97c83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.968210 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:30.968263 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:30.968282 [ 3 ] {} HTTP-Session: da3ffab0-ee36-4431-ba58-f278f6cc4613 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:30.968300 [ 3 ] {} HTTP-Session: da3ffab0-ee36-4431-ba58-f278f6cc4613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.968314 [ 3 ] {} HTTP-Session: da3ffab0-ee36-4431-ba58-f278f6cc4613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.968346 [ 3 ] {} HTTP-Session: da3ffab0-ee36-4431-ba58-f278f6cc4613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:30.968652 [ 3 ] {98fa1ac1-1cfe-4181-b471-870e60730cf3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:30.968738 [ 3 ] {98fa1ac1-1cfe-4181-b471-870e60730cf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:24:30.968759 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 6456 rows, containing 5 columns (5 merged, 0 gathered) in 0.006217413 sec., 1038373.998960661 rows/sec., 72.47 MiB/sec. 2024.06.17 21:24:30.968958 [ 3 ] {98fa1ac1-1cfe-4181-b471-870e60730cf3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:30.969325 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.06.17 21:24:30.969394 [ 3 ] {98fa1ac1-1cfe-4181-b471-870e60730cf3} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:30.969480 [ 3 ] {98fa1ac1-1cfe-4181-b471-870e60730cf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:30.970352 [ 3 ] {98fa1ac1-1cfe-4181-b471-870e60730cf3} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.06.17 21:24:30.970397 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_46_9} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:30.970567 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_46_9} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.06.17 21:24:30.970825 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. 2024.06.17 21:24:30.971002 [ 3 ] {98fa1ac1-1cfe-4181-b471-870e60730cf3} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:30.971141 [ 44 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.06.17 21:24:30.971146 [ 3 ] {98fa1ac1-1cfe-4181-b471-870e60730cf3} executeQuery: Read 60 rows, 4.14 KiB in 0.00271 sec., 22140.22140221402 rows/sec., 1.49 MiB/sec. 2024.06.17 21:24:30.971182 [ 44 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:30.971228 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:30.971426 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:30.971444 [ 3 ] {98fa1ac1-1cfe-4181-b471-870e60730cf3} DynamicQueryHandler: Done processing query 2024.06.17 21:24:30.971500 [ 3 ] {98fa1ac1-1cfe-4181-b471-870e60730cf3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:24:30.971528 [ 3 ] {} HTTP-Session: da3ffab0-ee36-4431-ba58-f278f6cc4613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:30.971652 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:30.971692 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1968 rows starting from the beginning of the part 2024.06.17 21:24:30.971787 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:30.971979 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:30.972075 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:30.972258 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:30.972335 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:30.973820 [ 201 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2268 rows, containing 4 columns (4 merged, 0 gathered) in 0.002484115 sec., 913001.209686347 rows/sec., 61.31 MiB/sec. 2024.06.17 21:24:30.974061 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.06.17 21:24:30.974469 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_46_9} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:30.974554 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_46_9} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.06.17 21:24:30.974638 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2024.06.17 21:24:35.948369 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:35.948513 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:35.948543 [ 3 ] {} HTTP-Session: 3664cc1d-6c71-430f-b0a2-3b520ef91af3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:35.948572 [ 3 ] {} HTTP-Session: 3664cc1d-6c71-430f-b0a2-3b520ef91af3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.948592 [ 3 ] {} HTTP-Session: 3664cc1d-6c71-430f-b0a2-3b520ef91af3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.948647 [ 3 ] {} HTTP-Session: 3664cc1d-6c71-430f-b0a2-3b520ef91af3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:35.948851 [ 3 ] {2130ce93-ab0e-4717-a0bd-1fbb49533c69} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:35.948925 [ 3 ] {2130ce93-ab0e-4717-a0bd-1fbb49533c69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:24:35.949130 [ 3 ] {2130ce93-ab0e-4717-a0bd-1fbb49533c69} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:35.949587 [ 3 ] {2130ce93-ab0e-4717-a0bd-1fbb49533c69} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:35.949629 [ 3 ] {2130ce93-ab0e-4717-a0bd-1fbb49533c69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:35.950011 [ 3 ] {2130ce93-ab0e-4717-a0bd-1fbb49533c69} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.06.17 21:24:35.950354 [ 3 ] {2130ce93-ab0e-4717-a0bd-1fbb49533c69} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:35.950507 [ 3 ] {2130ce93-ab0e-4717-a0bd-1fbb49533c69} executeQuery: Read 16 rows, 1.30 KiB in 0.001722 sec., 9291.521486643438 rows/sec., 753.12 KiB/sec. 2024.06.17 21:24:35.950506 [ 40 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.06.17 21:24:35.950581 [ 40 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:35.950617 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:35.950773 [ 3 ] {2130ce93-ab0e-4717-a0bd-1fbb49533c69} DynamicQueryHandler: Done processing query 2024.06.17 21:24:35.950845 [ 3 ] {2130ce93-ab0e-4717-a0bd-1fbb49533c69} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:35.950866 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:24:35.950876 [ 3 ] {} HTTP-Session: 3664cc1d-6c71-430f-b0a2-3b520ef91af3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.951155 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:35.951362 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:35.951477 [ 3 ] {} HTTP-Session: 5ceee328-8877-4361-80c1-86ffabfabb9f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:35.951525 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:35.951566 [ 3 ] {} HTTP-Session: 5ceee328-8877-4361-80c1-86ffabfabb9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.951642 [ 3 ] {} HTTP-Session: 5ceee328-8877-4361-80c1-86ffabfabb9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.951656 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 30 rows starting from the beginning of the part 2024.06.17 21:24:35.951797 [ 3 ] {} HTTP-Session: 5ceee328-8877-4361-80c1-86ffabfabb9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:35.952056 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 16 rows starting from the beginning of the part 2024.06.17 21:24:35.952255 [ 3 ] {563a612a-f3df-4781-ae10-edd86094b94a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:35.952358 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part 2024.06.17 21:24:35.952396 [ 3 ] {563a612a-f3df-4781-ae10-edd86094b94a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:24:35.952730 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part 2024.06.17 21:24:35.953037 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part 2024.06.17 21:24:35.953471 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 16 rows starting from the beginning of the part 2024.06.17 21:24:35.953889 [ 3 ] {563a612a-f3df-4781-ae10-edd86094b94a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:35.954628 [ 3 ] {563a612a-f3df-4781-ae10-edd86094b94a} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:35.954676 [ 3 ] {563a612a-f3df-4781-ae10-edd86094b94a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:35.955203 [ 3 ] {563a612a-f3df-4781-ae10-edd86094b94a} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.06.17 21:24:35.955277 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004590047 sec., 23093.44544837994 rows/sec., 1.83 MiB/sec. 2024.06.17 21:24:35.955650 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.06.17 21:24:35.955834 [ 3 ] {563a612a-f3df-4781-ae10-edd86094b94a} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:35.956228 [ 3 ] {563a612a-f3df-4781-ae10-edd86094b94a} executeQuery: Read 104 rows, 8.66 KiB in 0.004121 sec., 25236.59305993691 rows/sec., 2.05 MiB/sec. 2024.06.17 21:24:35.956616 [ 3 ] {563a612a-f3df-4781-ae10-edd86094b94a} DynamicQueryHandler: Done processing query 2024.06.17 21:24:35.956644 [ 3 ] {563a612a-f3df-4781-ae10-edd86094b94a} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:24:35.956673 [ 3 ] {} HTTP-Session: 5ceee328-8877-4361-80c1-86ffabfabb9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.956723 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_46_9} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:35.956838 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_46_9} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.06.17 21:24:35.956845 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:35.956953 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:35.956991 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.17 21:24:35.957001 [ 3 ] {} HTTP-Session: 839e1173-8477-4b11-ad74-53cec84b6bb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:35.957051 [ 3 ] {} HTTP-Session: 839e1173-8477-4b11-ad74-53cec84b6bb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.957066 [ 3 ] {} HTTP-Session: 839e1173-8477-4b11-ad74-53cec84b6bb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.957097 [ 3 ] {} HTTP-Session: 839e1173-8477-4b11-ad74-53cec84b6bb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:35.957236 [ 3 ] {8874c65e-3b2f-4b1a-9263-4826defbeb6b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:35.957280 [ 3 ] {8874c65e-3b2f-4b1a-9263-4826defbeb6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:24:35.957429 [ 3 ] {8874c65e-3b2f-4b1a-9263-4826defbeb6b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:35.957799 [ 3 ] {8874c65e-3b2f-4b1a-9263-4826defbeb6b} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:35.957836 [ 3 ] {8874c65e-3b2f-4b1a-9263-4826defbeb6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:35.958160 [ 3 ] {8874c65e-3b2f-4b1a-9263-4826defbeb6b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.06.17 21:24:35.958476 [ 3 ] {8874c65e-3b2f-4b1a-9263-4826defbeb6b} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:35.958609 [ 3 ] {8874c65e-3b2f-4b1a-9263-4826defbeb6b} executeQuery: Read 80 rows, 6.40 KiB in 0.00142 sec., 56338.028169014084 rows/sec., 4.40 MiB/sec. 2024.06.17 21:24:35.958775 [ 3 ] {8874c65e-3b2f-4b1a-9263-4826defbeb6b} DynamicQueryHandler: Done processing query 2024.06.17 21:24:35.958801 [ 3 ] {8874c65e-3b2f-4b1a-9263-4826defbeb6b} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:24:35.958817 [ 3 ] {} HTTP-Session: 839e1173-8477-4b11-ad74-53cec84b6bb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.958970 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:35.959019 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:35.959038 [ 3 ] {} HTTP-Session: 8bc2209d-3625-47a3-a856-2990474f083a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:35.959055 [ 3 ] {} HTTP-Session: 8bc2209d-3625-47a3-a856-2990474f083a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.959068 [ 3 ] {} HTTP-Session: 8bc2209d-3625-47a3-a856-2990474f083a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.959099 [ 3 ] {} HTTP-Session: 8bc2209d-3625-47a3-a856-2990474f083a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:35.959251 [ 3 ] {40e6b0c0-01e1-4c9a-bed3-4eaa71430fca} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:35.959300 [ 3 ] {40e6b0c0-01e1-4c9a-bed3-4eaa71430fca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:24:35.959442 [ 3 ] {40e6b0c0-01e1-4c9a-bed3-4eaa71430fca} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:35.959842 [ 3 ] {40e6b0c0-01e1-4c9a-bed3-4eaa71430fca} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:35.959878 [ 3 ] {40e6b0c0-01e1-4c9a-bed3-4eaa71430fca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:35.960273 [ 3 ] {40e6b0c0-01e1-4c9a-bed3-4eaa71430fca} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.06.17 21:24:35.960612 [ 3 ] {40e6b0c0-01e1-4c9a-bed3-4eaa71430fca} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:35.960741 [ 3 ] {40e6b0c0-01e1-4c9a-bed3-4eaa71430fca} executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec. 2024.06.17 21:24:35.960908 [ 3 ] {40e6b0c0-01e1-4c9a-bed3-4eaa71430fca} DynamicQueryHandler: Done processing query 2024.06.17 21:24:35.960933 [ 3 ] {40e6b0c0-01e1-4c9a-bed3-4eaa71430fca} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:35.960949 [ 3 ] {} HTTP-Session: 8bc2209d-3625-47a3-a856-2990474f083a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.961067 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:35.961115 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:35.961134 [ 3 ] {} HTTP-Session: 23a4dc87-2daf-49ed-b367-8b1956f3668c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:35.961150 [ 3 ] {} HTTP-Session: 23a4dc87-2daf-49ed-b367-8b1956f3668c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.961165 [ 3 ] {} HTTP-Session: 23a4dc87-2daf-49ed-b367-8b1956f3668c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.961195 [ 3 ] {} HTTP-Session: 23a4dc87-2daf-49ed-b367-8b1956f3668c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:35.961398 [ 3 ] {a3a83fbc-180b-45e1-a5e8-92262fe99222} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:35.961446 [ 3 ] {a3a83fbc-180b-45e1-a5e8-92262fe99222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:24:35.961602 [ 3 ] {a3a83fbc-180b-45e1-a5e8-92262fe99222} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:35.961993 [ 3 ] {a3a83fbc-180b-45e1-a5e8-92262fe99222} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:35.962029 [ 3 ] {a3a83fbc-180b-45e1-a5e8-92262fe99222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:35.962437 [ 3 ] {a3a83fbc-180b-45e1-a5e8-92262fe99222} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.06.17 21:24:35.962788 [ 3 ] {a3a83fbc-180b-45e1-a5e8-92262fe99222} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:35.962922 [ 3 ] {a3a83fbc-180b-45e1-a5e8-92262fe99222} executeQuery: Read 16 rows, 22.11 KiB in 0.001651 sec., 9691.096305269533 rows/sec., 13.08 MiB/sec. 2024.06.17 21:24:35.962981 [ 39 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.06.17 21:24:35.963092 [ 39 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:35.963132 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:35.963178 [ 3 ] {a3a83fbc-180b-45e1-a5e8-92262fe99222} DynamicQueryHandler: Done processing query 2024.06.17 21:24:35.963299 [ 3 ] {a3a83fbc-180b-45e1-a5e8-92262fe99222} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:24:35.963385 [ 3 ] {} HTTP-Session: 23a4dc87-2daf-49ed-b367-8b1956f3668c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.963584 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:24:35.963731 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:35.963963 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:35.964099 [ 3 ] {} HTTP-Session: 5ab6dbfd-4992-4705-8d4a-434be1c55c43 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:35.964173 [ 3 ] {} HTTP-Session: 5ab6dbfd-4992-4705-8d4a-434be1c55c43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.964255 [ 3 ] {} HTTP-Session: 5ab6dbfd-4992-4705-8d4a-434be1c55c43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.964363 [ 3 ] {} HTTP-Session: 5ab6dbfd-4992-4705-8d4a-434be1c55c43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:35.964411 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:35.964489 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 618 rows starting from the beginning of the part 2024.06.17 21:24:35.964719 [ 3 ] {ae30cea4-9127-4ad3-8ee6-ff2dd2fc30d1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:35.964786 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 16 rows starting from the beginning of the part 2024.06.17 21:24:35.964900 [ 3 ] {ae30cea4-9127-4ad3-8ee6-ff2dd2fc30d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:24:35.965039 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part 2024.06.17 21:24:35.965399 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part 2024.06.17 21:24:35.965698 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part 2024.06.17 21:24:35.966118 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 16 rows starting from the beginning of the part 2024.06.17 21:24:35.966232 [ 3 ] {ae30cea4-9127-4ad3-8ee6-ff2dd2fc30d1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:35.967065 [ 3 ] {ae30cea4-9127-4ad3-8ee6-ff2dd2fc30d1} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:35.967142 [ 3 ] {ae30cea4-9127-4ad3-8ee6-ff2dd2fc30d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:35.967745 [ 3 ] {ae30cea4-9127-4ad3-8ee6-ff2dd2fc30d1} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.06.17 21:24:35.968215 [ 3 ] {ae30cea4-9127-4ad3-8ee6-ff2dd2fc30d1} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:35.968636 [ 3 ] {ae30cea4-9127-4ad3-8ee6-ff2dd2fc30d1} executeQuery: Read 60 rows, 4.14 KiB in 0.004096 sec., 14648.4375 rows/sec., 1010.89 KiB/sec. 2024.06.17 21:24:35.969006 [ 3 ] {ae30cea4-9127-4ad3-8ee6-ff2dd2fc30d1} DynamicQueryHandler: Done processing query 2024.06.17 21:24:35.969066 [ 3 ] {ae30cea4-9127-4ad3-8ee6-ff2dd2fc30d1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:24:35.969107 [ 3 ] {} HTTP-Session: 5ab6dbfd-4992-4705-8d4a-434be1c55c43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:35.970283 [ 194 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 6 columns (6 merged, 0 gathered) in 0.007057601 sec., 98333.69724358177 rows/sec., 132.70 MiB/sec. 2024.06.17 21:24:35.970884 [ 186 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.06.17 21:24:35.971331 [ 186 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_46_9} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:35.971410 [ 186 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_46_9} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.06.17 21:24:35.971506 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2024.06.17 21:24:40.949149 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:40.949290 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:40.949319 [ 3 ] {} HTTP-Session: 9c1acb10-8d92-4eb6-aac1-92560af65126 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:40.949351 [ 3 ] {} HTTP-Session: 9c1acb10-8d92-4eb6-aac1-92560af65126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.949369 [ 3 ] {} HTTP-Session: 9c1acb10-8d92-4eb6-aac1-92560af65126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.949423 [ 3 ] {} HTTP-Session: 9c1acb10-8d92-4eb6-aac1-92560af65126 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:40.949625 [ 3 ] {6cf2af69-f381-4cd0-a5d6-6b7288452d32} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:40.949699 [ 3 ] {6cf2af69-f381-4cd0-a5d6-6b7288452d32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:24:40.949913 [ 3 ] {6cf2af69-f381-4cd0-a5d6-6b7288452d32} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:40.950350 [ 3 ] {6cf2af69-f381-4cd0-a5d6-6b7288452d32} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:40.950388 [ 3 ] {6cf2af69-f381-4cd0-a5d6-6b7288452d32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:40.950758 [ 3 ] {6cf2af69-f381-4cd0-a5d6-6b7288452d32} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.06.17 21:24:40.951101 [ 3 ] {6cf2af69-f381-4cd0-a5d6-6b7288452d32} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:40.951242 [ 3 ] {6cf2af69-f381-4cd0-a5d6-6b7288452d32} executeQuery: Read 14 rows, 1.13 KiB in 0.001682 sec., 8323.424494649227 rows/sec., 674.65 KiB/sec. 2024.06.17 21:24:40.951473 [ 3 ] {6cf2af69-f381-4cd0-a5d6-6b7288452d32} DynamicQueryHandler: Done processing query 2024.06.17 21:24:40.951503 [ 3 ] {6cf2af69-f381-4cd0-a5d6-6b7288452d32} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:40.951519 [ 3 ] {} HTTP-Session: 9c1acb10-8d92-4eb6-aac1-92560af65126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.951647 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:40.951696 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:40.951715 [ 3 ] {} HTTP-Session: 959df1b5-db77-4cd3-83e7-cf5595272103 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:40.951731 [ 3 ] {} HTTP-Session: 959df1b5-db77-4cd3-83e7-cf5595272103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.951746 [ 3 ] {} HTTP-Session: 959df1b5-db77-4cd3-83e7-cf5595272103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.951777 [ 3 ] {} HTTP-Session: 959df1b5-db77-4cd3-83e7-cf5595272103 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:40.951896 [ 3 ] {b1a49358-ea9b-4ea0-9b60-ffbddb5c78b3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:40.951938 [ 3 ] {b1a49358-ea9b-4ea0-9b60-ffbddb5c78b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:24:40.952060 [ 3 ] {b1a49358-ea9b-4ea0-9b60-ffbddb5c78b3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:40.952417 [ 3 ] {b1a49358-ea9b-4ea0-9b60-ffbddb5c78b3} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:40.952453 [ 3 ] {b1a49358-ea9b-4ea0-9b60-ffbddb5c78b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:40.952770 [ 3 ] {b1a49358-ea9b-4ea0-9b60-ffbddb5c78b3} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.06.17 21:24:40.953087 [ 3 ] {b1a49358-ea9b-4ea0-9b60-ffbddb5c78b3} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:40.953213 [ 3 ] {b1a49358-ea9b-4ea0-9b60-ffbddb5c78b3} executeQuery: Read 98 rows, 8.24 KiB in 0.001362 sec., 71953.01027900148 rows/sec., 5.91 MiB/sec. 2024.06.17 21:24:40.953374 [ 3 ] {b1a49358-ea9b-4ea0-9b60-ffbddb5c78b3} DynamicQueryHandler: Done processing query 2024.06.17 21:24:40.953400 [ 3 ] {b1a49358-ea9b-4ea0-9b60-ffbddb5c78b3} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:24:40.953415 [ 3 ] {} HTTP-Session: 959df1b5-db77-4cd3-83e7-cf5595272103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.953541 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:40.953588 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:40.953607 [ 3 ] {} HTTP-Session: 3c745843-97dc-43fc-a265-a71d036e7f71 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:40.953623 [ 3 ] {} HTTP-Session: 3c745843-97dc-43fc-a265-a71d036e7f71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.953637 [ 3 ] {} HTTP-Session: 3c745843-97dc-43fc-a265-a71d036e7f71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.953667 [ 3 ] {} HTTP-Session: 3c745843-97dc-43fc-a265-a71d036e7f71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:40.953785 [ 3 ] {d899bc78-0e46-4d96-b222-bef747e4690c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:40.953827 [ 3 ] {d899bc78-0e46-4d96-b222-bef747e4690c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:24:40.953949 [ 3 ] {d899bc78-0e46-4d96-b222-bef747e4690c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:40.954368 [ 3 ] {d899bc78-0e46-4d96-b222-bef747e4690c} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:40.954404 [ 3 ] {d899bc78-0e46-4d96-b222-bef747e4690c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:40.954718 [ 3 ] {d899bc78-0e46-4d96-b222-bef747e4690c} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.06.17 21:24:40.955019 [ 3 ] {d899bc78-0e46-4d96-b222-bef747e4690c} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:40.955146 [ 3 ] {d899bc78-0e46-4d96-b222-bef747e4690c} executeQuery: Read 78 rows, 6.24 KiB in 0.001404 sec., 55555.555555555555 rows/sec., 4.34 MiB/sec. 2024.06.17 21:24:40.955421 [ 3 ] {d899bc78-0e46-4d96-b222-bef747e4690c} DynamicQueryHandler: Done processing query 2024.06.17 21:24:40.955477 [ 3 ] {d899bc78-0e46-4d96-b222-bef747e4690c} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:24:40.955524 [ 3 ] {} HTTP-Session: 3c745843-97dc-43fc-a265-a71d036e7f71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.955700 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:40.955750 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:40.955769 [ 3 ] {} HTTP-Session: a9718dba-1370-418e-a905-6dbf809b0ee3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:40.955785 [ 3 ] {} HTTP-Session: a9718dba-1370-418e-a905-6dbf809b0ee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.955798 [ 3 ] {} HTTP-Session: a9718dba-1370-418e-a905-6dbf809b0ee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.955829 [ 3 ] {} HTTP-Session: a9718dba-1370-418e-a905-6dbf809b0ee3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:40.955976 [ 3 ] {bf3312ef-a32a-412a-adf0-b599b1ddd235} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:40.956024 [ 3 ] {bf3312ef-a32a-412a-adf0-b599b1ddd235} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:24:40.956180 [ 3 ] {bf3312ef-a32a-412a-adf0-b599b1ddd235} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:40.956588 [ 3 ] {bf3312ef-a32a-412a-adf0-b599b1ddd235} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:40.956623 [ 3 ] {bf3312ef-a32a-412a-adf0-b599b1ddd235} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:40.957008 [ 3 ] {bf3312ef-a32a-412a-adf0-b599b1ddd235} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.06.17 21:24:40.957343 [ 3 ] {bf3312ef-a32a-412a-adf0-b599b1ddd235} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:40.957484 [ 3 ] {bf3312ef-a32a-412a-adf0-b599b1ddd235} executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. 2024.06.17 21:24:40.957681 [ 3 ] {bf3312ef-a32a-412a-adf0-b599b1ddd235} DynamicQueryHandler: Done processing query 2024.06.17 21:24:40.957705 [ 3 ] {bf3312ef-a32a-412a-adf0-b599b1ddd235} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:40.957721 [ 3 ] {} HTTP-Session: a9718dba-1370-418e-a905-6dbf809b0ee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.957842 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:40.957888 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:40.957907 [ 3 ] {} HTTP-Session: 46437ad3-e8cf-43e7-8174-884d65ff16d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:40.957923 [ 3 ] {} HTTP-Session: 46437ad3-e8cf-43e7-8174-884d65ff16d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.957936 [ 3 ] {} HTTP-Session: 46437ad3-e8cf-43e7-8174-884d65ff16d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.957965 [ 3 ] {} HTTP-Session: 46437ad3-e8cf-43e7-8174-884d65ff16d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:40.958142 [ 3 ] {bca0d114-116e-4bd8-b013-c5c0569d5927} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:40.958189 [ 3 ] {bca0d114-116e-4bd8-b013-c5c0569d5927} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:24:40.958354 [ 3 ] {bca0d114-116e-4bd8-b013-c5c0569d5927} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:40.958732 [ 3 ] {bca0d114-116e-4bd8-b013-c5c0569d5927} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:40.958767 [ 3 ] {bca0d114-116e-4bd8-b013-c5c0569d5927} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:40.959168 [ 3 ] {bca0d114-116e-4bd8-b013-c5c0569d5927} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.06.17 21:24:40.959513 [ 3 ] {bca0d114-116e-4bd8-b013-c5c0569d5927} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:40.959666 [ 3 ] {bca0d114-116e-4bd8-b013-c5c0569d5927} executeQuery: Read 14 rows, 19.35 KiB in 0.001624 sec., 8620.689655172413 rows/sec., 11.63 MiB/sec. 2024.06.17 21:24:40.959835 [ 3 ] {bca0d114-116e-4bd8-b013-c5c0569d5927} DynamicQueryHandler: Done processing query 2024.06.17 21:24:40.959859 [ 3 ] {bca0d114-116e-4bd8-b013-c5c0569d5927} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:40.959875 [ 3 ] {} HTTP-Session: 46437ad3-e8cf-43e7-8174-884d65ff16d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.959996 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:40.960044 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:40.960063 [ 3 ] {} HTTP-Session: 55c3c006-d45c-479b-ba32-3e5c3e6e3775 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:40.960078 [ 3 ] {} HTTP-Session: 55c3c006-d45c-479b-ba32-3e5c3e6e3775 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.960092 [ 3 ] {} HTTP-Session: 55c3c006-d45c-479b-ba32-3e5c3e6e3775 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:40.960122 [ 3 ] {} HTTP-Session: 55c3c006-d45c-479b-ba32-3e5c3e6e3775 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:40.960236 [ 3 ] {a80effb8-24de-46f1-9476-9b28fa0abf7a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:40.960280 [ 3 ] {a80effb8-24de-46f1-9476-9b28fa0abf7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:24:40.960406 [ 3 ] {a80effb8-24de-46f1-9476-9b28fa0abf7a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:40.960713 [ 3 ] {a80effb8-24de-46f1-9476-9b28fa0abf7a} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:40.960749 [ 3 ] {a80effb8-24de-46f1-9476-9b28fa0abf7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:40.961100 [ 3 ] {a80effb8-24de-46f1-9476-9b28fa0abf7a} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.06.17 21:24:40.961419 [ 3 ] {a80effb8-24de-46f1-9476-9b28fa0abf7a} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:40.961562 [ 3 ] {a80effb8-24de-46f1-9476-9b28fa0abf7a} executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. 2024.06.17 21:24:40.961733 [ 3 ] {a80effb8-24de-46f1-9476-9b28fa0abf7a} DynamicQueryHandler: Done processing query 2024.06.17 21:24:40.961757 [ 3 ] {a80effb8-24de-46f1-9476-9b28fa0abf7a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:24:40.961773 [ 3 ] {} HTTP-Session: 55c3c006-d45c-479b-ba32-3e5c3e6e3775 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:41.727245 [ 35 ] {} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2024.06.17 21:24:41.727315 [ 35 ] {} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:41.727343 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:41.727558 [ 189 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2024.06.17 21:24:41.727769 [ 189 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:41.727803 [ 189 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part 2024.06.17 21:24:41.727883 [ 189 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2024.06.17 21:24:41.728084 [ 189 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part 2024.06.17 21:24:41.728339 [ 189 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2024.06.17 21:24:41.728537 [ 189 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2024.06.17 21:24:41.729583 [ 186 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002156022 sec., 12986.88046782454 rows/sec., 1.03 MiB/sec. 2024.06.17 21:24:41.729767 [ 191 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2024.06.17 21:24:41.730184 [ 191 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_13_3} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:41.730270 [ 191 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_13_3} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2024.06.17 21:24:41.730370 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2024.06.17 21:24:42.695740 [ 35 ] {} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2024.06.17 21:24:42.695824 [ 35 ] {} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:42.695850 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:42.696092 [ 188 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2024.06.17 21:24:42.696329 [ 188 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:42.696370 [ 188 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part 2024.06.17 21:24:42.696453 [ 188 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2024.06.17 21:24:42.696662 [ 188 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part 2024.06.17 21:24:42.696925 [ 188 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2024.06.17 21:24:42.697089 [ 188 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2024.06.17 21:24:42.698187 [ 186 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002244953 sec., 12472.421471629918 rows/sec., 870.88 KiB/sec. 2024.06.17 21:24:42.698476 [ 193 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2024.06.17 21:24:42.699252 [ 193 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_13_3} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:42.699357 [ 193 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_13_3} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2024.06.17 21:24:42.699465 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.06.17 21:24:45.178820 [ 33 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:24:45.178875 [ 33 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:24:45.948685 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:45.948804 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:45.948828 [ 3 ] {} HTTP-Session: cb081ed1-43e4-4dc4-90ee-bf370ab9c5c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:45.948853 [ 3 ] {} HTTP-Session: cb081ed1-43e4-4dc4-90ee-bf370ab9c5c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.948869 [ 3 ] {} HTTP-Session: cb081ed1-43e4-4dc4-90ee-bf370ab9c5c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.948918 [ 3 ] {} HTTP-Session: cb081ed1-43e4-4dc4-90ee-bf370ab9c5c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:45.949105 [ 3 ] {bbdc4f3f-3821-4ed4-a48c-5ef99153c92c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:45.949172 [ 3 ] {bbdc4f3f-3821-4ed4-a48c-5ef99153c92c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:24:45.949363 [ 3 ] {bbdc4f3f-3821-4ed4-a48c-5ef99153c92c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:45.949805 [ 3 ] {bbdc4f3f-3821-4ed4-a48c-5ef99153c92c} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:45.949846 [ 3 ] {bbdc4f3f-3821-4ed4-a48c-5ef99153c92c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:45.950207 [ 3 ] {bbdc4f3f-3821-4ed4-a48c-5ef99153c92c} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.06.17 21:24:45.950542 [ 3 ] {bbdc4f3f-3821-4ed4-a48c-5ef99153c92c} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:45.950714 [ 3 ] {bbdc4f3f-3821-4ed4-a48c-5ef99153c92c} executeQuery: Read 16 rows, 1.30 KiB in 0.001665 sec., 9609.60960960961 rows/sec., 778.90 KiB/sec. 2024.06.17 21:24:45.950921 [ 3 ] {bbdc4f3f-3821-4ed4-a48c-5ef99153c92c} DynamicQueryHandler: Done processing query 2024.06.17 21:24:45.950948 [ 3 ] {bbdc4f3f-3821-4ed4-a48c-5ef99153c92c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:45.950965 [ 3 ] {} HTTP-Session: cb081ed1-43e4-4dc4-90ee-bf370ab9c5c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.951085 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:45.951133 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:45.951154 [ 3 ] {} HTTP-Session: 5e0145c1-9850-424b-a478-460ad2f569e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:45.951170 [ 3 ] {} HTTP-Session: 5e0145c1-9850-424b-a478-460ad2f569e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.951185 [ 3 ] {} HTTP-Session: 5e0145c1-9850-424b-a478-460ad2f569e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.951216 [ 3 ] {} HTTP-Session: 5e0145c1-9850-424b-a478-460ad2f569e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:45.951311 [ 3 ] {7eea6bc1-2083-4ab1-b583-6704c78d19d8} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:45.951354 [ 3 ] {7eea6bc1-2083-4ab1-b583-6704c78d19d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:24:45.951484 [ 3 ] {7eea6bc1-2083-4ab1-b583-6704c78d19d8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:45.951790 [ 3 ] {7eea6bc1-2083-4ab1-b583-6704c78d19d8} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:45.951826 [ 3 ] {7eea6bc1-2083-4ab1-b583-6704c78d19d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:45.952127 [ 3 ] {7eea6bc1-2083-4ab1-b583-6704c78d19d8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.17 21:24:45.952427 [ 3 ] {7eea6bc1-2083-4ab1-b583-6704c78d19d8} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:45.952582 [ 3 ] {7eea6bc1-2083-4ab1-b583-6704c78d19d8} executeQuery: Read 2 rows, 167.00 B in 0.001292 sec., 1547.9876160990711 rows/sec., 126.23 KiB/sec. 2024.06.17 21:24:45.952748 [ 3 ] {7eea6bc1-2083-4ab1-b583-6704c78d19d8} DynamicQueryHandler: Done processing query 2024.06.17 21:24:45.952772 [ 3 ] {7eea6bc1-2083-4ab1-b583-6704c78d19d8} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:45.952788 [ 3 ] {} HTTP-Session: 5e0145c1-9850-424b-a478-460ad2f569e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.952908 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:45.952957 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:45.952976 [ 3 ] {} HTTP-Session: 581b876b-5ee6-473b-a123-cc3476602952 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:45.952992 [ 3 ] {} HTTP-Session: 581b876b-5ee6-473b-a123-cc3476602952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.953006 [ 3 ] {} HTTP-Session: 581b876b-5ee6-473b-a123-cc3476602952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.953035 [ 3 ] {} HTTP-Session: 581b876b-5ee6-473b-a123-cc3476602952 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:45.953153 [ 3 ] {9876acd3-e80e-480c-af1d-9864a05dec36} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:45.953195 [ 3 ] {9876acd3-e80e-480c-af1d-9864a05dec36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:24:45.953320 [ 3 ] {9876acd3-e80e-480c-af1d-9864a05dec36} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:45.953669 [ 3 ] {9876acd3-e80e-480c-af1d-9864a05dec36} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:45.953706 [ 3 ] {9876acd3-e80e-480c-af1d-9864a05dec36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:45.954015 [ 3 ] {9876acd3-e80e-480c-af1d-9864a05dec36} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.06.17 21:24:45.954312 [ 3 ] {9876acd3-e80e-480c-af1d-9864a05dec36} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:45.954458 [ 3 ] {9876acd3-e80e-480c-af1d-9864a05dec36} executeQuery: Read 105 rows, 8.73 KiB in 0.001348 sec., 77893.17507418398 rows/sec., 6.33 MiB/sec. 2024.06.17 21:24:45.954475 [ 33 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.06.17 21:24:45.954595 [ 33 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:45.954627 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:45.954710 [ 3 ] {9876acd3-e80e-480c-af1d-9864a05dec36} DynamicQueryHandler: Done processing query 2024.06.17 21:24:45.954752 [ 3 ] {9876acd3-e80e-480c-af1d-9864a05dec36} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:24:45.954774 [ 3 ] {} HTTP-Session: 581b876b-5ee6-473b-a123-cc3476602952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.954780 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:24:45.954907 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:45.954922 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:45.954957 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 189 rows starting from the beginning of the part 2024.06.17 21:24:45.954965 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:45.954991 [ 3 ] {} HTTP-Session: 22fdacd2-a44c-47d5-b510-02421462fbaa Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:45.955014 [ 3 ] {} HTTP-Session: 22fdacd2-a44c-47d5-b510-02421462fbaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.955038 [ 3 ] {} HTTP-Session: 22fdacd2-a44c-47d5-b510-02421462fbaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.955043 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 104 rows starting from the beginning of the part 2024.06.17 21:24:45.955159 [ 3 ] {} HTTP-Session: 22fdacd2-a44c-47d5-b510-02421462fbaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:45.955322 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 137 rows starting from the beginning of the part 2024.06.17 21:24:45.955587 [ 3 ] {4dcb42a5-fb6b-4ec1-a80e-4826ac7af33c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:45.955743 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 104 rows starting from the beginning of the part 2024.06.17 21:24:45.955753 [ 3 ] {4dcb42a5-fb6b-4ec1-a80e-4826ac7af33c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:24:45.956032 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 98 rows starting from the beginning of the part 2024.06.17 21:24:45.956389 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 105 rows starting from the beginning of the part 2024.06.17 21:24:45.956879 [ 3 ] {4dcb42a5-fb6b-4ec1-a80e-4826ac7af33c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:45.957307 [ 3 ] {4dcb42a5-fb6b-4ec1-a80e-4826ac7af33c} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:45.957346 [ 3 ] {4dcb42a5-fb6b-4ec1-a80e-4826ac7af33c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:45.957799 [ 3 ] {4dcb42a5-fb6b-4ec1-a80e-4826ac7af33c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.17 21:24:45.958239 [ 3 ] {4dcb42a5-fb6b-4ec1-a80e-4826ac7af33c} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:45.958306 [ 187 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 737 rows, containing 4 columns (4 merged, 0 gathered) in 0.003586227 sec., 205508.46335159487 rows/sec., 16.70 MiB/sec. 2024.06.17 21:24:45.958421 [ 3 ] {4dcb42a5-fb6b-4ec1-a80e-4826ac7af33c} executeQuery: Read 2 rows, 143.00 B in 0.003019 sec., 662.471016893011 rows/sec., 46.26 KiB/sec. 2024.06.17 21:24:45.958719 [ 187 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.06.17 21:24:45.958963 [ 3 ] {4dcb42a5-fb6b-4ec1-a80e-4826ac7af33c} DynamicQueryHandler: Done processing query 2024.06.17 21:24:45.958998 [ 3 ] {4dcb42a5-fb6b-4ec1-a80e-4826ac7af33c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:45.959039 [ 3 ] {} HTTP-Session: 22fdacd2-a44c-47d5-b510-02421462fbaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.959241 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:45.959322 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:45.959356 [ 3 ] {} HTTP-Session: 5e1dc973-438c-49d5-abd0-6507c2deb3e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:45.959384 [ 3 ] {} HTTP-Session: 5e1dc973-438c-49d5-abd0-6507c2deb3e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.959421 [ 3 ] {} HTTP-Session: 5e1dc973-438c-49d5-abd0-6507c2deb3e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.959477 [ 3 ] {} HTTP-Session: 5e1dc973-438c-49d5-abd0-6507c2deb3e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:45.959512 [ 187 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_51_10} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:45.959690 [ 187 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_51_10} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.06.17 21:24:45.959721 [ 3 ] {20c15e42-114c-406c-a09d-d7bafaed20f8} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:45.959821 [ 3 ] {20c15e42-114c-406c-a09d-d7bafaed20f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:24:45.959857 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.06.17 21:24:45.960039 [ 3 ] {20c15e42-114c-406c-a09d-d7bafaed20f8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:45.960395 [ 3 ] {20c15e42-114c-406c-a09d-d7bafaed20f8} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:45.960432 [ 3 ] {20c15e42-114c-406c-a09d-d7bafaed20f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:45.960747 [ 3 ] {20c15e42-114c-406c-a09d-d7bafaed20f8} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.06.17 21:24:45.961051 [ 3 ] {20c15e42-114c-406c-a09d-d7bafaed20f8} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:45.961176 [ 3 ] {20c15e42-114c-406c-a09d-d7bafaed20f8} executeQuery: Read 82 rows, 6.56 KiB in 0.001562 sec., 52496.798975672216 rows/sec., 4.10 MiB/sec. 2024.06.17 21:24:45.961178 [ 32 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.06.17 21:24:45.961246 [ 32 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:45.961278 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:45.961348 [ 3 ] {20c15e42-114c-406c-a09d-d7bafaed20f8} DynamicQueryHandler: Done processing query 2024.06.17 21:24:45.961378 [ 3 ] {20c15e42-114c-406c-a09d-d7bafaed20f8} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:24:45.961379 [ 200 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:24:45.961396 [ 3 ] {} HTTP-Session: 5e1dc973-438c-49d5-abd0-6507c2deb3e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.961497 [ 200 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:45.961523 [ 200 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 150 rows starting from the beginning of the part 2024.06.17 21:24:45.961624 [ 200 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 80 rows starting from the beginning of the part 2024.06.17 21:24:45.961639 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:45.961843 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:45.961974 [ 3 ] {} HTTP-Session: bd2c670a-6145-4e0a-9ba8-23819e8ec890 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:45.961984 [ 200 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 108 rows starting from the beginning of the part 2024.06.17 21:24:45.962032 [ 3 ] {} HTTP-Session: bd2c670a-6145-4e0a-9ba8-23819e8ec890 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.962082 [ 3 ] {} HTTP-Session: bd2c670a-6145-4e0a-9ba8-23819e8ec890 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.962223 [ 3 ] {} HTTP-Session: bd2c670a-6145-4e0a-9ba8-23819e8ec890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:45.962265 [ 200 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 80 rows starting from the beginning of the part 2024.06.17 21:24:45.962504 [ 200 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 78 rows starting from the beginning of the part 2024.06.17 21:24:45.962634 [ 3 ] {83be745c-c189-48a6-a722-891bcbb22254} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:45.962804 [ 200 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part 2024.06.17 21:24:45.962822 [ 3 ] {83be745c-c189-48a6-a722-891bcbb22254} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:24:45.963476 [ 3 ] {83be745c-c189-48a6-a722-891bcbb22254} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:45.964108 [ 3 ] {83be745c-c189-48a6-a722-891bcbb22254} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:45.964147 [ 3 ] {83be745c-c189-48a6-a722-891bcbb22254} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:45.964706 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 4 columns (4 merged, 0 gathered) in 0.003373314 sec., 171344.855533757 rows/sec., 13.38 MiB/sec. 2024.06.17 21:24:45.964752 [ 3 ] {83be745c-c189-48a6-a722-891bcbb22254} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.06.17 21:24:45.964982 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.06.17 21:24:45.965631 [ 3 ] {83be745c-c189-48a6-a722-891bcbb22254} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:45.965957 [ 3 ] {83be745c-c189-48a6-a722-891bcbb22254} executeQuery: Read 161 rows, 11.48 KiB in 0.003519 sec., 45751.63398692811 rows/sec., 3.19 MiB/sec. 2024.06.17 21:24:45.966101 [ 200 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_51_10} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:45.966410 [ 200 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_51_10} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.06.17 21:24:45.966451 [ 3 ] {83be745c-c189-48a6-a722-891bcbb22254} DynamicQueryHandler: Done processing query 2024.06.17 21:24:45.966494 [ 3 ] {83be745c-c189-48a6-a722-891bcbb22254} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:45.966532 [ 3 ] {} HTTP-Session: bd2c670a-6145-4e0a-9ba8-23819e8ec890 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.966545 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.17 21:24:45.966687 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:45.966736 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:45.966754 [ 3 ] {} HTTP-Session: 8c0e9236-c19a-40d1-a16e-9fa562e54d56 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:45.966770 [ 3 ] {} HTTP-Session: 8c0e9236-c19a-40d1-a16e-9fa562e54d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.966784 [ 3 ] {} HTTP-Session: 8c0e9236-c19a-40d1-a16e-9fa562e54d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.966815 [ 3 ] {} HTTP-Session: 8c0e9236-c19a-40d1-a16e-9fa562e54d56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:45.966999 [ 3 ] {63f52012-fb9e-47c2-a6be-885784dc4412} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:45.967044 [ 3 ] {63f52012-fb9e-47c2-a6be-885784dc4412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:24:45.967207 [ 3 ] {63f52012-fb9e-47c2-a6be-885784dc4412} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:45.967575 [ 3 ] {63f52012-fb9e-47c2-a6be-885784dc4412} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:45.967610 [ 3 ] {63f52012-fb9e-47c2-a6be-885784dc4412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:45.968001 [ 3 ] {63f52012-fb9e-47c2-a6be-885784dc4412} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.06.17 21:24:45.968350 [ 3 ] {63f52012-fb9e-47c2-a6be-885784dc4412} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:45.968476 [ 3 ] {63f52012-fb9e-47c2-a6be-885784dc4412} executeQuery: Read 16 rows, 22.11 KiB in 0.001585 sec., 10094.637223974763 rows/sec., 13.62 MiB/sec. 2024.06.17 21:24:45.968629 [ 3 ] {63f52012-fb9e-47c2-a6be-885784dc4412} DynamicQueryHandler: Done processing query 2024.06.17 21:24:45.968654 [ 3 ] {63f52012-fb9e-47c2-a6be-885784dc4412} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:24:45.968670 [ 3 ] {} HTTP-Session: 8c0e9236-c19a-40d1-a16e-9fa562e54d56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.968792 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:45.968839 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:45.968857 [ 3 ] {} HTTP-Session: 4e8f09fd-680e-4ff2-83fa-bbe53a42a3ca Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:45.968873 [ 3 ] {} HTTP-Session: 4e8f09fd-680e-4ff2-83fa-bbe53a42a3ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.968887 [ 3 ] {} HTTP-Session: 4e8f09fd-680e-4ff2-83fa-bbe53a42a3ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:45.968918 [ 3 ] {} HTTP-Session: 4e8f09fd-680e-4ff2-83fa-bbe53a42a3ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:45.969028 [ 3 ] {60197a30-ebf3-4ddb-a380-f0cca6f9b9a4} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:45.969073 [ 3 ] {60197a30-ebf3-4ddb-a380-f0cca6f9b9a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:24:45.969197 [ 3 ] {60197a30-ebf3-4ddb-a380-f0cca6f9b9a4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:45.969477 [ 3 ] {60197a30-ebf3-4ddb-a380-f0cca6f9b9a4} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:45.969512 [ 3 ] {60197a30-ebf3-4ddb-a380-f0cca6f9b9a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:45.969862 [ 3 ] {60197a30-ebf3-4ddb-a380-f0cca6f9b9a4} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.06.17 21:24:45.970177 [ 3 ] {60197a30-ebf3-4ddb-a380-f0cca6f9b9a4} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:45.970301 [ 3 ] {60197a30-ebf3-4ddb-a380-f0cca6f9b9a4} executeQuery: Read 60 rows, 4.14 KiB in 0.001311 sec., 45766.59038901601 rows/sec., 3.08 MiB/sec. 2024.06.17 21:24:45.970462 [ 3 ] {60197a30-ebf3-4ddb-a380-f0cca6f9b9a4} DynamicQueryHandler: Done processing query 2024.06.17 21:24:45.970486 [ 3 ] {60197a30-ebf3-4ddb-a380-f0cca6f9b9a4} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:24:45.970502 [ 3 ] {} HTTP-Session: 4e8f09fd-680e-4ff2-83fa-bbe53a42a3ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.949334 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:50.949540 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:50.949569 [ 3 ] {} HTTP-Session: 2c4bf904-a40d-4745-bf77-17f896eb5afc Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:50.949594 [ 3 ] {} HTTP-Session: 2c4bf904-a40d-4745-bf77-17f896eb5afc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.949610 [ 3 ] {} HTTP-Session: 2c4bf904-a40d-4745-bf77-17f896eb5afc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.949659 [ 3 ] {} HTTP-Session: 2c4bf904-a40d-4745-bf77-17f896eb5afc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:50.949853 [ 3 ] {0e3ad76d-3660-4abe-9fc6-979cdd13b988} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:50.949922 [ 3 ] {0e3ad76d-3660-4abe-9fc6-979cdd13b988} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:24:50.950118 [ 3 ] {0e3ad76d-3660-4abe-9fc6-979cdd13b988} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:50.950541 [ 3 ] {0e3ad76d-3660-4abe-9fc6-979cdd13b988} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:50.950589 [ 3 ] {0e3ad76d-3660-4abe-9fc6-979cdd13b988} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:50.950994 [ 3 ] {0e3ad76d-3660-4abe-9fc6-979cdd13b988} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.06.17 21:24:50.951351 [ 3 ] {0e3ad76d-3660-4abe-9fc6-979cdd13b988} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:50.951517 [ 3 ] {0e3ad76d-3660-4abe-9fc6-979cdd13b988} executeQuery: Read 14 rows, 1.13 KiB in 0.001724 sec., 8120.649651972158 rows/sec., 658.22 KiB/sec. 2024.06.17 21:24:50.951755 [ 3 ] {0e3ad76d-3660-4abe-9fc6-979cdd13b988} DynamicQueryHandler: Done processing query 2024.06.17 21:24:50.951782 [ 3 ] {0e3ad76d-3660-4abe-9fc6-979cdd13b988} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:50.951799 [ 3 ] {} HTTP-Session: 2c4bf904-a40d-4745-bf77-17f896eb5afc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.951937 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:50.951989 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:50.952009 [ 3 ] {} HTTP-Session: 6a83a120-7696-4892-9238-df3aa1cc790e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:50.952028 [ 3 ] {} HTTP-Session: 6a83a120-7696-4892-9238-df3aa1cc790e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.952041 [ 3 ] {} HTTP-Session: 6a83a120-7696-4892-9238-df3aa1cc790e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.952077 [ 3 ] {} HTTP-Session: 6a83a120-7696-4892-9238-df3aa1cc790e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:50.952208 [ 3 ] {a4ffc8cd-d5dc-480c-9c78-07bb9be5dc9c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:50.952256 [ 3 ] {a4ffc8cd-d5dc-480c-9c78-07bb9be5dc9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:24:50.952392 [ 3 ] {a4ffc8cd-d5dc-480c-9c78-07bb9be5dc9c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:50.952765 [ 3 ] {a4ffc8cd-d5dc-480c-9c78-07bb9be5dc9c} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:50.952802 [ 3 ] {a4ffc8cd-d5dc-480c-9c78-07bb9be5dc9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:50.953116 [ 3 ] {a4ffc8cd-d5dc-480c-9c78-07bb9be5dc9c} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.06.17 21:24:50.953437 [ 3 ] {a4ffc8cd-d5dc-480c-9c78-07bb9be5dc9c} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:50.953599 [ 3 ] {a4ffc8cd-d5dc-480c-9c78-07bb9be5dc9c} executeQuery: Read 98 rows, 8.24 KiB in 0.001438 sec., 68150.20862308762 rows/sec., 5.59 MiB/sec. 2024.06.17 21:24:50.953775 [ 3 ] {a4ffc8cd-d5dc-480c-9c78-07bb9be5dc9c} DynamicQueryHandler: Done processing query 2024.06.17 21:24:50.953799 [ 3 ] {a4ffc8cd-d5dc-480c-9c78-07bb9be5dc9c} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:24:50.953814 [ 3 ] {} HTTP-Session: 6a83a120-7696-4892-9238-df3aa1cc790e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.953979 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:50.954027 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:50.954045 [ 3 ] {} HTTP-Session: f2a279d0-4f4e-45cb-8848-25a543a97307 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:50.954062 [ 3 ] {} HTTP-Session: f2a279d0-4f4e-45cb-8848-25a543a97307 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.954075 [ 3 ] {} HTTP-Session: f2a279d0-4f4e-45cb-8848-25a543a97307 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.954107 [ 3 ] {} HTTP-Session: f2a279d0-4f4e-45cb-8848-25a543a97307 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:50.954229 [ 3 ] {c5ae0b44-8c4d-4263-93b5-97e607ba8362} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:50.954272 [ 3 ] {c5ae0b44-8c4d-4263-93b5-97e607ba8362} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:24:50.954399 [ 3 ] {c5ae0b44-8c4d-4263-93b5-97e607ba8362} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:50.954728 [ 3 ] {c5ae0b44-8c4d-4263-93b5-97e607ba8362} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:50.954765 [ 3 ] {c5ae0b44-8c4d-4263-93b5-97e607ba8362} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:50.955077 [ 3 ] {c5ae0b44-8c4d-4263-93b5-97e607ba8362} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.06.17 21:24:50.955377 [ 3 ] {c5ae0b44-8c4d-4263-93b5-97e607ba8362} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:50.955539 [ 3 ] {c5ae0b44-8c4d-4263-93b5-97e607ba8362} executeQuery: Read 78 rows, 6.24 KiB in 0.001353 sec., 57649.667405764965 rows/sec., 4.50 MiB/sec. 2024.06.17 21:24:50.955703 [ 3 ] {c5ae0b44-8c4d-4263-93b5-97e607ba8362} DynamicQueryHandler: Done processing query 2024.06.17 21:24:50.955727 [ 3 ] {c5ae0b44-8c4d-4263-93b5-97e607ba8362} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:24:50.955742 [ 3 ] {} HTTP-Session: f2a279d0-4f4e-45cb-8848-25a543a97307 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.955903 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:50.955950 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:50.955969 [ 3 ] {} HTTP-Session: 51fbb992-b54a-4ae9-91c1-b8276f8ec85f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:50.955985 [ 3 ] {} HTTP-Session: 51fbb992-b54a-4ae9-91c1-b8276f8ec85f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.956000 [ 3 ] {} HTTP-Session: 51fbb992-b54a-4ae9-91c1-b8276f8ec85f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.956030 [ 3 ] {} HTTP-Session: 51fbb992-b54a-4ae9-91c1-b8276f8ec85f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:50.956172 [ 3 ] {b6e11dff-7fae-4158-80e5-bf62a8dc8521} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:50.956219 [ 3 ] {b6e11dff-7fae-4158-80e5-bf62a8dc8521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:24:50.956363 [ 3 ] {b6e11dff-7fae-4158-80e5-bf62a8dc8521} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:50.956749 [ 3 ] {b6e11dff-7fae-4158-80e5-bf62a8dc8521} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:50.956785 [ 3 ] {b6e11dff-7fae-4158-80e5-bf62a8dc8521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:50.957169 [ 3 ] {b6e11dff-7fae-4158-80e5-bf62a8dc8521} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.06.17 21:24:50.957502 [ 3 ] {b6e11dff-7fae-4158-80e5-bf62a8dc8521} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:50.957660 [ 3 ] {b6e11dff-7fae-4158-80e5-bf62a8dc8521} executeQuery: Read 160 rows, 11.41 KiB in 0.001544 sec., 103626.94300518134 rows/sec., 7.22 MiB/sec. 2024.06.17 21:24:50.957939 [ 3 ] {b6e11dff-7fae-4158-80e5-bf62a8dc8521} DynamicQueryHandler: Done processing query 2024.06.17 21:24:50.957995 [ 3 ] {b6e11dff-7fae-4158-80e5-bf62a8dc8521} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:50.958051 [ 3 ] {} HTTP-Session: 51fbb992-b54a-4ae9-91c1-b8276f8ec85f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.958228 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:50.958279 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:50.958298 [ 3 ] {} HTTP-Session: 23c4bcde-627f-4a3b-ada1-256c6ab81519 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:50.958314 [ 3 ] {} HTTP-Session: 23c4bcde-627f-4a3b-ada1-256c6ab81519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.958330 [ 3 ] {} HTTP-Session: 23c4bcde-627f-4a3b-ada1-256c6ab81519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.958361 [ 3 ] {} HTTP-Session: 23c4bcde-627f-4a3b-ada1-256c6ab81519 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:50.958546 [ 3 ] {bc340a27-e034-4bb2-8c67-48a305513e9a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:50.958595 [ 3 ] {bc340a27-e034-4bb2-8c67-48a305513e9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:24:50.958771 [ 3 ] {bc340a27-e034-4bb2-8c67-48a305513e9a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:50.959168 [ 3 ] {bc340a27-e034-4bb2-8c67-48a305513e9a} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:50.959203 [ 3 ] {bc340a27-e034-4bb2-8c67-48a305513e9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:50.959601 [ 3 ] {bc340a27-e034-4bb2-8c67-48a305513e9a} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.06.17 21:24:50.959932 [ 3 ] {bc340a27-e034-4bb2-8c67-48a305513e9a} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:50.960092 [ 3 ] {bc340a27-e034-4bb2-8c67-48a305513e9a} executeQuery: Read 14 rows, 19.35 KiB in 0.00165 sec., 8484.848484848484 rows/sec., 11.45 MiB/sec. 2024.06.17 21:24:50.960260 [ 3 ] {bc340a27-e034-4bb2-8c67-48a305513e9a} DynamicQueryHandler: Done processing query 2024.06.17 21:24:50.960284 [ 3 ] {bc340a27-e034-4bb2-8c67-48a305513e9a} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:50.960300 [ 3 ] {} HTTP-Session: 23c4bcde-627f-4a3b-ada1-256c6ab81519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.960421 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:50.960468 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:50.960486 [ 3 ] {} HTTP-Session: b3d5b7ee-ef7a-4982-a2fd-5003475b8853 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:50.960502 [ 3 ] {} HTTP-Session: b3d5b7ee-ef7a-4982-a2fd-5003475b8853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.960516 [ 3 ] {} HTTP-Session: b3d5b7ee-ef7a-4982-a2fd-5003475b8853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:50.960546 [ 3 ] {} HTTP-Session: b3d5b7ee-ef7a-4982-a2fd-5003475b8853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:50.960656 [ 3 ] {82516805-becf-4965-b00f-70221dad59ce} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:50.960700 [ 3 ] {82516805-becf-4965-b00f-70221dad59ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:24:50.960825 [ 3 ] {82516805-becf-4965-b00f-70221dad59ce} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:50.961187 [ 3 ] {82516805-becf-4965-b00f-70221dad59ce} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:50.961223 [ 3 ] {82516805-becf-4965-b00f-70221dad59ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. 2024.06.17 21:24:50.961600 [ 3 ] {82516805-becf-4965-b00f-70221dad59ce} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.06.17 21:24:50.961914 [ 3 ] {82516805-becf-4965-b00f-70221dad59ce} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:50.962071 [ 3 ] {82516805-becf-4965-b00f-70221dad59ce} executeQuery: Read 60 rows, 4.14 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.80 MiB/sec. 2024.06.17 21:24:50.962325 [ 3 ] {82516805-becf-4965-b00f-70221dad59ce} DynamicQueryHandler: Done processing query 2024.06.17 21:24:50.962386 [ 3 ] {82516805-becf-4965-b00f-70221dad59ce} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:24:50.962435 [ 3 ] {} HTTP-Session: b3d5b7ee-ef7a-4982-a2fd-5003475b8853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.948959 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:55.949104 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:55.949134 [ 3 ] {} HTTP-Session: 0b8ba5c3-129c-4e92-87d1-b16b8684f327 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:55.949163 [ 3 ] {} HTTP-Session: 0b8ba5c3-129c-4e92-87d1-b16b8684f327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.949180 [ 3 ] {} HTTP-Session: 0b8ba5c3-129c-4e92-87d1-b16b8684f327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.949269 [ 3 ] {} HTTP-Session: 0b8ba5c3-129c-4e92-87d1-b16b8684f327 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:55.949485 [ 3 ] {c8e1881c-ed3c-4150-b541-c59e1a7eb5d0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:55.949564 [ 3 ] {c8e1881c-ed3c-4150-b541-c59e1a7eb5d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:24:55.949763 [ 3 ] {c8e1881c-ed3c-4150-b541-c59e1a7eb5d0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:55.950178 [ 3 ] {c8e1881c-ed3c-4150-b541-c59e1a7eb5d0} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:55.950225 [ 3 ] {c8e1881c-ed3c-4150-b541-c59e1a7eb5d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:24:55.950634 [ 3 ] {c8e1881c-ed3c-4150-b541-c59e1a7eb5d0} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.06.17 21:24:55.950978 [ 3 ] {c8e1881c-ed3c-4150-b541-c59e1a7eb5d0} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:55.951159 [ 3 ] {c8e1881c-ed3c-4150-b541-c59e1a7eb5d0} executeQuery: Read 16 rows, 1.30 KiB in 0.001735 sec., 9221.902017291066 rows/sec., 747.48 KiB/sec. 2024.06.17 21:24:55.951373 [ 3 ] {c8e1881c-ed3c-4150-b541-c59e1a7eb5d0} DynamicQueryHandler: Done processing query 2024.06.17 21:24:55.951401 [ 3 ] {c8e1881c-ed3c-4150-b541-c59e1a7eb5d0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:24:55.951418 [ 3 ] {} HTTP-Session: 0b8ba5c3-129c-4e92-87d1-b16b8684f327 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.951553 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:55.951610 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:55.951630 [ 3 ] {} HTTP-Session: 9c4b1181-2a70-4b78-a573-8c45681ead9a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:55.951648 [ 3 ] {} HTTP-Session: 9c4b1181-2a70-4b78-a573-8c45681ead9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.951663 [ 3 ] {} HTTP-Session: 9c4b1181-2a70-4b78-a573-8c45681ead9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.951698 [ 3 ] {} HTTP-Session: 9c4b1181-2a70-4b78-a573-8c45681ead9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:55.951832 [ 3 ] {4227f544-9b6b-4f54-aa99-b4a569b117ef} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:55.951879 [ 3 ] {4227f544-9b6b-4f54-aa99-b4a569b117ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:24:55.952008 [ 3 ] {4227f544-9b6b-4f54-aa99-b4a569b117ef} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:55.952407 [ 3 ] {4227f544-9b6b-4f54-aa99-b4a569b117ef} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:55.952446 [ 3 ] {4227f544-9b6b-4f54-aa99-b4a569b117ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:24:55.952777 [ 3 ] {4227f544-9b6b-4f54-aa99-b4a569b117ef} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.06.17 21:24:55.953080 [ 3 ] {4227f544-9b6b-4f54-aa99-b4a569b117ef} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:55.953226 [ 3 ] {4227f544-9b6b-4f54-aa99-b4a569b117ef} executeQuery: Read 104 rows, 8.66 KiB in 0.001444 sec., 72022.16066481995 rows/sec., 5.86 MiB/sec. 2024.06.17 21:24:55.953406 [ 3 ] {4227f544-9b6b-4f54-aa99-b4a569b117ef} DynamicQueryHandler: Done processing query 2024.06.17 21:24:55.953431 [ 3 ] {4227f544-9b6b-4f54-aa99-b4a569b117ef} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:24:55.953447 [ 3 ] {} HTTP-Session: 9c4b1181-2a70-4b78-a573-8c45681ead9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.953565 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:55.953616 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:55.953636 [ 3 ] {} HTTP-Session: abcd504e-4470-4a00-b4a5-4f9cb10856b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:55.953653 [ 3 ] {} HTTP-Session: abcd504e-4470-4a00-b4a5-4f9cb10856b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.953667 [ 3 ] {} HTTP-Session: abcd504e-4470-4a00-b4a5-4f9cb10856b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.953698 [ 3 ] {} HTTP-Session: abcd504e-4470-4a00-b4a5-4f9cb10856b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:55.953825 [ 3 ] {8d217e54-03f5-45ff-bf35-257e0ed39d21} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:55.953869 [ 3 ] {8d217e54-03f5-45ff-bf35-257e0ed39d21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:24:55.953996 [ 3 ] {8d217e54-03f5-45ff-bf35-257e0ed39d21} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:55.954334 [ 3 ] {8d217e54-03f5-45ff-bf35-257e0ed39d21} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:55.954371 [ 3 ] {8d217e54-03f5-45ff-bf35-257e0ed39d21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:24:55.954685 [ 3 ] {8d217e54-03f5-45ff-bf35-257e0ed39d21} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.06.17 21:24:55.954990 [ 3 ] {8d217e54-03f5-45ff-bf35-257e0ed39d21} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:55.955145 [ 3 ] {8d217e54-03f5-45ff-bf35-257e0ed39d21} executeQuery: Read 80 rows, 6.40 KiB in 0.00136 sec., 58823.5294117647 rows/sec., 4.59 MiB/sec. 2024.06.17 21:24:55.955402 [ 3 ] {8d217e54-03f5-45ff-bf35-257e0ed39d21} DynamicQueryHandler: Done processing query 2024.06.17 21:24:55.955456 [ 3 ] {8d217e54-03f5-45ff-bf35-257e0ed39d21} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:24:55.955533 [ 3 ] {} HTTP-Session: abcd504e-4470-4a00-b4a5-4f9cb10856b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.955733 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:55.955784 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:55.955804 [ 3 ] {} HTTP-Session: 6d180964-4211-4cc9-8ffb-c29726152676 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:55.955822 [ 3 ] {} HTTP-Session: 6d180964-4211-4cc9-8ffb-c29726152676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.955836 [ 3 ] {} HTTP-Session: 6d180964-4211-4cc9-8ffb-c29726152676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.955869 [ 3 ] {} HTTP-Session: 6d180964-4211-4cc9-8ffb-c29726152676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:55.956026 [ 3 ] {e34bc539-43a0-415b-8c83-1adb5e3a2ed6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:55.956076 [ 3 ] {e34bc539-43a0-415b-8c83-1adb5e3a2ed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:24:55.956238 [ 3 ] {e34bc539-43a0-415b-8c83-1adb5e3a2ed6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:55.956648 [ 3 ] {e34bc539-43a0-415b-8c83-1adb5e3a2ed6} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:55.956684 [ 3 ] {e34bc539-43a0-415b-8c83-1adb5e3a2ed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:24:55.957079 [ 3 ] {e34bc539-43a0-415b-8c83-1adb5e3a2ed6} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.06.17 21:24:55.957430 [ 3 ] {e34bc539-43a0-415b-8c83-1adb5e3a2ed6} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:55.957596 [ 3 ] {e34bc539-43a0-415b-8c83-1adb5e3a2ed6} executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec. 2024.06.17 21:24:55.957596 [ 46 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.06.17 21:24:55.957719 [ 46 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:55.957765 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:24:55.957845 [ 3 ] {e34bc539-43a0-415b-8c83-1adb5e3a2ed6} DynamicQueryHandler: Done processing query 2024.06.17 21:24:55.957909 [ 3 ] {e34bc539-43a0-415b-8c83-1adb5e3a2ed6} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:24:55.957964 [ 3 ] {} HTTP-Session: 6d180964-4211-4cc9-8ffb-c29726152676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.958035 [ 198 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:24:55.958122 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:55.958215 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:55.958269 [ 3 ] {} HTTP-Session: 9f1c0fef-318b-4e16-995e-b78bf3de506b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:55.958318 [ 3 ] {} HTTP-Session: 9f1c0fef-318b-4e16-995e-b78bf3de506b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.958365 [ 3 ] {} HTTP-Session: 9f1c0fef-318b-4e16-995e-b78bf3de506b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.958385 [ 198 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:55.958419 [ 3 ] {} HTTP-Session: 9f1c0fef-318b-4e16-995e-b78bf3de506b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:55.958454 [ 198 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 6456 rows starting from the beginning of the part 2024.06.17 21:24:55.958660 [ 198 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:24:55.958823 [ 3 ] {1562ee10-d7f4-427c-bc18-afc45247ffb0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:55.958911 [ 198 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2024.06.17 21:24:55.959045 [ 3 ] {1562ee10-d7f4-427c-bc18-afc45247ffb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:24:55.959237 [ 198 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 161 rows starting from the beginning of the part 2024.06.17 21:24:55.959603 [ 198 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part 2024.06.17 21:24:55.959879 [ 198 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:24:55.960532 [ 3 ] {1562ee10-d7f4-427c-bc18-afc45247ffb0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:55.961110 [ 3 ] {1562ee10-d7f4-427c-bc18-afc45247ffb0} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:55.961158 [ 3 ] {1562ee10-d7f4-427c-bc18-afc45247ffb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:24:55.962230 [ 3 ] {1562ee10-d7f4-427c-bc18-afc45247ffb0} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.06.17 21:24:55.963298 [ 3 ] {1562ee10-d7f4-427c-bc18-afc45247ffb0} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:55.963517 [ 3 ] {1562ee10-d7f4-427c-bc18-afc45247ffb0} executeQuery: Read 16 rows, 22.11 KiB in 0.004935 sec., 3242.147922998987 rows/sec., 4.38 MiB/sec. 2024.06.17 21:24:55.963734 [ 3 ] {1562ee10-d7f4-427c-bc18-afc45247ffb0} DynamicQueryHandler: Done processing query 2024.06.17 21:24:55.963759 [ 3 ] {1562ee10-d7f4-427c-bc18-afc45247ffb0} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:24:55.963776 [ 3 ] {} HTTP-Session: 9f1c0fef-318b-4e16-995e-b78bf3de506b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.963920 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:24:55.963984 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:24:55.964005 [ 3 ] {} HTTP-Session: 41d62237-7177-4085-a6a9-e82c1a258138 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:24:55.964022 [ 3 ] {} HTTP-Session: 41d62237-7177-4085-a6a9-e82c1a258138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.964036 [ 3 ] {} HTTP-Session: 41d62237-7177-4085-a6a9-e82c1a258138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.964068 [ 3 ] {} HTTP-Session: 41d62237-7177-4085-a6a9-e82c1a258138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:24:55.964271 [ 3 ] {a48d8ca2-a990-4e86-bc1b-e08f220ea02c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:24:55.964419 [ 3 ] {a48d8ca2-a990-4e86-bc1b-e08f220ea02c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:24:55.964572 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 7257 rows, containing 5 columns (5 merged, 0 gathered) in 0.006701138 sec., 1082950.3884265628 rows/sec., 75.56 MiB/sec. 2024.06.17 21:24:55.964720 [ 3 ] {a48d8ca2-a990-4e86-bc1b-e08f220ea02c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:24:55.965048 [ 3 ] {a48d8ca2-a990-4e86-bc1b-e08f220ea02c} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:55.965101 [ 3 ] {a48d8ca2-a990-4e86-bc1b-e08f220ea02c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:24:55.965238 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.06.17 21:24:55.965903 [ 3 ] {a48d8ca2-a990-4e86-bc1b-e08f220ea02c} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.06.17 21:24:55.966352 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_51_10} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:55.966582 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_51_10} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.06.17 21:24:55.966587 [ 3 ] {a48d8ca2-a990-4e86-bc1b-e08f220ea02c} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:55.966758 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. 2024.06.17 21:24:55.966880 [ 66 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.06.17 21:24:55.966896 [ 3 ] {a48d8ca2-a990-4e86-bc1b-e08f220ea02c} executeQuery: Read 60 rows, 4.14 KiB in 0.002737 sec., 21921.812203142126 rows/sec., 1.48 MiB/sec. 2024.06.17 21:24:55.966948 [ 66 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:24:55.967026 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:24:55.967220 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:55.967234 [ 3 ] {a48d8ca2-a990-4e86-bc1b-e08f220ea02c} DynamicQueryHandler: Done processing query 2024.06.17 21:24:55.967291 [ 3 ] {a48d8ca2-a990-4e86-bc1b-e08f220ea02c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:24:55.967327 [ 3 ] {} HTTP-Session: 41d62237-7177-4085-a6a9-e82c1a258138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:24:55.967443 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:24:55.967484 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2268 rows starting from the beginning of the part 2024.06.17 21:24:55.967556 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:55.967664 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:55.967883 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:55.967971 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:55.968049 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:24:55.969378 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2568 rows, containing 4 columns (4 merged, 0 gathered) in 0.002238303 sec., 1147297.7519129447 rows/sec., 77.08 MiB/sec. 2024.06.17 21:24:55.969691 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.06.17 21:24:55.970175 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_51_10} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:24:55.970280 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_51_10} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.06.17 21:24:55.970378 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2024.06.17 21:25:00.179131 [ 116 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:25:00.179199 [ 116 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:25:00.951134 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:00.951302 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:00.951346 [ 3 ] {} HTTP-Session: 364af92b-006a-45e0-83e2-f16c9f7bb760 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:00.951389 [ 3 ] {} HTTP-Session: 364af92b-006a-45e0-83e2-f16c9f7bb760 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.951417 [ 3 ] {} HTTP-Session: 364af92b-006a-45e0-83e2-f16c9f7bb760 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.951496 [ 3 ] {} HTTP-Session: 364af92b-006a-45e0-83e2-f16c9f7bb760 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:00.951793 [ 3 ] {c0912def-9af4-457a-9999-48c459ac25c0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:00.951864 [ 3 ] {c0912def-9af4-457a-9999-48c459ac25c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:25:00.952059 [ 3 ] {c0912def-9af4-457a-9999-48c459ac25c0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:00.952477 [ 3 ] {c0912def-9af4-457a-9999-48c459ac25c0} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:00.952522 [ 3 ] {c0912def-9af4-457a-9999-48c459ac25c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:00.952904 [ 3 ] {c0912def-9af4-457a-9999-48c459ac25c0} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.06.17 21:25:00.953256 [ 3 ] {c0912def-9af4-457a-9999-48c459ac25c0} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:00.953434 [ 3 ] {c0912def-9af4-457a-9999-48c459ac25c0} executeQuery: Read 14 rows, 1.13 KiB in 0.001732 sec., 8083.140877598153 rows/sec., 655.18 KiB/sec. 2024.06.17 21:25:00.953446 [ 133 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.06.17 21:25:00.953566 [ 133 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:00.953614 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:00.953753 [ 3 ] {c0912def-9af4-457a-9999-48c459ac25c0} DynamicQueryHandler: Done processing query 2024.06.17 21:25:00.953806 [ 3 ] {c0912def-9af4-457a-9999-48c459ac25c0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:00.953841 [ 3 ] {} HTTP-Session: 364af92b-006a-45e0-83e2-f16c9f7bb760 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.953871 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:25:00.954018 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 19161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:00.954136 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:00.954189 [ 3 ] {} HTTP-Session: 9e54e219-fa90-406a-b9f7-f6c7b1359332 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:00.954247 [ 3 ] {} HTTP-Session: 9e54e219-fa90-406a-b9f7-f6c7b1359332 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.954287 [ 3 ] {} HTTP-Session: 9e54e219-fa90-406a-b9f7-f6c7b1359332 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.954354 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:00.954376 [ 3 ] {} HTTP-Session: 9e54e219-fa90-406a-b9f7-f6c7b1359332 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:00.954458 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 30 rows starting from the beginning of the part 2024.06.17 21:25:00.954745 [ 3 ] {32116c01-1ebc-433c-81ab-712a8e4855c6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:00.954814 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:00.954971 [ 3 ] {32116c01-1ebc-433c-81ab-712a8e4855c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:25:00.955082 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part 2024.06.17 21:25:00.955441 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:00.955658 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part 2024.06.17 21:25:00.955973 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:00.956473 [ 3 ] {32116c01-1ebc-433c-81ab-712a8e4855c6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:00.957385 [ 3 ] {32116c01-1ebc-433c-81ab-712a8e4855c6} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:00.957444 [ 3 ] {32116c01-1ebc-433c-81ab-712a8e4855c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:00.958368 [ 3 ] {32116c01-1ebc-433c-81ab-712a8e4855c6} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.06.17 21:25:00.958800 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.005092922 sec., 20420.497309795832 rows/sec., 1.62 MiB/sec. 2024.06.17 21:25:00.959011 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.06.17 21:25:00.959180 [ 3 ] {32116c01-1ebc-433c-81ab-712a8e4855c6} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:00.959635 [ 3 ] {32116c01-1ebc-433c-81ab-712a8e4855c6} executeQuery: Read 134 rows, 11.00 KiB in 0.005092 sec., 26315.78947368421 rows/sec., 2.11 MiB/sec. 2024.06.17 21:25:00.960006 [ 3 ] {32116c01-1ebc-433c-81ab-712a8e4855c6} DynamicQueryHandler: Done processing query 2024.06.17 21:25:00.960010 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_51_10} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:00.960048 [ 3 ] {32116c01-1ebc-433c-81ab-712a8e4855c6} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:25:00.960102 [ 3 ] {} HTTP-Session: 9e54e219-fa90-406a-b9f7-f6c7b1359332 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.960200 [ 190 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_51_10} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.06.17 21:25:00.960309 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:00.960343 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.06.17 21:25:00.960392 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:00.960417 [ 3 ] {} HTTP-Session: 79039bee-8899-40aa-bf8d-38dd603d943c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:00.960433 [ 3 ] {} HTTP-Session: 79039bee-8899-40aa-bf8d-38dd603d943c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.960446 [ 3 ] {} HTTP-Session: 79039bee-8899-40aa-bf8d-38dd603d943c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.960477 [ 3 ] {} HTTP-Session: 79039bee-8899-40aa-bf8d-38dd603d943c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:00.960613 [ 3 ] {bf46ea06-55be-4180-975b-b53b22020ffc} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:00.960658 [ 3 ] {bf46ea06-55be-4180-975b-b53b22020ffc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:25:00.960804 [ 3 ] {bf46ea06-55be-4180-975b-b53b22020ffc} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:00.961165 [ 3 ] {bf46ea06-55be-4180-975b-b53b22020ffc} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:00.961201 [ 3 ] {bf46ea06-55be-4180-975b-b53b22020ffc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:00.961523 [ 3 ] {bf46ea06-55be-4180-975b-b53b22020ffc} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.06.17 21:25:00.961831 [ 3 ] {bf46ea06-55be-4180-975b-b53b22020ffc} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:00.961994 [ 3 ] {bf46ea06-55be-4180-975b-b53b22020ffc} executeQuery: Read 102 rows, 8.13 KiB in 0.001428 sec., 71428.57142857143 rows/sec., 5.56 MiB/sec. 2024.06.17 21:25:00.962172 [ 3 ] {bf46ea06-55be-4180-975b-b53b22020ffc} DynamicQueryHandler: Done processing query 2024.06.17 21:25:00.962196 [ 3 ] {bf46ea06-55be-4180-975b-b53b22020ffc} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:25:00.962212 [ 3 ] {} HTTP-Session: 79039bee-8899-40aa-bf8d-38dd603d943c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.962378 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:00.962426 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:00.962445 [ 3 ] {} HTTP-Session: 5cb091e0-6564-4052-8863-934aa634c734 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:00.962460 [ 3 ] {} HTTP-Session: 5cb091e0-6564-4052-8863-934aa634c734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.962473 [ 3 ] {} HTTP-Session: 5cb091e0-6564-4052-8863-934aa634c734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.962503 [ 3 ] {} HTTP-Session: 5cb091e0-6564-4052-8863-934aa634c734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:00.962678 [ 3 ] {baedf9cb-fd06-4861-a795-ec5b5f1c8831} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:00.962725 [ 3 ] {baedf9cb-fd06-4861-a795-ec5b5f1c8831} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:25:00.962872 [ 3 ] {baedf9cb-fd06-4861-a795-ec5b5f1c8831} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:00.963274 [ 3 ] {baedf9cb-fd06-4861-a795-ec5b5f1c8831} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:00.963310 [ 3 ] {baedf9cb-fd06-4861-a795-ec5b5f1c8831} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:00.963698 [ 3 ] {baedf9cb-fd06-4861-a795-ec5b5f1c8831} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.06.17 21:25:00.964050 [ 3 ] {baedf9cb-fd06-4861-a795-ec5b5f1c8831} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:00.964221 [ 3 ] {baedf9cb-fd06-4861-a795-ec5b5f1c8831} executeQuery: Read 196 rows, 14.01 KiB in 0.001631 sec., 120171.67381974249 rows/sec., 8.39 MiB/sec. 2024.06.17 21:25:00.964414 [ 3 ] {baedf9cb-fd06-4861-a795-ec5b5f1c8831} DynamicQueryHandler: Done processing query 2024.06.17 21:25:00.964451 [ 3 ] {baedf9cb-fd06-4861-a795-ec5b5f1c8831} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.17 21:25:00.964483 [ 3 ] {} HTTP-Session: 5cb091e0-6564-4052-8863-934aa634c734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.964620 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:00.964667 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:00.964686 [ 3 ] {} HTTP-Session: be2a1570-53ab-49d2-9cbc-9b0fe234df65 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:00.964702 [ 3 ] {} HTTP-Session: be2a1570-53ab-49d2-9cbc-9b0fe234df65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.964716 [ 3 ] {} HTTP-Session: be2a1570-53ab-49d2-9cbc-9b0fe234df65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.964746 [ 3 ] {} HTTP-Session: be2a1570-53ab-49d2-9cbc-9b0fe234df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:00.964925 [ 3 ] {de7f19d4-4188-4870-93fd-d971ffd6cc47} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:00.964972 [ 3 ] {de7f19d4-4188-4870-93fd-d971ffd6cc47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:25:00.965127 [ 3 ] {de7f19d4-4188-4870-93fd-d971ffd6cc47} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:00.965490 [ 3 ] {de7f19d4-4188-4870-93fd-d971ffd6cc47} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:00.965532 [ 3 ] {de7f19d4-4188-4870-93fd-d971ffd6cc47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:00.965926 [ 3 ] {de7f19d4-4188-4870-93fd-d971ffd6cc47} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.06.17 21:25:00.966267 [ 3 ] {de7f19d4-4188-4870-93fd-d971ffd6cc47} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:00.966392 [ 3 ] {de7f19d4-4188-4870-93fd-d971ffd6cc47} executeQuery: Read 14 rows, 19.35 KiB in 0.001574 sec., 8894.53621346887 rows/sec., 12.00 MiB/sec. 2024.06.17 21:25:00.966410 [ 148 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.06.17 21:25:00.966476 [ 148 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:00.966520 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:00.966597 [ 3 ] {de7f19d4-4188-4870-93fd-d971ffd6cc47} DynamicQueryHandler: Done processing query 2024.06.17 21:25:00.966647 [ 3 ] {de7f19d4-4188-4870-93fd-d971ffd6cc47} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:00.966704 [ 3 ] {} HTTP-Session: be2a1570-53ab-49d2-9cbc-9b0fe234df65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.966765 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:25:00.966873 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:00.966992 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:00.967049 [ 3 ] {} HTTP-Session: 77bbc11c-4550-4c9b-8227-4e7ec5665621 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:00.967096 [ 3 ] {} HTTP-Session: 77bbc11c-4550-4c9b-8227-4e7ec5665621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.967143 [ 3 ] {} HTTP-Session: 77bbc11c-4550-4c9b-8227-4e7ec5665621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.967150 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:00.967200 [ 3 ] {} HTTP-Session: 77bbc11c-4550-4c9b-8227-4e7ec5665621 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:00.967232 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 694 rows starting from the beginning of the part 2024.06.17 21:25:00.967550 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:00.967589 [ 3 ] {c1942caa-7ae7-4d56-a7a5-c69cc49e8cd7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:00.967821 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part 2024.06.17 21:25:00.967849 [ 3 ] {c1942caa-7ae7-4d56-a7a5-c69cc49e8cd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:25:00.968161 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:00.968540 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part 2024.06.17 21:25:00.968867 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:00.968928 [ 3 ] {c1942caa-7ae7-4d56-a7a5-c69cc49e8cd7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:00.969806 [ 3 ] {c1942caa-7ae7-4d56-a7a5-c69cc49e8cd7} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:00.969867 [ 3 ] {c1942caa-7ae7-4d56-a7a5-c69cc49e8cd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:00.970554 [ 3 ] {c1942caa-7ae7-4d56-a7a5-c69cc49e8cd7} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.06.17 21:25:00.970964 [ 3 ] {c1942caa-7ae7-4d56-a7a5-c69cc49e8cd7} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:00.971116 [ 3 ] {c1942caa-7ae7-4d56-a7a5-c69cc49e8cd7} executeQuery: Read 60 rows, 4.14 KiB in 0.00378 sec., 15873.015873015873 rows/sec., 1.07 MiB/sec. 2024.06.17 21:25:00.971397 [ 3 ] {c1942caa-7ae7-4d56-a7a5-c69cc49e8cd7} DynamicQueryHandler: Done processing query 2024.06.17 21:25:00.971434 [ 3 ] {c1942caa-7ae7-4d56-a7a5-c69cc49e8cd7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:25:00.971478 [ 3 ] {} HTTP-Session: 77bbc11c-4550-4c9b-8227-4e7ec5665621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:00.973405 [ 196 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 6 columns (6 merged, 0 gathered) in 0.006799118 sec., 112955.82750586179 rows/sec., 152.43 MiB/sec. 2024.06.17 21:25:00.973975 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.06.17 21:25:00.974428 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_51_10} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:00.974518 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_51_10} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.06.17 21:25:00.974610 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.54 MiB. 2024.06.17 21:25:01.000155 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 192.23 MiB, peak 200.62 MiB, free memory in arenas 0.00 B, will set to 193.29 MiB (RSS), difference: 1.05 MiB 2024.06.17 21:25:05.950133 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:05.950280 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:05.950310 [ 3 ] {} HTTP-Session: eb81e427-4fe7-4fc3-88c0-5be7dac88a6b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:05.950340 [ 3 ] {} HTTP-Session: eb81e427-4fe7-4fc3-88c0-5be7dac88a6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.950358 [ 3 ] {} HTTP-Session: eb81e427-4fe7-4fc3-88c0-5be7dac88a6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.950416 [ 3 ] {} HTTP-Session: eb81e427-4fe7-4fc3-88c0-5be7dac88a6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:05.950635 [ 3 ] {432bf084-f3ee-4438-8eb1-07a765d13746} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:05.950712 [ 3 ] {432bf084-f3ee-4438-8eb1-07a765d13746} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:25:05.950928 [ 3 ] {432bf084-f3ee-4438-8eb1-07a765d13746} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:05.951349 [ 3 ] {432bf084-f3ee-4438-8eb1-07a765d13746} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:05.951396 [ 3 ] {432bf084-f3ee-4438-8eb1-07a765d13746} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:05.951798 [ 3 ] {432bf084-f3ee-4438-8eb1-07a765d13746} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.06.17 21:25:05.952137 [ 3 ] {432bf084-f3ee-4438-8eb1-07a765d13746} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:05.952311 [ 3 ] {432bf084-f3ee-4438-8eb1-07a765d13746} executeQuery: Read 16 rows, 1.30 KiB in 0.001738 sec., 9205.983889528194 rows/sec., 746.19 KiB/sec. 2024.06.17 21:25:05.952533 [ 3 ] {432bf084-f3ee-4438-8eb1-07a765d13746} DynamicQueryHandler: Done processing query 2024.06.17 21:25:05.952562 [ 3 ] {432bf084-f3ee-4438-8eb1-07a765d13746} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:05.952579 [ 3 ] {} HTTP-Session: eb81e427-4fe7-4fc3-88c0-5be7dac88a6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.952723 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:05.952779 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:05.952799 [ 3 ] {} HTTP-Session: 8e1720a1-cc48-4d27-926e-230af7d24043 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:05.952817 [ 3 ] {} HTTP-Session: 8e1720a1-cc48-4d27-926e-230af7d24043 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.952830 [ 3 ] {} HTTP-Session: 8e1720a1-cc48-4d27-926e-230af7d24043 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.952865 [ 3 ] {} HTTP-Session: 8e1720a1-cc48-4d27-926e-230af7d24043 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:05.953004 [ 3 ] {16f9d24c-6294-4b83-b337-20d64c1086b0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:05.953052 [ 3 ] {16f9d24c-6294-4b83-b337-20d64c1086b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:25:05.953184 [ 3 ] {16f9d24c-6294-4b83-b337-20d64c1086b0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:05.953541 [ 3 ] {16f9d24c-6294-4b83-b337-20d64c1086b0} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:05.953579 [ 3 ] {16f9d24c-6294-4b83-b337-20d64c1086b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:05.953903 [ 3 ] {16f9d24c-6294-4b83-b337-20d64c1086b0} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.06.17 21:25:05.954212 [ 3 ] {16f9d24c-6294-4b83-b337-20d64c1086b0} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:05.954379 [ 3 ] {16f9d24c-6294-4b83-b337-20d64c1086b0} executeQuery: Read 104 rows, 8.66 KiB in 0.00142 sec., 73239.43661971831 rows/sec., 5.96 MiB/sec. 2024.06.17 21:25:05.954542 [ 3 ] {16f9d24c-6294-4b83-b337-20d64c1086b0} DynamicQueryHandler: Done processing query 2024.06.17 21:25:05.954569 [ 3 ] {16f9d24c-6294-4b83-b337-20d64c1086b0} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:25:05.954585 [ 3 ] {} HTTP-Session: 8e1720a1-cc48-4d27-926e-230af7d24043 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.954746 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:05.954794 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:05.954814 [ 3 ] {} HTTP-Session: de7f28a5-3000-4d65-b95a-5b84c233e66c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:05.954830 [ 3 ] {} HTTP-Session: de7f28a5-3000-4d65-b95a-5b84c233e66c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.954844 [ 3 ] {} HTTP-Session: de7f28a5-3000-4d65-b95a-5b84c233e66c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.954876 [ 3 ] {} HTTP-Session: de7f28a5-3000-4d65-b95a-5b84c233e66c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:05.954996 [ 3 ] {5a280a69-19ef-4f4d-9e76-ce9a16646491} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:05.955040 [ 3 ] {5a280a69-19ef-4f4d-9e76-ce9a16646491} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:25:05.955165 [ 3 ] {5a280a69-19ef-4f4d-9e76-ce9a16646491} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:05.955514 [ 3 ] {5a280a69-19ef-4f4d-9e76-ce9a16646491} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:05.955551 [ 3 ] {5a280a69-19ef-4f4d-9e76-ce9a16646491} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:05.955937 [ 3 ] {5a280a69-19ef-4f4d-9e76-ce9a16646491} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.06.17 21:25:05.956243 [ 3 ] {5a280a69-19ef-4f4d-9e76-ce9a16646491} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:05.956400 [ 3 ] {5a280a69-19ef-4f4d-9e76-ce9a16646491} executeQuery: Read 80 rows, 6.40 KiB in 0.001438 sec., 55632.823365785815 rows/sec., 4.34 MiB/sec. 2024.06.17 21:25:05.956659 [ 3 ] {5a280a69-19ef-4f4d-9e76-ce9a16646491} DynamicQueryHandler: Done processing query 2024.06.17 21:25:05.956702 [ 3 ] {5a280a69-19ef-4f4d-9e76-ce9a16646491} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:25:05.956739 [ 3 ] {} HTTP-Session: de7f28a5-3000-4d65-b95a-5b84c233e66c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.956914 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:05.956964 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:05.956984 [ 3 ] {} HTTP-Session: 02925715-1ad1-4e2c-98d0-f96206d01d8c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:05.957000 [ 3 ] {} HTTP-Session: 02925715-1ad1-4e2c-98d0-f96206d01d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.957015 [ 3 ] {} HTTP-Session: 02925715-1ad1-4e2c-98d0-f96206d01d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.957046 [ 3 ] {} HTTP-Session: 02925715-1ad1-4e2c-98d0-f96206d01d8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:05.957217 [ 3 ] {686e3ab8-df5b-41bc-9713-01a1d1c11187} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:05.957269 [ 3 ] {686e3ab8-df5b-41bc-9713-01a1d1c11187} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:25:05.957428 [ 3 ] {686e3ab8-df5b-41bc-9713-01a1d1c11187} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:05.957820 [ 3 ] {686e3ab8-df5b-41bc-9713-01a1d1c11187} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:05.957857 [ 3 ] {686e3ab8-df5b-41bc-9713-01a1d1c11187} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:05.958258 [ 3 ] {686e3ab8-df5b-41bc-9713-01a1d1c11187} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.06.17 21:25:05.958599 [ 3 ] {686e3ab8-df5b-41bc-9713-01a1d1c11187} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:05.958758 [ 3 ] {686e3ab8-df5b-41bc-9713-01a1d1c11187} executeQuery: Read 160 rows, 11.41 KiB in 0.001622 sec., 98643.64981504316 rows/sec., 6.87 MiB/sec. 2024.06.17 21:25:05.959034 [ 3 ] {686e3ab8-df5b-41bc-9713-01a1d1c11187} DynamicQueryHandler: Done processing query 2024.06.17 21:25:05.959092 [ 3 ] {686e3ab8-df5b-41bc-9713-01a1d1c11187} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:05.959160 [ 3 ] {} HTTP-Session: 02925715-1ad1-4e2c-98d0-f96206d01d8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.959347 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:05.959400 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:05.959419 [ 3 ] {} HTTP-Session: e672357c-6ea4-45de-a269-033a1fc42c73 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:05.959435 [ 3 ] {} HTTP-Session: e672357c-6ea4-45de-a269-033a1fc42c73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.959449 [ 3 ] {} HTTP-Session: e672357c-6ea4-45de-a269-033a1fc42c73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.959481 [ 3 ] {} HTTP-Session: e672357c-6ea4-45de-a269-033a1fc42c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:05.959670 [ 3 ] {8e4483b0-9d50-4e4c-ae2a-271c9c986d4c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:05.959720 [ 3 ] {8e4483b0-9d50-4e4c-ae2a-271c9c986d4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:25:05.959897 [ 3 ] {8e4483b0-9d50-4e4c-ae2a-271c9c986d4c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:05.960272 [ 3 ] {8e4483b0-9d50-4e4c-ae2a-271c9c986d4c} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:05.960309 [ 3 ] {8e4483b0-9d50-4e4c-ae2a-271c9c986d4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:05.960716 [ 3 ] {8e4483b0-9d50-4e4c-ae2a-271c9c986d4c} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.06.17 21:25:05.961059 [ 3 ] {8e4483b0-9d50-4e4c-ae2a-271c9c986d4c} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:05.961219 [ 3 ] {8e4483b0-9d50-4e4c-ae2a-271c9c986d4c} executeQuery: Read 16 rows, 22.11 KiB in 0.001647 sec., 9714.632665452338 rows/sec., 13.11 MiB/sec. 2024.06.17 21:25:05.961392 [ 3 ] {8e4483b0-9d50-4e4c-ae2a-271c9c986d4c} DynamicQueryHandler: Done processing query 2024.06.17 21:25:05.961417 [ 3 ] {8e4483b0-9d50-4e4c-ae2a-271c9c986d4c} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:25:05.961433 [ 3 ] {} HTTP-Session: e672357c-6ea4-45de-a269-033a1fc42c73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.961558 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:05.961608 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:05.961627 [ 3 ] {} HTTP-Session: 847744f7-e3e6-4cea-b408-da95e1760dc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:05.961644 [ 3 ] {} HTTP-Session: 847744f7-e3e6-4cea-b408-da95e1760dc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.961658 [ 3 ] {} HTTP-Session: 847744f7-e3e6-4cea-b408-da95e1760dc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:05.961689 [ 3 ] {} HTTP-Session: 847744f7-e3e6-4cea-b408-da95e1760dc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:05.961812 [ 3 ] {38571d57-0ef1-453e-8527-53444cad336a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:05.961857 [ 3 ] {38571d57-0ef1-453e-8527-53444cad336a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:25:05.961984 [ 3 ] {38571d57-0ef1-453e-8527-53444cad336a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:05.962262 [ 3 ] {38571d57-0ef1-453e-8527-53444cad336a} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:05.962299 [ 3 ] {38571d57-0ef1-453e-8527-53444cad336a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:05.962664 [ 3 ] {38571d57-0ef1-453e-8527-53444cad336a} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.06.17 21:25:05.962996 [ 3 ] {38571d57-0ef1-453e-8527-53444cad336a} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:05.963152 [ 3 ] {38571d57-0ef1-453e-8527-53444cad336a} executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. 2024.06.17 21:25:05.963307 [ 3 ] {38571d57-0ef1-453e-8527-53444cad336a} DynamicQueryHandler: Done processing query 2024.06.17 21:25:05.963331 [ 3 ] {38571d57-0ef1-453e-8527-53444cad336a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:25:05.963347 [ 3 ] {} HTTP-Session: 847744f7-e3e6-4cea-b408-da95e1760dc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.949258 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:10.949405 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:10.949434 [ 3 ] {} HTTP-Session: 20d491ea-40a2-4828-b02f-006c5109599e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:10.949463 [ 3 ] {} HTTP-Session: 20d491ea-40a2-4828-b02f-006c5109599e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.949480 [ 3 ] {} HTTP-Session: 20d491ea-40a2-4828-b02f-006c5109599e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.949536 [ 3 ] {} HTTP-Session: 20d491ea-40a2-4828-b02f-006c5109599e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:10.949753 [ 3 ] {7d91bb1f-5e33-4f6c-88d0-6705d094c2f5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:10.949828 [ 3 ] {7d91bb1f-5e33-4f6c-88d0-6705d094c2f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:25:10.950051 [ 3 ] {7d91bb1f-5e33-4f6c-88d0-6705d094c2f5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:10.950464 [ 3 ] {7d91bb1f-5e33-4f6c-88d0-6705d094c2f5} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:10.950507 [ 3 ] {7d91bb1f-5e33-4f6c-88d0-6705d094c2f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:10.950883 [ 3 ] {7d91bb1f-5e33-4f6c-88d0-6705d094c2f5} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.06.17 21:25:10.951221 [ 3 ] {7d91bb1f-5e33-4f6c-88d0-6705d094c2f5} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:10.951380 [ 3 ] {7d91bb1f-5e33-4f6c-88d0-6705d094c2f5} executeQuery: Read 14 rows, 1.13 KiB in 0.001691 sec., 8279.124778237729 rows/sec., 671.06 KiB/sec. 2024.06.17 21:25:10.951593 [ 3 ] {7d91bb1f-5e33-4f6c-88d0-6705d094c2f5} DynamicQueryHandler: Done processing query 2024.06.17 21:25:10.951620 [ 3 ] {7d91bb1f-5e33-4f6c-88d0-6705d094c2f5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:10.951636 [ 3 ] {} HTTP-Session: 20d491ea-40a2-4828-b02f-006c5109599e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.951788 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:10.951837 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:10.951858 [ 3 ] {} HTTP-Session: 6221baed-3159-40a7-80ed-d8440df092a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:10.951878 [ 3 ] {} HTTP-Session: 6221baed-3159-40a7-80ed-d8440df092a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.951892 [ 3 ] {} HTTP-Session: 6221baed-3159-40a7-80ed-d8440df092a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.951927 [ 3 ] {} HTTP-Session: 6221baed-3159-40a7-80ed-d8440df092a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:10.952025 [ 3 ] {b886b12d-7540-486a-8e15-222bc1f8f02a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:10.952071 [ 3 ] {b886b12d-7540-486a-8e15-222bc1f8f02a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:25:10.952207 [ 3 ] {b886b12d-7540-486a-8e15-222bc1f8f02a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:10.952508 [ 3 ] {b886b12d-7540-486a-8e15-222bc1f8f02a} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:10.952546 [ 3 ] {b886b12d-7540-486a-8e15-222bc1f8f02a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:10.952848 [ 3 ] {b886b12d-7540-486a-8e15-222bc1f8f02a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.17 21:25:10.953160 [ 3 ] {b886b12d-7540-486a-8e15-222bc1f8f02a} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:10.953284 [ 3 ] {b886b12d-7540-486a-8e15-222bc1f8f02a} executeQuery: Read 4 rows, 334.00 B in 0.001286 sec., 3110.4199066874025 rows/sec., 253.63 KiB/sec. 2024.06.17 21:25:10.953527 [ 3 ] {b886b12d-7540-486a-8e15-222bc1f8f02a} DynamicQueryHandler: Done processing query 2024.06.17 21:25:10.953565 [ 3 ] {b886b12d-7540-486a-8e15-222bc1f8f02a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:10.953593 [ 3 ] {} HTTP-Session: 6221baed-3159-40a7-80ed-d8440df092a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.953739 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:10.953786 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:10.953805 [ 3 ] {} HTTP-Session: 035f3ca9-e336-4a11-ba9b-92cef6bccdf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:10.953823 [ 3 ] {} HTTP-Session: 035f3ca9-e336-4a11-ba9b-92cef6bccdf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.953837 [ 3 ] {} HTTP-Session: 035f3ca9-e336-4a11-ba9b-92cef6bccdf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.953868 [ 3 ] {} HTTP-Session: 035f3ca9-e336-4a11-ba9b-92cef6bccdf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:10.953992 [ 3 ] {f695d9e7-7d6a-4f0e-99fb-da137a9cc6c6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:10.954037 [ 3 ] {f695d9e7-7d6a-4f0e-99fb-da137a9cc6c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:25:10.954182 [ 3 ] {f695d9e7-7d6a-4f0e-99fb-da137a9cc6c6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:10.954534 [ 3 ] {f695d9e7-7d6a-4f0e-99fb-da137a9cc6c6} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:10.954572 [ 3 ] {f695d9e7-7d6a-4f0e-99fb-da137a9cc6c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:10.954904 [ 3 ] {f695d9e7-7d6a-4f0e-99fb-da137a9cc6c6} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.06.17 21:25:10.955228 [ 3 ] {f695d9e7-7d6a-4f0e-99fb-da137a9cc6c6} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:10.955351 [ 3 ] {f695d9e7-7d6a-4f0e-99fb-da137a9cc6c6} executeQuery: Read 100 rows, 8.38 KiB in 0.001408 sec., 71022.72727272728 rows/sec., 5.82 MiB/sec. 2024.06.17 21:25:10.955362 [ 108 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.06.17 21:25:10.955411 [ 108 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:10.955442 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:10.955557 [ 3 ] {f695d9e7-7d6a-4f0e-99fb-da137a9cc6c6} DynamicQueryHandler: Done processing query 2024.06.17 21:25:10.955631 [ 3 ] {f695d9e7-7d6a-4f0e-99fb-da137a9cc6c6} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:25:10.955658 [ 3 ] {} HTTP-Session: 035f3ca9-e336-4a11-ba9b-92cef6bccdf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.955672 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:25:10.955844 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:10.955958 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:10.955973 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:10.955992 [ 3 ] {} HTTP-Session: bc06f51f-c49d-4fbf-9d5c-c2d860827cec Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:10.956034 [ 3 ] {} HTTP-Session: bc06f51f-c49d-4fbf-9d5c-c2d860827cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.956040 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 189 rows starting from the beginning of the part 2024.06.17 21:25:10.956056 [ 3 ] {} HTTP-Session: bc06f51f-c49d-4fbf-9d5c-c2d860827cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.956127 [ 3 ] {} HTTP-Session: bc06f51f-c49d-4fbf-9d5c-c2d860827cec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:10.956284 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 98 rows starting from the beginning of the part 2024.06.17 21:25:10.956583 [ 3 ] {7451fbbc-541b-41a0-9b60-c3bcd8581f83} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:10.956599 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 104 rows starting from the beginning of the part 2024.06.17 21:25:10.956730 [ 3 ] {7451fbbc-541b-41a0-9b60-c3bcd8581f83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:25:10.956892 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 134 rows starting from the beginning of the part 2024.06.17 21:25:10.957216 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 104 rows starting from the beginning of the part 2024.06.17 21:25:10.957535 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 100 rows starting from the beginning of the part 2024.06.17 21:25:10.958028 [ 3 ] {7451fbbc-541b-41a0-9b60-c3bcd8581f83} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:10.958759 [ 3 ] {7451fbbc-541b-41a0-9b60-c3bcd8581f83} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:10.958815 [ 3 ] {7451fbbc-541b-41a0-9b60-c3bcd8581f83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:10.959624 [ 3 ] {7451fbbc-541b-41a0-9b60-c3bcd8581f83} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.17 21:25:10.960383 [ 3 ] {7451fbbc-541b-41a0-9b60-c3bcd8581f83} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:10.960788 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 729 rows, containing 4 columns (4 merged, 0 gathered) in 0.005249404 sec., 138872.90823872577 rows/sec., 11.30 MiB/sec. 2024.06.17 21:25:10.960804 [ 3 ] {7451fbbc-541b-41a0-9b60-c3bcd8581f83} executeQuery: Read 4 rows, 286.00 B in 0.004453 sec., 898.2708286548393 rows/sec., 62.72 KiB/sec. 2024.06.17 21:25:10.961048 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.06.17 21:25:10.961124 [ 3 ] {7451fbbc-541b-41a0-9b60-c3bcd8581f83} DynamicQueryHandler: Done processing query 2024.06.17 21:25:10.961160 [ 3 ] {7451fbbc-541b-41a0-9b60-c3bcd8581f83} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:10.961190 [ 3 ] {} HTTP-Session: bc06f51f-c49d-4fbf-9d5c-c2d860827cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.961392 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:10.961475 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:10.961521 [ 3 ] {} HTTP-Session: f4e38dd0-005c-432c-9e4d-2d3ab89a7833 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:10.961540 [ 3 ] {} HTTP-Session: f4e38dd0-005c-432c-9e4d-2d3ab89a7833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.961577 [ 3 ] {} HTTP-Session: f4e38dd0-005c-432c-9e4d-2d3ab89a7833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.961623 [ 3 ] {} HTTP-Session: f4e38dd0-005c-432c-9e4d-2d3ab89a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:10.961729 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_56_11} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:10.961889 [ 3 ] {f2ca87dd-4702-4e34-b489-e7997d381255} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:10.961910 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_56_11} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.06.17 21:25:10.961958 [ 3 ] {f2ca87dd-4702-4e34-b489-e7997d381255} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:25:10.962105 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.06.17 21:25:10.962258 [ 3 ] {f2ca87dd-4702-4e34-b489-e7997d381255} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:10.962625 [ 3 ] {f2ca87dd-4702-4e34-b489-e7997d381255} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:10.962661 [ 3 ] {f2ca87dd-4702-4e34-b489-e7997d381255} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:10.962984 [ 3 ] {f2ca87dd-4702-4e34-b489-e7997d381255} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.06.17 21:25:10.963297 [ 3 ] {f2ca87dd-4702-4e34-b489-e7997d381255} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:10.963421 [ 3 ] {f2ca87dd-4702-4e34-b489-e7997d381255} executeQuery: Read 82 rows, 6.56 KiB in 0.001658 sec., 49457.17732207479 rows/sec., 3.87 MiB/sec. 2024.06.17 21:25:10.963427 [ 108 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.06.17 21:25:10.963479 [ 108 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:10.963506 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:10.963623 [ 3 ] {f2ca87dd-4702-4e34-b489-e7997d381255} DynamicQueryHandler: Done processing query 2024.06.17 21:25:10.963671 [ 3 ] {f2ca87dd-4702-4e34-b489-e7997d381255} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:25:10.963680 [ 201 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:25:10.963698 [ 3 ] {} HTTP-Session: f4e38dd0-005c-432c-9e4d-2d3ab89a7833 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.963854 [ 201 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:10.963895 [ 201 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 150 rows starting from the beginning of the part 2024.06.17 21:25:10.963994 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 31012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:10.964122 [ 201 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 78 rows starting from the beginning of the part 2024.06.17 21:25:10.964215 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:10.964352 [ 3 ] {} HTTP-Session: a1bd288e-5918-45f0-b172-925eb768467f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:10.964392 [ 201 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 80 rows starting from the beginning of the part 2024.06.17 21:25:10.964422 [ 3 ] {} HTTP-Session: a1bd288e-5918-45f0-b172-925eb768467f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.964471 [ 3 ] {} HTTP-Session: a1bd288e-5918-45f0-b172-925eb768467f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.964643 [ 201 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 102 rows starting from the beginning of the part 2024.06.17 21:25:10.964685 [ 3 ] {} HTTP-Session: a1bd288e-5918-45f0-b172-925eb768467f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:10.964945 [ 201 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 80 rows starting from the beginning of the part 2024.06.17 21:25:10.965093 [ 201 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part 2024.06.17 21:25:10.965247 [ 3 ] {5d17523f-8746-4d4b-b265-04a14a442da4} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:10.965555 [ 3 ] {5d17523f-8746-4d4b-b265-04a14a442da4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:25:10.966063 [ 3 ] {5d17523f-8746-4d4b-b265-04a14a442da4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:10.967058 [ 3 ] {5d17523f-8746-4d4b-b265-04a14a442da4} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:10.967122 [ 3 ] {5d17523f-8746-4d4b-b265-04a14a442da4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:10.968165 [ 201 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 4 columns (4 merged, 0 gathered) in 0.004581227 sec., 124857.37991153897 rows/sec., 9.75 MiB/sec. 2024.06.17 21:25:10.968208 [ 3 ] {5d17523f-8746-4d4b-b265-04a14a442da4} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.06.17 21:25:10.968348 [ 201 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.06.17 21:25:10.969133 [ 3 ] {5d17523f-8746-4d4b-b265-04a14a442da4} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:10.969353 [ 201 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_56_11} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:10.969428 [ 3 ] {5d17523f-8746-4d4b-b265-04a14a442da4} executeQuery: Read 162 rows, 11.55 KiB in 0.004486 sec., 36112.34953187695 rows/sec., 2.51 MiB/sec. 2024.06.17 21:25:10.969593 [ 201 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_56_11} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.06.17 21:25:10.969758 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.06.17 21:25:10.969807 [ 3 ] {5d17523f-8746-4d4b-b265-04a14a442da4} DynamicQueryHandler: Done processing query 2024.06.17 21:25:10.969842 [ 3 ] {5d17523f-8746-4d4b-b265-04a14a442da4} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:10.969859 [ 3 ] {} HTTP-Session: a1bd288e-5918-45f0-b172-925eb768467f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.969992 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:10.970041 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:10.970060 [ 3 ] {} HTTP-Session: 6596726f-f141-43b9-966a-365a63e2ee5b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:10.970076 [ 3 ] {} HTTP-Session: 6596726f-f141-43b9-966a-365a63e2ee5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.970090 [ 3 ] {} HTTP-Session: 6596726f-f141-43b9-966a-365a63e2ee5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.970120 [ 3 ] {} HTTP-Session: 6596726f-f141-43b9-966a-365a63e2ee5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:10.970320 [ 3 ] {ff33db13-2b6b-4cc4-b006-3ae489cc9d74} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:10.970368 [ 3 ] {ff33db13-2b6b-4cc4-b006-3ae489cc9d74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:25:10.970559 [ 3 ] {ff33db13-2b6b-4cc4-b006-3ae489cc9d74} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:10.970968 [ 3 ] {ff33db13-2b6b-4cc4-b006-3ae489cc9d74} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:10.971002 [ 3 ] {ff33db13-2b6b-4cc4-b006-3ae489cc9d74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:10.971408 [ 3 ] {ff33db13-2b6b-4cc4-b006-3ae489cc9d74} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.06.17 21:25:10.971754 [ 3 ] {ff33db13-2b6b-4cc4-b006-3ae489cc9d74} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:10.971878 [ 3 ] {ff33db13-2b6b-4cc4-b006-3ae489cc9d74} executeQuery: Read 14 rows, 19.35 KiB in 0.001681 sec., 8328.375966686495 rows/sec., 11.24 MiB/sec. 2024.06.17 21:25:10.972046 [ 3 ] {ff33db13-2b6b-4cc4-b006-3ae489cc9d74} DynamicQueryHandler: Done processing query 2024.06.17 21:25:10.972070 [ 3 ] {ff33db13-2b6b-4cc4-b006-3ae489cc9d74} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:10.972085 [ 3 ] {} HTTP-Session: 6596726f-f141-43b9-966a-365a63e2ee5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.972209 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:10.972257 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:10.972275 [ 3 ] {} HTTP-Session: 239b64ba-c708-40cc-98f7-b8c8bfbbd20b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:10.972292 [ 3 ] {} HTTP-Session: 239b64ba-c708-40cc-98f7-b8c8bfbbd20b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.972305 [ 3 ] {} HTTP-Session: 239b64ba-c708-40cc-98f7-b8c8bfbbd20b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:10.972335 [ 3 ] {} HTTP-Session: 239b64ba-c708-40cc-98f7-b8c8bfbbd20b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:10.972448 [ 3 ] {0f612e3b-1323-4cf6-bf62-efcea950c2bf} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:10.972492 [ 3 ] {0f612e3b-1323-4cf6-bf62-efcea950c2bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:25:10.972621 [ 3 ] {0f612e3b-1323-4cf6-bf62-efcea950c2bf} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:10.972919 [ 3 ] {0f612e3b-1323-4cf6-bf62-efcea950c2bf} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:10.972957 [ 3 ] {0f612e3b-1323-4cf6-bf62-efcea950c2bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:10.973328 [ 3 ] {0f612e3b-1323-4cf6-bf62-efcea950c2bf} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.06.17 21:25:10.973681 [ 3 ] {0f612e3b-1323-4cf6-bf62-efcea950c2bf} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:10.973811 [ 3 ] {0f612e3b-1323-4cf6-bf62-efcea950c2bf} executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. 2024.06.17 21:25:10.973967 [ 3 ] {0f612e3b-1323-4cf6-bf62-efcea950c2bf} DynamicQueryHandler: Done processing query 2024.06.17 21:25:10.973993 [ 3 ] {0f612e3b-1323-4cf6-bf62-efcea950c2bf} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:25:10.974008 [ 3 ] {} HTTP-Session: 239b64ba-c708-40cc-98f7-b8c8bfbbd20b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.179247 [ 6 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:25:15.179320 [ 6 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:25:15.949888 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:15.950022 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:15.950052 [ 3 ] {} HTTP-Session: 96f5785d-0b3e-4cc4-9215-98b2e5ecd0f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:15.950081 [ 3 ] {} HTTP-Session: 96f5785d-0b3e-4cc4-9215-98b2e5ecd0f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.950101 [ 3 ] {} HTTP-Session: 96f5785d-0b3e-4cc4-9215-98b2e5ecd0f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.950159 [ 3 ] {} HTTP-Session: 96f5785d-0b3e-4cc4-9215-98b2e5ecd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:15.950363 [ 3 ] {d227bd74-fcdd-427e-a101-121e38a042a7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:15.950431 [ 3 ] {d227bd74-fcdd-427e-a101-121e38a042a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:25:15.950624 [ 3 ] {d227bd74-fcdd-427e-a101-121e38a042a7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:15.951050 [ 3 ] {d227bd74-fcdd-427e-a101-121e38a042a7} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:15.951095 [ 3 ] {d227bd74-fcdd-427e-a101-121e38a042a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:15.951473 [ 3 ] {d227bd74-fcdd-427e-a101-121e38a042a7} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.06.17 21:25:15.951802 [ 3 ] {d227bd74-fcdd-427e-a101-121e38a042a7} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:15.951968 [ 3 ] {d227bd74-fcdd-427e-a101-121e38a042a7} executeQuery: Read 16 rows, 1.30 KiB in 0.001688 sec., 9478.67298578199 rows/sec., 768.29 KiB/sec. 2024.06.17 21:25:15.952163 [ 3 ] {d227bd74-fcdd-427e-a101-121e38a042a7} DynamicQueryHandler: Done processing query 2024.06.17 21:25:15.952188 [ 3 ] {d227bd74-fcdd-427e-a101-121e38a042a7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:15.952205 [ 3 ] {} HTTP-Session: 96f5785d-0b3e-4cc4-9215-98b2e5ecd0f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.952319 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:15.952366 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:15.952384 [ 3 ] {} HTTP-Session: 2f12ac6d-03f0-43bf-a47d-1e091fe9e0ec Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:15.952400 [ 3 ] {} HTTP-Session: 2f12ac6d-03f0-43bf-a47d-1e091fe9e0ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.952414 [ 3 ] {} HTTP-Session: 2f12ac6d-03f0-43bf-a47d-1e091fe9e0ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.952444 [ 3 ] {} HTTP-Session: 2f12ac6d-03f0-43bf-a47d-1e091fe9e0ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:15.952535 [ 3 ] {8c6e78b9-b7bb-4dbf-bc75-c50bc0347c29} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:15.952578 [ 3 ] {8c6e78b9-b7bb-4dbf-bc75-c50bc0347c29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:25:15.952772 [ 3 ] {8c6e78b9-b7bb-4dbf-bc75-c50bc0347c29} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:15.953048 [ 3 ] {8c6e78b9-b7bb-4dbf-bc75-c50bc0347c29} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:15.953086 [ 3 ] {8c6e78b9-b7bb-4dbf-bc75-c50bc0347c29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:15.953393 [ 3 ] {8c6e78b9-b7bb-4dbf-bc75-c50bc0347c29} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.17 21:25:15.953696 [ 3 ] {8c6e78b9-b7bb-4dbf-bc75-c50bc0347c29} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:15.953860 [ 3 ] {8c6e78b9-b7bb-4dbf-bc75-c50bc0347c29} executeQuery: Read 2 rows, 167.00 B in 0.001286 sec., 1555.2099533437013 rows/sec., 126.82 KiB/sec. 2024.06.17 21:25:15.954117 [ 3 ] {8c6e78b9-b7bb-4dbf-bc75-c50bc0347c29} DynamicQueryHandler: Done processing query 2024.06.17 21:25:15.954155 [ 3 ] {8c6e78b9-b7bb-4dbf-bc75-c50bc0347c29} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:15.954172 [ 3 ] {} HTTP-Session: 2f12ac6d-03f0-43bf-a47d-1e091fe9e0ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.954304 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:15.954354 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:15.954375 [ 3 ] {} HTTP-Session: e356ba0d-b2ea-457b-9141-b6ede6b2e8d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:15.954392 [ 3 ] {} HTTP-Session: e356ba0d-b2ea-457b-9141-b6ede6b2e8d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.954407 [ 3 ] {} HTTP-Session: e356ba0d-b2ea-457b-9141-b6ede6b2e8d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.954438 [ 3 ] {} HTTP-Session: e356ba0d-b2ea-457b-9141-b6ede6b2e8d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:15.954565 [ 3 ] {d060a6b0-24da-4479-9644-df3682dedeec} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:15.954611 [ 3 ] {d060a6b0-24da-4479-9644-df3682dedeec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:25:15.954754 [ 3 ] {d060a6b0-24da-4479-9644-df3682dedeec} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:15.955097 [ 3 ] {d060a6b0-24da-4479-9644-df3682dedeec} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:15.955134 [ 3 ] {d060a6b0-24da-4479-9644-df3682dedeec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:15.955465 [ 3 ] {d060a6b0-24da-4479-9644-df3682dedeec} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.06.17 21:25:15.955777 [ 3 ] {d060a6b0-24da-4479-9644-df3682dedeec} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:15.955935 [ 3 ] {d060a6b0-24da-4479-9644-df3682dedeec} executeQuery: Read 105 rows, 8.73 KiB in 0.001409 sec., 74520.93683463449 rows/sec., 6.05 MiB/sec. 2024.06.17 21:25:15.956185 [ 3 ] {d060a6b0-24da-4479-9644-df3682dedeec} DynamicQueryHandler: Done processing query 2024.06.17 21:25:15.956246 [ 3 ] {d060a6b0-24da-4479-9644-df3682dedeec} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:25:15.956303 [ 3 ] {} HTTP-Session: e356ba0d-b2ea-457b-9141-b6ede6b2e8d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.956448 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:15.956500 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:15.956520 [ 3 ] {} HTTP-Session: e8ba35ee-4f5a-4fd1-b571-d3096173f0ad Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:15.956537 [ 3 ] {} HTTP-Session: e8ba35ee-4f5a-4fd1-b571-d3096173f0ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.956552 [ 3 ] {} HTTP-Session: e8ba35ee-4f5a-4fd1-b571-d3096173f0ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.956584 [ 3 ] {} HTTP-Session: e8ba35ee-4f5a-4fd1-b571-d3096173f0ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:15.956683 [ 3 ] {102e9f78-6679-4ba2-932d-01a488a858b4} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:15.956730 [ 3 ] {102e9f78-6679-4ba2-932d-01a488a858b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:25:15.956869 [ 3 ] {102e9f78-6679-4ba2-932d-01a488a858b4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:15.957129 [ 3 ] {102e9f78-6679-4ba2-932d-01a488a858b4} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:15.957165 [ 3 ] {102e9f78-6679-4ba2-932d-01a488a858b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:15.957470 [ 3 ] {102e9f78-6679-4ba2-932d-01a488a858b4} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.17 21:25:15.957778 [ 3 ] {102e9f78-6679-4ba2-932d-01a488a858b4} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:15.957926 [ 3 ] {102e9f78-6679-4ba2-932d-01a488a858b4} executeQuery: Read 2 rows, 143.00 B in 0.001269 sec., 1576.0441292356186 rows/sec., 110.05 KiB/sec. 2024.06.17 21:25:15.958083 [ 3 ] {102e9f78-6679-4ba2-932d-01a488a858b4} DynamicQueryHandler: Done processing query 2024.06.17 21:25:15.958108 [ 3 ] {102e9f78-6679-4ba2-932d-01a488a858b4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:15.958123 [ 3 ] {} HTTP-Session: e8ba35ee-4f5a-4fd1-b571-d3096173f0ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.958240 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:15.958288 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:15.958308 [ 3 ] {} HTTP-Session: cf63fa43-9a75-47aa-89f2-7a19e4a49711 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:15.958325 [ 3 ] {} HTTP-Session: cf63fa43-9a75-47aa-89f2-7a19e4a49711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.958340 [ 3 ] {} HTTP-Session: cf63fa43-9a75-47aa-89f2-7a19e4a49711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.958371 [ 3 ] {} HTTP-Session: cf63fa43-9a75-47aa-89f2-7a19e4a49711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:15.958492 [ 3 ] {0b8f3c11-d127-49a9-86d0-2e4a9763e38c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:15.958537 [ 3 ] {0b8f3c11-d127-49a9-86d0-2e4a9763e38c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:25:15.958662 [ 3 ] {0b8f3c11-d127-49a9-86d0-2e4a9763e38c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:15.958974 [ 3 ] {0b8f3c11-d127-49a9-86d0-2e4a9763e38c} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:15.959011 [ 3 ] {0b8f3c11-d127-49a9-86d0-2e4a9763e38c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:15.959324 [ 3 ] {0b8f3c11-d127-49a9-86d0-2e4a9763e38c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.06.17 21:25:15.959624 [ 3 ] {0b8f3c11-d127-49a9-86d0-2e4a9763e38c} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:15.959769 [ 3 ] {0b8f3c11-d127-49a9-86d0-2e4a9763e38c} executeQuery: Read 82 rows, 6.56 KiB in 0.001321 sec., 62074.186222558674 rows/sec., 4.85 MiB/sec. 2024.06.17 21:25:15.959922 [ 3 ] {0b8f3c11-d127-49a9-86d0-2e4a9763e38c} DynamicQueryHandler: Done processing query 2024.06.17 21:25:15.959947 [ 3 ] {0b8f3c11-d127-49a9-86d0-2e4a9763e38c} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:25:15.959964 [ 3 ] {} HTTP-Session: cf63fa43-9a75-47aa-89f2-7a19e4a49711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.960109 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:15.960157 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:15.960177 [ 3 ] {} HTTP-Session: 6a7c2ee8-cdaf-4e3d-8545-1eee74ceb0f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:15.960194 [ 3 ] {} HTTP-Session: 6a7c2ee8-cdaf-4e3d-8545-1eee74ceb0f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.960209 [ 3 ] {} HTTP-Session: 6a7c2ee8-cdaf-4e3d-8545-1eee74ceb0f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.960240 [ 3 ] {} HTTP-Session: 6a7c2ee8-cdaf-4e3d-8545-1eee74ceb0f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:15.960386 [ 3 ] {611c0e35-f409-4147-9cff-fd609def7ef9} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:15.960435 [ 3 ] {611c0e35-f409-4147-9cff-fd609def7ef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:25:15.960576 [ 3 ] {611c0e35-f409-4147-9cff-fd609def7ef9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:15.960928 [ 3 ] {611c0e35-f409-4147-9cff-fd609def7ef9} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:15.960964 [ 3 ] {611c0e35-f409-4147-9cff-fd609def7ef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:15.961362 [ 3 ] {611c0e35-f409-4147-9cff-fd609def7ef9} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.06.17 21:25:15.961694 [ 3 ] {611c0e35-f409-4147-9cff-fd609def7ef9} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:15.961863 [ 3 ] {611c0e35-f409-4147-9cff-fd609def7ef9} executeQuery: Read 161 rows, 11.48 KiB in 0.001538 sec., 104681.4044213264 rows/sec., 7.29 MiB/sec. 2024.06.17 21:25:15.962142 [ 3 ] {611c0e35-f409-4147-9cff-fd609def7ef9} DynamicQueryHandler: Done processing query 2024.06.17 21:25:15.962202 [ 3 ] {611c0e35-f409-4147-9cff-fd609def7ef9} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:15.962262 [ 3 ] {} HTTP-Session: 6a7c2ee8-cdaf-4e3d-8545-1eee74ceb0f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.962431 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:15.962483 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:15.962503 [ 3 ] {} HTTP-Session: 4bb97c52-6be7-4dc6-9d47-e39c6b1a250a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:15.962520 [ 3 ] {} HTTP-Session: 4bb97c52-6be7-4dc6-9d47-e39c6b1a250a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.962535 [ 3 ] {} HTTP-Session: 4bb97c52-6be7-4dc6-9d47-e39c6b1a250a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.962566 [ 3 ] {} HTTP-Session: 4bb97c52-6be7-4dc6-9d47-e39c6b1a250a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:15.962748 [ 3 ] {f186d053-144e-4061-b68d-49b4df709ba3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:15.962798 [ 3 ] {f186d053-144e-4061-b68d-49b4df709ba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:25:15.962981 [ 3 ] {f186d053-144e-4061-b68d-49b4df709ba3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:15.963348 [ 3 ] {f186d053-144e-4061-b68d-49b4df709ba3} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:15.963384 [ 3 ] {f186d053-144e-4061-b68d-49b4df709ba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:15.963784 [ 3 ] {f186d053-144e-4061-b68d-49b4df709ba3} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.06.17 21:25:15.964122 [ 3 ] {f186d053-144e-4061-b68d-49b4df709ba3} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:15.964281 [ 3 ] {f186d053-144e-4061-b68d-49b4df709ba3} executeQuery: Read 16 rows, 22.11 KiB in 0.001623 sec., 9858.287122612446 rows/sec., 13.30 MiB/sec. 2024.06.17 21:25:15.964559 [ 3 ] {f186d053-144e-4061-b68d-49b4df709ba3} DynamicQueryHandler: Done processing query 2024.06.17 21:25:15.964618 [ 3 ] {f186d053-144e-4061-b68d-49b4df709ba3} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:25:15.964663 [ 3 ] {} HTTP-Session: 4bb97c52-6be7-4dc6-9d47-e39c6b1a250a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.964807 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:15.964859 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:15.964878 [ 3 ] {} HTTP-Session: e6e2e909-9b64-4676-ad69-f9f174bfc182 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:15.964895 [ 3 ] {} HTTP-Session: e6e2e909-9b64-4676-ad69-f9f174bfc182 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.964909 [ 3 ] {} HTTP-Session: e6e2e909-9b64-4676-ad69-f9f174bfc182 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:15.964941 [ 3 ] {} HTTP-Session: e6e2e909-9b64-4676-ad69-f9f174bfc182 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:15.965060 [ 3 ] {c222f78f-ba46-4906-98df-546234e6dbbf} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:15.965108 [ 3 ] {c222f78f-ba46-4906-98df-546234e6dbbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:25:15.965251 [ 3 ] {c222f78f-ba46-4906-98df-546234e6dbbf} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:15.965513 [ 3 ] {c222f78f-ba46-4906-98df-546234e6dbbf} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:15.965550 [ 3 ] {c222f78f-ba46-4906-98df-546234e6dbbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:15.965908 [ 3 ] {c222f78f-ba46-4906-98df-546234e6dbbf} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.06.17 21:25:15.966231 [ 3 ] {c222f78f-ba46-4906-98df-546234e6dbbf} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:15.966389 [ 3 ] {c222f78f-ba46-4906-98df-546234e6dbbf} executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. 2024.06.17 21:25:15.966658 [ 3 ] {c222f78f-ba46-4906-98df-546234e6dbbf} DynamicQueryHandler: Done processing query 2024.06.17 21:25:15.966710 [ 3 ] {c222f78f-ba46-4906-98df-546234e6dbbf} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:25:15.966779 [ 3 ] {} HTTP-Session: e6e2e909-9b64-4676-ad69-f9f174bfc182 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.949469 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:20.949619 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:20.949650 [ 3 ] {} HTTP-Session: 4f275f33-73c6-4762-a23b-e8c510a62daa Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:20.949678 [ 3 ] {} HTTP-Session: 4f275f33-73c6-4762-a23b-e8c510a62daa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.949697 [ 3 ] {} HTTP-Session: 4f275f33-73c6-4762-a23b-e8c510a62daa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.949759 [ 3 ] {} HTTP-Session: 4f275f33-73c6-4762-a23b-e8c510a62daa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:20.949973 [ 3 ] {0c32a7b9-f4fa-41e0-8983-300cf8acb146} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:20.950052 [ 3 ] {0c32a7b9-f4fa-41e0-8983-300cf8acb146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:25:20.950273 [ 3 ] {0c32a7b9-f4fa-41e0-8983-300cf8acb146} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:20.950656 [ 3 ] {0c32a7b9-f4fa-41e0-8983-300cf8acb146} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:20.950703 [ 3 ] {0c32a7b9-f4fa-41e0-8983-300cf8acb146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:20.951073 [ 3 ] {0c32a7b9-f4fa-41e0-8983-300cf8acb146} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.06.17 21:25:20.951402 [ 3 ] {0c32a7b9-f4fa-41e0-8983-300cf8acb146} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:20.951561 [ 3 ] {0c32a7b9-f4fa-41e0-8983-300cf8acb146} executeQuery: Read 14 rows, 1.13 KiB in 0.001655 sec., 8459.214501510574 rows/sec., 685.66 KiB/sec. 2024.06.17 21:25:20.951808 [ 3 ] {0c32a7b9-f4fa-41e0-8983-300cf8acb146} DynamicQueryHandler: Done processing query 2024.06.17 21:25:20.951844 [ 3 ] {0c32a7b9-f4fa-41e0-8983-300cf8acb146} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:20.951866 [ 3 ] {} HTTP-Session: 4f275f33-73c6-4762-a23b-e8c510a62daa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.952001 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:20.952054 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:20.952073 [ 3 ] {} HTTP-Session: 616d7f58-d528-4c4c-b334-9e680c11d16a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:20.952091 [ 3 ] {} HTTP-Session: 616d7f58-d528-4c4c-b334-9e680c11d16a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.952105 [ 3 ] {} HTTP-Session: 616d7f58-d528-4c4c-b334-9e680c11d16a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.952140 [ 3 ] {} HTTP-Session: 616d7f58-d528-4c4c-b334-9e680c11d16a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:20.952272 [ 3 ] {28786ddf-993f-434b-ba2e-fc3e9579c152} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:20.952320 [ 3 ] {28786ddf-993f-434b-ba2e-fc3e9579c152} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:25:20.952456 [ 3 ] {28786ddf-993f-434b-ba2e-fc3e9579c152} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:20.952782 [ 3 ] {28786ddf-993f-434b-ba2e-fc3e9579c152} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:20.952819 [ 3 ] {28786ddf-993f-434b-ba2e-fc3e9579c152} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:20.953136 [ 3 ] {28786ddf-993f-434b-ba2e-fc3e9579c152} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.06.17 21:25:20.953441 [ 3 ] {28786ddf-993f-434b-ba2e-fc3e9579c152} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:20.953592 [ 3 ] {28786ddf-993f-434b-ba2e-fc3e9579c152} executeQuery: Read 98 rows, 8.24 KiB in 0.001368 sec., 71637.42690058479 rows/sec., 5.88 MiB/sec. 2024.06.17 21:25:20.953841 [ 3 ] {28786ddf-993f-434b-ba2e-fc3e9579c152} DynamicQueryHandler: Done processing query 2024.06.17 21:25:20.953883 [ 3 ] {28786ddf-993f-434b-ba2e-fc3e9579c152} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:25:20.953943 [ 3 ] {} HTTP-Session: 616d7f58-d528-4c4c-b334-9e680c11d16a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.954234 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:20.954287 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:20.954306 [ 3 ] {} HTTP-Session: 86003eeb-ccfa-48e1-973c-afc2c022b984 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:20.954323 [ 3 ] {} HTTP-Session: 86003eeb-ccfa-48e1-973c-afc2c022b984 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.954337 [ 3 ] {} HTTP-Session: 86003eeb-ccfa-48e1-973c-afc2c022b984 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.954371 [ 3 ] {} HTTP-Session: 86003eeb-ccfa-48e1-973c-afc2c022b984 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:20.954497 [ 3 ] {5ae3e7da-8b5b-4e0e-84b0-ff622cc1e9b7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:20.954543 [ 3 ] {5ae3e7da-8b5b-4e0e-84b0-ff622cc1e9b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:25:20.954688 [ 3 ] {5ae3e7da-8b5b-4e0e-84b0-ff622cc1e9b7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:20.954993 [ 3 ] {5ae3e7da-8b5b-4e0e-84b0-ff622cc1e9b7} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:20.955056 [ 3 ] {5ae3e7da-8b5b-4e0e-84b0-ff622cc1e9b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:20.955367 [ 3 ] {5ae3e7da-8b5b-4e0e-84b0-ff622cc1e9b7} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.06.17 21:25:20.955678 [ 3 ] {5ae3e7da-8b5b-4e0e-84b0-ff622cc1e9b7} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:20.955916 [ 3 ] {5ae3e7da-8b5b-4e0e-84b0-ff622cc1e9b7} executeQuery: Read 78 rows, 6.24 KiB in 0.001465 sec., 53242.32081911263 rows/sec., 4.16 MiB/sec. 2024.06.17 21:25:20.956169 [ 3 ] {5ae3e7da-8b5b-4e0e-84b0-ff622cc1e9b7} DynamicQueryHandler: Done processing query 2024.06.17 21:25:20.956231 [ 3 ] {5ae3e7da-8b5b-4e0e-84b0-ff622cc1e9b7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:25:20.956284 [ 3 ] {} HTTP-Session: 86003eeb-ccfa-48e1-973c-afc2c022b984 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.956489 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:20.956541 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:20.956561 [ 3 ] {} HTTP-Session: 347962df-0b5f-4306-9ae9-9d025f98f3a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:20.956577 [ 3 ] {} HTTP-Session: 347962df-0b5f-4306-9ae9-9d025f98f3a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.956592 [ 3 ] {} HTTP-Session: 347962df-0b5f-4306-9ae9-9d025f98f3a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.956623 [ 3 ] {} HTTP-Session: 347962df-0b5f-4306-9ae9-9d025f98f3a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:20.956774 [ 3 ] {f47f8423-046e-4d75-b6dc-01e2b253a710} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:20.956825 [ 3 ] {f47f8423-046e-4d75-b6dc-01e2b253a710} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:25:20.956991 [ 3 ] {f47f8423-046e-4d75-b6dc-01e2b253a710} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:20.957317 [ 3 ] {f47f8423-046e-4d75-b6dc-01e2b253a710} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:20.957354 [ 3 ] {f47f8423-046e-4d75-b6dc-01e2b253a710} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:20.957744 [ 3 ] {f47f8423-046e-4d75-b6dc-01e2b253a710} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.06.17 21:25:20.958071 [ 3 ] {f47f8423-046e-4d75-b6dc-01e2b253a710} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:20.958233 [ 3 ] {f47f8423-046e-4d75-b6dc-01e2b253a710} executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. 2024.06.17 21:25:20.958236 [ 150 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.06.17 21:25:20.958360 [ 150 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:20.958414 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:20.958471 [ 3 ] {f47f8423-046e-4d75-b6dc-01e2b253a710} DynamicQueryHandler: Done processing query 2024.06.17 21:25:20.958535 [ 3 ] {f47f8423-046e-4d75-b6dc-01e2b253a710} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:20.958569 [ 3 ] {} HTTP-Session: 347962df-0b5f-4306-9ae9-9d025f98f3a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.958617 [ 196 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:25:20.958731 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:20.958801 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:20.958804 [ 196 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:20.958821 [ 3 ] {} HTTP-Session: 970e626e-e83c-4e1b-8b7a-acaa9694c71d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:20.958844 [ 3 ] {} HTTP-Session: 970e626e-e83c-4e1b-8b7a-acaa9694c71d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.958857 [ 196 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 7257 rows starting from the beginning of the part 2024.06.17 21:25:20.958864 [ 3 ] {} HTTP-Session: 970e626e-e83c-4e1b-8b7a-acaa9694c71d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.958906 [ 3 ] {} HTTP-Session: 970e626e-e83c-4e1b-8b7a-acaa9694c71d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:20.959023 [ 196 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 196 rows starting from the beginning of the part 2024.06.17 21:25:20.959361 [ 3 ] {f64b0d15-1966-4981-bd5d-a4d136b9bdaa} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:20.959423 [ 196 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:25:20.959529 [ 3 ] {f64b0d15-1966-4981-bd5d-a4d136b9bdaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:25:20.959802 [ 196 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 162 rows starting from the beginning of the part 2024.06.17 21:25:20.960144 [ 196 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 161 rows starting from the beginning of the part 2024.06.17 21:25:20.960508 [ 196 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:25:20.961004 [ 3 ] {f64b0d15-1966-4981-bd5d-a4d136b9bdaa} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:20.961548 [ 3 ] {f64b0d15-1966-4981-bd5d-a4d136b9bdaa} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:20.961586 [ 3 ] {f64b0d15-1966-4981-bd5d-a4d136b9bdaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:20.962169 [ 3 ] {f64b0d15-1966-4981-bd5d-a4d136b9bdaa} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.06.17 21:25:20.962623 [ 3 ] {f64b0d15-1966-4981-bd5d-a4d136b9bdaa} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:20.962921 [ 3 ] {f64b0d15-1966-4981-bd5d-a4d136b9bdaa} executeQuery: Read 14 rows, 19.35 KiB in 0.003849 sec., 3637.3083917900753 rows/sec., 4.91 MiB/sec. 2024.06.17 21:25:20.963113 [ 3 ] {f64b0d15-1966-4981-bd5d-a4d136b9bdaa} DynamicQueryHandler: Done processing query 2024.06.17 21:25:20.963138 [ 3 ] {f64b0d15-1966-4981-bd5d-a4d136b9bdaa} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:20.963154 [ 3 ] {} HTTP-Session: 970e626e-e83c-4e1b-8b7a-acaa9694c71d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.963291 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:20.963342 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:20.963361 [ 3 ] {} HTTP-Session: c07e5373-80a2-4597-ba03-904a1abfb9cc Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:20.963378 [ 3 ] {} HTTP-Session: c07e5373-80a2-4597-ba03-904a1abfb9cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.963393 [ 3 ] {} HTTP-Session: c07e5373-80a2-4597-ba03-904a1abfb9cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.963424 [ 3 ] {} HTTP-Session: c07e5373-80a2-4597-ba03-904a1abfb9cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:20.963550 [ 3 ] {6437289c-d267-4aca-b3e2-99b5f5067182} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:20.963597 [ 3 ] {6437289c-d267-4aca-b3e2-99b5f5067182} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:25:20.963728 [ 3 ] {6437289c-d267-4aca-b3e2-99b5f5067182} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:20.964007 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 8096 rows, containing 5 columns (5 merged, 0 gathered) in 0.005477496 sec., 1478047.6334441868 rows/sec., 103.11 MiB/sec. 2024.06.17 21:25:20.964182 [ 3 ] {6437289c-d267-4aca-b3e2-99b5f5067182} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:20.964223 [ 3 ] {6437289c-d267-4aca-b3e2-99b5f5067182} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:20.964680 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.06.17 21:25:20.964725 [ 3 ] {6437289c-d267-4aca-b3e2-99b5f5067182} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.06.17 21:25:20.965544 [ 3 ] {6437289c-d267-4aca-b3e2-99b5f5067182} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:20.965735 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_56_11} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:20.965826 [ 150 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.06.17 21:25:20.965932 [ 150 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:20.965986 [ 3 ] {6437289c-d267-4aca-b3e2-99b5f5067182} executeQuery: Read 60 rows, 4.14 KiB in 0.002438 sec., 24610.33634126333 rows/sec., 1.66 MiB/sec. 2024.06.17 21:25:20.966014 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. 2024.06.17 21:25:20.966075 [ 193 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_56_11} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.06.17 21:25:20.966469 [ 186 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:25:20.966689 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. 2024.06.17 21:25:20.967098 [ 186 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:20.967220 [ 186 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2568 rows starting from the beginning of the part 2024.06.17 21:25:20.967541 [ 3 ] {6437289c-d267-4aca-b3e2-99b5f5067182} DynamicQueryHandler: Done processing query 2024.06.17 21:25:20.967597 [ 186 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:25:20.967627 [ 3 ] {6437289c-d267-4aca-b3e2-99b5f5067182} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:25:20.967707 [ 3 ] {} HTTP-Session: c07e5373-80a2-4597-ba03-904a1abfb9cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:20.967852 [ 186 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:25:20.967929 [ 186 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:25:20.967992 [ 186 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:25:20.968116 [ 186 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:25:20.969570 [ 192 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2868 rows, containing 4 columns (4 merged, 0 gathered) in 0.003391374 sec., 845674.9388301024 rows/sec., 56.83 MiB/sec. 2024.06.17 21:25:20.970079 [ 192 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.06.17 21:25:20.970608 [ 192 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_56_11} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:20.970686 [ 192 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_56_11} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.06.17 21:25:20.970773 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2024.06.17 21:25:25.949483 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:25.949614 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:25.949639 [ 3 ] {} HTTP-Session: f543c196-df78-4cea-a31d-b92b6587ef92 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:25.949664 [ 3 ] {} HTTP-Session: f543c196-df78-4cea-a31d-b92b6587ef92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.949679 [ 3 ] {} HTTP-Session: f543c196-df78-4cea-a31d-b92b6587ef92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.949728 [ 3 ] {} HTTP-Session: f543c196-df78-4cea-a31d-b92b6587ef92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:25.949914 [ 3 ] {fa684f08-ec3a-40b5-81c7-d5297f8cecd0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:25.949982 [ 3 ] {fa684f08-ec3a-40b5-81c7-d5297f8cecd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:25:25.950177 [ 3 ] {fa684f08-ec3a-40b5-81c7-d5297f8cecd0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:25.950603 [ 3 ] {fa684f08-ec3a-40b5-81c7-d5297f8cecd0} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:25.950644 [ 3 ] {fa684f08-ec3a-40b5-81c7-d5297f8cecd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:25.951021 [ 3 ] {fa684f08-ec3a-40b5-81c7-d5297f8cecd0} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.06.17 21:25:25.951356 [ 3 ] {fa684f08-ec3a-40b5-81c7-d5297f8cecd0} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:25.951499 [ 144 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.06.17 21:25:25.951504 [ 3 ] {fa684f08-ec3a-40b5-81c7-d5297f8cecd0} executeQuery: Read 16 rows, 1.30 KiB in 0.001649 sec., 9702.850212249848 rows/sec., 786.46 KiB/sec. 2024.06.17 21:25:25.951545 [ 144 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:25.951581 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:25.951794 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:25:25.951810 [ 3 ] {fa684f08-ec3a-40b5-81c7-d5297f8cecd0} DynamicQueryHandler: Done processing query 2024.06.17 21:25:25.951905 [ 3 ] {fa684f08-ec3a-40b5-81c7-d5297f8cecd0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:25.951928 [ 3 ] {} HTTP-Session: f543c196-df78-4cea-a31d-b92b6587ef92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.952046 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:25.952116 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 30 rows starting from the beginning of the part 2024.06.17 21:25:25.952125 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:25.952264 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:25.952386 [ 3 ] {} HTTP-Session: c51e1260-bb23-49a1-bca2-433af41f40f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:25.952395 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 16 rows starting from the beginning of the part 2024.06.17 21:25:25.952451 [ 3 ] {} HTTP-Session: c51e1260-bb23-49a1-bca2-433af41f40f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.952514 [ 3 ] {} HTTP-Session: c51e1260-bb23-49a1-bca2-433af41f40f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.952657 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:25.952720 [ 3 ] {} HTTP-Session: c51e1260-bb23-49a1-bca2-433af41f40f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:25.952914 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 16 rows starting from the beginning of the part 2024.06.17 21:25:25.953180 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:25.953315 [ 3 ] {6b14faad-46a1-442a-9ecc-243f2265901e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:25.953434 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part 2024.06.17 21:25:25.953540 [ 3 ] {6b14faad-46a1-442a-9ecc-243f2265901e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:25:25.954241 [ 3 ] {6b14faad-46a1-442a-9ecc-243f2265901e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:25.955137 [ 3 ] {6b14faad-46a1-442a-9ecc-243f2265901e} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:25.955205 [ 3 ] {6b14faad-46a1-442a-9ecc-243f2265901e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:25.956185 [ 3 ] {6b14faad-46a1-442a-9ecc-243f2265901e} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.06.17 21:25:25.956232 [ 192 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004549476 sec., 23299.386566716694 rows/sec., 1.84 MiB/sec. 2024.06.17 21:25:25.956386 [ 192 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.06.17 21:25:25.956649 [ 3 ] {6b14faad-46a1-442a-9ecc-243f2265901e} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:25.956851 [ 3 ] {6b14faad-46a1-442a-9ecc-243f2265901e} executeQuery: Read 104 rows, 8.66 KiB in 0.003822 sec., 27210.884353741498 rows/sec., 2.21 MiB/sec. 2024.06.17 21:25:25.957051 [ 192 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_56_11} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:25.957336 [ 3 ] {6b14faad-46a1-442a-9ecc-243f2265901e} DynamicQueryHandler: Done processing query 2024.06.17 21:25:25.957385 [ 192 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_56_11} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.06.17 21:25:25.957432 [ 3 ] {6b14faad-46a1-442a-9ecc-243f2265901e} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:25:25.957527 [ 3 ] {} HTTP-Session: c51e1260-bb23-49a1-bca2-433af41f40f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.957704 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.06.17 21:25:25.957854 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:25.957956 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:25.957988 [ 3 ] {} HTTP-Session: 50d5af6d-c42d-438b-b335-b07a77d4a057 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:25.958005 [ 3 ] {} HTTP-Session: 50d5af6d-c42d-438b-b335-b07a77d4a057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.958019 [ 3 ] {} HTTP-Session: 50d5af6d-c42d-438b-b335-b07a77d4a057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.958054 [ 3 ] {} HTTP-Session: 50d5af6d-c42d-438b-b335-b07a77d4a057 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:25.958185 [ 3 ] {6cdc8344-c3ea-48bb-8283-cadf8cb8fa2f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:25.958232 [ 3 ] {6cdc8344-c3ea-48bb-8283-cadf8cb8fa2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:25:25.958378 [ 3 ] {6cdc8344-c3ea-48bb-8283-cadf8cb8fa2f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:25.958740 [ 3 ] {6cdc8344-c3ea-48bb-8283-cadf8cb8fa2f} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:25.958780 [ 3 ] {6cdc8344-c3ea-48bb-8283-cadf8cb8fa2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:25.959106 [ 3 ] {6cdc8344-c3ea-48bb-8283-cadf8cb8fa2f} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.06.17 21:25:25.959413 [ 3 ] {6cdc8344-c3ea-48bb-8283-cadf8cb8fa2f} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:25.959537 [ 3 ] {6cdc8344-c3ea-48bb-8283-cadf8cb8fa2f} executeQuery: Read 80 rows, 6.40 KiB in 0.001403 sec., 57020.66999287242 rows/sec., 4.45 MiB/sec. 2024.06.17 21:25:25.959775 [ 3 ] {6cdc8344-c3ea-48bb-8283-cadf8cb8fa2f} DynamicQueryHandler: Done processing query 2024.06.17 21:25:25.959832 [ 3 ] {6cdc8344-c3ea-48bb-8283-cadf8cb8fa2f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:25:25.959887 [ 3 ] {} HTTP-Session: 50d5af6d-c42d-438b-b335-b07a77d4a057 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.960119 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:25.960171 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:25.960191 [ 3 ] {} HTTP-Session: cdf40ca8-7cb2-4e10-8ce5-ab6e2bb127ba Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:25.960208 [ 3 ] {} HTTP-Session: cdf40ca8-7cb2-4e10-8ce5-ab6e2bb127ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.960221 [ 3 ] {} HTTP-Session: cdf40ca8-7cb2-4e10-8ce5-ab6e2bb127ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.960254 [ 3 ] {} HTTP-Session: cdf40ca8-7cb2-4e10-8ce5-ab6e2bb127ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:25.960404 [ 3 ] {e83bc1c3-23f8-4874-b809-3af5c401eccd} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:25.960453 [ 3 ] {e83bc1c3-23f8-4874-b809-3af5c401eccd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:25:25.960614 [ 3 ] {e83bc1c3-23f8-4874-b809-3af5c401eccd} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:25.960998 [ 3 ] {e83bc1c3-23f8-4874-b809-3af5c401eccd} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:25.961034 [ 3 ] {e83bc1c3-23f8-4874-b809-3af5c401eccd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:25.961417 [ 3 ] {e83bc1c3-23f8-4874-b809-3af5c401eccd} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.06.17 21:25:25.961755 [ 3 ] {e83bc1c3-23f8-4874-b809-3af5c401eccd} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:25.961881 [ 3 ] {e83bc1c3-23f8-4874-b809-3af5c401eccd} executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec. 2024.06.17 21:25:25.962036 [ 3 ] {e83bc1c3-23f8-4874-b809-3af5c401eccd} DynamicQueryHandler: Done processing query 2024.06.17 21:25:25.962060 [ 3 ] {e83bc1c3-23f8-4874-b809-3af5c401eccd} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:25.962075 [ 3 ] {} HTTP-Session: cdf40ca8-7cb2-4e10-8ce5-ab6e2bb127ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.962203 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:25.962250 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:25.962269 [ 3 ] {} HTTP-Session: 75e50211-b693-44e2-bac5-21f3d12fb128 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:25.962285 [ 3 ] {} HTTP-Session: 75e50211-b693-44e2-bac5-21f3d12fb128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.962299 [ 3 ] {} HTTP-Session: 75e50211-b693-44e2-bac5-21f3d12fb128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.962331 [ 3 ] {} HTTP-Session: 75e50211-b693-44e2-bac5-21f3d12fb128 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:25.962507 [ 3 ] {bbad5aa4-368a-4086-b9df-bbb6779f354d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:25.962555 [ 3 ] {bbad5aa4-368a-4086-b9df-bbb6779f354d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:25:25.962710 [ 3 ] {bbad5aa4-368a-4086-b9df-bbb6779f354d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:25.963137 [ 3 ] {bbad5aa4-368a-4086-b9df-bbb6779f354d} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:25.963172 [ 3 ] {bbad5aa4-368a-4086-b9df-bbb6779f354d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:25.963569 [ 3 ] {bbad5aa4-368a-4086-b9df-bbb6779f354d} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.06.17 21:25:25.963908 [ 3 ] {bbad5aa4-368a-4086-b9df-bbb6779f354d} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:25.964039 [ 144 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.06.17 21:25:25.964041 [ 3 ] {bbad5aa4-368a-4086-b9df-bbb6779f354d} executeQuery: Read 16 rows, 22.11 KiB in 0.001633 sec., 9797.917942437232 rows/sec., 13.22 MiB/sec. 2024.06.17 21:25:25.964088 [ 144 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:25.964137 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:25.964260 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:25:25.964284 [ 3 ] {bbad5aa4-368a-4086-b9df-bbb6779f354d} DynamicQueryHandler: Done processing query 2024.06.17 21:25:25.964315 [ 3 ] {bbad5aa4-368a-4086-b9df-bbb6779f354d} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:25:25.964338 [ 3 ] {} HTTP-Session: 75e50211-b693-44e2-bac5-21f3d12fb128 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.964432 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:25.964471 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:25.964483 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 768 rows starting from the beginning of the part 2024.06.17 21:25:25.964530 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:25.964561 [ 3 ] {} HTTP-Session: 11391877-50f7-44fe-8268-f3b21c0eeea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:25.964634 [ 3 ] {} HTTP-Session: 11391877-50f7-44fe-8268-f3b21c0eeea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.964701 [ 3 ] {} HTTP-Session: 11391877-50f7-44fe-8268-f3b21c0eeea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.964716 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 16 rows starting from the beginning of the part 2024.06.17 21:25:25.964813 [ 3 ] {} HTTP-Session: 11391877-50f7-44fe-8268-f3b21c0eeea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:25.965096 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:25.965224 [ 3 ] {c88ccab9-610b-4953-835c-b8f251d640a0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:25.965378 [ 3 ] {c88ccab9-610b-4953-835c-b8f251d640a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:25:25.965395 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 16 rows starting from the beginning of the part 2024.06.17 21:25:25.965840 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:25.966164 [ 188 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part 2024.06.17 21:25:25.966539 [ 3 ] {c88ccab9-610b-4953-835c-b8f251d640a0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:25.967124 [ 3 ] {c88ccab9-610b-4953-835c-b8f251d640a0} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:25.967165 [ 3 ] {c88ccab9-610b-4953-835c-b8f251d640a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:25.967592 [ 3 ] {c88ccab9-610b-4953-835c-b8f251d640a0} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.06.17 21:25:25.968045 [ 3 ] {c88ccab9-610b-4953-835c-b8f251d640a0} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:25.968251 [ 3 ] {c88ccab9-610b-4953-835c-b8f251d640a0} executeQuery: Read 60 rows, 4.14 KiB in 0.00319 sec., 18808.777429467085 rows/sec., 1.27 MiB/sec. 2024.06.17 21:25:25.968495 [ 3 ] {c88ccab9-610b-4953-835c-b8f251d640a0} DynamicQueryHandler: Done processing query 2024.06.17 21:25:25.968532 [ 3 ] {c88ccab9-610b-4953-835c-b8f251d640a0} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:25:25.968548 [ 3 ] {} HTTP-Session: 11391877-50f7-44fe-8268-f3b21c0eeea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:25.979854 [ 200 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 844 rows, containing 6 columns (6 merged, 0 gathered) in 0.015650409 sec., 53928.303087797896 rows/sec., 72.77 MiB/sec. 2024.06.17 21:25:25.980386 [ 200 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.06.17 21:25:25.980796 [ 200 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_56_11} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:25.980869 [ 200 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_56_11} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.06.17 21:25:25.980939 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. 2024.06.17 21:25:30.179371 [ 140 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:25:30.179447 [ 140 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:25:30.951278 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:30.951410 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:30.951439 [ 3 ] {} HTTP-Session: fa9cc1ea-31d6-4dd7-95f2-a07618c8b503 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:30.951470 [ 3 ] {} HTTP-Session: fa9cc1ea-31d6-4dd7-95f2-a07618c8b503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.951488 [ 3 ] {} HTTP-Session: fa9cc1ea-31d6-4dd7-95f2-a07618c8b503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.951546 [ 3 ] {} HTTP-Session: fa9cc1ea-31d6-4dd7-95f2-a07618c8b503 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:30.951745 [ 3 ] {d2b3ced6-8ba0-4be1-82a7-61b09073eb6d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:30.951816 [ 3 ] {d2b3ced6-8ba0-4be1-82a7-61b09073eb6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:25:30.952009 [ 3 ] {d2b3ced6-8ba0-4be1-82a7-61b09073eb6d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:30.952458 [ 3 ] {d2b3ced6-8ba0-4be1-82a7-61b09073eb6d} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:30.952501 [ 3 ] {d2b3ced6-8ba0-4be1-82a7-61b09073eb6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:30.952881 [ 3 ] {d2b3ced6-8ba0-4be1-82a7-61b09073eb6d} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.06.17 21:25:30.953225 [ 3 ] {d2b3ced6-8ba0-4be1-82a7-61b09073eb6d} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:30.953379 [ 3 ] {d2b3ced6-8ba0-4be1-82a7-61b09073eb6d} executeQuery: Read 14 rows, 1.13 KiB in 0.001694 sec., 8264.462809917355 rows/sec., 669.87 KiB/sec. 2024.06.17 21:25:30.953681 [ 3 ] {d2b3ced6-8ba0-4be1-82a7-61b09073eb6d} DynamicQueryHandler: Done processing query 2024.06.17 21:25:30.953745 [ 3 ] {d2b3ced6-8ba0-4be1-82a7-61b09073eb6d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:30.953810 [ 3 ] {} HTTP-Session: fa9cc1ea-31d6-4dd7-95f2-a07618c8b503 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.953991 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:30.954044 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:30.954063 [ 3 ] {} HTTP-Session: eea8d5a1-7537-4504-a0d4-1964a5eb0c94 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:30.954080 [ 3 ] {} HTTP-Session: eea8d5a1-7537-4504-a0d4-1964a5eb0c94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.954094 [ 3 ] {} HTTP-Session: eea8d5a1-7537-4504-a0d4-1964a5eb0c94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.954127 [ 3 ] {} HTTP-Session: eea8d5a1-7537-4504-a0d4-1964a5eb0c94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:30.954230 [ 3 ] {95715187-950d-44fc-be22-12397bfd0f33} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:30.954277 [ 3 ] {95715187-950d-44fc-be22-12397bfd0f33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:25:30.954426 [ 3 ] {95715187-950d-44fc-be22-12397bfd0f33} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:30.954759 [ 3 ] {95715187-950d-44fc-be22-12397bfd0f33} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:30.954797 [ 3 ] {95715187-950d-44fc-be22-12397bfd0f33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:30.955098 [ 3 ] {95715187-950d-44fc-be22-12397bfd0f33} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.17 21:25:30.955417 [ 3 ] {95715187-950d-44fc-be22-12397bfd0f33} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:30.955577 [ 3 ] {95715187-950d-44fc-be22-12397bfd0f33} executeQuery: Read 6 rows, 501.00 B in 0.001366 sec., 4392.386530014641 rows/sec., 358.17 KiB/sec. 2024.06.17 21:25:30.955746 [ 3 ] {95715187-950d-44fc-be22-12397bfd0f33} DynamicQueryHandler: Done processing query 2024.06.17 21:25:30.955771 [ 3 ] {95715187-950d-44fc-be22-12397bfd0f33} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:30.955788 [ 3 ] {} HTTP-Session: eea8d5a1-7537-4504-a0d4-1964a5eb0c94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.955941 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 19560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:30.955990 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:30.956009 [ 3 ] {} HTTP-Session: f837d547-91ba-48a7-b5ed-bbb34823a72c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:30.956026 [ 3 ] {} HTTP-Session: f837d547-91ba-48a7-b5ed-bbb34823a72c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.956039 [ 3 ] {} HTTP-Session: f837d547-91ba-48a7-b5ed-bbb34823a72c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.956070 [ 3 ] {} HTTP-Session: f837d547-91ba-48a7-b5ed-bbb34823a72c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:30.956206 [ 3 ] {bea28455-d7f2-4b35-9a04-033a12baaca8} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:30.956249 [ 3 ] {bea28455-d7f2-4b35-9a04-033a12baaca8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:25:30.956375 [ 3 ] {bea28455-d7f2-4b35-9a04-033a12baaca8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:30.956755 [ 3 ] {bea28455-d7f2-4b35-9a04-033a12baaca8} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:30.956793 [ 3 ] {bea28455-d7f2-4b35-9a04-033a12baaca8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:30.957112 [ 3 ] {bea28455-d7f2-4b35-9a04-033a12baaca8} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.06.17 21:25:30.957413 [ 3 ] {bea28455-d7f2-4b35-9a04-033a12baaca8} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:30.957559 [ 3 ] {bea28455-d7f2-4b35-9a04-033a12baaca8} executeQuery: Read 137 rows, 11.22 KiB in 0.001406 sec., 97439.54480796587 rows/sec., 7.80 MiB/sec. 2024.06.17 21:25:30.957756 [ 3 ] {bea28455-d7f2-4b35-9a04-033a12baaca8} DynamicQueryHandler: Done processing query 2024.06.17 21:25:30.957792 [ 3 ] {bea28455-d7f2-4b35-9a04-033a12baaca8} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:25:30.957826 [ 3 ] {} HTTP-Session: f837d547-91ba-48a7-b5ed-bbb34823a72c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.957977 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:30.958025 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:30.958044 [ 3 ] {} HTTP-Session: 8e499b4d-a33d-489a-a3b4-8d1310a6a05e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:30.958060 [ 3 ] {} HTTP-Session: 8e499b4d-a33d-489a-a3b4-8d1310a6a05e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.958074 [ 3 ] {} HTTP-Session: 8e499b4d-a33d-489a-a3b4-8d1310a6a05e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.958106 [ 3 ] {} HTTP-Session: 8e499b4d-a33d-489a-a3b4-8d1310a6a05e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:30.958203 [ 3 ] {dfee9434-2198-452d-a9a9-7a5246d5e250} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:30.958247 [ 3 ] {dfee9434-2198-452d-a9a9-7a5246d5e250} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:25:30.958376 [ 3 ] {dfee9434-2198-452d-a9a9-7a5246d5e250} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:30.958658 [ 3 ] {dfee9434-2198-452d-a9a9-7a5246d5e250} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:30.958694 [ 3 ] {dfee9434-2198-452d-a9a9-7a5246d5e250} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:30.959000 [ 3 ] {dfee9434-2198-452d-a9a9-7a5246d5e250} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.17 21:25:30.959313 [ 3 ] {dfee9434-2198-452d-a9a9-7a5246d5e250} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:30.959467 [ 3 ] {dfee9434-2198-452d-a9a9-7a5246d5e250} executeQuery: Read 6 rows, 429.00 B in 0.001286 sec., 4665.629860031104 rows/sec., 325.77 KiB/sec. 2024.06.17 21:25:30.959636 [ 3 ] {dfee9434-2198-452d-a9a9-7a5246d5e250} DynamicQueryHandler: Done processing query 2024.06.17 21:25:30.959662 [ 3 ] {dfee9434-2198-452d-a9a9-7a5246d5e250} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:30.959677 [ 3 ] {} HTTP-Session: 8e499b4d-a33d-489a-a3b4-8d1310a6a05e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.959811 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 18333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:30.959857 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:30.959877 [ 3 ] {} HTTP-Session: 4432cf5a-a22e-4c53-92b6-90663f7fca64 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:30.959893 [ 3 ] {} HTTP-Session: 4432cf5a-a22e-4c53-92b6-90663f7fca64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.959908 [ 3 ] {} HTTP-Session: 4432cf5a-a22e-4c53-92b6-90663f7fca64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.959938 [ 3 ] {} HTTP-Session: 4432cf5a-a22e-4c53-92b6-90663f7fca64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:30.960062 [ 3 ] {1937d9ec-37f4-4c93-829b-93c2a8debb46} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:30.960105 [ 3 ] {1937d9ec-37f4-4c93-829b-93c2a8debb46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:25:30.960231 [ 3 ] {1937d9ec-37f4-4c93-829b-93c2a8debb46} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:30.960577 [ 3 ] {1937d9ec-37f4-4c93-829b-93c2a8debb46} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:30.960614 [ 3 ] {1937d9ec-37f4-4c93-829b-93c2a8debb46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:30.960938 [ 3 ] {1937d9ec-37f4-4c93-829b-93c2a8debb46} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.06.17 21:25:30.961245 [ 3 ] {1937d9ec-37f4-4c93-829b-93c2a8debb46} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:30.961392 [ 3 ] {1937d9ec-37f4-4c93-829b-93c2a8debb46} executeQuery: Read 108 rows, 8.62 KiB in 0.00137 sec., 78832.11678832117 rows/sec., 6.15 MiB/sec. 2024.06.17 21:25:30.961650 [ 3 ] {1937d9ec-37f4-4c93-829b-93c2a8debb46} DynamicQueryHandler: Done processing query 2024.06.17 21:25:30.961707 [ 3 ] {1937d9ec-37f4-4c93-829b-93c2a8debb46} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:25:30.961765 [ 3 ] {} HTTP-Session: 4432cf5a-a22e-4c53-92b6-90663f7fca64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.962019 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 38166, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:30.962071 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:30.962092 [ 3 ] {} HTTP-Session: e52fe51e-96e9-44e5-996a-1a581fb502f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:30.962109 [ 3 ] {} HTTP-Session: e52fe51e-96e9-44e5-996a-1a581fb502f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.962122 [ 3 ] {} HTTP-Session: e52fe51e-96e9-44e5-996a-1a581fb502f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.962156 [ 3 ] {} HTTP-Session: e52fe51e-96e9-44e5-996a-1a581fb502f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:30.962327 [ 3 ] {724b2cae-1128-47a2-ac64-69b425554d92} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:30.962377 [ 3 ] {724b2cae-1128-47a2-ac64-69b425554d92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:25:30.962540 [ 3 ] {724b2cae-1128-47a2-ac64-69b425554d92} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:30.962976 [ 3 ] {724b2cae-1128-47a2-ac64-69b425554d92} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:30.963013 [ 3 ] {724b2cae-1128-47a2-ac64-69b425554d92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:30.963404 [ 3 ] {724b2cae-1128-47a2-ac64-69b425554d92} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.06.17 21:25:30.963736 [ 3 ] {724b2cae-1128-47a2-ac64-69b425554d92} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:30.963901 [ 3 ] {724b2cae-1128-47a2-ac64-69b425554d92} executeQuery: Read 199 rows, 14.22 KiB in 0.001652 sec., 120460.04842615011 rows/sec., 8.41 MiB/sec. 2024.06.17 21:25:30.964100 [ 3 ] {724b2cae-1128-47a2-ac64-69b425554d92} DynamicQueryHandler: Done processing query 2024.06.17 21:25:30.964137 [ 3 ] {724b2cae-1128-47a2-ac64-69b425554d92} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.17 21:25:30.964169 [ 3 ] {} HTTP-Session: e52fe51e-96e9-44e5-996a-1a581fb502f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.964317 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:30.964367 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:30.964386 [ 3 ] {} HTTP-Session: 28744dc2-a8e9-4cc3-8e30-724cd8470171 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:30.964403 [ 3 ] {} HTTP-Session: 28744dc2-a8e9-4cc3-8e30-724cd8470171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.964417 [ 3 ] {} HTTP-Session: 28744dc2-a8e9-4cc3-8e30-724cd8470171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.964449 [ 3 ] {} HTTP-Session: 28744dc2-a8e9-4cc3-8e30-724cd8470171 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:30.964628 [ 3 ] {5bfc01b3-ba67-404d-8c47-f5cfe64228bb} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:30.964676 [ 3 ] {5bfc01b3-ba67-404d-8c47-f5cfe64228bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:25:30.964838 [ 3 ] {5bfc01b3-ba67-404d-8c47-f5cfe64228bb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:30.965239 [ 3 ] {5bfc01b3-ba67-404d-8c47-f5cfe64228bb} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:30.965275 [ 3 ] {5bfc01b3-ba67-404d-8c47-f5cfe64228bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:30.965678 [ 3 ] {5bfc01b3-ba67-404d-8c47-f5cfe64228bb} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.06.17 21:25:30.966022 [ 3 ] {5bfc01b3-ba67-404d-8c47-f5cfe64228bb} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:30.966179 [ 3 ] {5bfc01b3-ba67-404d-8c47-f5cfe64228bb} executeQuery: Read 14 rows, 19.35 KiB in 0.001651 sec., 8479.709267110842 rows/sec., 11.44 MiB/sec. 2024.06.17 21:25:30.966358 [ 3 ] {5bfc01b3-ba67-404d-8c47-f5cfe64228bb} DynamicQueryHandler: Done processing query 2024.06.17 21:25:30.966383 [ 3 ] {5bfc01b3-ba67-404d-8c47-f5cfe64228bb} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:30.966399 [ 3 ] {} HTTP-Session: 28744dc2-a8e9-4cc3-8e30-724cd8470171 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.966527 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:30.966575 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:30.966595 [ 3 ] {} HTTP-Session: 94d2807c-81e5-43cf-aa8c-05fdf95ef8a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:30.966612 [ 3 ] {} HTTP-Session: 94d2807c-81e5-43cf-aa8c-05fdf95ef8a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.966626 [ 3 ] {} HTTP-Session: 94d2807c-81e5-43cf-aa8c-05fdf95ef8a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:30.966656 [ 3 ] {} HTTP-Session: 94d2807c-81e5-43cf-aa8c-05fdf95ef8a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:30.966775 [ 3 ] {0f2d7d59-beb5-4283-ba91-360a57116859} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:30.966821 [ 3 ] {0f2d7d59-beb5-4283-ba91-360a57116859} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:25:30.966945 [ 3 ] {0f2d7d59-beb5-4283-ba91-360a57116859} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:30.967243 [ 3 ] {0f2d7d59-beb5-4283-ba91-360a57116859} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:30.967280 [ 3 ] {0f2d7d59-beb5-4283-ba91-360a57116859} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:30.967634 [ 3 ] {0f2d7d59-beb5-4283-ba91-360a57116859} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.06.17 21:25:30.967963 [ 3 ] {0f2d7d59-beb5-4283-ba91-360a57116859} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:30.968122 [ 3 ] {0f2d7d59-beb5-4283-ba91-360a57116859} executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. 2024.06.17 21:25:30.968289 [ 3 ] {0f2d7d59-beb5-4283-ba91-360a57116859} DynamicQueryHandler: Done processing query 2024.06.17 21:25:30.968314 [ 3 ] {0f2d7d59-beb5-4283-ba91-360a57116859} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:25:30.968330 [ 3 ] {} HTTP-Session: 94d2807c-81e5-43cf-aa8c-05fdf95ef8a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.949257 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:35.949397 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:35.949423 [ 3 ] {} HTTP-Session: 53cc4a44-cb6d-4bde-a79f-07f6bcd12149 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:35.949449 [ 3 ] {} HTTP-Session: 53cc4a44-cb6d-4bde-a79f-07f6bcd12149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.949465 [ 3 ] {} HTTP-Session: 53cc4a44-cb6d-4bde-a79f-07f6bcd12149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.949516 [ 3 ] {} HTTP-Session: 53cc4a44-cb6d-4bde-a79f-07f6bcd12149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:35.949716 [ 3 ] {c5308953-823b-43b9-9686-5120fb6f3738} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:35.949788 [ 3 ] {c5308953-823b-43b9-9686-5120fb6f3738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:25:35.949989 [ 3 ] {c5308953-823b-43b9-9686-5120fb6f3738} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:35.950441 [ 3 ] {c5308953-823b-43b9-9686-5120fb6f3738} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:35.950489 [ 3 ] {c5308953-823b-43b9-9686-5120fb6f3738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:35.950880 [ 3 ] {c5308953-823b-43b9-9686-5120fb6f3738} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.06.17 21:25:35.951220 [ 3 ] {c5308953-823b-43b9-9686-5120fb6f3738} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:35.951388 [ 3 ] {c5308953-823b-43b9-9686-5120fb6f3738} executeQuery: Read 16 rows, 1.30 KiB in 0.001731 sec., 9243.212016175621 rows/sec., 749.21 KiB/sec. 2024.06.17 21:25:35.951704 [ 3 ] {c5308953-823b-43b9-9686-5120fb6f3738} DynamicQueryHandler: Done processing query 2024.06.17 21:25:35.951749 [ 3 ] {c5308953-823b-43b9-9686-5120fb6f3738} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:35.951773 [ 3 ] {} HTTP-Session: 53cc4a44-cb6d-4bde-a79f-07f6bcd12149 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.951921 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:35.951979 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:35.951999 [ 3 ] {} HTTP-Session: caa98d48-3f9b-4e53-8e5a-8d73f37c8bcd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:35.952018 [ 3 ] {} HTTP-Session: caa98d48-3f9b-4e53-8e5a-8d73f37c8bcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.952033 [ 3 ] {} HTTP-Session: caa98d48-3f9b-4e53-8e5a-8d73f37c8bcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.952067 [ 3 ] {} HTTP-Session: caa98d48-3f9b-4e53-8e5a-8d73f37c8bcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:35.952208 [ 3 ] {1426d73e-a913-4902-afba-08c8517136d0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:35.952256 [ 3 ] {1426d73e-a913-4902-afba-08c8517136d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:25:35.952407 [ 3 ] {1426d73e-a913-4902-afba-08c8517136d0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:35.952801 [ 3 ] {1426d73e-a913-4902-afba-08c8517136d0} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:35.952839 [ 3 ] {1426d73e-a913-4902-afba-08c8517136d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:35.953167 [ 3 ] {1426d73e-a913-4902-afba-08c8517136d0} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.06.17 21:25:35.953470 [ 3 ] {1426d73e-a913-4902-afba-08c8517136d0} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:35.953632 [ 3 ] {1426d73e-a913-4902-afba-08c8517136d0} executeQuery: Read 104 rows, 8.66 KiB in 0.001474 sec., 70556.30936227951 rows/sec., 5.74 MiB/sec. 2024.06.17 21:25:35.953645 [ 134 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.06.17 21:25:35.953750 [ 134 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:35.953801 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:35.953901 [ 3 ] {1426d73e-a913-4902-afba-08c8517136d0} DynamicQueryHandler: Done processing query 2024.06.17 21:25:35.953961 [ 3 ] {1426d73e-a913-4902-afba-08c8517136d0} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:25:35.953998 [ 3 ] {} HTTP-Session: caa98d48-3f9b-4e53-8e5a-8d73f37c8bcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.954019 [ 198 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:25:35.954179 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:35.954286 [ 198 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:35.954294 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:35.954352 [ 3 ] {} HTTP-Session: 8803bb1e-908a-47bc-bdec-fb0871efe61c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:35.954356 [ 198 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 189 rows starting from the beginning of the part 2024.06.17 21:25:35.954374 [ 3 ] {} HTTP-Session: 8803bb1e-908a-47bc-bdec-fb0871efe61c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.954420 [ 3 ] {} HTTP-Session: 8803bb1e-908a-47bc-bdec-fb0871efe61c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.954577 [ 198 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 105 rows starting from the beginning of the part 2024.06.17 21:25:35.954587 [ 3 ] {} HTTP-Session: 8803bb1e-908a-47bc-bdec-fb0871efe61c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:35.954841 [ 198 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 98 rows starting from the beginning of the part 2024.06.17 21:25:35.955149 [ 198 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 104 rows starting from the beginning of the part 2024.06.17 21:25:35.955250 [ 3 ] {eec912bc-bd72-4c09-9a77-4430e755151a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:35.955383 [ 198 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 137 rows starting from the beginning of the part 2024.06.17 21:25:35.955420 [ 3 ] {eec912bc-bd72-4c09-9a77-4430e755151a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:25:35.955621 [ 198 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 104 rows starting from the beginning of the part 2024.06.17 21:25:35.956394 [ 3 ] {eec912bc-bd72-4c09-9a77-4430e755151a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:35.957239 [ 3 ] {eec912bc-bd72-4c09-9a77-4430e755151a} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:35.957315 [ 3 ] {eec912bc-bd72-4c09-9a77-4430e755151a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:35.958148 [ 3 ] {eec912bc-bd72-4c09-9a77-4430e755151a} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.06.17 21:25:35.958636 [ 195 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 737 rows, containing 4 columns (4 merged, 0 gathered) in 0.004751538 sec., 155107.6725051973 rows/sec., 12.60 MiB/sec. 2024.06.17 21:25:35.958844 [ 3 ] {eec912bc-bd72-4c09-9a77-4430e755151a} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:35.958936 [ 195 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.06.17 21:25:35.959076 [ 134 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.06.17 21:25:35.959183 [ 134 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:35.959206 [ 3 ] {eec912bc-bd72-4c09-9a77-4430e755151a} executeQuery: Read 80 rows, 6.40 KiB in 0.004226 sec., 18930.43066729768 rows/sec., 1.48 MiB/sec. 2024.06.17 21:25:35.959262 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:35.959833 [ 3 ] {eec912bc-bd72-4c09-9a77-4430e755151a} DynamicQueryHandler: Done processing query 2024.06.17 21:25:35.959924 [ 199 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:25:35.959948 [ 3 ] {eec912bc-bd72-4c09-9a77-4430e755151a} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:25:35.960047 [ 3 ] {} HTTP-Session: 8803bb1e-908a-47bc-bdec-fb0871efe61c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.960265 [ 199 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:35.960297 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:35.960355 [ 199 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 150 rows starting from the beginning of the part 2024.06.17 21:25:35.960446 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:35.960602 [ 195 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_61_12} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:35.960635 [ 199 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part 2024.06.17 21:25:35.960769 [ 3 ] {} HTTP-Session: b6a5a809-a5b9-4319-b3a3-0c763ce47caf Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:35.961080 [ 3 ] {} HTTP-Session: b6a5a809-a5b9-4319-b3a3-0c763ce47caf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.961095 [ 199 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 78 rows starting from the beginning of the part 2024.06.17 21:25:35.961154 [ 195 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_61_12} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.06.17 21:25:35.961183 [ 3 ] {} HTTP-Session: b6a5a809-a5b9-4319-b3a3-0c763ce47caf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.961411 [ 3 ] {} HTTP-Session: b6a5a809-a5b9-4319-b3a3-0c763ce47caf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:35.961634 [ 199 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 80 rows starting from the beginning of the part 2024.06.17 21:25:35.961645 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.06.17 21:25:35.961925 [ 199 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 108 rows starting from the beginning of the part 2024.06.17 21:25:35.962106 [ 199 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 80 rows starting from the beginning of the part 2024.06.17 21:25:35.962172 [ 3 ] {d9978fc9-ded0-49aa-b310-6ed7e53e5ce4} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:35.962477 [ 3 ] {d9978fc9-ded0-49aa-b310-6ed7e53e5ce4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:25:35.963042 [ 3 ] {d9978fc9-ded0-49aa-b310-6ed7e53e5ce4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:35.964086 [ 3 ] {d9978fc9-ded0-49aa-b310-6ed7e53e5ce4} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:35.964160 [ 3 ] {d9978fc9-ded0-49aa-b310-6ed7e53e5ce4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:35.965009 [ 199 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 4 columns (4 merged, 0 gathered) in 0.005544036 sec., 104256.17726869018 rows/sec., 8.14 MiB/sec. 2024.06.17 21:25:35.965182 [ 3 ] {d9978fc9-ded0-49aa-b310-6ed7e53e5ce4} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.06.17 21:25:35.965208 [ 195 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.06.17 21:25:35.966130 [ 3 ] {d9978fc9-ded0-49aa-b310-6ed7e53e5ce4} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:35.966155 [ 195 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_61_12} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:35.966337 [ 195 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_61_12} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.06.17 21:25:35.966493 [ 3 ] {d9978fc9-ded0-49aa-b310-6ed7e53e5ce4} executeQuery: Read 160 rows, 11.41 KiB in 0.004602 sec., 34767.492394611036 rows/sec., 2.42 MiB/sec. 2024.06.17 21:25:35.966557 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.06.17 21:25:35.967001 [ 3 ] {d9978fc9-ded0-49aa-b310-6ed7e53e5ce4} DynamicQueryHandler: Done processing query 2024.06.17 21:25:35.967057 [ 3 ] {d9978fc9-ded0-49aa-b310-6ed7e53e5ce4} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:35.967076 [ 3 ] {} HTTP-Session: b6a5a809-a5b9-4319-b3a3-0c763ce47caf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.967214 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:35.967264 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:35.967284 [ 3 ] {} HTTP-Session: 5067dc40-6d5f-415e-88c6-6ccd693ea7e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:35.967301 [ 3 ] {} HTTP-Session: 5067dc40-6d5f-415e-88c6-6ccd693ea7e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.967316 [ 3 ] {} HTTP-Session: 5067dc40-6d5f-415e-88c6-6ccd693ea7e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.967347 [ 3 ] {} HTTP-Session: 5067dc40-6d5f-415e-88c6-6ccd693ea7e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:35.967577 [ 3 ] {09670eb0-e342-421c-bac3-d2b770950e61} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:35.967629 [ 3 ] {09670eb0-e342-421c-bac3-d2b770950e61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:25:35.967821 [ 3 ] {09670eb0-e342-421c-bac3-d2b770950e61} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:35.968222 [ 3 ] {09670eb0-e342-421c-bac3-d2b770950e61} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:35.968260 [ 3 ] {09670eb0-e342-421c-bac3-d2b770950e61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:35.968676 [ 3 ] {09670eb0-e342-421c-bac3-d2b770950e61} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.06.17 21:25:35.969030 [ 3 ] {09670eb0-e342-421c-bac3-d2b770950e61} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:35.969196 [ 3 ] {09670eb0-e342-421c-bac3-d2b770950e61} executeQuery: Read 16 rows, 22.11 KiB in 0.001759 sec., 9096.077316657193 rows/sec., 12.27 MiB/sec. 2024.06.17 21:25:35.969374 [ 3 ] {09670eb0-e342-421c-bac3-d2b770950e61} DynamicQueryHandler: Done processing query 2024.06.17 21:25:35.969399 [ 3 ] {09670eb0-e342-421c-bac3-d2b770950e61} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:25:35.969416 [ 3 ] {} HTTP-Session: 5067dc40-6d5f-415e-88c6-6ccd693ea7e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.969536 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:35.969585 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:35.969605 [ 3 ] {} HTTP-Session: d9f9249a-cbe9-4cc4-8959-53ba503db931 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:35.969622 [ 3 ] {} HTTP-Session: d9f9249a-cbe9-4cc4-8959-53ba503db931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.969637 [ 3 ] {} HTTP-Session: d9f9249a-cbe9-4cc4-8959-53ba503db931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:35.969668 [ 3 ] {} HTTP-Session: d9f9249a-cbe9-4cc4-8959-53ba503db931 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:35.969800 [ 3 ] {df682b35-4107-4c1d-bb61-cd62f1fb7735} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:35.969847 [ 3 ] {df682b35-4107-4c1d-bb61-cd62f1fb7735} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:25:35.969975 [ 3 ] {df682b35-4107-4c1d-bb61-cd62f1fb7735} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:35.970281 [ 3 ] {df682b35-4107-4c1d-bb61-cd62f1fb7735} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:35.970318 [ 3 ] {df682b35-4107-4c1d-bb61-cd62f1fb7735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:35.970684 [ 3 ] {df682b35-4107-4c1d-bb61-cd62f1fb7735} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.06.17 21:25:35.971013 [ 3 ] {df682b35-4107-4c1d-bb61-cd62f1fb7735} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:35.971181 [ 3 ] {df682b35-4107-4c1d-bb61-cd62f1fb7735} executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. 2024.06.17 21:25:35.971350 [ 3 ] {df682b35-4107-4c1d-bb61-cd62f1fb7735} DynamicQueryHandler: Done processing query 2024.06.17 21:25:35.971374 [ 3 ] {df682b35-4107-4c1d-bb61-cd62f1fb7735} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:25:35.971391 [ 3 ] {} HTTP-Session: d9f9249a-cbe9-4cc4-8959-53ba503db931 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.949432 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:40.949639 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:40.949687 [ 3 ] {} HTTP-Session: 938966ae-a81c-4c82-886e-7db3ead2992f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:40.949734 [ 3 ] {} HTTP-Session: 938966ae-a81c-4c82-886e-7db3ead2992f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.949765 [ 3 ] {} HTTP-Session: 938966ae-a81c-4c82-886e-7db3ead2992f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.949850 [ 3 ] {} HTTP-Session: 938966ae-a81c-4c82-886e-7db3ead2992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:40.950092 [ 3 ] {73da6894-edca-41e4-b2a1-6a16169250d2} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:40.950163 [ 3 ] {73da6894-edca-41e4-b2a1-6a16169250d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:25:40.950362 [ 3 ] {73da6894-edca-41e4-b2a1-6a16169250d2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:40.950822 [ 3 ] {73da6894-edca-41e4-b2a1-6a16169250d2} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:40.950869 [ 3 ] {73da6894-edca-41e4-b2a1-6a16169250d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:40.951267 [ 3 ] {73da6894-edca-41e4-b2a1-6a16169250d2} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.06.17 21:25:40.951619 [ 3 ] {73da6894-edca-41e4-b2a1-6a16169250d2} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:40.951805 [ 3 ] {73da6894-edca-41e4-b2a1-6a16169250d2} executeQuery: Read 14 rows, 1.13 KiB in 0.001766 sec., 7927.5198187995475 rows/sec., 642.56 KiB/sec. 2024.06.17 21:25:40.952026 [ 3 ] {73da6894-edca-41e4-b2a1-6a16169250d2} DynamicQueryHandler: Done processing query 2024.06.17 21:25:40.952054 [ 3 ] {73da6894-edca-41e4-b2a1-6a16169250d2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:40.952071 [ 3 ] {} HTTP-Session: 938966ae-a81c-4c82-886e-7db3ead2992f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.952209 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:40.952266 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:40.952287 [ 3 ] {} HTTP-Session: d7e02321-f1b2-4cc0-8640-5fed04f5ab95 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:40.952304 [ 3 ] {} HTTP-Session: d7e02321-f1b2-4cc0-8640-5fed04f5ab95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.952318 [ 3 ] {} HTTP-Session: d7e02321-f1b2-4cc0-8640-5fed04f5ab95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.952356 [ 3 ] {} HTTP-Session: d7e02321-f1b2-4cc0-8640-5fed04f5ab95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:40.952492 [ 3 ] {614d0f62-7735-47c8-bff6-e045b9a6cd90} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:40.952539 [ 3 ] {614d0f62-7735-47c8-bff6-e045b9a6cd90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:25:40.952671 [ 3 ] {614d0f62-7735-47c8-bff6-e045b9a6cd90} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:40.953048 [ 3 ] {614d0f62-7735-47c8-bff6-e045b9a6cd90} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:40.953086 [ 3 ] {614d0f62-7735-47c8-bff6-e045b9a6cd90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:40.953417 [ 3 ] {614d0f62-7735-47c8-bff6-e045b9a6cd90} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.06.17 21:25:40.953740 [ 3 ] {614d0f62-7735-47c8-bff6-e045b9a6cd90} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:40.953892 [ 3 ] {614d0f62-7735-47c8-bff6-e045b9a6cd90} executeQuery: Read 98 rows, 8.24 KiB in 0.001447 sec., 67726.33033863165 rows/sec., 5.56 MiB/sec. 2024.06.17 21:25:40.954072 [ 3 ] {614d0f62-7735-47c8-bff6-e045b9a6cd90} DynamicQueryHandler: Done processing query 2024.06.17 21:25:40.954097 [ 3 ] {614d0f62-7735-47c8-bff6-e045b9a6cd90} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:25:40.954113 [ 3 ] {} HTTP-Session: d7e02321-f1b2-4cc0-8640-5fed04f5ab95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.954240 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:40.954292 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:40.954312 [ 3 ] {} HTTP-Session: 363f4c06-734f-4c58-b076-31fd4afcae28 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:40.954329 [ 3 ] {} HTTP-Session: 363f4c06-734f-4c58-b076-31fd4afcae28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.954344 [ 3 ] {} HTTP-Session: 363f4c06-734f-4c58-b076-31fd4afcae28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.954376 [ 3 ] {} HTTP-Session: 363f4c06-734f-4c58-b076-31fd4afcae28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:40.954506 [ 3 ] {3f283126-ee5d-4041-9c35-699de0220b77} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:40.954551 [ 3 ] {3f283126-ee5d-4041-9c35-699de0220b77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:25:40.954679 [ 3 ] {3f283126-ee5d-4041-9c35-699de0220b77} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:40.955058 [ 3 ] {3f283126-ee5d-4041-9c35-699de0220b77} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:40.955096 [ 3 ] {3f283126-ee5d-4041-9c35-699de0220b77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:40.955416 [ 3 ] {3f283126-ee5d-4041-9c35-699de0220b77} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.06.17 21:25:40.955721 [ 3 ] {3f283126-ee5d-4041-9c35-699de0220b77} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:40.955871 [ 3 ] {3f283126-ee5d-4041-9c35-699de0220b77} executeQuery: Read 78 rows, 6.24 KiB in 0.001414 sec., 55162.659123055164 rows/sec., 4.31 MiB/sec. 2024.06.17 21:25:40.956050 [ 3 ] {3f283126-ee5d-4041-9c35-699de0220b77} DynamicQueryHandler: Done processing query 2024.06.17 21:25:40.956074 [ 3 ] {3f283126-ee5d-4041-9c35-699de0220b77} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:25:40.956090 [ 3 ] {} HTTP-Session: 363f4c06-734f-4c58-b076-31fd4afcae28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.956245 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:40.956297 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:40.956316 [ 3 ] {} HTTP-Session: 4c4ed044-2899-4248-b2a1-8c964faee60b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:40.956333 [ 3 ] {} HTTP-Session: 4c4ed044-2899-4248-b2a1-8c964faee60b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.956348 [ 3 ] {} HTTP-Session: 4c4ed044-2899-4248-b2a1-8c964faee60b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.956380 [ 3 ] {} HTTP-Session: 4c4ed044-2899-4248-b2a1-8c964faee60b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:40.956534 [ 3 ] {084cf8a3-9ff5-4a8d-ab05-48df8d33d415} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:40.956583 [ 3 ] {084cf8a3-9ff5-4a8d-ab05-48df8d33d415} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:25:40.956728 [ 3 ] {084cf8a3-9ff5-4a8d-ab05-48df8d33d415} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:40.957128 [ 3 ] {084cf8a3-9ff5-4a8d-ab05-48df8d33d415} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:40.957166 [ 3 ] {084cf8a3-9ff5-4a8d-ab05-48df8d33d415} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:40.957562 [ 3 ] {084cf8a3-9ff5-4a8d-ab05-48df8d33d415} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.06.17 21:25:40.957908 [ 3 ] {084cf8a3-9ff5-4a8d-ab05-48df8d33d415} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:40.958072 [ 3 ] {084cf8a3-9ff5-4a8d-ab05-48df8d33d415} executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec. 2024.06.17 21:25:40.958249 [ 3 ] {084cf8a3-9ff5-4a8d-ab05-48df8d33d415} DynamicQueryHandler: Done processing query 2024.06.17 21:25:40.958274 [ 3 ] {084cf8a3-9ff5-4a8d-ab05-48df8d33d415} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:40.958290 [ 3 ] {} HTTP-Session: 4c4ed044-2899-4248-b2a1-8c964faee60b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.958409 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:40.958458 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:40.958478 [ 3 ] {} HTTP-Session: 3cf2eb5c-ba46-41a6-a215-9eab450d4564 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:40.958495 [ 3 ] {} HTTP-Session: 3cf2eb5c-ba46-41a6-a215-9eab450d4564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.958509 [ 3 ] {} HTTP-Session: 3cf2eb5c-ba46-41a6-a215-9eab450d4564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.958541 [ 3 ] {} HTTP-Session: 3cf2eb5c-ba46-41a6-a215-9eab450d4564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:40.958729 [ 3 ] {b3e01437-cbd3-4d0c-8ad3-08ca92a4326e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:40.958778 [ 3 ] {b3e01437-cbd3-4d0c-8ad3-08ca92a4326e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:25:40.958936 [ 3 ] {b3e01437-cbd3-4d0c-8ad3-08ca92a4326e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:40.959339 [ 3 ] {b3e01437-cbd3-4d0c-8ad3-08ca92a4326e} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:40.959375 [ 3 ] {b3e01437-cbd3-4d0c-8ad3-08ca92a4326e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:40.959771 [ 3 ] {b3e01437-cbd3-4d0c-8ad3-08ca92a4326e} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.06.17 21:25:40.960113 [ 3 ] {b3e01437-cbd3-4d0c-8ad3-08ca92a4326e} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:40.960274 [ 3 ] {b3e01437-cbd3-4d0c-8ad3-08ca92a4326e} executeQuery: Read 14 rows, 19.35 KiB in 0.001648 sec., 8495.145631067962 rows/sec., 11.46 MiB/sec. 2024.06.17 21:25:40.960435 [ 3 ] {b3e01437-cbd3-4d0c-8ad3-08ca92a4326e} DynamicQueryHandler: Done processing query 2024.06.17 21:25:40.960459 [ 3 ] {b3e01437-cbd3-4d0c-8ad3-08ca92a4326e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:40.960475 [ 3 ] {} HTTP-Session: 3cf2eb5c-ba46-41a6-a215-9eab450d4564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.960589 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:40.960637 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:40.960657 [ 3 ] {} HTTP-Session: 5ff2517f-ccde-4b53-b3c6-b6510161f135 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:40.960674 [ 3 ] {} HTTP-Session: 5ff2517f-ccde-4b53-b3c6-b6510161f135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.960688 [ 3 ] {} HTTP-Session: 5ff2517f-ccde-4b53-b3c6-b6510161f135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:40.960718 [ 3 ] {} HTTP-Session: 5ff2517f-ccde-4b53-b3c6-b6510161f135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:40.960837 [ 3 ] {7f9a8a10-dcbc-4574-bba0-846000c18d23} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:40.960884 [ 3 ] {7f9a8a10-dcbc-4574-bba0-846000c18d23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:25:40.961010 [ 3 ] {7f9a8a10-dcbc-4574-bba0-846000c18d23} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:40.961308 [ 3 ] {7f9a8a10-dcbc-4574-bba0-846000c18d23} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:40.961352 [ 3 ] {7f9a8a10-dcbc-4574-bba0-846000c18d23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:40.961715 [ 3 ] {7f9a8a10-dcbc-4574-bba0-846000c18d23} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.06.17 21:25:40.962035 [ 3 ] {7f9a8a10-dcbc-4574-bba0-846000c18d23} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:40.962192 [ 3 ] {7f9a8a10-dcbc-4574-bba0-846000c18d23} executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. 2024.06.17 21:25:40.962361 [ 3 ] {7f9a8a10-dcbc-4574-bba0-846000c18d23} DynamicQueryHandler: Done processing query 2024.06.17 21:25:40.962385 [ 3 ] {7f9a8a10-dcbc-4574-bba0-846000c18d23} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:25:40.962402 [ 3 ] {} HTTP-Session: 5ff2517f-ccde-4b53-b3c6-b6510161f135 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:42.045610 [ 130 ] {} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2024.06.17 21:25:42.045695 [ 130 ] {} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:42.045722 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:42.045850 [ 194 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2024.06.17 21:25:42.046017 [ 194 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:42.046049 [ 194 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part 2024.06.17 21:25:42.046119 [ 194 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2024.06.17 21:25:42.046214 [ 194 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part 2024.06.17 21:25:42.046423 [ 194 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part 2024.06.17 21:25:42.046658 [ 194 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2024.06.17 21:25:42.047554 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.001766498 sec., 15850.569884596529 rows/sec., 1.26 MiB/sec. 2024.06.17 21:25:42.047704 [ 190 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2024.06.17 21:25:42.048063 [ 190 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_17_4} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:42.048145 [ 190 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_17_4} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2024.06.17 21:25:42.048217 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.06.17 21:25:42.136401 [ 130 ] {} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2024.06.17 21:25:42.136442 [ 130 ] {} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:42.136466 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:42.136578 [ 194 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2024.06.17 21:25:42.136902 [ 194 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:42.136993 [ 194 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part 2024.06.17 21:25:42.137123 [ 194 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2024.06.17 21:25:42.137180 [ 194 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part 2024.06.17 21:25:42.137307 [ 194 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part 2024.06.17 21:25:42.137441 [ 194 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2024.06.17 21:25:42.138333 [ 201 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.001820619 sec., 15379.384703773825 rows/sec., 1.05 MiB/sec. 2024.06.17 21:25:42.138517 [ 201 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2024.06.17 21:25:42.138992 [ 201 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_17_4} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:42.139084 [ 201 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_17_4} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2024.06.17 21:25:42.139179 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.06.17 21:25:45.179701 [ 129 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:25:45.179756 [ 129 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:25:45.950552 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:45.950736 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:45.950780 [ 3 ] {} HTTP-Session: a8caf921-2abe-4a94-a0a5-63c96093f0cd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:45.950822 [ 3 ] {} HTTP-Session: a8caf921-2abe-4a94-a0a5-63c96093f0cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.950852 [ 3 ] {} HTTP-Session: a8caf921-2abe-4a94-a0a5-63c96093f0cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.950933 [ 3 ] {} HTTP-Session: a8caf921-2abe-4a94-a0a5-63c96093f0cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:45.951189 [ 3 ] {a6f53bc5-a529-4059-a024-1ef14b1dc437} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:45.951257 [ 3 ] {a6f53bc5-a529-4059-a024-1ef14b1dc437} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:25:45.951452 [ 3 ] {a6f53bc5-a529-4059-a024-1ef14b1dc437} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:45.951865 [ 3 ] {a6f53bc5-a529-4059-a024-1ef14b1dc437} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:45.951906 [ 3 ] {a6f53bc5-a529-4059-a024-1ef14b1dc437} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:45.952281 [ 3 ] {a6f53bc5-a529-4059-a024-1ef14b1dc437} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.06.17 21:25:45.952606 [ 3 ] {a6f53bc5-a529-4059-a024-1ef14b1dc437} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:45.952750 [ 3 ] {a6f53bc5-a529-4059-a024-1ef14b1dc437} executeQuery: Read 16 rows, 1.30 KiB in 0.001622 sec., 9864.364981504315 rows/sec., 799.55 KiB/sec. 2024.06.17 21:25:45.952934 [ 3 ] {a6f53bc5-a529-4059-a024-1ef14b1dc437} DynamicQueryHandler: Done processing query 2024.06.17 21:25:45.952961 [ 3 ] {a6f53bc5-a529-4059-a024-1ef14b1dc437} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:45.952977 [ 3 ] {} HTTP-Session: a8caf921-2abe-4a94-a0a5-63c96093f0cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.953145 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:45.953191 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:45.953210 [ 3 ] {} HTTP-Session: 9b7a27cc-81b9-4f3a-9ff8-a912d4d649b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:45.953226 [ 3 ] {} HTTP-Session: 9b7a27cc-81b9-4f3a-9ff8-a912d4d649b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.953240 [ 3 ] {} HTTP-Session: 9b7a27cc-81b9-4f3a-9ff8-a912d4d649b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.953272 [ 3 ] {} HTTP-Session: 9b7a27cc-81b9-4f3a-9ff8-a912d4d649b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:45.953365 [ 3 ] {c3e7227e-1d4a-46ed-828e-208220be9d01} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:45.953409 [ 3 ] {c3e7227e-1d4a-46ed-828e-208220be9d01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:25:45.953535 [ 3 ] {c3e7227e-1d4a-46ed-828e-208220be9d01} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:45.953824 [ 3 ] {c3e7227e-1d4a-46ed-828e-208220be9d01} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:45.953859 [ 3 ] {c3e7227e-1d4a-46ed-828e-208220be9d01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:45.954165 [ 3 ] {c3e7227e-1d4a-46ed-828e-208220be9d01} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.17 21:25:45.954463 [ 3 ] {c3e7227e-1d4a-46ed-828e-208220be9d01} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:45.954591 [ 3 ] {c3e7227e-1d4a-46ed-828e-208220be9d01} executeQuery: Read 2 rows, 167.00 B in 0.00125 sec., 1600 rows/sec., 130.47 KiB/sec. 2024.06.17 21:25:45.954747 [ 3 ] {c3e7227e-1d4a-46ed-828e-208220be9d01} DynamicQueryHandler: Done processing query 2024.06.17 21:25:45.954772 [ 3 ] {c3e7227e-1d4a-46ed-828e-208220be9d01} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:45.954788 [ 3 ] {} HTTP-Session: 9b7a27cc-81b9-4f3a-9ff8-a912d4d649b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.954917 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:45.954966 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:45.954985 [ 3 ] {} HTTP-Session: f51d2b5f-b0ec-46a2-a4d7-da8881e6ac33 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:45.955002 [ 3 ] {} HTTP-Session: f51d2b5f-b0ec-46a2-a4d7-da8881e6ac33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.955016 [ 3 ] {} HTTP-Session: f51d2b5f-b0ec-46a2-a4d7-da8881e6ac33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.955047 [ 3 ] {} HTTP-Session: f51d2b5f-b0ec-46a2-a4d7-da8881e6ac33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:45.955164 [ 3 ] {b7232783-c42f-4735-86b7-9e3951d5bced} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:45.955205 [ 3 ] {b7232783-c42f-4735-86b7-9e3951d5bced} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:25:45.955328 [ 3 ] {b7232783-c42f-4735-86b7-9e3951d5bced} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:45.955665 [ 3 ] {b7232783-c42f-4735-86b7-9e3951d5bced} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:45.955700 [ 3 ] {b7232783-c42f-4735-86b7-9e3951d5bced} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:45.956012 [ 3 ] {b7232783-c42f-4735-86b7-9e3951d5bced} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.06.17 21:25:45.956309 [ 3 ] {b7232783-c42f-4735-86b7-9e3951d5bced} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:45.956434 [ 3 ] {b7232783-c42f-4735-86b7-9e3951d5bced} executeQuery: Read 105 rows, 8.73 KiB in 0.001315 sec., 79847.90874524714 rows/sec., 6.48 MiB/sec. 2024.06.17 21:25:45.956582 [ 3 ] {b7232783-c42f-4735-86b7-9e3951d5bced} DynamicQueryHandler: Done processing query 2024.06.17 21:25:45.956607 [ 3 ] {b7232783-c42f-4735-86b7-9e3951d5bced} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:25:45.956623 [ 3 ] {} HTTP-Session: f51d2b5f-b0ec-46a2-a4d7-da8881e6ac33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.956733 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:45.956779 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:45.956799 [ 3 ] {} HTTP-Session: 9d149886-f46d-4af1-a6bc-b78d665ac8ca Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:45.956815 [ 3 ] {} HTTP-Session: 9d149886-f46d-4af1-a6bc-b78d665ac8ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.956829 [ 3 ] {} HTTP-Session: 9d149886-f46d-4af1-a6bc-b78d665ac8ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.956859 [ 3 ] {} HTTP-Session: 9d149886-f46d-4af1-a6bc-b78d665ac8ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:45.956952 [ 3 ] {f10fc649-3a5b-46e8-8a15-5d45f003f67b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:45.956994 [ 3 ] {f10fc649-3a5b-46e8-8a15-5d45f003f67b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:25:45.957116 [ 3 ] {f10fc649-3a5b-46e8-8a15-5d45f003f67b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:45.957366 [ 3 ] {f10fc649-3a5b-46e8-8a15-5d45f003f67b} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:45.957401 [ 3 ] {f10fc649-3a5b-46e8-8a15-5d45f003f67b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:45.957690 [ 3 ] {f10fc649-3a5b-46e8-8a15-5d45f003f67b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.17 21:25:45.957995 [ 3 ] {f10fc649-3a5b-46e8-8a15-5d45f003f67b} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:45.958121 [ 3 ] {f10fc649-3a5b-46e8-8a15-5d45f003f67b} executeQuery: Read 2 rows, 143.00 B in 0.001193 sec., 1676.4459346186086 rows/sec., 117.06 KiB/sec. 2024.06.17 21:25:45.958278 [ 3 ] {f10fc649-3a5b-46e8-8a15-5d45f003f67b} DynamicQueryHandler: Done processing query 2024.06.17 21:25:45.958303 [ 3 ] {f10fc649-3a5b-46e8-8a15-5d45f003f67b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:45.958319 [ 3 ] {} HTTP-Session: 9d149886-f46d-4af1-a6bc-b78d665ac8ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.958438 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:45.958485 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:45.958505 [ 3 ] {} HTTP-Session: 294e8a35-c865-417e-af47-870e930b6c38 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:45.958522 [ 3 ] {} HTTP-Session: 294e8a35-c865-417e-af47-870e930b6c38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.958536 [ 3 ] {} HTTP-Session: 294e8a35-c865-417e-af47-870e930b6c38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.958565 [ 3 ] {} HTTP-Session: 294e8a35-c865-417e-af47-870e930b6c38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:45.958677 [ 3 ] {475571bc-dee2-4937-a240-3a49896c5e5b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:45.958746 [ 3 ] {475571bc-dee2-4937-a240-3a49896c5e5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:25:45.958868 [ 3 ] {475571bc-dee2-4937-a240-3a49896c5e5b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:45.959308 [ 3 ] {475571bc-dee2-4937-a240-3a49896c5e5b} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:45.959343 [ 3 ] {475571bc-dee2-4937-a240-3a49896c5e5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:45.959661 [ 3 ] {475571bc-dee2-4937-a240-3a49896c5e5b} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.06.17 21:25:45.959953 [ 3 ] {475571bc-dee2-4937-a240-3a49896c5e5b} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:45.960072 [ 3 ] {475571bc-dee2-4937-a240-3a49896c5e5b} executeQuery: Read 82 rows, 6.56 KiB in 0.001434 sec., 57182.705718270576 rows/sec., 4.47 MiB/sec. 2024.06.17 21:25:45.960232 [ 3 ] {475571bc-dee2-4937-a240-3a49896c5e5b} DynamicQueryHandler: Done processing query 2024.06.17 21:25:45.960257 [ 3 ] {475571bc-dee2-4937-a240-3a49896c5e5b} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:25:45.960272 [ 3 ] {} HTTP-Session: 294e8a35-c865-417e-af47-870e930b6c38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.960434 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:45.960508 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:45.960528 [ 3 ] {} HTTP-Session: 1f4960a2-890c-4c0e-9119-8d6fb2d0ec3e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:45.960544 [ 3 ] {} HTTP-Session: 1f4960a2-890c-4c0e-9119-8d6fb2d0ec3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.960558 [ 3 ] {} HTTP-Session: 1f4960a2-890c-4c0e-9119-8d6fb2d0ec3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.960588 [ 3 ] {} HTTP-Session: 1f4960a2-890c-4c0e-9119-8d6fb2d0ec3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:45.960728 [ 3 ] {343c86c6-7d9a-4370-9995-1ed63fdf1178} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:45.960775 [ 3 ] {343c86c6-7d9a-4370-9995-1ed63fdf1178} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:25:45.960916 [ 3 ] {343c86c6-7d9a-4370-9995-1ed63fdf1178} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:45.961301 [ 3 ] {343c86c6-7d9a-4370-9995-1ed63fdf1178} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:45.961336 [ 3 ] {343c86c6-7d9a-4370-9995-1ed63fdf1178} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:45.961712 [ 3 ] {343c86c6-7d9a-4370-9995-1ed63fdf1178} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.06.17 21:25:45.962034 [ 3 ] {343c86c6-7d9a-4370-9995-1ed63fdf1178} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:45.962165 [ 124 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.06.17 21:25:45.962169 [ 3 ] {343c86c6-7d9a-4370-9995-1ed63fdf1178} executeQuery: Read 161 rows, 11.48 KiB in 0.001505 sec., 106976.7441860465 rows/sec., 7.45 MiB/sec. 2024.06.17 21:25:45.962209 [ 124 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:45.962246 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:45.962449 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:25:45.962455 [ 3 ] {343c86c6-7d9a-4370-9995-1ed63fdf1178} DynamicQueryHandler: Done processing query 2024.06.17 21:25:45.962555 [ 3 ] {343c86c6-7d9a-4370-9995-1ed63fdf1178} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:45.962594 [ 3 ] {} HTTP-Session: 1f4960a2-890c-4c0e-9119-8d6fb2d0ec3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.962730 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:45.962793 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:45.962813 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 8096 rows starting from the beginning of the part 2024.06.17 21:25:45.962895 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:45.963006 [ 3 ] {} HTTP-Session: c4bb9897-b74c-4117-a131-3e8dd6dc54e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:45.963083 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:25:45.963101 [ 3 ] {} HTTP-Session: c4bb9897-b74c-4117-a131-3e8dd6dc54e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.963172 [ 3 ] {} HTTP-Session: c4bb9897-b74c-4117-a131-3e8dd6dc54e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.963331 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 199 rows starting from the beginning of the part 2024.06.17 21:25:45.963352 [ 3 ] {} HTTP-Session: c4bb9897-b74c-4117-a131-3e8dd6dc54e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:45.963709 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:25:45.963824 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part 2024.06.17 21:25:45.964039 [ 3 ] {b013948e-9dbb-4630-bf80-4a2029ba6c60} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:45.964127 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 161 rows starting from the beginning of the part 2024.06.17 21:25:45.964283 [ 3 ] {b013948e-9dbb-4630-bf80-4a2029ba6c60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:25:45.965001 [ 3 ] {b013948e-9dbb-4630-bf80-4a2029ba6c60} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:45.965568 [ 3 ] {b013948e-9dbb-4630-bf80-4a2029ba6c60} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:45.965605 [ 3 ] {b013948e-9dbb-4630-bf80-4a2029ba6c60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:45.966881 [ 3 ] {b013948e-9dbb-4630-bf80-4a2029ba6c60} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.06.17 21:25:45.967399 [ 3 ] {b013948e-9dbb-4630-bf80-4a2029ba6c60} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:45.967540 [ 3 ] {b013948e-9dbb-4630-bf80-4a2029ba6c60} executeQuery: Read 16 rows, 22.11 KiB in 0.003851 sec., 4154.764996104908 rows/sec., 5.61 MiB/sec. 2024.06.17 21:25:45.967911 [ 3 ] {b013948e-9dbb-4630-bf80-4a2029ba6c60} DynamicQueryHandler: Done processing query 2024.06.17 21:25:45.968004 [ 3 ] {b013948e-9dbb-4630-bf80-4a2029ba6c60} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:25:45.968052 [ 3 ] {} HTTP-Session: c4bb9897-b74c-4117-a131-3e8dd6dc54e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.968231 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:45.968283 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:45.968303 [ 3 ] {} HTTP-Session: e555752a-f18b-4360-938e-b850edad29e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:45.968320 [ 3 ] {} HTTP-Session: e555752a-f18b-4360-938e-b850edad29e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.968334 [ 3 ] {} HTTP-Session: e555752a-f18b-4360-938e-b850edad29e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.968368 [ 3 ] {} HTTP-Session: e555752a-f18b-4360-938e-b850edad29e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:45.968529 [ 3 ] {94ba9560-411b-44ed-9f78-674f8b2638a8} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:45.968575 [ 3 ] {94ba9560-411b-44ed-9f78-674f8b2638a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:25:45.968726 [ 3 ] {94ba9560-411b-44ed-9f78-674f8b2638a8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:45.969139 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 8936 rows, containing 5 columns (5 merged, 0 gathered) in 0.006790458 sec., 1315964.2545466006 rows/sec., 91.80 MiB/sec. 2024.06.17 21:25:45.969390 [ 3 ] {94ba9560-411b-44ed-9f78-674f8b2638a8} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:45.969430 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.06.17 21:25:45.969456 [ 3 ] {94ba9560-411b-44ed-9f78-674f8b2638a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:45.970412 [ 3 ] {94ba9560-411b-44ed-9f78-674f8b2638a8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.06.17 21:25:45.970494 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_61_12} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:45.970664 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_61_12} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.06.17 21:25:45.970892 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. 2024.06.17 21:25:45.971040 [ 3 ] {94ba9560-411b-44ed-9f78-674f8b2638a8} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:45.971178 [ 124 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.06.17 21:25:45.971182 [ 3 ] {94ba9560-411b-44ed-9f78-674f8b2638a8} executeQuery: Read 60 rows, 4.14 KiB in 0.002701 sec., 22213.994816734543 rows/sec., 1.50 MiB/sec. 2024.06.17 21:25:45.971212 [ 124 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:45.971261 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:45.971508 [ 3 ] {94ba9560-411b-44ed-9f78-674f8b2638a8} DynamicQueryHandler: Done processing query 2024.06.17 21:25:45.971526 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:25:45.971545 [ 3 ] {94ba9560-411b-44ed-9f78-674f8b2638a8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:25:45.971636 [ 3 ] {} HTTP-Session: e555752a-f18b-4360-938e-b850edad29e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:45.971929 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:45.971990 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2868 rows starting from the beginning of the part 2024.06.17 21:25:45.972115 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:25:45.972299 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:25:45.972508 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:25:45.972651 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:25:45.972756 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2024.06.17 21:25:45.974487 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3168 rows, containing 4 columns (4 merged, 0 gathered) in 0.003107642 sec., 1019422.4431256882 rows/sec., 68.53 MiB/sec. 2024.06.17 21:25:45.974780 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.06.17 21:25:45.975182 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_61_12} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:45.975265 [ 189 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_61_12} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.06.17 21:25:45.975349 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2024.06.17 21:25:50.949907 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:50.950058 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:50.950088 [ 3 ] {} HTTP-Session: 3335f63b-2145-42d3-b4d3-3ff7d0e4f704 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:50.950118 [ 3 ] {} HTTP-Session: 3335f63b-2145-42d3-b4d3-3ff7d0e4f704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.950137 [ 3 ] {} HTTP-Session: 3335f63b-2145-42d3-b4d3-3ff7d0e4f704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.950195 [ 3 ] {} HTTP-Session: 3335f63b-2145-42d3-b4d3-3ff7d0e4f704 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:50.950397 [ 3 ] {682a1ee5-7817-4e82-9d07-9f5faa3069b5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:50.950468 [ 3 ] {682a1ee5-7817-4e82-9d07-9f5faa3069b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:25:50.950666 [ 3 ] {682a1ee5-7817-4e82-9d07-9f5faa3069b5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:50.951132 [ 3 ] {682a1ee5-7817-4e82-9d07-9f5faa3069b5} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:50.951181 [ 3 ] {682a1ee5-7817-4e82-9d07-9f5faa3069b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:50.951565 [ 3 ] {682a1ee5-7817-4e82-9d07-9f5faa3069b5} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.06.17 21:25:50.951899 [ 3 ] {682a1ee5-7817-4e82-9d07-9f5faa3069b5} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:50.952078 [ 3 ] {682a1ee5-7817-4e82-9d07-9f5faa3069b5} executeQuery: Read 14 rows, 1.13 KiB in 0.001732 sec., 8083.140877598153 rows/sec., 655.18 KiB/sec. 2024.06.17 21:25:50.952082 [ 121 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.06.17 21:25:50.952178 [ 121 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:50.952238 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:50.952431 [ 3 ] {682a1ee5-7817-4e82-9d07-9f5faa3069b5} DynamicQueryHandler: Done processing query 2024.06.17 21:25:50.952489 [ 186 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:25:50.952496 [ 3 ] {682a1ee5-7817-4e82-9d07-9f5faa3069b5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:50.952626 [ 3 ] {} HTTP-Session: 3335f63b-2145-42d3-b4d3-3ff7d0e4f704 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.952991 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:50.953093 [ 186 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:50.953122 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:50.953159 [ 186 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 30 rows starting from the beginning of the part 2024.06.17 21:25:50.953171 [ 3 ] {} HTTP-Session: 17767c67-e396-4abc-b4c5-7f50b1e6213b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:50.953230 [ 3 ] {} HTTP-Session: 17767c67-e396-4abc-b4c5-7f50b1e6213b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.953274 [ 3 ] {} HTTP-Session: 17767c67-e396-4abc-b4c5-7f50b1e6213b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.953427 [ 186 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:50.953442 [ 3 ] {} HTTP-Session: 17767c67-e396-4abc-b4c5-7f50b1e6213b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:50.953638 [ 186 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 16 rows starting from the beginning of the part 2024.06.17 21:25:50.953932 [ 3 ] {e559e899-e477-4b90-85e2-6e044758d8fe} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:50.953965 [ 186 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:50.954077 [ 3 ] {e559e899-e477-4b90-85e2-6e044758d8fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:25:50.954231 [ 186 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 16 rows starting from the beginning of the part 2024.06.17 21:25:50.954539 [ 186 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:50.955306 [ 3 ] {e559e899-e477-4b90-85e2-6e044758d8fe} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:50.956111 [ 3 ] {e559e899-e477-4b90-85e2-6e044758d8fe} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:50.956168 [ 3 ] {e559e899-e477-4b90-85e2-6e044758d8fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:50.956983 [ 3 ] {e559e899-e477-4b90-85e2-6e044758d8fe} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.06.17 21:25:50.957416 [ 191 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.005078322 sec., 20479.205532851207 rows/sec., 1.62 MiB/sec. 2024.06.17 21:25:50.957621 [ 191 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.06.17 21:25:50.957771 [ 3 ] {e559e899-e477-4b90-85e2-6e044758d8fe} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:50.958121 [ 3 ] {e559e899-e477-4b90-85e2-6e044758d8fe} executeQuery: Read 98 rows, 8.24 KiB in 0.004401 sec., 22267.66643944558 rows/sec., 1.83 MiB/sec. 2024.06.17 21:25:50.958493 [ 3 ] {e559e899-e477-4b90-85e2-6e044758d8fe} DynamicQueryHandler: Done processing query 2024.06.17 21:25:50.958521 [ 3 ] {e559e899-e477-4b90-85e2-6e044758d8fe} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:25:50.958562 [ 3 ] {} HTTP-Session: 17767c67-e396-4abc-b4c5-7f50b1e6213b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.958606 [ 191 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_61_12} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:50.958710 [ 191 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_61_12} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.06.17 21:25:50.958752 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:50.958853 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.06.17 21:25:50.958870 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:50.958915 [ 3 ] {} HTTP-Session: 09bc83cb-1f9e-453f-929d-cb52d0ee6eca Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:50.958932 [ 3 ] {} HTTP-Session: 09bc83cb-1f9e-453f-929d-cb52d0ee6eca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.958946 [ 3 ] {} HTTP-Session: 09bc83cb-1f9e-453f-929d-cb52d0ee6eca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.958981 [ 3 ] {} HTTP-Session: 09bc83cb-1f9e-453f-929d-cb52d0ee6eca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:50.959115 [ 3 ] {56f447e1-cb2b-4dec-873f-9719c1025e93} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:50.959159 [ 3 ] {56f447e1-cb2b-4dec-873f-9719c1025e93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:25:50.959311 [ 3 ] {56f447e1-cb2b-4dec-873f-9719c1025e93} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:50.959674 [ 3 ] {56f447e1-cb2b-4dec-873f-9719c1025e93} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:50.959710 [ 3 ] {56f447e1-cb2b-4dec-873f-9719c1025e93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:50.960034 [ 3 ] {56f447e1-cb2b-4dec-873f-9719c1025e93} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.06.17 21:25:50.960350 [ 3 ] {56f447e1-cb2b-4dec-873f-9719c1025e93} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:50.960510 [ 3 ] {56f447e1-cb2b-4dec-873f-9719c1025e93} executeQuery: Read 78 rows, 6.24 KiB in 0.001441 sec., 54129.07702984039 rows/sec., 4.23 MiB/sec. 2024.06.17 21:25:50.960707 [ 3 ] {56f447e1-cb2b-4dec-873f-9719c1025e93} DynamicQueryHandler: Done processing query 2024.06.17 21:25:50.960747 [ 3 ] {56f447e1-cb2b-4dec-873f-9719c1025e93} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:25:50.960781 [ 3 ] {} HTTP-Session: 09bc83cb-1f9e-453f-929d-cb52d0ee6eca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.960986 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:50.961037 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:50.961056 [ 3 ] {} HTTP-Session: b52a4b6b-1e35-4f95-9171-daa1b2bfdafb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:50.961073 [ 3 ] {} HTTP-Session: b52a4b6b-1e35-4f95-9171-daa1b2bfdafb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.961087 [ 3 ] {} HTTP-Session: b52a4b6b-1e35-4f95-9171-daa1b2bfdafb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.961119 [ 3 ] {} HTTP-Session: b52a4b6b-1e35-4f95-9171-daa1b2bfdafb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:50.961280 [ 3 ] {dcc3737a-a44c-4434-8abb-634c23e1675f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:50.961327 [ 3 ] {dcc3737a-a44c-4434-8abb-634c23e1675f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:25:50.961473 [ 3 ] {dcc3737a-a44c-4434-8abb-634c23e1675f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:50.961874 [ 3 ] {dcc3737a-a44c-4434-8abb-634c23e1675f} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:50.961909 [ 3 ] {dcc3737a-a44c-4434-8abb-634c23e1675f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:50.962297 [ 3 ] {dcc3737a-a44c-4434-8abb-634c23e1675f} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.06.17 21:25:50.962633 [ 3 ] {dcc3737a-a44c-4434-8abb-634c23e1675f} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:50.962782 [ 3 ] {dcc3737a-a44c-4434-8abb-634c23e1675f} executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. 2024.06.17 21:25:50.962955 [ 3 ] {dcc3737a-a44c-4434-8abb-634c23e1675f} DynamicQueryHandler: Done processing query 2024.06.17 21:25:50.962980 [ 3 ] {dcc3737a-a44c-4434-8abb-634c23e1675f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:50.962996 [ 3 ] {} HTTP-Session: b52a4b6b-1e35-4f95-9171-daa1b2bfdafb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.963130 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:50.963178 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:50.963197 [ 3 ] {} HTTP-Session: 62917786-7667-4fbd-9cad-3d55e2cec156 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:50.963214 [ 3 ] {} HTTP-Session: 62917786-7667-4fbd-9cad-3d55e2cec156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.963227 [ 3 ] {} HTTP-Session: 62917786-7667-4fbd-9cad-3d55e2cec156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.963259 [ 3 ] {} HTTP-Session: 62917786-7667-4fbd-9cad-3d55e2cec156 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:50.963465 [ 3 ] {57fc07cd-8f4c-4c77-a32a-e38a7e967f74} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:50.963513 [ 3 ] {57fc07cd-8f4c-4c77-a32a-e38a7e967f74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:25:50.963673 [ 3 ] {57fc07cd-8f4c-4c77-a32a-e38a7e967f74} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:50.964071 [ 3 ] {57fc07cd-8f4c-4c77-a32a-e38a7e967f74} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:50.964106 [ 3 ] {57fc07cd-8f4c-4c77-a32a-e38a7e967f74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:50.964494 [ 3 ] {57fc07cd-8f4c-4c77-a32a-e38a7e967f74} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.06.17 21:25:50.964829 [ 3 ] {57fc07cd-8f4c-4c77-a32a-e38a7e967f74} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:50.964999 [ 121 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.06.17 21:25:50.965000 [ 3 ] {57fc07cd-8f4c-4c77-a32a-e38a7e967f74} executeQuery: Read 14 rows, 19.35 KiB in 0.001652 sec., 8474.57627118644 rows/sec., 11.44 MiB/sec. 2024.06.17 21:25:50.965065 [ 121 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:50.965137 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:50.965373 [ 3 ] {57fc07cd-8f4c-4c77-a32a-e38a7e967f74} DynamicQueryHandler: Done processing query 2024.06.17 21:25:50.965441 [ 3 ] {57fc07cd-8f4c-4c77-a32a-e38a7e967f74} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:50.965452 [ 196 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:25:50.965483 [ 3 ] {} HTTP-Session: 62917786-7667-4fbd-9cad-3d55e2cec156 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.965707 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:50.965902 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:50.966008 [ 3 ] {} HTTP-Session: 43a4d175-42a1-4cbe-b703-fdf903de71b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:50.966091 [ 3 ] {} HTTP-Session: 43a4d175-42a1-4cbe-b703-fdf903de71b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.966167 [ 3 ] {} HTTP-Session: 43a4d175-42a1-4cbe-b703-fdf903de71b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.966282 [ 196 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:25:50.966333 [ 3 ] {} HTTP-Session: 43a4d175-42a1-4cbe-b703-fdf903de71b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:50.966441 [ 196 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 844 rows starting from the beginning of the part 2024.06.17 21:25:50.966858 [ 3 ] {b0e9dc40-2ec3-4abb-94f3-8ad577dea01a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:50.967068 [ 196 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:50.967090 [ 3 ] {b0e9dc40-2ec3-4abb-94f3-8ad577dea01a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:25:50.967553 [ 196 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 16 rows starting from the beginning of the part 2024.06.17 21:25:50.967880 [ 196 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:50.968247 [ 196 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 16 rows starting from the beginning of the part 2024.06.17 21:25:50.968268 [ 3 ] {b0e9dc40-2ec3-4abb-94f3-8ad577dea01a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:50.968579 [ 196 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part 2024.06.17 21:25:50.969183 [ 3 ] {b0e9dc40-2ec3-4abb-94f3-8ad577dea01a} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:50.969225 [ 3 ] {b0e9dc40-2ec3-4abb-94f3-8ad577dea01a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. 2024.06.17 21:25:50.969723 [ 3 ] {b0e9dc40-2ec3-4abb-94f3-8ad577dea01a} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.06.17 21:25:50.970049 [ 3 ] {b0e9dc40-2ec3-4abb-94f3-8ad577dea01a} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:50.970207 [ 3 ] {b0e9dc40-2ec3-4abb-94f3-8ad577dea01a} executeQuery: Read 60 rows, 4.14 KiB in 0.003655 sec., 16415.868673050616 rows/sec., 1.11 MiB/sec. 2024.06.17 21:25:50.970467 [ 3 ] {b0e9dc40-2ec3-4abb-94f3-8ad577dea01a} DynamicQueryHandler: Done processing query 2024.06.17 21:25:50.970497 [ 3 ] {b0e9dc40-2ec3-4abb-94f3-8ad577dea01a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:25:50.970520 [ 3 ] {} HTTP-Session: 43a4d175-42a1-4cbe-b703-fdf903de71b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:50.974242 [ 193 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 6 columns (6 merged, 0 gathered) in 0.008974181 sec., 102293.4571968183 rows/sec., 138.04 MiB/sec. 2024.06.17 21:25:50.975283 [ 193 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.06.17 21:25:50.975774 [ 193 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_61_12} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:50.975864 [ 193 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_61_12} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.06.17 21:25:50.975972 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. 2024.06.17 21:25:55.950188 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:55.950326 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:55.950352 [ 3 ] {} HTTP-Session: 0a077705-a489-46fa-b1f4-0465c9f138bb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:55.950394 [ 3 ] {} HTTP-Session: 0a077705-a489-46fa-b1f4-0465c9f138bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.950425 [ 3 ] {} HTTP-Session: 0a077705-a489-46fa-b1f4-0465c9f138bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.950507 [ 3 ] {} HTTP-Session: 0a077705-a489-46fa-b1f4-0465c9f138bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:55.950807 [ 3 ] {1878e4b7-d93a-4e12-9226-21aa0dadeee7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:55.950917 [ 3 ] {1878e4b7-d93a-4e12-9226-21aa0dadeee7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:25:55.951239 [ 3 ] {1878e4b7-d93a-4e12-9226-21aa0dadeee7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:55.951727 [ 3 ] {1878e4b7-d93a-4e12-9226-21aa0dadeee7} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:55.951770 [ 3 ] {1878e4b7-d93a-4e12-9226-21aa0dadeee7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:25:55.952139 [ 3 ] {1878e4b7-d93a-4e12-9226-21aa0dadeee7} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.06.17 21:25:55.952473 [ 3 ] {1878e4b7-d93a-4e12-9226-21aa0dadeee7} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:55.952646 [ 3 ] {1878e4b7-d93a-4e12-9226-21aa0dadeee7} executeQuery: Read 16 rows, 1.30 KiB in 0.001936 sec., 8264.462809917355 rows/sec., 669.87 KiB/sec. 2024.06.17 21:25:55.952839 [ 3 ] {1878e4b7-d93a-4e12-9226-21aa0dadeee7} DynamicQueryHandler: Done processing query 2024.06.17 21:25:55.952865 [ 3 ] {1878e4b7-d93a-4e12-9226-21aa0dadeee7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:25:55.952882 [ 3 ] {} HTTP-Session: 0a077705-a489-46fa-b1f4-0465c9f138bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.953024 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:55.953072 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:55.953091 [ 3 ] {} HTTP-Session: 90c40e46-b8e2-4dd7-bb80-d665f807d6e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:55.953108 [ 3 ] {} HTTP-Session: 90c40e46-b8e2-4dd7-bb80-d665f807d6e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.953122 [ 3 ] {} HTTP-Session: 90c40e46-b8e2-4dd7-bb80-d665f807d6e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.953154 [ 3 ] {} HTTP-Session: 90c40e46-b8e2-4dd7-bb80-d665f807d6e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:55.953277 [ 3 ] {46efba25-043e-473a-8655-d86ec037a33e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:55.953321 [ 3 ] {46efba25-043e-473a-8655-d86ec037a33e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:25:55.953447 [ 3 ] {46efba25-043e-473a-8655-d86ec037a33e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:55.953827 [ 3 ] {46efba25-043e-473a-8655-d86ec037a33e} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:55.953863 [ 3 ] {46efba25-043e-473a-8655-d86ec037a33e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:25:55.954181 [ 3 ] {46efba25-043e-473a-8655-d86ec037a33e} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.06.17 21:25:55.954486 [ 3 ] {46efba25-043e-473a-8655-d86ec037a33e} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:55.954655 [ 3 ] {46efba25-043e-473a-8655-d86ec037a33e} executeQuery: Read 104 rows, 8.66 KiB in 0.001417 sec., 73394.49541284403 rows/sec., 5.97 MiB/sec. 2024.06.17 21:25:55.954925 [ 3 ] {46efba25-043e-473a-8655-d86ec037a33e} DynamicQueryHandler: Done processing query 2024.06.17 21:25:55.954951 [ 3 ] {46efba25-043e-473a-8655-d86ec037a33e} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:25:55.955008 [ 3 ] {} HTTP-Session: 90c40e46-b8e2-4dd7-bb80-d665f807d6e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.955260 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:55.955411 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:55.955466 [ 3 ] {} HTTP-Session: 2d485d70-25cd-42a8-86a4-e7a0838466d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:55.955498 [ 3 ] {} HTTP-Session: 2d485d70-25cd-42a8-86a4-e7a0838466d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.955518 [ 3 ] {} HTTP-Session: 2d485d70-25cd-42a8-86a4-e7a0838466d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.955551 [ 3 ] {} HTTP-Session: 2d485d70-25cd-42a8-86a4-e7a0838466d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:55.955679 [ 3 ] {62f961e6-a452-4126-adfb-7b633df92833} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:55.955723 [ 3 ] {62f961e6-a452-4126-adfb-7b633df92833} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:25:55.955864 [ 3 ] {62f961e6-a452-4126-adfb-7b633df92833} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:55.956199 [ 3 ] {62f961e6-a452-4126-adfb-7b633df92833} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:55.956236 [ 3 ] {62f961e6-a452-4126-adfb-7b633df92833} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:25:55.956550 [ 3 ] {62f961e6-a452-4126-adfb-7b633df92833} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.06.17 21:25:55.956859 [ 3 ] {62f961e6-a452-4126-adfb-7b633df92833} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:55.957020 [ 3 ] {62f961e6-a452-4126-adfb-7b633df92833} executeQuery: Read 80 rows, 6.40 KiB in 0.001381 sec., 57929.03692976104 rows/sec., 4.52 MiB/sec. 2024.06.17 21:25:55.957177 [ 3 ] {62f961e6-a452-4126-adfb-7b633df92833} DynamicQueryHandler: Done processing query 2024.06.17 21:25:55.957201 [ 3 ] {62f961e6-a452-4126-adfb-7b633df92833} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:25:55.957217 [ 3 ] {} HTTP-Session: 2d485d70-25cd-42a8-86a4-e7a0838466d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.957371 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:55.957419 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:55.957438 [ 3 ] {} HTTP-Session: 624773b0-1f17-4f3e-b808-a59063e119c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:55.957455 [ 3 ] {} HTTP-Session: 624773b0-1f17-4f3e-b808-a59063e119c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.957469 [ 3 ] {} HTTP-Session: 624773b0-1f17-4f3e-b808-a59063e119c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.957500 [ 3 ] {} HTTP-Session: 624773b0-1f17-4f3e-b808-a59063e119c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:55.957642 [ 3 ] {03b0a406-f339-4d84-a834-3b3897ece59c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:55.957688 [ 3 ] {03b0a406-f339-4d84-a834-3b3897ece59c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:25:55.957834 [ 3 ] {03b0a406-f339-4d84-a834-3b3897ece59c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:55.958213 [ 3 ] {03b0a406-f339-4d84-a834-3b3897ece59c} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:55.958249 [ 3 ] {03b0a406-f339-4d84-a834-3b3897ece59c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:25:55.958638 [ 3 ] {03b0a406-f339-4d84-a834-3b3897ece59c} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.06.17 21:25:55.958969 [ 3 ] {03b0a406-f339-4d84-a834-3b3897ece59c} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:55.959113 [ 3 ] {03b0a406-f339-4d84-a834-3b3897ece59c} executeQuery: Read 160 rows, 11.41 KiB in 0.001535 sec., 104234.52768729642 rows/sec., 7.26 MiB/sec. 2024.06.17 21:25:55.959314 [ 3 ] {03b0a406-f339-4d84-a834-3b3897ece59c} DynamicQueryHandler: Done processing query 2024.06.17 21:25:55.959339 [ 3 ] {03b0a406-f339-4d84-a834-3b3897ece59c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:25:55.959355 [ 3 ] {} HTTP-Session: 624773b0-1f17-4f3e-b808-a59063e119c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.959477 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:55.959526 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:55.959545 [ 3 ] {} HTTP-Session: e82da0e8-8978-4091-a155-4331bd305e1c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:55.959562 [ 3 ] {} HTTP-Session: e82da0e8-8978-4091-a155-4331bd305e1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.959576 [ 3 ] {} HTTP-Session: e82da0e8-8978-4091-a155-4331bd305e1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.959608 [ 3 ] {} HTTP-Session: e82da0e8-8978-4091-a155-4331bd305e1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:55.959790 [ 3 ] {724e3cb3-6331-4b86-bcd5-848d75151683} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:55.959837 [ 3 ] {724e3cb3-6331-4b86-bcd5-848d75151683} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:25:55.960001 [ 3 ] {724e3cb3-6331-4b86-bcd5-848d75151683} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:55.960408 [ 3 ] {724e3cb3-6331-4b86-bcd5-848d75151683} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:55.960444 [ 3 ] {724e3cb3-6331-4b86-bcd5-848d75151683} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:25:55.960843 [ 3 ] {724e3cb3-6331-4b86-bcd5-848d75151683} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.06.17 21:25:55.961182 [ 3 ] {724e3cb3-6331-4b86-bcd5-848d75151683} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:55.961342 [ 3 ] {724e3cb3-6331-4b86-bcd5-848d75151683} executeQuery: Read 16 rows, 22.11 KiB in 0.00165 sec., 9696.969696969698 rows/sec., 13.09 MiB/sec. 2024.06.17 21:25:55.961664 [ 3 ] {724e3cb3-6331-4b86-bcd5-848d75151683} DynamicQueryHandler: Done processing query 2024.06.17 21:25:55.961727 [ 3 ] {724e3cb3-6331-4b86-bcd5-848d75151683} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:25:55.961791 [ 3 ] {} HTTP-Session: e82da0e8-8978-4091-a155-4331bd305e1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.962020 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:25:55.962142 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:25:55.962185 [ 3 ] {} HTTP-Session: a4e9823a-1f23-4242-9471-406e10e23e9a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:25:55.962221 [ 3 ] {} HTTP-Session: a4e9823a-1f23-4242-9471-406e10e23e9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.962237 [ 3 ] {} HTTP-Session: a4e9823a-1f23-4242-9471-406e10e23e9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:25:55.962269 [ 3 ] {} HTTP-Session: a4e9823a-1f23-4242-9471-406e10e23e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:25:55.962395 [ 3 ] {2c6e7307-d5ca-4355-9609-d5718ef16475} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:25:55.962442 [ 3 ] {2c6e7307-d5ca-4355-9609-d5718ef16475} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:25:55.962588 [ 3 ] {2c6e7307-d5ca-4355-9609-d5718ef16475} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:25:55.962887 [ 3 ] {2c6e7307-d5ca-4355-9609-d5718ef16475} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:25:55.962922 [ 3 ] {2c6e7307-d5ca-4355-9609-d5718ef16475} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:25:55.963289 [ 3 ] {2c6e7307-d5ca-4355-9609-d5718ef16475} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.06.17 21:25:55.963599 [ 3 ] {2c6e7307-d5ca-4355-9609-d5718ef16475} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:25:55.963756 [ 3 ] {2c6e7307-d5ca-4355-9609-d5718ef16475} executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. 2024.06.17 21:25:55.964036 [ 3 ] {2c6e7307-d5ca-4355-9609-d5718ef16475} DynamicQueryHandler: Done processing query 2024.06.17 21:25:55.964094 [ 3 ] {2c6e7307-d5ca-4355-9609-d5718ef16475} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:25:55.964151 [ 3 ] {} HTTP-Session: a4e9823a-1f23-4242-9471-406e10e23e9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.179991 [ 111 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:26:00.180065 [ 111 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:26:00.951920 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:00.952047 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:00.952078 [ 3 ] {} HTTP-Session: e1fb8014-d32d-4e2f-b024-b693aa40fafb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:00.952108 [ 3 ] {} HTTP-Session: e1fb8014-d32d-4e2f-b024-b693aa40fafb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.952125 [ 3 ] {} HTTP-Session: e1fb8014-d32d-4e2f-b024-b693aa40fafb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.952183 [ 3 ] {} HTTP-Session: e1fb8014-d32d-4e2f-b024-b693aa40fafb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:00.952392 [ 3 ] {1ad36c8f-8fba-45de-b186-ec2cadb0135a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:00.952468 [ 3 ] {1ad36c8f-8fba-45de-b186-ec2cadb0135a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:26:00.952668 [ 3 ] {1ad36c8f-8fba-45de-b186-ec2cadb0135a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:00.953080 [ 3 ] {1ad36c8f-8fba-45de-b186-ec2cadb0135a} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:00.953121 [ 3 ] {1ad36c8f-8fba-45de-b186-ec2cadb0135a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:00.953482 [ 3 ] {1ad36c8f-8fba-45de-b186-ec2cadb0135a} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.06.17 21:26:00.953811 [ 3 ] {1ad36c8f-8fba-45de-b186-ec2cadb0135a} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:00.953977 [ 3 ] {1ad36c8f-8fba-45de-b186-ec2cadb0135a} executeQuery: Read 14 rows, 1.13 KiB in 0.001647 sec., 8500.303582270795 rows/sec., 688.99 KiB/sec. 2024.06.17 21:26:00.954178 [ 3 ] {1ad36c8f-8fba-45de-b186-ec2cadb0135a} DynamicQueryHandler: Done processing query 2024.06.17 21:26:00.954206 [ 3 ] {1ad36c8f-8fba-45de-b186-ec2cadb0135a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:00.954222 [ 3 ] {} HTTP-Session: e1fb8014-d32d-4e2f-b024-b693aa40fafb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.954370 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 19161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:00.954418 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:00.954438 [ 3 ] {} HTTP-Session: cec391b5-555a-4e90-96d0-b6c94ba85529 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:00.954455 [ 3 ] {} HTTP-Session: cec391b5-555a-4e90-96d0-b6c94ba85529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.954469 [ 3 ] {} HTTP-Session: cec391b5-555a-4e90-96d0-b6c94ba85529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.954501 [ 3 ] {} HTTP-Session: cec391b5-555a-4e90-96d0-b6c94ba85529 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:00.954635 [ 3 ] {42016677-9f20-4e73-a4b3-2d67be817b64} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:00.954680 [ 3 ] {42016677-9f20-4e73-a4b3-2d67be817b64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:26:00.954805 [ 3 ] {42016677-9f20-4e73-a4b3-2d67be817b64} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:00.955181 [ 3 ] {42016677-9f20-4e73-a4b3-2d67be817b64} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:00.955218 [ 3 ] {42016677-9f20-4e73-a4b3-2d67be817b64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:00.955538 [ 3 ] {42016677-9f20-4e73-a4b3-2d67be817b64} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.06.17 21:26:00.955842 [ 3 ] {42016677-9f20-4e73-a4b3-2d67be817b64} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:00.956006 [ 3 ] {42016677-9f20-4e73-a4b3-2d67be817b64} executeQuery: Read 134 rows, 11.00 KiB in 0.001423 sec., 94167.25228390723 rows/sec., 7.55 MiB/sec. 2024.06.17 21:26:00.956018 [ 111 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.06.17 21:26:00.956116 [ 111 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:00.956173 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:00.956292 [ 3 ] {42016677-9f20-4e73-a4b3-2d67be817b64} DynamicQueryHandler: Done processing query 2024.06.17 21:26:00.956346 [ 3 ] {42016677-9f20-4e73-a4b3-2d67be817b64} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:26:00.956355 [ 191 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:26:00.956372 [ 3 ] {} HTTP-Session: cec391b5-555a-4e90-96d0-b6c94ba85529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.956528 [ 191 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:00.956582 [ 191 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 189 rows starting from the beginning of the part 2024.06.17 21:26:00.956598 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:00.956775 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:00.956790 [ 191 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 98 rows starting from the beginning of the part 2024.06.17 21:26:00.956856 [ 3 ] {} HTTP-Session: c99620fe-ea16-48e7-bd12-1a763579e79a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:00.956925 [ 3 ] {} HTTP-Session: c99620fe-ea16-48e7-bd12-1a763579e79a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.957030 [ 3 ] {} HTTP-Session: c99620fe-ea16-48e7-bd12-1a763579e79a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.957032 [ 191 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 105 rows starting from the beginning of the part 2024.06.17 21:26:00.957205 [ 3 ] {} HTTP-Session: c99620fe-ea16-48e7-bd12-1a763579e79a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:00.957375 [ 191 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 98 rows starting from the beginning of the part 2024.06.17 21:26:00.957606 [ 191 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 104 rows starting from the beginning of the part 2024.06.17 21:26:00.957832 [ 3 ] {cb0a3c68-1032-4a3f-9080-9b0044ab6216} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:00.957862 [ 191 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 134 rows starting from the beginning of the part 2024.06.17 21:26:00.958087 [ 3 ] {cb0a3c68-1032-4a3f-9080-9b0044ab6216} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:26:00.958623 [ 3 ] {cb0a3c68-1032-4a3f-9080-9b0044ab6216} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:00.959535 [ 3 ] {cb0a3c68-1032-4a3f-9080-9b0044ab6216} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:00.959597 [ 3 ] {cb0a3c68-1032-4a3f-9080-9b0044ab6216} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:00.960257 [ 3 ] {cb0a3c68-1032-4a3f-9080-9b0044ab6216} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.06.17 21:26:00.960670 [ 191 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 728 rows, containing 4 columns (4 merged, 0 gathered) in 0.004408565 sec., 165133.09886550385 rows/sec., 13.44 MiB/sec. 2024.06.17 21:26:00.960901 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.06.17 21:26:00.960933 [ 3 ] {cb0a3c68-1032-4a3f-9080-9b0044ab6216} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:00.961181 [ 111 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.06.17 21:26:00.961235 [ 3 ] {cb0a3c68-1032-4a3f-9080-9b0044ab6216} executeQuery: Read 102 rows, 8.13 KiB in 0.003651 sec., 27937.551355792933 rows/sec., 2.18 MiB/sec. 2024.06.17 21:26:00.961309 [ 111 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:00.961436 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:00.961820 [ 192 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:26:00.961858 [ 3 ] {cb0a3c68-1032-4a3f-9080-9b0044ab6216} DynamicQueryHandler: Done processing query 2024.06.17 21:26:00.961896 [ 3 ] {cb0a3c68-1032-4a3f-9080-9b0044ab6216} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:26:00.961931 [ 3 ] {} HTTP-Session: c99620fe-ea16-48e7-bd12-1a763579e79a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.962049 [ 192 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:00.962081 [ 192 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 150 rows starting from the beginning of the part 2024.06.17 21:26:00.962209 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_66_13} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:00.962336 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:00.962357 [ 192 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 78 rows starting from the beginning of the part 2024.06.17 21:26:00.962681 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:00.962739 [ 188 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_66_13} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.06.17 21:26:00.962836 [ 3 ] {} HTTP-Session: fefb8903-62ec-4eb9-8a7f-727ea8ee4441 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:00.962903 [ 192 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part 2024.06.17 21:26:00.962960 [ 3 ] {} HTTP-Session: fefb8903-62ec-4eb9-8a7f-727ea8ee4441 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.963076 [ 3 ] {} HTTP-Session: fefb8903-62ec-4eb9-8a7f-727ea8ee4441 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.963096 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.06.17 21:26:00.963280 [ 3 ] {} HTTP-Session: fefb8903-62ec-4eb9-8a7f-727ea8ee4441 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:00.963338 [ 192 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 78 rows starting from the beginning of the part 2024.06.17 21:26:00.963555 [ 192 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 80 rows starting from the beginning of the part 2024.06.17 21:26:00.963759 [ 3 ] {d642ed66-b646-4ec5-a8e6-1f1488acb825} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:00.963847 [ 192 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 102 rows starting from the beginning of the part 2024.06.17 21:26:00.963943 [ 3 ] {d642ed66-b646-4ec5-a8e6-1f1488acb825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:26:00.964522 [ 3 ] {d642ed66-b646-4ec5-a8e6-1f1488acb825} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:00.965162 [ 3 ] {d642ed66-b646-4ec5-a8e6-1f1488acb825} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:00.965209 [ 3 ] {d642ed66-b646-4ec5-a8e6-1f1488acb825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:00.965616 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 4 columns (4 merged, 0 gathered) in 0.00395497 sec., 144122.45857743546 rows/sec., 11.25 MiB/sec. 2024.06.17 21:26:00.965858 [ 3 ] {d642ed66-b646-4ec5-a8e6-1f1488acb825} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.06.17 21:26:00.965887 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.06.17 21:26:00.966642 [ 3 ] {d642ed66-b646-4ec5-a8e6-1f1488acb825} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:00.966806 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_66_13} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:00.966983 [ 3 ] {d642ed66-b646-4ec5-a8e6-1f1488acb825} executeQuery: Read 196 rows, 14.01 KiB in 0.003467 sec., 56533.02567060859 rows/sec., 3.95 MiB/sec. 2024.06.17 21:26:00.967078 [ 198 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_66_13} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.06.17 21:26:00.967282 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.06.17 21:26:00.967338 [ 3 ] {d642ed66-b646-4ec5-a8e6-1f1488acb825} DynamicQueryHandler: Done processing query 2024.06.17 21:26:00.967370 [ 3 ] {d642ed66-b646-4ec5-a8e6-1f1488acb825} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.17 21:26:00.967386 [ 3 ] {} HTTP-Session: fefb8903-62ec-4eb9-8a7f-727ea8ee4441 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.967524 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:00.967572 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:00.967592 [ 3 ] {} HTTP-Session: 8f7d18fa-27c2-46e0-88c7-f278a99c79b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:00.967608 [ 3 ] {} HTTP-Session: 8f7d18fa-27c2-46e0-88c7-f278a99c79b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.967624 [ 3 ] {} HTTP-Session: 8f7d18fa-27c2-46e0-88c7-f278a99c79b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.967655 [ 3 ] {} HTTP-Session: 8f7d18fa-27c2-46e0-88c7-f278a99c79b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:00.967853 [ 3 ] {1bc5888a-5228-4a4c-a630-c8f41f4db458} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:00.967904 [ 3 ] {1bc5888a-5228-4a4c-a630-c8f41f4db458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:26:00.968088 [ 3 ] {1bc5888a-5228-4a4c-a630-c8f41f4db458} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:00.968469 [ 3 ] {1bc5888a-5228-4a4c-a630-c8f41f4db458} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:00.968506 [ 3 ] {1bc5888a-5228-4a4c-a630-c8f41f4db458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:00.968916 [ 3 ] {1bc5888a-5228-4a4c-a630-c8f41f4db458} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.06.17 21:26:00.969262 [ 3 ] {1bc5888a-5228-4a4c-a630-c8f41f4db458} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:00.969422 [ 3 ] {1bc5888a-5228-4a4c-a630-c8f41f4db458} executeQuery: Read 14 rows, 19.35 KiB in 0.001673 sec., 8368.200836820084 rows/sec., 11.29 MiB/sec. 2024.06.17 21:26:00.969596 [ 3 ] {1bc5888a-5228-4a4c-a630-c8f41f4db458} DynamicQueryHandler: Done processing query 2024.06.17 21:26:00.969621 [ 3 ] {1bc5888a-5228-4a4c-a630-c8f41f4db458} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:26:00.969637 [ 3 ] {} HTTP-Session: 8f7d18fa-27c2-46e0-88c7-f278a99c79b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.969769 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:00.969817 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:00.969836 [ 3 ] {} HTTP-Session: dcfe8590-7915-4936-a74d-4b016bf9121b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:00.969853 [ 3 ] {} HTTP-Session: dcfe8590-7915-4936-a74d-4b016bf9121b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.969867 [ 3 ] {} HTTP-Session: dcfe8590-7915-4936-a74d-4b016bf9121b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:00.969897 [ 3 ] {} HTTP-Session: dcfe8590-7915-4936-a74d-4b016bf9121b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:00.970011 [ 3 ] {d0b30816-766b-431d-93f5-7e65d7fde1ae} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:00.970058 [ 3 ] {d0b30816-766b-431d-93f5-7e65d7fde1ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:26:00.970185 [ 3 ] {d0b30816-766b-431d-93f5-7e65d7fde1ae} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:00.970466 [ 3 ] {d0b30816-766b-431d-93f5-7e65d7fde1ae} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:00.970503 [ 3 ] {d0b30816-766b-431d-93f5-7e65d7fde1ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:00.970876 [ 3 ] {d0b30816-766b-431d-93f5-7e65d7fde1ae} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.06.17 21:26:00.971199 [ 3 ] {d0b30816-766b-431d-93f5-7e65d7fde1ae} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:00.971358 [ 3 ] {d0b30816-766b-431d-93f5-7e65d7fde1ae} executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. 2024.06.17 21:26:00.971548 [ 3 ] {d0b30816-766b-431d-93f5-7e65d7fde1ae} DynamicQueryHandler: Done processing query 2024.06.17 21:26:00.971586 [ 3 ] {d0b30816-766b-431d-93f5-7e65d7fde1ae} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:00.971618 [ 3 ] {} HTTP-Session: dcfe8590-7915-4936-a74d-4b016bf9121b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:01.001280 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000901969 sec. 2024.06.17 21:26:05.949756 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:05.949888 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:05.949914 [ 3 ] {} HTTP-Session: 05be7cce-f413-4583-89bc-387f8a14f6c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:05.949938 [ 3 ] {} HTTP-Session: 05be7cce-f413-4583-89bc-387f8a14f6c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.949954 [ 3 ] {} HTTP-Session: 05be7cce-f413-4583-89bc-387f8a14f6c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.950004 [ 3 ] {} HTTP-Session: 05be7cce-f413-4583-89bc-387f8a14f6c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:05.950193 [ 3 ] {e171a35b-6c43-4f4d-956b-1784ec30f854} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:05.950259 [ 3 ] {e171a35b-6c43-4f4d-956b-1784ec30f854} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:26:05.950452 [ 3 ] {e171a35b-6c43-4f4d-956b-1784ec30f854} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:05.950891 [ 3 ] {e171a35b-6c43-4f4d-956b-1784ec30f854} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:05.950934 [ 3 ] {e171a35b-6c43-4f4d-956b-1784ec30f854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:05.951315 [ 3 ] {e171a35b-6c43-4f4d-956b-1784ec30f854} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.06.17 21:26:05.951664 [ 3 ] {e171a35b-6c43-4f4d-956b-1784ec30f854} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:05.951812 [ 3 ] {e171a35b-6c43-4f4d-956b-1784ec30f854} executeQuery: Read 16 rows, 1.30 KiB in 0.001678 sec., 9535.160905840286 rows/sec., 772.87 KiB/sec. 2024.06.17 21:26:05.952112 [ 3 ] {e171a35b-6c43-4f4d-956b-1784ec30f854} DynamicQueryHandler: Done processing query 2024.06.17 21:26:05.952175 [ 3 ] {e171a35b-6c43-4f4d-956b-1784ec30f854} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:05.952231 [ 3 ] {} HTTP-Session: 05be7cce-f413-4583-89bc-387f8a14f6c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.952430 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:05.952490 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:05.952510 [ 3 ] {} HTTP-Session: a3a24e70-d7d2-478e-af79-be4e99b96532 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:05.952529 [ 3 ] {} HTTP-Session: a3a24e70-d7d2-478e-af79-be4e99b96532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.952543 [ 3 ] {} HTTP-Session: a3a24e70-d7d2-478e-af79-be4e99b96532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.952582 [ 3 ] {} HTTP-Session: a3a24e70-d7d2-478e-af79-be4e99b96532 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:05.952722 [ 3 ] {6bc29233-9e74-4a24-836e-883bd844179c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:05.952773 [ 3 ] {6bc29233-9e74-4a24-836e-883bd844179c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:26:05.952923 [ 3 ] {6bc29233-9e74-4a24-836e-883bd844179c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:05.953281 [ 3 ] {6bc29233-9e74-4a24-836e-883bd844179c} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:05.953319 [ 3 ] {6bc29233-9e74-4a24-836e-883bd844179c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:05.953649 [ 3 ] {6bc29233-9e74-4a24-836e-883bd844179c} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.06.17 21:26:05.953965 [ 3 ] {6bc29233-9e74-4a24-836e-883bd844179c} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:05.954090 [ 3 ] {6bc29233-9e74-4a24-836e-883bd844179c} executeQuery: Read 104 rows, 8.66 KiB in 0.001422 sec., 73136.42756680731 rows/sec., 5.95 MiB/sec. 2024.06.17 21:26:05.954252 [ 3 ] {6bc29233-9e74-4a24-836e-883bd844179c} DynamicQueryHandler: Done processing query 2024.06.17 21:26:05.954277 [ 3 ] {6bc29233-9e74-4a24-836e-883bd844179c} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:26:05.954294 [ 3 ] {} HTTP-Session: a3a24e70-d7d2-478e-af79-be4e99b96532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.954456 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:05.954505 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:05.954525 [ 3 ] {} HTTP-Session: bf844392-ad54-459d-baa9-0455cb8dc091 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:05.954543 [ 3 ] {} HTTP-Session: bf844392-ad54-459d-baa9-0455cb8dc091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.954557 [ 3 ] {} HTTP-Session: bf844392-ad54-459d-baa9-0455cb8dc091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.954590 [ 3 ] {} HTTP-Session: bf844392-ad54-459d-baa9-0455cb8dc091 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:05.954708 [ 3 ] {e594727c-0edf-4d6e-a40b-0c9dfae4d7b7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:05.954754 [ 3 ] {e594727c-0edf-4d6e-a40b-0c9dfae4d7b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:26:05.954879 [ 3 ] {e594727c-0edf-4d6e-a40b-0c9dfae4d7b7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:05.955265 [ 3 ] {e594727c-0edf-4d6e-a40b-0c9dfae4d7b7} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:05.955302 [ 3 ] {e594727c-0edf-4d6e-a40b-0c9dfae4d7b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:05.955622 [ 3 ] {e594727c-0edf-4d6e-a40b-0c9dfae4d7b7} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.06.17 21:26:05.955930 [ 3 ] {e594727c-0edf-4d6e-a40b-0c9dfae4d7b7} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:05.956058 [ 3 ] {e594727c-0edf-4d6e-a40b-0c9dfae4d7b7} executeQuery: Read 80 rows, 6.40 KiB in 0.001391 sec., 57512.58087706685 rows/sec., 4.49 MiB/sec. 2024.06.17 21:26:05.956320 [ 3 ] {e594727c-0edf-4d6e-a40b-0c9dfae4d7b7} DynamicQueryHandler: Done processing query 2024.06.17 21:26:05.956354 [ 3 ] {e594727c-0edf-4d6e-a40b-0c9dfae4d7b7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:26:05.956380 [ 3 ] {} HTTP-Session: bf844392-ad54-459d-baa9-0455cb8dc091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.956528 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:05.956576 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:05.956596 [ 3 ] {} HTTP-Session: 3fcf6aed-e25a-4414-a382-5ea4186a10d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:05.956612 [ 3 ] {} HTTP-Session: 3fcf6aed-e25a-4414-a382-5ea4186a10d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.956626 [ 3 ] {} HTTP-Session: 3fcf6aed-e25a-4414-a382-5ea4186a10d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.956659 [ 3 ] {} HTTP-Session: 3fcf6aed-e25a-4414-a382-5ea4186a10d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:05.956806 [ 3 ] {386e8588-c211-4162-a256-90b955c9a13c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:05.956854 [ 3 ] {386e8588-c211-4162-a256-90b955c9a13c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:26:05.956996 [ 3 ] {386e8588-c211-4162-a256-90b955c9a13c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:05.957377 [ 3 ] {386e8588-c211-4162-a256-90b955c9a13c} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:05.957417 [ 3 ] {386e8588-c211-4162-a256-90b955c9a13c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:05.957818 [ 3 ] {386e8588-c211-4162-a256-90b955c9a13c} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.06.17 21:26:05.958167 [ 3 ] {386e8588-c211-4162-a256-90b955c9a13c} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:05.958302 [ 3 ] {386e8588-c211-4162-a256-90b955c9a13c} executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. 2024.06.17 21:26:05.958459 [ 3 ] {386e8588-c211-4162-a256-90b955c9a13c} DynamicQueryHandler: Done processing query 2024.06.17 21:26:05.958482 [ 3 ] {386e8588-c211-4162-a256-90b955c9a13c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:26:05.958499 [ 3 ] {} HTTP-Session: 3fcf6aed-e25a-4414-a382-5ea4186a10d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.958630 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:05.958678 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:05.958698 [ 3 ] {} HTTP-Session: ab9e11f6-087c-4416-82a5-9e63947c45e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:05.958715 [ 3 ] {} HTTP-Session: ab9e11f6-087c-4416-82a5-9e63947c45e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.958729 [ 3 ] {} HTTP-Session: ab9e11f6-087c-4416-82a5-9e63947c45e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.958761 [ 3 ] {} HTTP-Session: ab9e11f6-087c-4416-82a5-9e63947c45e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:05.958936 [ 3 ] {81f663ac-ec3b-4bd9-ad7f-ecb6b486eed5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:05.958984 [ 3 ] {81f663ac-ec3b-4bd9-ad7f-ecb6b486eed5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:26:05.959141 [ 3 ] {81f663ac-ec3b-4bd9-ad7f-ecb6b486eed5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:05.959515 [ 3 ] {81f663ac-ec3b-4bd9-ad7f-ecb6b486eed5} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:05.959550 [ 3 ] {81f663ac-ec3b-4bd9-ad7f-ecb6b486eed5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:05.959946 [ 3 ] {81f663ac-ec3b-4bd9-ad7f-ecb6b486eed5} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.06.17 21:26:05.960276 [ 3 ] {81f663ac-ec3b-4bd9-ad7f-ecb6b486eed5} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:05.960403 [ 3 ] {81f663ac-ec3b-4bd9-ad7f-ecb6b486eed5} executeQuery: Read 16 rows, 22.11 KiB in 0.001566 sec., 10217.113665389528 rows/sec., 13.79 MiB/sec. 2024.06.17 21:26:05.960570 [ 3 ] {81f663ac-ec3b-4bd9-ad7f-ecb6b486eed5} DynamicQueryHandler: Done processing query 2024.06.17 21:26:05.960595 [ 3 ] {81f663ac-ec3b-4bd9-ad7f-ecb6b486eed5} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:26:05.960620 [ 3 ] {} HTTP-Session: ab9e11f6-087c-4416-82a5-9e63947c45e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.960833 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:05.960891 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:05.960914 [ 3 ] {} HTTP-Session: 993fc362-bd58-4db5-abbd-e9964e6e8e3f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:05.960934 [ 3 ] {} HTTP-Session: 993fc362-bd58-4db5-abbd-e9964e6e8e3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.960952 [ 3 ] {} HTTP-Session: 993fc362-bd58-4db5-abbd-e9964e6e8e3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:05.960989 [ 3 ] {} HTTP-Session: 993fc362-bd58-4db5-abbd-e9964e6e8e3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:05.961129 [ 3 ] {1b1e5111-4c68-4818-ac47-02cdb9ba149e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:05.961182 [ 3 ] {1b1e5111-4c68-4818-ac47-02cdb9ba149e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:26:05.961328 [ 3 ] {1b1e5111-4c68-4818-ac47-02cdb9ba149e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:05.961627 [ 3 ] {1b1e5111-4c68-4818-ac47-02cdb9ba149e} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:05.961663 [ 3 ] {1b1e5111-4c68-4818-ac47-02cdb9ba149e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:05.962012 [ 3 ] {1b1e5111-4c68-4818-ac47-02cdb9ba149e} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.06.17 21:26:05.962323 [ 3 ] {1b1e5111-4c68-4818-ac47-02cdb9ba149e} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:05.962459 [ 3 ] {1b1e5111-4c68-4818-ac47-02cdb9ba149e} executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. 2024.06.17 21:26:05.962703 [ 3 ] {1b1e5111-4c68-4818-ac47-02cdb9ba149e} DynamicQueryHandler: Done processing query 2024.06.17 21:26:05.962763 [ 3 ] {1b1e5111-4c68-4818-ac47-02cdb9ba149e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:05.962818 [ 3 ] {} HTTP-Session: 993fc362-bd58-4db5-abbd-e9964e6e8e3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.950443 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:10.950581 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:10.950611 [ 3 ] {} HTTP-Session: ad7b46c8-bb44-4a84-839c-357af0a4a91d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:10.950640 [ 3 ] {} HTTP-Session: ad7b46c8-bb44-4a84-839c-357af0a4a91d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.950659 [ 3 ] {} HTTP-Session: ad7b46c8-bb44-4a84-839c-357af0a4a91d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.950715 [ 3 ] {} HTTP-Session: ad7b46c8-bb44-4a84-839c-357af0a4a91d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:10.950904 [ 3 ] {ac9662e5-31da-4029-93a7-7989f46ee9f8} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:10.950969 [ 3 ] {ac9662e5-31da-4029-93a7-7989f46ee9f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:26:10.951160 [ 3 ] {ac9662e5-31da-4029-93a7-7989f46ee9f8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:10.951575 [ 3 ] {ac9662e5-31da-4029-93a7-7989f46ee9f8} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:10.951614 [ 3 ] {ac9662e5-31da-4029-93a7-7989f46ee9f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:10.951992 [ 3 ] {ac9662e5-31da-4029-93a7-7989f46ee9f8} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.06.17 21:26:10.952318 [ 3 ] {ac9662e5-31da-4029-93a7-7989f46ee9f8} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:10.952470 [ 3 ] {ac9662e5-31da-4029-93a7-7989f46ee9f8} executeQuery: Read 14 rows, 1.13 KiB in 0.001624 sec., 8620.689655172413 rows/sec., 698.75 KiB/sec. 2024.06.17 21:26:10.952777 [ 3 ] {ac9662e5-31da-4029-93a7-7989f46ee9f8} DynamicQueryHandler: Done processing query 2024.06.17 21:26:10.952836 [ 3 ] {ac9662e5-31da-4029-93a7-7989f46ee9f8} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:10.952886 [ 3 ] {} HTTP-Session: ad7b46c8-bb44-4a84-839c-357af0a4a91d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.953056 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:10.953107 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:10.953127 [ 3 ] {} HTTP-Session: 7be739e9-e501-499b-ab10-46fe14c2133f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:10.953144 [ 3 ] {} HTTP-Session: 7be739e9-e501-499b-ab10-46fe14c2133f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.953164 [ 3 ] {} HTTP-Session: 7be739e9-e501-499b-ab10-46fe14c2133f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.953197 [ 3 ] {} HTTP-Session: 7be739e9-e501-499b-ab10-46fe14c2133f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:10.953297 [ 3 ] {bfab0491-13d3-4790-a94d-03d634542121} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:10.953341 [ 3 ] {bfab0491-13d3-4790-a94d-03d634542121} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:26:10.953486 [ 3 ] {bfab0491-13d3-4790-a94d-03d634542121} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:10.953775 [ 3 ] {bfab0491-13d3-4790-a94d-03d634542121} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:10.953810 [ 3 ] {bfab0491-13d3-4790-a94d-03d634542121} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:10.954100 [ 3 ] {bfab0491-13d3-4790-a94d-03d634542121} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.17 21:26:10.954391 [ 3 ] {bfab0491-13d3-4790-a94d-03d634542121} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:10.954522 [ 3 ] {bfab0491-13d3-4790-a94d-03d634542121} executeQuery: Read 4 rows, 334.00 B in 0.001248 sec., 3205.128205128205 rows/sec., 261.36 KiB/sec. 2024.06.17 21:26:10.954824 [ 3 ] {bfab0491-13d3-4790-a94d-03d634542121} DynamicQueryHandler: Done processing query 2024.06.17 21:26:10.954850 [ 3 ] {bfab0491-13d3-4790-a94d-03d634542121} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:10.954866 [ 3 ] {} HTTP-Session: 7be739e9-e501-499b-ab10-46fe14c2133f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.954997 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:10.955044 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:10.955063 [ 3 ] {} HTTP-Session: f0d71dcc-d1a5-4fe9-a601-651d5d9ccc18 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:10.955079 [ 3 ] {} HTTP-Session: f0d71dcc-d1a5-4fe9-a601-651d5d9ccc18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.955094 [ 3 ] {} HTTP-Session: f0d71dcc-d1a5-4fe9-a601-651d5d9ccc18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.955125 [ 3 ] {} HTTP-Session: f0d71dcc-d1a5-4fe9-a601-651d5d9ccc18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:10.955247 [ 3 ] {533ed491-c02e-4f40-ac8b-f597696072bb} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:10.955289 [ 3 ] {533ed491-c02e-4f40-ac8b-f597696072bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:26:10.955432 [ 3 ] {533ed491-c02e-4f40-ac8b-f597696072bb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:10.955773 [ 3 ] {533ed491-c02e-4f40-ac8b-f597696072bb} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:10.955808 [ 3 ] {533ed491-c02e-4f40-ac8b-f597696072bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:10.956117 [ 3 ] {533ed491-c02e-4f40-ac8b-f597696072bb} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.06.17 21:26:10.956410 [ 3 ] {533ed491-c02e-4f40-ac8b-f597696072bb} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:10.956534 [ 3 ] {533ed491-c02e-4f40-ac8b-f597696072bb} executeQuery: Read 100 rows, 8.38 KiB in 0.001336 sec., 74850.29940119761 rows/sec., 6.13 MiB/sec. 2024.06.17 21:26:10.956776 [ 3 ] {533ed491-c02e-4f40-ac8b-f597696072bb} DynamicQueryHandler: Done processing query 2024.06.17 21:26:10.956834 [ 3 ] {533ed491-c02e-4f40-ac8b-f597696072bb} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:26:10.956896 [ 3 ] {} HTTP-Session: f0d71dcc-d1a5-4fe9-a601-651d5d9ccc18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.957061 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:10.957113 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:10.957132 [ 3 ] {} HTTP-Session: 91eb87f7-e305-468a-a87b-9568ec8366d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:10.957149 [ 3 ] {} HTTP-Session: 91eb87f7-e305-468a-a87b-9568ec8366d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.957163 [ 3 ] {} HTTP-Session: 91eb87f7-e305-468a-a87b-9568ec8366d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.957196 [ 3 ] {} HTTP-Session: 91eb87f7-e305-468a-a87b-9568ec8366d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:10.957294 [ 3 ] {95c642bb-b9d8-4194-b6bb-ef8af0f9216b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:10.957337 [ 3 ] {95c642bb-b9d8-4194-b6bb-ef8af0f9216b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:26:10.957476 [ 3 ] {95c642bb-b9d8-4194-b6bb-ef8af0f9216b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:10.957744 [ 3 ] {95c642bb-b9d8-4194-b6bb-ef8af0f9216b} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:10.957780 [ 3 ] {95c642bb-b9d8-4194-b6bb-ef8af0f9216b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:10.958077 [ 3 ] {95c642bb-b9d8-4194-b6bb-ef8af0f9216b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.17 21:26:10.958381 [ 3 ] {95c642bb-b9d8-4194-b6bb-ef8af0f9216b} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:10.958507 [ 3 ] {95c642bb-b9d8-4194-b6bb-ef8af0f9216b} executeQuery: Read 4 rows, 286.00 B in 0.001238 sec., 3231.0177705977385 rows/sec., 225.60 KiB/sec. 2024.06.17 21:26:10.958819 [ 3 ] {95c642bb-b9d8-4194-b6bb-ef8af0f9216b} DynamicQueryHandler: Done processing query 2024.06.17 21:26:10.958844 [ 3 ] {95c642bb-b9d8-4194-b6bb-ef8af0f9216b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:10.958860 [ 3 ] {} HTTP-Session: 91eb87f7-e305-468a-a87b-9568ec8366d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.958982 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:10.959029 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:10.959048 [ 3 ] {} HTTP-Session: e77c1102-5c47-405d-a920-967187646a83 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:10.959065 [ 3 ] {} HTTP-Session: e77c1102-5c47-405d-a920-967187646a83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.959079 [ 3 ] {} HTTP-Session: e77c1102-5c47-405d-a920-967187646a83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.959110 [ 3 ] {} HTTP-Session: e77c1102-5c47-405d-a920-967187646a83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:10.959236 [ 3 ] {80a82b59-ada6-4d4a-99a1-c14a416aed5e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:10.959279 [ 3 ] {80a82b59-ada6-4d4a-99a1-c14a416aed5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:26:10.959421 [ 3 ] {80a82b59-ada6-4d4a-99a1-c14a416aed5e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:10.959745 [ 3 ] {80a82b59-ada6-4d4a-99a1-c14a416aed5e} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:10.959783 [ 3 ] {80a82b59-ada6-4d4a-99a1-c14a416aed5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:10.960106 [ 3 ] {80a82b59-ada6-4d4a-99a1-c14a416aed5e} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.06.17 21:26:10.960411 [ 3 ] {80a82b59-ada6-4d4a-99a1-c14a416aed5e} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:10.960537 [ 3 ] {80a82b59-ada6-4d4a-99a1-c14a416aed5e} executeQuery: Read 82 rows, 6.56 KiB in 0.001351 sec., 60695.78090303479 rows/sec., 4.74 MiB/sec. 2024.06.17 21:26:10.960688 [ 3 ] {80a82b59-ada6-4d4a-99a1-c14a416aed5e} DynamicQueryHandler: Done processing query 2024.06.17 21:26:10.960712 [ 3 ] {80a82b59-ada6-4d4a-99a1-c14a416aed5e} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:26:10.960728 [ 3 ] {} HTTP-Session: e77c1102-5c47-405d-a920-967187646a83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.960896 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 31012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:10.960945 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:10.960965 [ 3 ] {} HTTP-Session: e38a66d3-a1d9-447a-8f56-f7c389259af0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:10.960981 [ 3 ] {} HTTP-Session: e38a66d3-a1d9-447a-8f56-f7c389259af0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.960996 [ 3 ] {} HTTP-Session: e38a66d3-a1d9-447a-8f56-f7c389259af0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.961027 [ 3 ] {} HTTP-Session: e38a66d3-a1d9-447a-8f56-f7c389259af0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:10.961169 [ 3 ] {e791d56a-77f9-41a4-ac24-c8731ac13bdf} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:10.961217 [ 3 ] {e791d56a-77f9-41a4-ac24-c8731ac13bdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:26:10.961360 [ 3 ] {e791d56a-77f9-41a4-ac24-c8731ac13bdf} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:10.961705 [ 3 ] {e791d56a-77f9-41a4-ac24-c8731ac13bdf} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:10.961742 [ 3 ] {e791d56a-77f9-41a4-ac24-c8731ac13bdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:10.962130 [ 3 ] {e791d56a-77f9-41a4-ac24-c8731ac13bdf} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.06.17 21:26:10.962458 [ 3 ] {e791d56a-77f9-41a4-ac24-c8731ac13bdf} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:10.962598 [ 3 ] {e791d56a-77f9-41a4-ac24-c8731ac13bdf} executeQuery: Read 162 rows, 11.55 KiB in 0.001492 sec., 108579.08847184986 rows/sec., 7.56 MiB/sec. 2024.06.17 21:26:10.962672 [ 103 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.06.17 21:26:10.962769 [ 103 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:10.962802 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:10.962821 [ 3 ] {e791d56a-77f9-41a4-ac24-c8731ac13bdf} DynamicQueryHandler: Done processing query 2024.06.17 21:26:10.962873 [ 3 ] {e791d56a-77f9-41a4-ac24-c8731ac13bdf} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:26:10.962937 [ 3 ] {} HTTP-Session: e38a66d3-a1d9-447a-8f56-f7c389259af0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.963089 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:26:10.963135 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:10.963277 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:10.963392 [ 3 ] {} HTTP-Session: ed4f0652-43c0-4046-ac71-84adfa4d8a0e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:10.963503 [ 3 ] {} HTTP-Session: ed4f0652-43c0-4046-ac71-84adfa4d8a0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.963586 [ 3 ] {} HTTP-Session: ed4f0652-43c0-4046-ac71-84adfa4d8a0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.963736 [ 3 ] {} HTTP-Session: ed4f0652-43c0-4046-ac71-84adfa4d8a0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:10.963849 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:10.963990 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_66_13} MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 8936 rows starting from the beginning of the part 2024.06.17 21:26:10.964292 [ 3 ] {3127efe6-231f-4830-999e-a360fc2d1de9} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:10.964540 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part 2024.06.17 21:26:10.964601 [ 3 ] {3127efe6-231f-4830-999e-a360fc2d1de9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:26:10.965104 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:26:10.965608 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 196 rows starting from the beginning of the part 2024.06.17 21:26:10.965886 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:26:10.966316 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 162 rows starting from the beginning of the part 2024.06.17 21:26:10.966377 [ 3 ] {3127efe6-231f-4830-999e-a360fc2d1de9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:10.967199 [ 3 ] {3127efe6-231f-4830-999e-a360fc2d1de9} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:10.967241 [ 3 ] {3127efe6-231f-4830-999e-a360fc2d1de9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:10.967756 [ 3 ] {3127efe6-231f-4830-999e-a360fc2d1de9} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.06.17 21:26:10.968383 [ 3 ] {3127efe6-231f-4830-999e-a360fc2d1de9} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:10.968664 [ 3 ] {3127efe6-231f-4830-999e-a360fc2d1de9} executeQuery: Read 14 rows, 19.35 KiB in 0.004595 sec., 3046.789989118607 rows/sec., 4.11 MiB/sec. 2024.06.17 21:26:10.968845 [ 3 ] {3127efe6-231f-4830-999e-a360fc2d1de9} DynamicQueryHandler: Done processing query 2024.06.17 21:26:10.968986 [ 3 ] {3127efe6-231f-4830-999e-a360fc2d1de9} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:26:10.969043 [ 3 ] {} HTTP-Session: ed4f0652-43c0-4046-ac71-84adfa4d8a0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.969174 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:10.969221 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:10.969240 [ 3 ] {} HTTP-Session: b7d00136-e8a5-4654-b089-144c620cb4b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:10.969257 [ 3 ] {} HTTP-Session: b7d00136-e8a5-4654-b089-144c620cb4b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.969271 [ 3 ] {} HTTP-Session: b7d00136-e8a5-4654-b089-144c620cb4b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.969302 [ 3 ] {} HTTP-Session: b7d00136-e8a5-4654-b089-144c620cb4b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:10.969412 [ 3 ] {d70f1df5-d00b-4729-a6c1-70c1705dcfca} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:10.969740 [ 3 ] {d70f1df5-d00b-4729-a6c1-70c1705dcfca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:26:10.969921 [ 3 ] {d70f1df5-d00b-4729-a6c1-70c1705dcfca} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:10.970240 [ 3 ] {d70f1df5-d00b-4729-a6c1-70c1705dcfca} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:10.970288 [ 3 ] {d70f1df5-d00b-4729-a6c1-70c1705dcfca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:10.970852 [ 3 ] {d70f1df5-d00b-4729-a6c1-70c1705dcfca} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.06.17 21:26:10.971252 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 9774 rows, containing 5 columns (5 merged, 0 gathered) in 0.008349974 sec., 1170542.5669588912 rows/sec., 81.65 MiB/sec. 2024.06.17 21:26:10.971445 [ 3 ] {d70f1df5-d00b-4729-a6c1-70c1705dcfca} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:10.971476 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.06.17 21:26:10.971661 [ 103 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.06.17 21:26:10.971707 [ 3 ] {d70f1df5-d00b-4729-a6c1-70c1705dcfca} executeQuery: Read 60 rows, 4.14 KiB in 0.002325 sec., 25806.451612903227 rows/sec., 1.74 MiB/sec. 2024.06.17 21:26:10.971733 [ 103 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:10.971857 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:10.972340 [ 3 ] {d70f1df5-d00b-4729-a6c1-70c1705dcfca} DynamicQueryHandler: Done processing query 2024.06.17 21:26:10.972433 [ 3 ] {d70f1df5-d00b-4729-a6c1-70c1705dcfca} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:10.972445 [ 195 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:26:10.972474 [ 3 ] {} HTTP-Session: b7d00136-e8a5-4654-b089-144c620cb4b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:10.972796 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_66_13} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:10.972818 [ 195 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:10.972900 [ 195 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3168 rows starting from the beginning of the part 2024.06.17 21:26:10.972946 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_66_13} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.06.17 21:26:10.973091 [ 195 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:26:10.973329 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. 2024.06.17 21:26:10.973401 [ 195 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:26:10.973511 [ 195 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:26:10.973715 [ 195 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:26:10.973833 [ 195 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:26:10.975627 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3468 rows, containing 4 columns (4 merged, 0 gathered) in 0.003559096 sec., 974404.7364836464 rows/sec., 65.52 MiB/sec. 2024.06.17 21:26:10.976004 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.06.17 21:26:10.976762 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_66_13} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:10.976883 [ 190 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_66_13} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.06.17 21:26:10.976991 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2024.06.17 21:26:15.180128 [ 100 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:26:15.180234 [ 100 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:26:15.949999 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:15.950122 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:15.950151 [ 3 ] {} HTTP-Session: d715b501-4a92-4e39-a5dd-73f4ca408bce Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:15.950179 [ 3 ] {} HTTP-Session: d715b501-4a92-4e39-a5dd-73f4ca408bce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.950199 [ 3 ] {} HTTP-Session: d715b501-4a92-4e39-a5dd-73f4ca408bce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.950255 [ 3 ] {} HTTP-Session: d715b501-4a92-4e39-a5dd-73f4ca408bce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:15.950459 [ 3 ] {1652deef-9bb7-40b4-89ff-e368c3848f57} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:15.950531 [ 3 ] {1652deef-9bb7-40b4-89ff-e368c3848f57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:26:15.950747 [ 3 ] {1652deef-9bb7-40b4-89ff-e368c3848f57} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:15.951131 [ 3 ] {1652deef-9bb7-40b4-89ff-e368c3848f57} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:15.951170 [ 3 ] {1652deef-9bb7-40b4-89ff-e368c3848f57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:15.951532 [ 3 ] {1652deef-9bb7-40b4-89ff-e368c3848f57} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.06.17 21:26:15.951863 [ 3 ] {1652deef-9bb7-40b4-89ff-e368c3848f57} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:15.952004 [ 3 ] {1652deef-9bb7-40b4-89ff-e368c3848f57} executeQuery: Read 16 rows, 1.30 KiB in 0.001613 sec., 9919.404835709856 rows/sec., 804.01 KiB/sec. 2024.06.17 21:26:15.952014 [ 100 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.06.17 21:26:15.952071 [ 100 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:15.952106 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:15.952236 [ 3 ] {1652deef-9bb7-40b4-89ff-e368c3848f57} DynamicQueryHandler: Done processing query 2024.06.17 21:26:15.952284 [ 3 ] {1652deef-9bb7-40b4-89ff-e368c3848f57} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:15.952305 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:26:15.952311 [ 3 ] {} HTTP-Session: d715b501-4a92-4e39-a5dd-73f4ca408bce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.952566 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:15.952583 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:15.952668 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:15.952668 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 30 rows starting from the beginning of the part 2024.06.17 21:26:15.952712 [ 3 ] {} HTTP-Session: 6efd2599-b519-480c-b473-1319cb320e2a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:15.952756 [ 3 ] {} HTTP-Session: 6efd2599-b519-480c-b473-1319cb320e2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.952795 [ 3 ] {} HTTP-Session: 6efd2599-b519-480c-b473-1319cb320e2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.952882 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 16 rows starting from the beginning of the part 2024.06.17 21:26:15.952960 [ 3 ] {} HTTP-Session: 6efd2599-b519-480c-b473-1319cb320e2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:15.953219 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part 2024.06.17 21:26:15.953476 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 16 rows starting from the beginning of the part 2024.06.17 21:26:15.953598 [ 3 ] {d8ddc526-694f-4dd7-a429-116cf26b8c14} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:15.953765 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part 2024.06.17 21:26:15.953808 [ 3 ] {d8ddc526-694f-4dd7-a429-116cf26b8c14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:26:15.954028 [ 195 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 16 rows starting from the beginning of the part 2024.06.17 21:26:15.954739 [ 3 ] {d8ddc526-694f-4dd7-a429-116cf26b8c14} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:15.955469 [ 3 ] {d8ddc526-694f-4dd7-a429-116cf26b8c14} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:15.955526 [ 3 ] {d8ddc526-694f-4dd7-a429-116cf26b8c14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:15.956335 [ 3 ] {d8ddc526-694f-4dd7-a429-116cf26b8c14} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.06.17 21:26:15.957109 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004918229 sec., 21552.4734614838 rows/sec., 1.71 MiB/sec. 2024.06.17 21:26:15.957237 [ 3 ] {d8ddc526-694f-4dd7-a429-116cf26b8c14} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:15.957416 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.06.17 21:26:15.957485 [ 3 ] {d8ddc526-694f-4dd7-a429-116cf26b8c14} executeQuery: Read 2 rows, 167.00 B in 0.00407 sec., 491.40049140049143 rows/sec., 40.07 KiB/sec. 2024.06.17 21:26:15.957802 [ 3 ] {d8ddc526-694f-4dd7-a429-116cf26b8c14} DynamicQueryHandler: Done processing query 2024.06.17 21:26:15.957861 [ 3 ] {d8ddc526-694f-4dd7-a429-116cf26b8c14} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:15.957927 [ 3 ] {} HTTP-Session: 6efd2599-b519-480c-b473-1319cb320e2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.958102 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:15.958176 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:15.958210 [ 3 ] {} HTTP-Session: 4bb3c00a-0c64-4e90-9fa4-a729b204430b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:15.958232 [ 3 ] {} HTTP-Session: 4bb3c00a-0c64-4e90-9fa4-a729b204430b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.958271 [ 3 ] {} HTTP-Session: 4bb3c00a-0c64-4e90-9fa4-a729b204430b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.958308 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_66_13} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:15.958327 [ 3 ] {} HTTP-Session: 4bb3c00a-0c64-4e90-9fa4-a729b204430b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:15.958493 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_66_13} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.06.17 21:26:15.958556 [ 3 ] {494eb650-5369-4960-8e00-439d4460d243} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:15.958654 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.06.17 21:26:15.958666 [ 3 ] {494eb650-5369-4960-8e00-439d4460d243} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:26:15.958836 [ 3 ] {494eb650-5369-4960-8e00-439d4460d243} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:15.959166 [ 3 ] {494eb650-5369-4960-8e00-439d4460d243} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:15.959205 [ 3 ] {494eb650-5369-4960-8e00-439d4460d243} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:15.959532 [ 3 ] {494eb650-5369-4960-8e00-439d4460d243} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.06.17 21:26:15.959842 [ 3 ] {494eb650-5369-4960-8e00-439d4460d243} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:15.959993 [ 3 ] {494eb650-5369-4960-8e00-439d4460d243} executeQuery: Read 105 rows, 8.73 KiB in 0.001515 sec., 69306.9306930693 rows/sec., 5.63 MiB/sec. 2024.06.17 21:26:15.960209 [ 3 ] {494eb650-5369-4960-8e00-439d4460d243} DynamicQueryHandler: Done processing query 2024.06.17 21:26:15.960260 [ 3 ] {494eb650-5369-4960-8e00-439d4460d243} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:26:15.960319 [ 3 ] {} HTTP-Session: 4bb3c00a-0c64-4e90-9fa4-a729b204430b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.960517 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:15.960585 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:15.960604 [ 3 ] {} HTTP-Session: 6ed13aa7-1167-4c5f-a9ef-c4f63aae5062 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:15.960621 [ 3 ] {} HTTP-Session: 6ed13aa7-1167-4c5f-a9ef-c4f63aae5062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.960634 [ 3 ] {} HTTP-Session: 6ed13aa7-1167-4c5f-a9ef-c4f63aae5062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.960666 [ 3 ] {} HTTP-Session: 6ed13aa7-1167-4c5f-a9ef-c4f63aae5062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:15.960765 [ 3 ] {6c70b29d-daf9-45d2-bfa5-43fd21472716} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:15.960808 [ 3 ] {6c70b29d-daf9-45d2-bfa5-43fd21472716} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:26:15.960946 [ 3 ] {6c70b29d-daf9-45d2-bfa5-43fd21472716} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:15.961191 [ 3 ] {6c70b29d-daf9-45d2-bfa5-43fd21472716} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:15.961228 [ 3 ] {6c70b29d-daf9-45d2-bfa5-43fd21472716} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:15.961523 [ 3 ] {6c70b29d-daf9-45d2-bfa5-43fd21472716} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.06.17 21:26:15.961828 [ 3 ] {6c70b29d-daf9-45d2-bfa5-43fd21472716} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:15.961960 [ 3 ] {6c70b29d-daf9-45d2-bfa5-43fd21472716} executeQuery: Read 2 rows, 143.00 B in 0.001217 sec., 1643.3853738701725 rows/sec., 114.75 KiB/sec. 2024.06.17 21:26:15.962245 [ 3 ] {6c70b29d-daf9-45d2-bfa5-43fd21472716} DynamicQueryHandler: Done processing query 2024.06.17 21:26:15.962299 [ 3 ] {6c70b29d-daf9-45d2-bfa5-43fd21472716} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:15.962335 [ 3 ] {} HTTP-Session: 6ed13aa7-1167-4c5f-a9ef-c4f63aae5062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.962462 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:15.962509 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:15.962527 [ 3 ] {} HTTP-Session: 77882282-d585-4f83-ba0a-f0fc4c1e2648 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:15.962544 [ 3 ] {} HTTP-Session: 77882282-d585-4f83-ba0a-f0fc4c1e2648 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.962558 [ 3 ] {} HTTP-Session: 77882282-d585-4f83-ba0a-f0fc4c1e2648 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.962589 [ 3 ] {} HTTP-Session: 77882282-d585-4f83-ba0a-f0fc4c1e2648 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:15.962710 [ 3 ] {d831dca2-6e4a-4990-85d7-25cbf9fb46b4} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:15.962753 [ 3 ] {d831dca2-6e4a-4990-85d7-25cbf9fb46b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:26:15.962894 [ 3 ] {d831dca2-6e4a-4990-85d7-25cbf9fb46b4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:15.963265 [ 3 ] {d831dca2-6e4a-4990-85d7-25cbf9fb46b4} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:15.963301 [ 3 ] {d831dca2-6e4a-4990-85d7-25cbf9fb46b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:15.963608 [ 3 ] {d831dca2-6e4a-4990-85d7-25cbf9fb46b4} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.06.17 21:26:15.963906 [ 3 ] {d831dca2-6e4a-4990-85d7-25cbf9fb46b4} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:15.964055 [ 3 ] {d831dca2-6e4a-4990-85d7-25cbf9fb46b4} executeQuery: Read 82 rows, 6.56 KiB in 0.001385 sec., 59205.7761732852 rows/sec., 4.63 MiB/sec. 2024.06.17 21:26:15.964230 [ 3 ] {d831dca2-6e4a-4990-85d7-25cbf9fb46b4} DynamicQueryHandler: Done processing query 2024.06.17 21:26:15.964255 [ 3 ] {d831dca2-6e4a-4990-85d7-25cbf9fb46b4} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:26:15.964270 [ 3 ] {} HTTP-Session: 77882282-d585-4f83-ba0a-f0fc4c1e2648 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.964431 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:15.964478 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:15.964497 [ 3 ] {} HTTP-Session: 25176cc2-dfc5-41c9-b6d1-1b2ddba1297b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:15.964513 [ 3 ] {} HTTP-Session: 25176cc2-dfc5-41c9-b6d1-1b2ddba1297b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.964527 [ 3 ] {} HTTP-Session: 25176cc2-dfc5-41c9-b6d1-1b2ddba1297b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.964557 [ 3 ] {} HTTP-Session: 25176cc2-dfc5-41c9-b6d1-1b2ddba1297b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:15.964697 [ 3 ] {77f021d5-f75e-4e9a-9df2-19bd75f056a2} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:15.964744 [ 3 ] {77f021d5-f75e-4e9a-9df2-19bd75f056a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:26:15.964889 [ 3 ] {77f021d5-f75e-4e9a-9df2-19bd75f056a2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:15.965247 [ 3 ] {77f021d5-f75e-4e9a-9df2-19bd75f056a2} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:15.965283 [ 3 ] {77f021d5-f75e-4e9a-9df2-19bd75f056a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:15.965679 [ 3 ] {77f021d5-f75e-4e9a-9df2-19bd75f056a2} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.06.17 21:26:15.966017 [ 3 ] {77f021d5-f75e-4e9a-9df2-19bd75f056a2} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:15.966167 [ 3 ] {77f021d5-f75e-4e9a-9df2-19bd75f056a2} executeQuery: Read 161 rows, 11.48 KiB in 0.001532 sec., 105091.38381201045 rows/sec., 7.32 MiB/sec. 2024.06.17 21:26:15.966332 [ 3 ] {77f021d5-f75e-4e9a-9df2-19bd75f056a2} DynamicQueryHandler: Done processing query 2024.06.17 21:26:15.966356 [ 3 ] {77f021d5-f75e-4e9a-9df2-19bd75f056a2} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:26:15.966372 [ 3 ] {} HTTP-Session: 25176cc2-dfc5-41c9-b6d1-1b2ddba1297b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.966494 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:15.966540 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:15.966560 [ 3 ] {} HTTP-Session: 55f6c613-c241-4e1b-8775-7283f2fab797 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:15.966575 [ 3 ] {} HTTP-Session: 55f6c613-c241-4e1b-8775-7283f2fab797 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.966589 [ 3 ] {} HTTP-Session: 55f6c613-c241-4e1b-8775-7283f2fab797 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.966620 [ 3 ] {} HTTP-Session: 55f6c613-c241-4e1b-8775-7283f2fab797 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:15.966794 [ 3 ] {db8ad3f9-083b-4c34-9947-08e7a5194906} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:15.966841 [ 3 ] {db8ad3f9-083b-4c34-9947-08e7a5194906} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:26:15.966997 [ 3 ] {db8ad3f9-083b-4c34-9947-08e7a5194906} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:15.967392 [ 3 ] {db8ad3f9-083b-4c34-9947-08e7a5194906} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:15.967428 [ 3 ] {db8ad3f9-083b-4c34-9947-08e7a5194906} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:15.967820 [ 3 ] {db8ad3f9-083b-4c34-9947-08e7a5194906} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.06.17 21:26:15.968159 [ 3 ] {db8ad3f9-083b-4c34-9947-08e7a5194906} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:15.968328 [ 3 ] {db8ad3f9-083b-4c34-9947-08e7a5194906} executeQuery: Read 16 rows, 22.11 KiB in 0.001625 sec., 9846.153846153846 rows/sec., 13.29 MiB/sec. 2024.06.17 21:26:15.968354 [ 98 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.06.17 21:26:15.968475 [ 98 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:15.968532 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:15.968572 [ 3 ] {db8ad3f9-083b-4c34-9947-08e7a5194906} DynamicQueryHandler: Done processing query 2024.06.17 21:26:15.968643 [ 3 ] {db8ad3f9-083b-4c34-9947-08e7a5194906} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:26:15.968720 [ 3 ] {} HTTP-Session: 55f6c613-c241-4e1b-8775-7283f2fab797 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.968848 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:26:15.969004 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:15.969193 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:15.969319 [ 3 ] {} HTTP-Session: faebc210-f6a8-4739-9ab2-0bdf8c741530 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:15.969398 [ 3 ] {} HTTP-Session: faebc210-f6a8-4739-9ab2-0bdf8c741530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.969485 [ 3 ] {} HTTP-Session: faebc210-f6a8-4739-9ab2-0bdf8c741530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.969649 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:15.969682 [ 3 ] {} HTTP-Session: faebc210-f6a8-4739-9ab2-0bdf8c741530 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:15.969771 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 918 rows starting from the beginning of the part 2024.06.17 21:26:15.970078 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 16 rows starting from the beginning of the part 2024.06.17 21:26:15.970242 [ 3 ] {c462a11f-5512-49fe-bed8-15ac5b1d002d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:15.970393 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part 2024.06.17 21:26:15.970465 [ 3 ] {c462a11f-5512-49fe-bed8-15ac5b1d002d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:26:15.970762 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 16 rows starting from the beginning of the part 2024.06.17 21:26:15.971209 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part 2024.06.17 21:26:15.971621 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 16 rows starting from the beginning of the part 2024.06.17 21:26:15.971615 [ 3 ] {c462a11f-5512-49fe-bed8-15ac5b1d002d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:15.972533 [ 3 ] {c462a11f-5512-49fe-bed8-15ac5b1d002d} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:15.972598 [ 3 ] {c462a11f-5512-49fe-bed8-15ac5b1d002d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:15.973213 [ 3 ] {c462a11f-5512-49fe-bed8-15ac5b1d002d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.06.17 21:26:15.973549 [ 3 ] {c462a11f-5512-49fe-bed8-15ac5b1d002d} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:15.973816 [ 3 ] {c462a11f-5512-49fe-bed8-15ac5b1d002d} executeQuery: Read 60 rows, 4.14 KiB in 0.003793 sec., 15818.613234906406 rows/sec., 1.07 MiB/sec. 2024.06.17 21:26:15.974427 [ 3 ] {c462a11f-5512-49fe-bed8-15ac5b1d002d} DynamicQueryHandler: Done processing query 2024.06.17 21:26:15.974525 [ 3 ] {c462a11f-5512-49fe-bed8-15ac5b1d002d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:15.974621 [ 3 ] {} HTTP-Session: faebc210-f6a8-4739-9ab2-0bdf8c741530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:15.976422 [ 189 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 994 rows, containing 6 columns (6 merged, 0 gathered) in 0.007794699 sec., 127522.56373209535 rows/sec., 172.09 MiB/sec. 2024.06.17 21:26:15.977037 [ 194 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.06.17 21:26:15.977502 [ 194 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_66_13} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:15.977588 [ 194 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_66_13} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.06.17 21:26:15.977692 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. 2024.06.17 21:26:20.949477 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:20.949629 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:20.949658 [ 3 ] {} HTTP-Session: 14b1dc4c-918e-4754-bfae-435168c4126b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:20.949687 [ 3 ] {} HTTP-Session: 14b1dc4c-918e-4754-bfae-435168c4126b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.949705 [ 3 ] {} HTTP-Session: 14b1dc4c-918e-4754-bfae-435168c4126b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.949761 [ 3 ] {} HTTP-Session: 14b1dc4c-918e-4754-bfae-435168c4126b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:20.949973 [ 3 ] {9fb09f2b-f25c-42a6-8524-82001d262c28} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:20.950046 [ 3 ] {9fb09f2b-f25c-42a6-8524-82001d262c28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:26:20.950248 [ 3 ] {9fb09f2b-f25c-42a6-8524-82001d262c28} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:20.950702 [ 3 ] {9fb09f2b-f25c-42a6-8524-82001d262c28} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:20.950744 [ 3 ] {9fb09f2b-f25c-42a6-8524-82001d262c28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:20.951106 [ 3 ] {9fb09f2b-f25c-42a6-8524-82001d262c28} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.06.17 21:26:20.951443 [ 3 ] {9fb09f2b-f25c-42a6-8524-82001d262c28} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:20.951598 [ 3 ] {9fb09f2b-f25c-42a6-8524-82001d262c28} executeQuery: Read 14 rows, 1.13 KiB in 0.001691 sec., 8279.124778237729 rows/sec., 671.06 KiB/sec. 2024.06.17 21:26:20.951884 [ 3 ] {9fb09f2b-f25c-42a6-8524-82001d262c28} DynamicQueryHandler: Done processing query 2024.06.17 21:26:20.951945 [ 3 ] {9fb09f2b-f25c-42a6-8524-82001d262c28} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:20.952001 [ 3 ] {} HTTP-Session: 14b1dc4c-918e-4754-bfae-435168c4126b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.952202 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:20.952257 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:20.952277 [ 3 ] {} HTTP-Session: 38be1c91-07d5-4cf1-bf55-6c635d72d795 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:20.952294 [ 3 ] {} HTTP-Session: 38be1c91-07d5-4cf1-bf55-6c635d72d795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.952308 [ 3 ] {} HTTP-Session: 38be1c91-07d5-4cf1-bf55-6c635d72d795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.952341 [ 3 ] {} HTTP-Session: 38be1c91-07d5-4cf1-bf55-6c635d72d795 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:20.952469 [ 3 ] {b423b82e-33cb-490a-b760-8de3127f2023} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:20.952513 [ 3 ] {b423b82e-33cb-490a-b760-8de3127f2023} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:26:20.952660 [ 3 ] {b423b82e-33cb-490a-b760-8de3127f2023} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:20.953050 [ 3 ] {b423b82e-33cb-490a-b760-8de3127f2023} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:20.953087 [ 3 ] {b423b82e-33cb-490a-b760-8de3127f2023} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:20.953400 [ 3 ] {b423b82e-33cb-490a-b760-8de3127f2023} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.06.17 21:26:20.953707 [ 3 ] {b423b82e-33cb-490a-b760-8de3127f2023} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:20.953869 [ 3 ] {b423b82e-33cb-490a-b760-8de3127f2023} executeQuery: Read 98 rows, 8.24 KiB in 0.001439 sec., 68102.84920083391 rows/sec., 5.59 MiB/sec. 2024.06.17 21:26:20.954037 [ 3 ] {b423b82e-33cb-490a-b760-8de3127f2023} DynamicQueryHandler: Done processing query 2024.06.17 21:26:20.954061 [ 3 ] {b423b82e-33cb-490a-b760-8de3127f2023} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:26:20.954077 [ 3 ] {} HTTP-Session: 38be1c91-07d5-4cf1-bf55-6c635d72d795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.954239 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:20.954287 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:20.954306 [ 3 ] {} HTTP-Session: 23dbc07f-0520-4328-ba01-42022af4214e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:20.954323 [ 3 ] {} HTTP-Session: 23dbc07f-0520-4328-ba01-42022af4214e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.954336 [ 3 ] {} HTTP-Session: 23dbc07f-0520-4328-ba01-42022af4214e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.954368 [ 3 ] {} HTTP-Session: 23dbc07f-0520-4328-ba01-42022af4214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:20.954481 [ 3 ] {10e95cbf-67fd-40f1-b991-c7129562a8ab} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:20.954523 [ 3 ] {10e95cbf-67fd-40f1-b991-c7129562a8ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:26:20.954647 [ 3 ] {10e95cbf-67fd-40f1-b991-c7129562a8ab} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:20.954984 [ 3 ] {10e95cbf-67fd-40f1-b991-c7129562a8ab} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:20.955019 [ 3 ] {10e95cbf-67fd-40f1-b991-c7129562a8ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:20.955338 [ 3 ] {10e95cbf-67fd-40f1-b991-c7129562a8ab} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.06.17 21:26:20.955634 [ 3 ] {10e95cbf-67fd-40f1-b991-c7129562a8ab} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:20.955787 [ 3 ] {10e95cbf-67fd-40f1-b991-c7129562a8ab} executeQuery: Read 78 rows, 6.24 KiB in 0.001341 sec., 58165.548098434 rows/sec., 4.54 MiB/sec. 2024.06.17 21:26:20.955950 [ 3 ] {10e95cbf-67fd-40f1-b991-c7129562a8ab} DynamicQueryHandler: Done processing query 2024.06.17 21:26:20.955974 [ 3 ] {10e95cbf-67fd-40f1-b991-c7129562a8ab} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:26:20.955990 [ 3 ] {} HTTP-Session: 23dbc07f-0520-4328-ba01-42022af4214e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.956133 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:20.956180 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:20.956199 [ 3 ] {} HTTP-Session: 6c2185b0-4e4b-412b-9e8f-0b214354c452 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:20.956216 [ 3 ] {} HTTP-Session: 6c2185b0-4e4b-412b-9e8f-0b214354c452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.956229 [ 3 ] {} HTTP-Session: 6c2185b0-4e4b-412b-9e8f-0b214354c452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.956261 [ 3 ] {} HTTP-Session: 6c2185b0-4e4b-412b-9e8f-0b214354c452 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:20.956401 [ 3 ] {667abcaf-b752-4dd6-8f41-6d752bd2e4e3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:20.956447 [ 3 ] {667abcaf-b752-4dd6-8f41-6d752bd2e4e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:26:20.956591 [ 3 ] {667abcaf-b752-4dd6-8f41-6d752bd2e4e3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:20.956980 [ 3 ] {667abcaf-b752-4dd6-8f41-6d752bd2e4e3} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:20.957015 [ 3 ] {667abcaf-b752-4dd6-8f41-6d752bd2e4e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:20.957405 [ 3 ] {667abcaf-b752-4dd6-8f41-6d752bd2e4e3} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.06.17 21:26:20.957736 [ 3 ] {667abcaf-b752-4dd6-8f41-6d752bd2e4e3} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:20.957896 [ 3 ] {667abcaf-b752-4dd6-8f41-6d752bd2e4e3} executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. 2024.06.17 21:26:20.958066 [ 3 ] {667abcaf-b752-4dd6-8f41-6d752bd2e4e3} DynamicQueryHandler: Done processing query 2024.06.17 21:26:20.958090 [ 3 ] {667abcaf-b752-4dd6-8f41-6d752bd2e4e3} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:26:20.958105 [ 3 ] {} HTTP-Session: 6c2185b0-4e4b-412b-9e8f-0b214354c452 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.958232 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:20.958281 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:20.958301 [ 3 ] {} HTTP-Session: 71d1fe23-1d69-419f-b213-1484e21b259d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:20.958317 [ 3 ] {} HTTP-Session: 71d1fe23-1d69-419f-b213-1484e21b259d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.958331 [ 3 ] {} HTTP-Session: 71d1fe23-1d69-419f-b213-1484e21b259d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.958362 [ 3 ] {} HTTP-Session: 71d1fe23-1d69-419f-b213-1484e21b259d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:20.958541 [ 3 ] {92c5b106-7462-4cee-b908-89422ea911f1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:20.958587 [ 3 ] {92c5b106-7462-4cee-b908-89422ea911f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:26:20.958745 [ 3 ] {92c5b106-7462-4cee-b908-89422ea911f1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:20.959161 [ 3 ] {92c5b106-7462-4cee-b908-89422ea911f1} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:20.959199 [ 3 ] {92c5b106-7462-4cee-b908-89422ea911f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:20.959597 [ 3 ] {92c5b106-7462-4cee-b908-89422ea911f1} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.06.17 21:26:20.959936 [ 3 ] {92c5b106-7462-4cee-b908-89422ea911f1} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:20.960093 [ 3 ] {92c5b106-7462-4cee-b908-89422ea911f1} executeQuery: Read 14 rows, 19.35 KiB in 0.001655 sec., 8459.214501510574 rows/sec., 11.42 MiB/sec. 2024.06.17 21:26:20.960266 [ 3 ] {92c5b106-7462-4cee-b908-89422ea911f1} DynamicQueryHandler: Done processing query 2024.06.17 21:26:20.960290 [ 3 ] {92c5b106-7462-4cee-b908-89422ea911f1} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:26:20.960305 [ 3 ] {} HTTP-Session: 71d1fe23-1d69-419f-b213-1484e21b259d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.960422 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:20.960469 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:20.960488 [ 3 ] {} HTTP-Session: b29ef3be-1ffa-4c0d-af26-cee675b769b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:20.960504 [ 3 ] {} HTTP-Session: b29ef3be-1ffa-4c0d-af26-cee675b769b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.960519 [ 3 ] {} HTTP-Session: b29ef3be-1ffa-4c0d-af26-cee675b769b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:20.960549 [ 3 ] {} HTTP-Session: b29ef3be-1ffa-4c0d-af26-cee675b769b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:20.960665 [ 3 ] {b3b80c26-546e-4805-b40c-e7f1a1c77fd7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:20.960708 [ 3 ] {b3b80c26-546e-4805-b40c-e7f1a1c77fd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:26:20.960834 [ 3 ] {b3b80c26-546e-4805-b40c-e7f1a1c77fd7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:20.961132 [ 3 ] {b3b80c26-546e-4805-b40c-e7f1a1c77fd7} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:20.961167 [ 3 ] {b3b80c26-546e-4805-b40c-e7f1a1c77fd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. 2024.06.17 21:26:20.961525 [ 3 ] {b3b80c26-546e-4805-b40c-e7f1a1c77fd7} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.06.17 21:26:20.961836 [ 3 ] {b3b80c26-546e-4805-b40c-e7f1a1c77fd7} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:20.961986 [ 3 ] {b3b80c26-546e-4805-b40c-e7f1a1c77fd7} executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. 2024.06.17 21:26:20.962147 [ 3 ] {b3b80c26-546e-4805-b40c-e7f1a1c77fd7} DynamicQueryHandler: Done processing query 2024.06.17 21:26:20.962171 [ 3 ] {b3b80c26-546e-4805-b40c-e7f1a1c77fd7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:20.962186 [ 3 ] {} HTTP-Session: b29ef3be-1ffa-4c0d-af26-cee675b769b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.950432 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:25.950558 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:25.950584 [ 3 ] {} HTTP-Session: 21a1acbb-f183-40c9-9fbc-ba80bfcea687 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:25.950610 [ 3 ] {} HTTP-Session: 21a1acbb-f183-40c9-9fbc-ba80bfcea687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.950626 [ 3 ] {} HTTP-Session: 21a1acbb-f183-40c9-9fbc-ba80bfcea687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.950676 [ 3 ] {} HTTP-Session: 21a1acbb-f183-40c9-9fbc-ba80bfcea687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:25.950862 [ 3 ] {d003c5bb-a1aa-4519-bf38-dba306502b55} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:25.950932 [ 3 ] {d003c5bb-a1aa-4519-bf38-dba306502b55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:26:25.951128 [ 3 ] {d003c5bb-a1aa-4519-bf38-dba306502b55} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:25.951566 [ 3 ] {d003c5bb-a1aa-4519-bf38-dba306502b55} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:25.951609 [ 3 ] {d003c5bb-a1aa-4519-bf38-dba306502b55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2024.06.17 21:26:25.951972 [ 3 ] {d003c5bb-a1aa-4519-bf38-dba306502b55} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.06.17 21:26:25.952301 [ 3 ] {d003c5bb-a1aa-4519-bf38-dba306502b55} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:25.952457 [ 3 ] {d003c5bb-a1aa-4519-bf38-dba306502b55} executeQuery: Read 16 rows, 1.30 KiB in 0.001654 sec., 9673.518742442562 rows/sec., 784.08 KiB/sec. 2024.06.17 21:26:25.952738 [ 3 ] {d003c5bb-a1aa-4519-bf38-dba306502b55} DynamicQueryHandler: Done processing query 2024.06.17 21:26:25.952800 [ 3 ] {d003c5bb-a1aa-4519-bf38-dba306502b55} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:25.952850 [ 3 ] {} HTTP-Session: 21a1acbb-f183-40c9-9fbc-ba80bfcea687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.953031 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:25.953083 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:25.953104 [ 3 ] {} HTTP-Session: 84774417-0c49-4af7-b89e-56b12392b85c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:25.953121 [ 3 ] {} HTTP-Session: 84774417-0c49-4af7-b89e-56b12392b85c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.953135 [ 3 ] {} HTTP-Session: 84774417-0c49-4af7-b89e-56b12392b85c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.953169 [ 3 ] {} HTTP-Session: 84774417-0c49-4af7-b89e-56b12392b85c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:25.953295 [ 3 ] {12ae3315-e653-49b8-986f-48a9363db8da} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:25.953340 [ 3 ] {12ae3315-e653-49b8-986f-48a9363db8da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:26:25.953482 [ 3 ] {12ae3315-e653-49b8-986f-48a9363db8da} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:25.953886 [ 3 ] {12ae3315-e653-49b8-986f-48a9363db8da} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:25.953924 [ 3 ] {12ae3315-e653-49b8-986f-48a9363db8da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2024.06.17 21:26:25.954236 [ 3 ] {12ae3315-e653-49b8-986f-48a9363db8da} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.06.17 21:26:25.954545 [ 3 ] {12ae3315-e653-49b8-986f-48a9363db8da} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:25.954691 [ 3 ] {12ae3315-e653-49b8-986f-48a9363db8da} executeQuery: Read 104 rows, 8.66 KiB in 0.00144 sec., 72222.22222222222 rows/sec., 5.87 MiB/sec. 2024.06.17 21:26:25.954718 [ 89 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.06.17 21:26:25.954829 [ 89 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:25.954860 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2024.06.17 21:26:25.954948 [ 3 ] {12ae3315-e653-49b8-986f-48a9363db8da} DynamicQueryHandler: Done processing query 2024.06.17 21:26:25.955010 [ 3 ] {12ae3315-e653-49b8-986f-48a9363db8da} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:26:25.955065 [ 3 ] {} HTTP-Session: 84774417-0c49-4af7-b89e-56b12392b85c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.955113 [ 186 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:26:25.955233 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:25.955348 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:25.955409 [ 3 ] {} HTTP-Session: d74b8932-d5ae-4196-8ced-473adaff1301 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:25.955425 [ 186 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:25.955443 [ 3 ] {} HTTP-Session: d74b8932-d5ae-4196-8ced-473adaff1301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.955486 [ 3 ] {} HTTP-Session: d74b8932-d5ae-4196-8ced-473adaff1301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.955492 [ 186 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 189 rows starting from the beginning of the part 2024.06.17 21:26:25.955555 [ 3 ] {} HTTP-Session: d74b8932-d5ae-4196-8ced-473adaff1301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:25.955715 [ 186 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 104 rows starting from the beginning of the part 2024.06.17 21:26:25.955997 [ 186 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 100 rows starting from the beginning of the part 2024.06.17 21:26:25.956250 [ 186 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 105 rows starting from the beginning of the part 2024.06.17 21:26:25.956254 [ 3 ] {e8eb5c3d-f785-41a9-86e0-417745800f27} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:25.956461 [ 186 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 98 rows starting from the beginning of the part 2024.06.17 21:26:25.956511 [ 3 ] {e8eb5c3d-f785-41a9-86e0-417745800f27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:26:25.956814 [ 186 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 104 rows starting from the beginning of the part 2024.06.17 21:26:25.957539 [ 3 ] {e8eb5c3d-f785-41a9-86e0-417745800f27} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:25.958368 [ 3 ] {e8eb5c3d-f785-41a9-86e0-417745800f27} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:25.958432 [ 3 ] {e8eb5c3d-f785-41a9-86e0-417745800f27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:25.959320 [ 3 ] {e8eb5c3d-f785-41a9-86e0-417745800f27} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.06.17 21:26:25.960068 [ 194 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 700 rows, containing 4 columns (4 merged, 0 gathered) in 0.005093331 sec., 137434.61793470714 rows/sec., 11.21 MiB/sec. 2024.06.17 21:26:25.960194 [ 3 ] {e8eb5c3d-f785-41a9-86e0-417745800f27} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:25.960307 [ 194 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.06.17 21:26:25.960461 [ 89 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.06.17 21:26:25.960563 [ 89 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:25.960568 [ 3 ] {e8eb5c3d-f785-41a9-86e0-417745800f27} executeQuery: Read 80 rows, 6.40 KiB in 0.004702 sec., 17014.03658017865 rows/sec., 1.33 MiB/sec. 2024.06.17 21:26:25.960627 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2024.06.17 21:26:25.961271 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:26:25.961363 [ 3 ] {e8eb5c3d-f785-41a9-86e0-417745800f27} DynamicQueryHandler: Done processing query 2024.06.17 21:26:25.961435 [ 3 ] {e8eb5c3d-f785-41a9-86e0-417745800f27} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:26:25.961520 [ 3 ] {} HTTP-Session: d74b8932-d5ae-4196-8ced-473adaff1301 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.961657 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:25.961721 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 150 rows starting from the beginning of the part 2024.06.17 21:26:25.961728 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:25.961897 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:25.962036 [ 3 ] {} HTTP-Session: 56644bcc-36eb-4ba8-b079-2c64213f568c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:25.962050 [ 194 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_71_14} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:25.962057 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 80 rows starting from the beginning of the part 2024.06.17 21:26:25.962125 [ 3 ] {} HTTP-Session: 56644bcc-36eb-4ba8-b079-2c64213f568c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.962210 [ 3 ] {} HTTP-Session: 56644bcc-36eb-4ba8-b079-2c64213f568c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.962460 [ 3 ] {} HTTP-Session: 56644bcc-36eb-4ba8-b079-2c64213f568c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:25.962515 [ 194 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_71_14} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.06.17 21:26:25.962591 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part 2024.06.17 21:26:25.962884 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.06.17 21:26:25.963000 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part 2024.06.17 21:26:25.963003 [ 3 ] {230ec349-33a3-4e02-90e3-78041f49c7d7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:25.963160 [ 3 ] {230ec349-33a3-4e02-90e3-78041f49c7d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:26:25.963205 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 78 rows starting from the beginning of the part 2024.06.17 21:26:25.963576 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 80 rows starting from the beginning of the part 2024.06.17 21:26:25.964254 [ 3 ] {230ec349-33a3-4e02-90e3-78041f49c7d7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:25.964896 [ 3 ] {230ec349-33a3-4e02-90e3-78041f49c7d7} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:25.964942 [ 3 ] {230ec349-33a3-4e02-90e3-78041f49c7d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:25.965506 [ 3 ] {230ec349-33a3-4e02-90e3-78041f49c7d7} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.06.17 21:26:25.965515 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 4 columns (4 merged, 0 gathered) in 0.004708668 sec., 117230.60534316712 rows/sec., 9.16 MiB/sec. 2024.06.17 21:26:25.965784 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.06.17 21:26:25.966103 [ 3 ] {230ec349-33a3-4e02-90e3-78041f49c7d7} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:25.966513 [ 3 ] {230ec349-33a3-4e02-90e3-78041f49c7d7} executeQuery: Read 160 rows, 11.41 KiB in 0.003797 sec., 42138.530418751645 rows/sec., 2.93 MiB/sec. 2024.06.17 21:26:25.966772 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_71_14} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:25.966857 [ 3 ] {230ec349-33a3-4e02-90e3-78041f49c7d7} DynamicQueryHandler: Done processing query 2024.06.17 21:26:25.966905 [ 3 ] {230ec349-33a3-4e02-90e3-78041f49c7d7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:26:25.966934 [ 3 ] {} HTTP-Session: 56644bcc-36eb-4ba8-b079-2c64213f568c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.966946 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_71_14} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.06.17 21:26:25.967079 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.17 21:26:25.967109 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:25.967177 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:25.967196 [ 3 ] {} HTTP-Session: 23503623-c1aa-48e8-90f9-3f7384355dea Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:25.967212 [ 3 ] {} HTTP-Session: 23503623-c1aa-48e8-90f9-3f7384355dea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.967226 [ 3 ] {} HTTP-Session: 23503623-c1aa-48e8-90f9-3f7384355dea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.967257 [ 3 ] {} HTTP-Session: 23503623-c1aa-48e8-90f9-3f7384355dea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:25.967460 [ 3 ] {e2a39e57-8e79-43b8-a7d7-00b3a87b47be} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:25.967508 [ 3 ] {e2a39e57-8e79-43b8-a7d7-00b3a87b47be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:26:25.967688 [ 3 ] {e2a39e57-8e79-43b8-a7d7-00b3a87b47be} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:25.968099 [ 3 ] {e2a39e57-8e79-43b8-a7d7-00b3a87b47be} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:25.968134 [ 3 ] {e2a39e57-8e79-43b8-a7d7-00b3a87b47be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2024.06.17 21:26:25.968546 [ 3 ] {e2a39e57-8e79-43b8-a7d7-00b3a87b47be} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.06.17 21:26:25.968886 [ 3 ] {e2a39e57-8e79-43b8-a7d7-00b3a87b47be} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:25.969039 [ 3 ] {e2a39e57-8e79-43b8-a7d7-00b3a87b47be} executeQuery: Read 16 rows, 22.11 KiB in 0.001693 sec., 9450.679267572357 rows/sec., 12.75 MiB/sec. 2024.06.17 21:26:25.969215 [ 3 ] {e2a39e57-8e79-43b8-a7d7-00b3a87b47be} DynamicQueryHandler: Done processing query 2024.06.17 21:26:25.969239 [ 3 ] {e2a39e57-8e79-43b8-a7d7-00b3a87b47be} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:26:25.969255 [ 3 ] {} HTTP-Session: 23503623-c1aa-48e8-90f9-3f7384355dea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.969375 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:25.969422 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:25.969442 [ 3 ] {} HTTP-Session: 396ba292-3fe3-472f-977e-810c51d718b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:25.969458 [ 3 ] {} HTTP-Session: 396ba292-3fe3-472f-977e-810c51d718b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.969472 [ 3 ] {} HTTP-Session: 396ba292-3fe3-472f-977e-810c51d718b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:25.969502 [ 3 ] {} HTTP-Session: 396ba292-3fe3-472f-977e-810c51d718b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:25.969623 [ 3 ] {2151669a-1b7b-4691-a7fb-9a9ae585f260} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:25.969667 [ 3 ] {2151669a-1b7b-4691-a7fb-9a9ae585f260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:26:25.969795 [ 3 ] {2151669a-1b7b-4691-a7fb-9a9ae585f260} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:25.970111 [ 3 ] {2151669a-1b7b-4691-a7fb-9a9ae585f260} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:25.970147 [ 3 ] {2151669a-1b7b-4691-a7fb-9a9ae585f260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2024.06.17 21:26:25.970502 [ 3 ] {2151669a-1b7b-4691-a7fb-9a9ae585f260} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.06.17 21:26:25.970819 [ 3 ] {2151669a-1b7b-4691-a7fb-9a9ae585f260} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:25.970967 [ 3 ] {2151669a-1b7b-4691-a7fb-9a9ae585f260} executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. 2024.06.17 21:26:25.971135 [ 3 ] {2151669a-1b7b-4691-a7fb-9a9ae585f260} DynamicQueryHandler: Done processing query 2024.06.17 21:26:25.971160 [ 3 ] {2151669a-1b7b-4691-a7fb-9a9ae585f260} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:25.971176 [ 3 ] {} HTTP-Session: 396ba292-3fe3-472f-977e-810c51d718b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.180280 [ 87 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:26:30.180349 [ 87 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:26:30.956554 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 3351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:30.956767 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:30.956821 [ 3 ] {} HTTP-Session: 015e1d8d-ba36-4c64-94b5-16491977f687 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:30.956873 [ 3 ] {} HTTP-Session: 015e1d8d-ba36-4c64-94b5-16491977f687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.956909 [ 3 ] {} HTTP-Session: 015e1d8d-ba36-4c64-94b5-16491977f687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.957005 [ 3 ] {} HTTP-Session: 015e1d8d-ba36-4c64-94b5-16491977f687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:30.957482 [ 3 ] {3a3fa989-5d8e-4412-a375-7a49bfdde3ad} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:30.957592 [ 3 ] {3a3fa989-5d8e-4412-a375-7a49bfdde3ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:26:30.957895 [ 3 ] {3a3fa989-5d8e-4412-a375-7a49bfdde3ad} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:30.958587 [ 3 ] {3a3fa989-5d8e-4412-a375-7a49bfdde3ad} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:30.958656 [ 3 ] {3a3fa989-5d8e-4412-a375-7a49bfdde3ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:30.959233 [ 3 ] {3a3fa989-5d8e-4412-a375-7a49bfdde3ad} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.06.17 21:26:30.959756 [ 3 ] {3a3fa989-5d8e-4412-a375-7a49bfdde3ad} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:30.960024 [ 3 ] {3a3fa989-5d8e-4412-a375-7a49bfdde3ad} executeQuery: Read 23 rows, 1.86 KiB in 0.002641 sec., 8708.822415751609 rows/sec., 705.89 KiB/sec. 2024.06.17 21:26:30.960345 [ 3 ] {3a3fa989-5d8e-4412-a375-7a49bfdde3ad} DynamicQueryHandler: Done processing query 2024.06.17 21:26:30.960383 [ 3 ] {3a3fa989-5d8e-4412-a375-7a49bfdde3ad} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:30.960405 [ 3 ] {} HTTP-Session: 015e1d8d-ba36-4c64-94b5-16491977f687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.960572 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:30.960645 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:30.960674 [ 3 ] {} HTTP-Session: d58a09d3-2edc-4a05-b28a-ddf308594f64 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:30.960699 [ 3 ] {} HTTP-Session: d58a09d3-2edc-4a05-b28a-ddf308594f64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.960717 [ 3 ] {} HTTP-Session: d58a09d3-2edc-4a05-b28a-ddf308594f64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.960764 [ 3 ] {} HTTP-Session: d58a09d3-2edc-4a05-b28a-ddf308594f64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:30.960919 [ 3 ] {03f5116a-9b12-4a3d-9330-58302a252ab1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:30.960984 [ 3 ] {03f5116a-9b12-4a3d-9330-58302a252ab1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:26:30.961167 [ 3 ] {03f5116a-9b12-4a3d-9330-58302a252ab1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:30.961746 [ 3 ] {03f5116a-9b12-4a3d-9330-58302a252ab1} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:30.961800 [ 3 ] {03f5116a-9b12-4a3d-9330-58302a252ab1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:30.962229 [ 3 ] {03f5116a-9b12-4a3d-9330-58302a252ab1} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.06.17 21:26:30.962679 [ 3 ] {03f5116a-9b12-4a3d-9330-58302a252ab1} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:30.962923 [ 3 ] {03f5116a-9b12-4a3d-9330-58302a252ab1} executeQuery: Read 6 rows, 501.00 B in 0.001987 sec., 3019.627579265224 rows/sec., 246.23 KiB/sec. 2024.06.17 21:26:30.963395 [ 3 ] {03f5116a-9b12-4a3d-9330-58302a252ab1} DynamicQueryHandler: Done processing query 2024.06.17 21:26:30.963434 [ 3 ] {03f5116a-9b12-4a3d-9330-58302a252ab1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:30.963457 [ 3 ] {} HTTP-Session: d58a09d3-2edc-4a05-b28a-ddf308594f64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.963691 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 23603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:30.963767 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:30.963796 [ 3 ] {} HTTP-Session: c4515f41-0e4b-42e8-9c02-2b2b9baa3366 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:30.963821 [ 3 ] {} HTTP-Session: c4515f41-0e4b-42e8-9c02-2b2b9baa3366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.963842 [ 3 ] {} HTTP-Session: c4515f41-0e4b-42e8-9c02-2b2b9baa3366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.963890 [ 3 ] {} HTTP-Session: c4515f41-0e4b-42e8-9c02-2b2b9baa3366 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:30.964098 [ 3 ] {af28a1d6-51b7-49cf-b060-e22dd301cf77} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:30.964163 [ 3 ] {af28a1d6-51b7-49cf-b060-e22dd301cf77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:26:30.964374 [ 3 ] {af28a1d6-51b7-49cf-b060-e22dd301cf77} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:30.964971 [ 3 ] {af28a1d6-51b7-49cf-b060-e22dd301cf77} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:30.965024 [ 3 ] {af28a1d6-51b7-49cf-b060-e22dd301cf77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:30.965510 [ 3 ] {af28a1d6-51b7-49cf-b060-e22dd301cf77} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.06.17 21:26:30.965957 [ 3 ] {af28a1d6-51b7-49cf-b060-e22dd301cf77} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:30.966185 [ 3 ] {af28a1d6-51b7-49cf-b060-e22dd301cf77} executeQuery: Read 164 rows, 13.63 KiB in 0.002176 sec., 75367.64705882352 rows/sec., 6.12 MiB/sec. 2024.06.17 21:26:30.966420 [ 3 ] {af28a1d6-51b7-49cf-b060-e22dd301cf77} DynamicQueryHandler: Done processing query 2024.06.17 21:26:30.966457 [ 3 ] {af28a1d6-51b7-49cf-b060-e22dd301cf77} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:26:30.966479 [ 3 ] {} HTTP-Session: c4515f41-0e4b-42e8-9c02-2b2b9baa3366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.966698 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:30.966766 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:30.966795 [ 3 ] {} HTTP-Session: 3d09fa82-d57c-468b-850a-9b4c44444a39 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:30.966819 [ 3 ] {} HTTP-Session: 3d09fa82-d57c-468b-850a-9b4c44444a39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.966841 [ 3 ] {} HTTP-Session: 3d09fa82-d57c-468b-850a-9b4c44444a39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.966890 [ 3 ] {} HTTP-Session: 3d09fa82-d57c-468b-850a-9b4c44444a39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:30.967029 [ 3 ] {3241de43-088c-4447-898e-0542af5d763d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:30.967089 [ 3 ] {3241de43-088c-4447-898e-0542af5d763d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:26:30.967276 [ 3 ] {3241de43-088c-4447-898e-0542af5d763d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:30.967716 [ 3 ] {3241de43-088c-4447-898e-0542af5d763d} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:30.967771 [ 3 ] {3241de43-088c-4447-898e-0542af5d763d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:30.968210 [ 3 ] {3241de43-088c-4447-898e-0542af5d763d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.06.17 21:26:30.968693 [ 3 ] {3241de43-088c-4447-898e-0542af5d763d} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:30.968923 [ 3 ] {3241de43-088c-4447-898e-0542af5d763d} executeQuery: Read 6 rows, 429.00 B in 0.001918 sec., 3128.2586027111574 rows/sec., 218.43 KiB/sec. 2024.06.17 21:26:30.969363 [ 3 ] {3241de43-088c-4447-898e-0542af5d763d} DynamicQueryHandler: Done processing query 2024.06.17 21:26:30.969403 [ 3 ] {3241de43-088c-4447-898e-0542af5d763d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:30.969430 [ 3 ] {} HTTP-Session: 3d09fa82-d57c-468b-850a-9b4c44444a39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.969748 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 20904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:30.969826 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:30.969857 [ 3 ] {} HTTP-Session: c7ccd102-edfb-42c0-a0eb-18e3cf08c97a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:30.969884 [ 3 ] {} HTTP-Session: c7ccd102-edfb-42c0-a0eb-18e3cf08c97a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.969905 [ 3 ] {} HTTP-Session: c7ccd102-edfb-42c0-a0eb-18e3cf08c97a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.969956 [ 3 ] {} HTTP-Session: c7ccd102-edfb-42c0-a0eb-18e3cf08c97a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:30.970162 [ 3 ] {d25de3f0-8e64-46ee-847d-cac691bedbf9} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:30.970233 [ 3 ] {d25de3f0-8e64-46ee-847d-cac691bedbf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:26:30.970471 [ 3 ] {d25de3f0-8e64-46ee-847d-cac691bedbf9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:30.971081 [ 3 ] {d25de3f0-8e64-46ee-847d-cac691bedbf9} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:30.971140 [ 3 ] {d25de3f0-8e64-46ee-847d-cac691bedbf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:30.971641 [ 3 ] {d25de3f0-8e64-46ee-847d-cac691bedbf9} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.06.17 21:26:30.972103 [ 3 ] {d25de3f0-8e64-46ee-847d-cac691bedbf9} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:30.972333 [ 3 ] {d25de3f0-8e64-46ee-847d-cac691bedbf9} executeQuery: Read 123 rows, 9.86 KiB in 0.002253 sec., 54593.87483355527 rows/sec., 4.27 MiB/sec. 2024.06.17 21:26:30.972587 [ 3 ] {d25de3f0-8e64-46ee-847d-cac691bedbf9} DynamicQueryHandler: Done processing query 2024.06.17 21:26:30.972621 [ 3 ] {d25de3f0-8e64-46ee-847d-cac691bedbf9} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:26:30.972646 [ 3 ] {} HTTP-Session: c7ccd102-edfb-42c0-a0eb-18e3cf08c97a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.972908 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 34359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:30.972987 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:30.973019 [ 3 ] {} HTTP-Session: 04c8c9db-3d2c-4d3d-830c-593dd1573b2f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:30.973046 [ 3 ] {} HTTP-Session: 04c8c9db-3d2c-4d3d-830c-593dd1573b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.973070 [ 3 ] {} HTTP-Session: 04c8c9db-3d2c-4d3d-830c-593dd1573b2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.973120 [ 3 ] {} HTTP-Session: 04c8c9db-3d2c-4d3d-830c-593dd1573b2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:30.973371 [ 3 ] {685744e9-6ba7-4f4e-a6d5-5fb23cb6f148} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:30.973444 [ 3 ] {685744e9-6ba7-4f4e-a6d5-5fb23cb6f148} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:26:30.973672 [ 3 ] {685744e9-6ba7-4f4e-a6d5-5fb23cb6f148} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:30.974308 [ 3 ] {685744e9-6ba7-4f4e-a6d5-5fb23cb6f148} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:30.974367 [ 3 ] {685744e9-6ba7-4f4e-a6d5-5fb23cb6f148} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:30.974974 [ 3 ] {685744e9-6ba7-4f4e-a6d5-5fb23cb6f148} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.06.17 21:26:30.975443 [ 3 ] {685744e9-6ba7-4f4e-a6d5-5fb23cb6f148} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:30.975651 [ 3 ] {685744e9-6ba7-4f4e-a6d5-5fb23cb6f148} executeQuery: Read 179 rows, 12.80 KiB in 0.0024 sec., 74583.33333333334 rows/sec., 5.21 MiB/sec. 2024.06.17 21:26:30.975917 [ 3 ] {685744e9-6ba7-4f4e-a6d5-5fb23cb6f148} DynamicQueryHandler: Done processing query 2024.06.17 21:26:30.975976 [ 3 ] {685744e9-6ba7-4f4e-a6d5-5fb23cb6f148} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.17 21:26:30.976025 [ 3 ] {} HTTP-Session: 04c8c9db-3d2c-4d3d-830c-593dd1573b2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.976313 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 24649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:30.976385 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:30.976415 [ 3 ] {} HTTP-Session: 9de63d44-2d49-46f2-9cc3-885e02643da7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:30.976440 [ 3 ] {} HTTP-Session: 9de63d44-2d49-46f2-9cc3-885e02643da7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.976461 [ 3 ] {} HTTP-Session: 9de63d44-2d49-46f2-9cc3-885e02643da7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.976508 [ 3 ] {} HTTP-Session: 9de63d44-2d49-46f2-9cc3-885e02643da7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:30.976883 [ 3 ] {2c10895a-c8bf-4626-a759-ab08ab8899aa} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:30.976960 [ 3 ] {2c10895a-c8bf-4626-a759-ab08ab8899aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:26:30.977202 [ 3 ] {2c10895a-c8bf-4626-a759-ab08ab8899aa} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:30.977848 [ 3 ] {2c10895a-c8bf-4626-a759-ab08ab8899aa} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:30.977906 [ 3 ] {2c10895a-c8bf-4626-a759-ab08ab8899aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:30.978538 [ 3 ] {2c10895a-c8bf-4626-a759-ab08ab8899aa} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.06.17 21:26:30.979078 [ 3 ] {2c10895a-c8bf-4626-a759-ab08ab8899aa} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:30.979331 [ 3 ] {2c10895a-c8bf-4626-a759-ab08ab8899aa} executeQuery: Read 23 rows, 31.78 KiB in 0.002694 sec., 8537.490720118782 rows/sec., 11.52 MiB/sec. 2024.06.17 21:26:30.979788 [ 3 ] {2c10895a-c8bf-4626-a759-ab08ab8899aa} DynamicQueryHandler: Done processing query 2024.06.17 21:26:30.979867 [ 3 ] {2c10895a-c8bf-4626-a759-ab08ab8899aa} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:26:30.979926 [ 3 ] {} HTTP-Session: 9de63d44-2d49-46f2-9cc3-885e02643da7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.980124 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:30.980201 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:30.980230 [ 3 ] {} HTTP-Session: 3d4de829-ee2f-4ff4-8d75-a1bed4016cd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:30.980260 [ 3 ] {} HTTP-Session: 3d4de829-ee2f-4ff4-8d75-a1bed4016cd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.980287 [ 3 ] {} HTTP-Session: 3d4de829-ee2f-4ff4-8d75-a1bed4016cd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.980335 [ 3 ] {} HTTP-Session: 3d4de829-ee2f-4ff4-8d75-a1bed4016cd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:30.980491 [ 3 ] {f7168d58-2e8a-4129-8762-762cf606ed67} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:30.980568 [ 3 ] {f7168d58-2e8a-4129-8762-762cf606ed67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.06.17 21:26:30.980798 [ 3 ] {f7168d58-2e8a-4129-8762-762cf606ed67} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:30.981227 [ 3 ] {f7168d58-2e8a-4129-8762-762cf606ed67} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:30.981281 [ 3 ] {f7168d58-2e8a-4129-8762-762cf606ed67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:30.982106 [ 3 ] {f7168d58-2e8a-4129-8762-762cf606ed67} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.17 21:26:30.982613 [ 3 ] {f7168d58-2e8a-4129-8762-762cf606ed67} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:30.982850 [ 3 ] {f7168d58-2e8a-4129-8762-762cf606ed67} executeQuery: Read 9 rows, 709.00 B in 0.002401 sec., 3748.4381507705125 rows/sec., 288.37 KiB/sec. 2024.06.17 21:26:30.983179 [ 3 ] {f7168d58-2e8a-4129-8762-762cf606ed67} DynamicQueryHandler: Done processing query 2024.06.17 21:26:30.983216 [ 3 ] {f7168d58-2e8a-4129-8762-762cf606ed67} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:26:30.983241 [ 3 ] {} HTTP-Session: 3d4de829-ee2f-4ff4-8d75-a1bed4016cd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.983430 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 8231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:30.983510 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:30.983545 [ 3 ] {} HTTP-Session: 697accc8-0ade-420b-8742-98dbbd00cd90 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:30.983571 [ 3 ] {} HTTP-Session: 697accc8-0ade-420b-8742-98dbbd00cd90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.983592 [ 3 ] {} HTTP-Session: 697accc8-0ade-420b-8742-98dbbd00cd90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:30.983638 [ 3 ] {} HTTP-Session: 697accc8-0ade-420b-8742-98dbbd00cd90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:30.983814 [ 3 ] {c806932b-4367-4881-ac64-eeb0aa2bda5c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:30.983885 [ 3 ] {c806932b-4367-4881-ac64-eeb0aa2bda5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:26:30.984088 [ 3 ] {c806932b-4367-4881-ac64-eeb0aa2bda5c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:30.984556 [ 3 ] {c806932b-4367-4881-ac64-eeb0aa2bda5c} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:30.984618 [ 3 ] {c806932b-4367-4881-ac64-eeb0aa2bda5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:30.985209 [ 3 ] {c806932b-4367-4881-ac64-eeb0aa2bda5c} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.06.17 21:26:30.985736 [ 3 ] {c806932b-4367-4881-ac64-eeb0aa2bda5c} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:30.986002 [ 3 ] {c806932b-4367-4881-ac64-eeb0aa2bda5c} executeQuery: Read 54 rows, 3.72 KiB in 0.002225 sec., 24269.662921348314 rows/sec., 1.63 MiB/sec. 2024.06.17 21:26:30.986435 [ 3 ] {c806932b-4367-4881-ac64-eeb0aa2bda5c} DynamicQueryHandler: Done processing query 2024.06.17 21:26:30.986506 [ 3 ] {c806932b-4367-4881-ac64-eeb0aa2bda5c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:30.986553 [ 3 ] {} HTTP-Session: 697accc8-0ade-420b-8742-98dbbd00cd90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.950843 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:35.950991 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:35.951021 [ 3 ] {} HTTP-Session: 06656efc-e3c7-4a53-8091-f030796001b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:35.951050 [ 3 ] {} HTTP-Session: 06656efc-e3c7-4a53-8091-f030796001b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.951068 [ 3 ] {} HTTP-Session: 06656efc-e3c7-4a53-8091-f030796001b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.951126 [ 3 ] {} HTTP-Session: 06656efc-e3c7-4a53-8091-f030796001b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:35.951340 [ 3 ] {5bc914e1-7c99-46ef-8f8c-985b1e63beb2} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:35.951416 [ 3 ] {5bc914e1-7c99-46ef-8f8c-985b1e63beb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:26:35.951622 [ 3 ] {5bc914e1-7c99-46ef-8f8c-985b1e63beb2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:35.952046 [ 3 ] {5bc914e1-7c99-46ef-8f8c-985b1e63beb2} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:35.952089 [ 3 ] {5bc914e1-7c99-46ef-8f8c-985b1e63beb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:35.952455 [ 3 ] {5bc914e1-7c99-46ef-8f8c-985b1e63beb2} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.06.17 21:26:35.952812 [ 3 ] {5bc914e1-7c99-46ef-8f8c-985b1e63beb2} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:35.952969 [ 3 ] {5bc914e1-7c99-46ef-8f8c-985b1e63beb2} executeQuery: Read 17 rows, 1.38 KiB in 0.001693 sec., 10041.34672179563 rows/sec., 813.90 KiB/sec. 2024.06.17 21:26:35.953191 [ 3 ] {5bc914e1-7c99-46ef-8f8c-985b1e63beb2} DynamicQueryHandler: Done processing query 2024.06.17 21:26:35.953218 [ 3 ] {5bc914e1-7c99-46ef-8f8c-985b1e63beb2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:35.953235 [ 3 ] {} HTTP-Session: 06656efc-e3c7-4a53-8091-f030796001b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.953375 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:35.953425 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:35.953444 [ 3 ] {} HTTP-Session: 2af04d80-93e3-4c55-9c40-f7df550c71e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:35.953460 [ 3 ] {} HTTP-Session: 2af04d80-93e3-4c55-9c40-f7df550c71e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.953473 [ 3 ] {} HTTP-Session: 2af04d80-93e3-4c55-9c40-f7df550c71e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.953505 [ 3 ] {} HTTP-Session: 2af04d80-93e3-4c55-9c40-f7df550c71e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:35.953631 [ 3 ] {7a5ea5d6-e292-4e92-9c95-dbb3c09da0f6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:35.953677 [ 3 ] {7a5ea5d6-e292-4e92-9c95-dbb3c09da0f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:26:35.953813 [ 3 ] {7a5ea5d6-e292-4e92-9c95-dbb3c09da0f6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:35.954240 [ 3 ] {7a5ea5d6-e292-4e92-9c95-dbb3c09da0f6} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:35.954292 [ 3 ] {7a5ea5d6-e292-4e92-9c95-dbb3c09da0f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:35.955043 [ 3 ] {7a5ea5d6-e292-4e92-9c95-dbb3c09da0f6} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.06.17 21:26:35.955350 [ 3 ] {7a5ea5d6-e292-4e92-9c95-dbb3c09da0f6} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:35.955479 [ 3 ] {7a5ea5d6-e292-4e92-9c95-dbb3c09da0f6} executeQuery: Read 107 rows, 8.92 KiB in 0.001897 sec., 56404.84976278334 rows/sec., 4.59 MiB/sec. 2024.06.17 21:26:35.955648 [ 3 ] {7a5ea5d6-e292-4e92-9c95-dbb3c09da0f6} DynamicQueryHandler: Done processing query 2024.06.17 21:26:35.955674 [ 3 ] {7a5ea5d6-e292-4e92-9c95-dbb3c09da0f6} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:26:35.955690 [ 3 ] {} HTTP-Session: 2af04d80-93e3-4c55-9c40-f7df550c71e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.955824 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 13779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:35.955874 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:35.955893 [ 3 ] {} HTTP-Session: 0c2b18d2-cdc5-46dc-89c1-e005400064c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:35.955910 [ 3 ] {} HTTP-Session: 0c2b18d2-cdc5-46dc-89c1-e005400064c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.955924 [ 3 ] {} HTTP-Session: 0c2b18d2-cdc5-46dc-89c1-e005400064c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.955956 [ 3 ] {} HTTP-Session: 0c2b18d2-cdc5-46dc-89c1-e005400064c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:35.956076 [ 3 ] {614d0356-1fb3-4728-859e-530c2b343904} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:35.956119 [ 3 ] {614d0356-1fb3-4728-859e-530c2b343904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:26:35.956243 [ 3 ] {614d0356-1fb3-4728-859e-530c2b343904} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:35.956609 [ 3 ] {614d0356-1fb3-4728-859e-530c2b343904} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:35.956645 [ 3 ] {614d0356-1fb3-4728-859e-530c2b343904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:35.956964 [ 3 ] {614d0356-1fb3-4728-859e-530c2b343904} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.06.17 21:26:35.957269 [ 3 ] {614d0356-1fb3-4728-859e-530c2b343904} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:35.957389 [ 3 ] {614d0356-1fb3-4728-859e-530c2b343904} executeQuery: Read 81 rows, 6.48 KiB in 0.001362 sec., 59471.365638766525 rows/sec., 4.64 MiB/sec. 2024.06.17 21:26:35.957539 [ 3 ] {614d0356-1fb3-4728-859e-530c2b343904} DynamicQueryHandler: Done processing query 2024.06.17 21:26:35.957563 [ 3 ] {614d0356-1fb3-4728-859e-530c2b343904} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:26:35.957580 [ 3 ] {} HTTP-Session: 0c2b18d2-cdc5-46dc-89c1-e005400064c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.957778 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:35.957829 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:35.957847 [ 3 ] {} HTTP-Session: 0fd8e53a-c90a-4d56-a5cc-70f86de2788a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:35.957863 [ 3 ] {} HTTP-Session: 0fd8e53a-c90a-4d56-a5cc-70f86de2788a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.957877 [ 3 ] {} HTTP-Session: 0fd8e53a-c90a-4d56-a5cc-70f86de2788a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.957907 [ 3 ] {} HTTP-Session: 0fd8e53a-c90a-4d56-a5cc-70f86de2788a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:35.958048 [ 3 ] {de383502-1ebd-4071-9024-3e4243c58380} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:35.958099 [ 3 ] {de383502-1ebd-4071-9024-3e4243c58380} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:26:35.958283 [ 3 ] {de383502-1ebd-4071-9024-3e4243c58380} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:35.958781 [ 3 ] {de383502-1ebd-4071-9024-3e4243c58380} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:35.958822 [ 3 ] {de383502-1ebd-4071-9024-3e4243c58380} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:35.959314 [ 3 ] {de383502-1ebd-4071-9024-3e4243c58380} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.06.17 21:26:35.959768 [ 3 ] {de383502-1ebd-4071-9024-3e4243c58380} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:35.959920 [ 3 ] {de383502-1ebd-4071-9024-3e4243c58380} executeQuery: Read 160 rows, 11.41 KiB in 0.001936 sec., 82644.62809917355 rows/sec., 5.76 MiB/sec. 2024.06.17 21:26:35.959927 [ 80 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.06.17 21:26:35.959993 [ 80 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:35.960031 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:35.960201 [ 3 ] {de383502-1ebd-4071-9024-3e4243c58380} DynamicQueryHandler: Done processing query 2024.06.17 21:26:35.960302 [ 3 ] {de383502-1ebd-4071-9024-3e4243c58380} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:26:35.960376 [ 3 ] {} HTTP-Session: 0fd8e53a-c90a-4d56-a5cc-70f86de2788a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.960409 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:26:35.960927 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 18233, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:35.961196 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:35.961240 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:35.961268 [ 3 ] {} HTTP-Session: 02b43a4a-c06c-4229-8f8f-66f3c8294f2b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:35.961321 [ 3 ] {} HTTP-Session: 02b43a4a-c06c-4229-8f8f-66f3c8294f2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.961344 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_71_14} MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 9774 rows starting from the beginning of the part 2024.06.17 21:26:35.961351 [ 3 ] {} HTTP-Session: 02b43a4a-c06c-4229-8f8f-66f3c8294f2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.961457 [ 3 ] {} HTTP-Session: 02b43a4a-c06c-4229-8f8f-66f3c8294f2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:35.961624 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 161 rows starting from the beginning of the part 2024.06.17 21:26:35.961840 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:26:35.962024 [ 3 ] {9154a875-1264-4358-9a50-329ed6e2e8a7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:35.962049 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:26:35.962303 [ 3 ] {9154a875-1264-4358-9a50-329ed6e2e8a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:26:35.962356 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 179 rows starting from the beginning of the part 2024.06.17 21:26:35.962778 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:26:35.963616 [ 3 ] {9154a875-1264-4358-9a50-329ed6e2e8a7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:35.964174 [ 3 ] {9154a875-1264-4358-9a50-329ed6e2e8a7} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:35.964214 [ 3 ] {9154a875-1264-4358-9a50-329ed6e2e8a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:35.964987 [ 3 ] {9154a875-1264-4358-9a50-329ed6e2e8a7} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.06.17 21:26:35.965952 [ 3 ] {9154a875-1264-4358-9a50-329ed6e2e8a7} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:35.966111 [ 3 ] {9154a875-1264-4358-9a50-329ed6e2e8a7} executeQuery: Read 17 rows, 23.49 KiB in 0.004376 sec., 3884.826325411335 rows/sec., 5.24 MiB/sec. 2024.06.17 21:26:35.966360 [ 3 ] {9154a875-1264-4358-9a50-329ed6e2e8a7} DynamicQueryHandler: Done processing query 2024.06.17 21:26:35.966395 [ 3 ] {9154a875-1264-4358-9a50-329ed6e2e8a7} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:26:35.966411 [ 3 ] {} HTTP-Session: 02b43a4a-c06c-4229-8f8f-66f3c8294f2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.966714 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:35.966798 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:35.966870 [ 3 ] {} HTTP-Session: e015d2c4-ceae-42a1-b1dd-57f032de80b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:35.966903 [ 3 ] {} HTTP-Session: e015d2c4-ceae-42a1-b1dd-57f032de80b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.966919 [ 3 ] {} HTTP-Session: e015d2c4-ceae-42a1-b1dd-57f032de80b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.966969 [ 3 ] {} HTTP-Session: e015d2c4-ceae-42a1-b1dd-57f032de80b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:35.967118 [ 3 ] {8d64f037-242e-4644-ba16-d37587bcaa90} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:35.967164 [ 3 ] {8d64f037-242e-4644-ba16-d37587bcaa90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:26:35.967362 [ 3 ] {8d64f037-242e-4644-ba16-d37587bcaa90} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:35.967706 [ 3 ] {8d64f037-242e-4644-ba16-d37587bcaa90} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:35.967755 [ 3 ] {8d64f037-242e-4644-ba16-d37587bcaa90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:35.968276 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 10594 rows, containing 5 columns (5 merged, 0 gathered) in 0.008140043 sec., 1301467.3264011014 rows/sec., 90.77 MiB/sec. 2024.06.17 21:26:35.968665 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.06.17 21:26:35.968673 [ 3 ] {8d64f037-242e-4644-ba16-d37587bcaa90} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.06.17 21:26:35.969551 [ 3 ] {8d64f037-242e-4644-ba16-d37587bcaa90} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:35.969638 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_71_14} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:35.969810 [ 80 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.06.17 21:26:35.969877 [ 3 ] {8d64f037-242e-4644-ba16-d37587bcaa90} executeQuery: Read 60 rows, 4.14 KiB in 0.002816 sec., 21306.818181818184 rows/sec., 1.44 MiB/sec. 2024.06.17 21:26:35.969883 [ 80 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:35.969925 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_71_14} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.06.17 21:26:35.969955 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:35.970329 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. 2024.06.17 21:26:35.970394 [ 3 ] {8d64f037-242e-4644-ba16-d37587bcaa90} DynamicQueryHandler: Done processing query 2024.06.17 21:26:35.970406 [ 200 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:26:35.970426 [ 3 ] {8d64f037-242e-4644-ba16-d37587bcaa90} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:35.970452 [ 3 ] {} HTTP-Session: e015d2c4-ceae-42a1-b1dd-57f032de80b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:35.970542 [ 200 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:35.970574 [ 200 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3468 rows starting from the beginning of the part 2024.06.17 21:26:35.970672 [ 200 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:26:35.970869 [ 200 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:26:35.971063 [ 200 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:26:35.971222 [ 200 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 54 rows starting from the beginning of the part 2024.06.17 21:26:35.971415 [ 200 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:26:35.973074 [ 200 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3762 rows, containing 4 columns (4 merged, 0 gathered) in 0.00297135 sec., 1266091.170679994 rows/sec., 85.14 MiB/sec. 2024.06.17 21:26:35.973468 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.06.17 21:26:35.973964 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_71_14} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:35.974078 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_71_14} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.06.17 21:26:35.974188 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2024.06.17 21:26:40.943884 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:40.944023 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:40.944049 [ 3 ] {} HTTP-Session: 3f572d8d-3bbd-49d8-9b6d-a0576dd703fe Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:40.944075 [ 3 ] {} HTTP-Session: 3f572d8d-3bbd-49d8-9b6d-a0576dd703fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.944091 [ 3 ] {} HTTP-Session: 3f572d8d-3bbd-49d8-9b6d-a0576dd703fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.944143 [ 3 ] {} HTTP-Session: 3f572d8d-3bbd-49d8-9b6d-a0576dd703fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:40.944389 [ 3 ] {32da005a-4b0d-4e96-8cea-a95e01aa9a42} executeQuery: (from [fd00:1122:3344:101::d]:55036) 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', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.17 21:26:40.944821 [ 3 ] {32da005a-4b0d-4e96-8cea-a95e01aa9a42} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.17 21:26:40.944870 [ 3 ] {32da005a-4b0d-4e96-8cea-a95e01aa9a42} 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', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.17 21:26:40.945213 [ 3 ] {32da005a-4b0d-4e96-8cea-a95e01aa9a42} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:26:40.945296 [ 3 ] {32da005a-4b0d-4e96-8cea-a95e01aa9a42} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.17 21:26:40.945472 [ 3 ] {32da005a-4b0d-4e96-8cea-a95e01aa9a42} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2024.06.17 21:26:40.945515 [ 3 ] {32da005a-4b0d-4e96-8cea-a95e01aa9a42} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2024.06.17 21:26:40.945541 [ 3 ] {32da005a-4b0d-4e96-8cea-a95e01aa9a42} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (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.06.17 21:26:40.945558 [ 3 ] {32da005a-4b0d-4e96-8cea-a95e01aa9a42} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.17 21:26:40.945605 [ 3 ] {32da005a-4b0d-4e96-8cea-a95e01aa9a42} 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', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.17 21:26:40.945631 [ 3 ] {32da005a-4b0d-4e96-8cea-a95e01aa9a42} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 29 rows starting from 0 2024.06.17 21:26:40.946785 [ 3 ] {32da005a-4b0d-4e96-8cea-a95e01aa9a42} executeQuery: Read 29 rows, 1.20 KiB in 0.002499 sec., 11604.641856742697 rows/sec., 479.88 KiB/sec. 2024.06.17 21:26:40.947109 [ 3 ] {32da005a-4b0d-4e96-8cea-a95e01aa9a42} DynamicQueryHandler: Done processing query 2024.06.17 21:26:40.947141 [ 3 ] {32da005a-4b0d-4e96-8cea-a95e01aa9a42} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.17 21:26:40.947160 [ 3 ] {} HTTP-Session: 3f572d8d-3bbd-49d8-9b6d-a0576dd703fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.955047 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:40.955144 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:40.955183 [ 3 ] {} HTTP-Session: 853070be-892b-4985-a5a8-510bc33c10bf Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:40.955218 [ 3 ] {} HTTP-Session: 853070be-892b-4985-a5a8-510bc33c10bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.955248 [ 3 ] {} HTTP-Session: 853070be-892b-4985-a5a8-510bc33c10bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.955314 [ 3 ] {} HTTP-Session: 853070be-892b-4985-a5a8-510bc33c10bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:40.955525 [ 3 ] {6dd43bc3-7e0b-4134-8383-67155507d8c4} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:40.955615 [ 3 ] {6dd43bc3-7e0b-4134-8383-67155507d8c4} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.17 21:26:40.955839 [ 3 ] {6dd43bc3-7e0b-4134-8383-67155507d8c4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:40.956162 [ 3 ] {6dd43bc3-7e0b-4134-8383-67155507d8c4} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:40.956200 [ 3 ] {6dd43bc3-7e0b-4134-8383-67155507d8c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:40.956698 [ 3 ] {6dd43bc3-7e0b-4134-8383-67155507d8c4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.17 21:26:40.957018 [ 3 ] {6dd43bc3-7e0b-4134-8383-67155507d8c4} oximeter.timeseries_schema (6271075e-242b-45aa-96f2-daca5fbbd266): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:40.957174 [ 3 ] {6dd43bc3-7e0b-4134-8383-67155507d8c4} executeQuery: Read 1 rows, 285.00 B in 0.001713 sec., 583.7711617046118 rows/sec., 162.48 KiB/sec. 2024.06.17 21:26:40.957352 [ 3 ] {6dd43bc3-7e0b-4134-8383-67155507d8c4} DynamicQueryHandler: Done processing query 2024.06.17 21:26:40.957379 [ 3 ] {6dd43bc3-7e0b-4134-8383-67155507d8c4} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:26:40.957395 [ 3 ] {} HTTP-Session: 853070be-892b-4985-a5a8-510bc33c10bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.957557 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 3923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:40.957607 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:40.957626 [ 3 ] {} HTTP-Session: 5a9efdc5-d96d-48f7-8a09-05a5aef25464 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:40.957642 [ 3 ] {} HTTP-Session: 5a9efdc5-d96d-48f7-8a09-05a5aef25464 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.957656 [ 3 ] {} HTTP-Session: 5a9efdc5-d96d-48f7-8a09-05a5aef25464 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.957689 [ 3 ] {} HTTP-Session: 5a9efdc5-d96d-48f7-8a09-05a5aef25464 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:40.957797 [ 3 ] {810c5405-8f80-43bd-9b90-1f64317ed240} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:40.957842 [ 3 ] {810c5405-8f80-43bd-9b90-1f64317ed240} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:26:40.957968 [ 3 ] {810c5405-8f80-43bd-9b90-1f64317ed240} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:40.958283 [ 3 ] {810c5405-8f80-43bd-9b90-1f64317ed240} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:40.958321 [ 3 ] {810c5405-8f80-43bd-9b90-1f64317ed240} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:40.958641 [ 3 ] {810c5405-8f80-43bd-9b90-1f64317ed240} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.06.17 21:26:40.958951 [ 3 ] {810c5405-8f80-43bd-9b90-1f64317ed240} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:40.959116 [ 3 ] {810c5405-8f80-43bd-9b90-1f64317ed240} executeQuery: Read 27 rows, 2.19 KiB in 0.001339 sec., 20164.30171769978 rows/sec., 1.60 MiB/sec. 2024.06.17 21:26:40.959125 [ 78 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.06.17 21:26:40.959232 [ 78 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:40.959280 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:40.959374 [ 3 ] {810c5405-8f80-43bd-9b90-1f64317ed240} DynamicQueryHandler: Done processing query 2024.06.17 21:26:40.959440 [ 3 ] {810c5405-8f80-43bd-9b90-1f64317ed240} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:40.959479 [ 3 ] {} HTTP-Session: 5a9efdc5-d96d-48f7-8a09-05a5aef25464 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.959502 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:26:40.959643 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:40.959764 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:40.959780 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:40.959800 [ 3 ] {} HTTP-Session: e046d0bb-d293-49ea-ad69-f2a94c1126bc Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:40.959842 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 30 rows starting from the beginning of the part 2024.06.17 21:26:40.959852 [ 3 ] {} HTTP-Session: e046d0bb-d293-49ea-ad69-f2a94c1126bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.959901 [ 3 ] {} HTTP-Session: e046d0bb-d293-49ea-ad69-f2a94c1126bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.960024 [ 3 ] {} HTTP-Session: e046d0bb-d293-49ea-ad69-f2a94c1126bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:40.960079 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part 2024.06.17 21:26:40.960354 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 16 rows starting from the beginning of the part 2024.06.17 21:26:40.960508 [ 3 ] {1affa885-1e98-43eb-bb5b-fc0e21d7a1b6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:40.960684 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 23 rows starting from the beginning of the part 2024.06.17 21:26:40.960761 [ 3 ] {1affa885-1e98-43eb-bb5b-fc0e21d7a1b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:26:40.961061 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 17 rows starting from the beginning of the part 2024.06.17 21:26:40.961442 [ 198 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 27 rows starting from the beginning of the part 2024.06.17 21:26:40.962011 [ 3 ] {1affa885-1e98-43eb-bb5b-fc0e21d7a1b6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:40.962690 [ 3 ] {1affa885-1e98-43eb-bb5b-fc0e21d7a1b6} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:40.962752 [ 3 ] {1affa885-1e98-43eb-bb5b-fc0e21d7a1b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:40.963609 [ 3 ] {1affa885-1e98-43eb-bb5b-fc0e21d7a1b6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.06.17 21:26:40.964423 [ 191 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 127 rows, containing 4 columns (4 merged, 0 gathered) in 0.005057211 sec., 25112.655967884275 rows/sec., 1.99 MiB/sec. 2024.06.17 21:26:40.964480 [ 3 ] {1affa885-1e98-43eb-bb5b-fc0e21d7a1b6} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:40.964708 [ 191 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.06.17 21:26:40.964735 [ 78 ] {} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c) (MergerMutator): Selected 6 parts from all_1_17_4 to all_22_22_0 2024.06.17 21:26:40.964814 [ 78 ] {} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:40.964830 [ 3 ] {1affa885-1e98-43eb-bb5b-fc0e21d7a1b6} executeQuery: Read 2 rows, 152.00 B in 0.004473 sec., 447.1272076905879 rows/sec., 33.19 KiB/sec. 2024.06.17 21:26:40.964889 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:40.965686 [ 190 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_22_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_17_4 to all_22_22_0 into Compact with storage Full 2024.06.17 21:26:40.966322 [ 3 ] {1affa885-1e98-43eb-bb5b-fc0e21d7a1b6} DynamicQueryHandler: Done processing query 2024.06.17 21:26:40.966357 [ 190 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_22_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:40.966422 [ 3 ] {1affa885-1e98-43eb-bb5b-fc0e21d7a1b6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:40.966443 [ 190 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part 2024.06.17 21:26:40.966502 [ 3 ] {} HTTP-Session: e046d0bb-d293-49ea-ad69-f2a94c1126bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.966751 [ 190 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2024.06.17 21:26:40.966815 [ 191 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_71_14} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:40.967086 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 20623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:40.967155 [ 190 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part 2024.06.17 21:26:40.967424 [ 191 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_71_14} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.06.17 21:26:40.967564 [ 190 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part 2024.06.17 21:26:40.967551 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:40.967893 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.17 21:26:40.967891 [ 190 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2024.06.17 21:26:40.967925 [ 3 ] {} HTTP-Session: fa3c63af-1def-4578-af73-74242365e4c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:40.968054 [ 3 ] {} HTTP-Session: fa3c63af-1def-4578-af73-74242365e4c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.968135 [ 3 ] {} HTTP-Session: fa3c63af-1def-4578-af73-74242365e4c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.968176 [ 190 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part 2024.06.17 21:26:40.968276 [ 3 ] {} HTTP-Session: fa3c63af-1def-4578-af73-74242365e4c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:40.968655 [ 3 ] {972658fc-7cf6-4bfe-8580-0935636da73c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:40.968731 [ 3 ] {972658fc-7cf6-4bfe-8580-0935636da73c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:26:40.969303 [ 3 ] {972658fc-7cf6-4bfe-8580-0935636da73c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:40.970353 [ 3 ] {972658fc-7cf6-4bfe-8580-0935636da73c} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:40.970421 [ 3 ] {972658fc-7cf6-4bfe-8580-0935636da73c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:40.970918 [ 190 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_22_5} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.005817749 sec., 5156.633605196786 rows/sec., 417.97 KiB/sec. 2024.06.17 21:26:40.971126 [ 192 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_22_5} MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) 2024.06.17 21:26:40.971139 [ 3 ] {972658fc-7cf6-4bfe-8580-0935636da73c} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.06.17 21:26:40.971622 [ 3 ] {972658fc-7cf6-4bfe-8580-0935636da73c} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:40.971707 [ 192 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_22_5} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:40.971848 [ 3 ] {972658fc-7cf6-4bfe-8580-0935636da73c} executeQuery: Read 141 rows, 12.04 KiB in 0.003331 sec., 42329.63074151906 rows/sec., 3.53 MiB/sec. 2024.06.17 21:26:40.971881 [ 192 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_22_5} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c) (MergerMutator): Merged 6 parts: [all_1_17_4, all_22_22_0] -> all_1_22_5 2024.06.17 21:26:40.972008 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.06.17 21:26:40.972073 [ 3 ] {972658fc-7cf6-4bfe-8580-0935636da73c} DynamicQueryHandler: Done processing query 2024.06.17 21:26:40.972098 [ 3 ] {972658fc-7cf6-4bfe-8580-0935636da73c} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:26:40.972114 [ 3 ] {} HTTP-Session: fa3c63af-1def-4578-af73-74242365e4c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.972231 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:40.972278 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:40.972296 [ 3 ] {} HTTP-Session: 207c3dad-e9d2-4599-8637-dfb92e06a61f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:40.972311 [ 3 ] {} HTTP-Session: 207c3dad-e9d2-4599-8637-dfb92e06a61f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.972325 [ 3 ] {} HTTP-Session: 207c3dad-e9d2-4599-8637-dfb92e06a61f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.972419 [ 3 ] {} HTTP-Session: 207c3dad-e9d2-4599-8637-dfb92e06a61f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:40.972514 [ 3 ] {bb2de83c-da85-4d31-a221-c8e84c69a2db} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:40.972556 [ 3 ] {bb2de83c-da85-4d31-a221-c8e84c69a2db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:26:40.972686 [ 3 ] {bb2de83c-da85-4d31-a221-c8e84c69a2db} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:40.972956 [ 3 ] {bb2de83c-da85-4d31-a221-c8e84c69a2db} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:40.972993 [ 3 ] {bb2de83c-da85-4d31-a221-c8e84c69a2db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:40.973295 [ 3 ] {bb2de83c-da85-4d31-a221-c8e84c69a2db} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.06.17 21:26:40.973600 [ 3 ] {bb2de83c-da85-4d31-a221-c8e84c69a2db} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:40.973766 [ 3 ] {bb2de83c-da85-4d31-a221-c8e84c69a2db} executeQuery: Read 2 rows, 128.00 B in 0.001265 sec., 1581.0276679841897 rows/sec., 98.81 KiB/sec. 2024.06.17 21:26:40.973783 [ 78 ] {} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414) (MergerMutator): Selected 6 parts from all_1_17_4 to all_22_22_0 2024.06.17 21:26:40.973908 [ 78 ] {} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:40.973974 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:40.974029 [ 3 ] {bb2de83c-da85-4d31-a221-c8e84c69a2db} DynamicQueryHandler: Done processing query 2024.06.17 21:26:40.974086 [ 3 ] {bb2de83c-da85-4d31-a221-c8e84c69a2db} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:40.974143 [ 3 ] {} HTTP-Session: 207c3dad-e9d2-4599-8637-dfb92e06a61f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.974260 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_22_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_17_4 to all_22_22_0 into Compact with storage Full 2024.06.17 21:26:40.974383 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 18691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:40.974464 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:40.974483 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_22_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:40.974490 [ 3 ] {} HTTP-Session: 534f87a3-39f5-44b2-b44f-7520df60f7c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:40.974522 [ 3 ] {} HTTP-Session: 534f87a3-39f5-44b2-b44f-7520df60f7c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.974527 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part 2024.06.17 21:26:40.974538 [ 3 ] {} HTTP-Session: 534f87a3-39f5-44b2-b44f-7520df60f7c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.974579 [ 3 ] {} HTTP-Session: 534f87a3-39f5-44b2-b44f-7520df60f7c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:40.974697 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2024.06.17 21:26:40.974980 [ 3 ] {766bae89-a636-4a15-bfcb-59f5b903357e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:40.975075 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part 2024.06.17 21:26:40.975155 [ 3 ] {766bae89-a636-4a15-bfcb-59f5b903357e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:26:40.975425 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part 2024.06.17 21:26:40.975779 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2024.06.17 21:26:40.976122 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part 2024.06.17 21:26:40.976539 [ 3 ] {766bae89-a636-4a15-bfcb-59f5b903357e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:40.977194 [ 3 ] {766bae89-a636-4a15-bfcb-59f5b903357e} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:40.977233 [ 3 ] {766bae89-a636-4a15-bfcb-59f5b903357e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:40.977707 [ 3 ] {766bae89-a636-4a15-bfcb-59f5b903357e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.06.17 21:26:40.977846 [ 201 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_22_5} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003732388 sec., 8037.749558727549 rows/sec., 557.30 KiB/sec. 2024.06.17 21:26:40.978138 [ 201 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_22_5} MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) 2024.06.17 21:26:40.978316 [ 3 ] {766bae89-a636-4a15-bfcb-59f5b903357e} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:40.978734 [ 3 ] {766bae89-a636-4a15-bfcb-59f5b903357e} executeQuery: Read 111 rows, 8.71 KiB in 0.003936 sec., 28201.21951219512 rows/sec., 2.16 MiB/sec. 2024.06.17 21:26:40.979118 [ 3 ] {766bae89-a636-4a15-bfcb-59f5b903357e} DynamicQueryHandler: Done processing query 2024.06.17 21:26:40.979168 [ 3 ] {766bae89-a636-4a15-bfcb-59f5b903357e} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:26:40.979177 [ 201 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_22_5} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:40.979194 [ 3 ] {} HTTP-Session: 534f87a3-39f5-44b2-b44f-7520df60f7c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.979318 [ 201 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_22_5} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414) (MergerMutator): Merged 6 parts: [all_1_17_4, all_22_22_0] -> all_1_22_5 2024.06.17 21:26:40.979449 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:40.979459 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.06.17 21:26:40.979526 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:40.979551 [ 3 ] {} HTTP-Session: 9fcf1f6c-9e9c-4b63-a263-c862806c90fe Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:40.979568 [ 3 ] {} HTTP-Session: 9fcf1f6c-9e9c-4b63-a263-c862806c90fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.979582 [ 3 ] {} HTTP-Session: 9fcf1f6c-9e9c-4b63-a263-c862806c90fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.979616 [ 3 ] {} HTTP-Session: 9fcf1f6c-9e9c-4b63-a263-c862806c90fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:40.979774 [ 3 ] {af8819f5-aa36-4842-9251-a1589f2aa193} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:40.979822 [ 3 ] {af8819f5-aa36-4842-9251-a1589f2aa193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:26:40.979992 [ 3 ] {af8819f5-aa36-4842-9251-a1589f2aa193} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:40.980372 [ 3 ] {af8819f5-aa36-4842-9251-a1589f2aa193} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:40.980408 [ 3 ] {af8819f5-aa36-4842-9251-a1589f2aa193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:40.980799 [ 3 ] {af8819f5-aa36-4842-9251-a1589f2aa193} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.06.17 21:26:40.981145 [ 3 ] {af8819f5-aa36-4842-9251-a1589f2aa193} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:40.981301 [ 3 ] {af8819f5-aa36-4842-9251-a1589f2aa193} executeQuery: Read 162 rows, 11.53 KiB in 0.001596 sec., 101503.75939849624 rows/sec., 7.06 MiB/sec. 2024.06.17 21:26:40.981465 [ 3 ] {af8819f5-aa36-4842-9251-a1589f2aa193} DynamicQueryHandler: Done processing query 2024.06.17 21:26:40.981490 [ 3 ] {af8819f5-aa36-4842-9251-a1589f2aa193} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:26:40.981506 [ 3 ] {} HTTP-Session: 9fcf1f6c-9e9c-4b63-a263-c862806c90fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.981638 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 28921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:40.981686 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:40.981706 [ 3 ] {} HTTP-Session: 2299f595-bcb6-470d-9de0-a9717737e1ab Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:40.981722 [ 3 ] {} HTTP-Session: 2299f595-bcb6-470d-9de0-a9717737e1ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.981736 [ 3 ] {} HTTP-Session: 2299f595-bcb6-470d-9de0-a9717737e1ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.981767 [ 3 ] {} HTTP-Session: 2299f595-bcb6-470d-9de0-a9717737e1ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:40.982010 [ 3 ] {e867c2bb-1344-48e3-951f-eff64fe8e456} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:40.982058 [ 3 ] {e867c2bb-1344-48e3-951f-eff64fe8e456} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:26:40.982219 [ 3 ] {e867c2bb-1344-48e3-951f-eff64fe8e456} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:40.982700 [ 3 ] {e867c2bb-1344-48e3-951f-eff64fe8e456} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:40.982735 [ 3 ] {e867c2bb-1344-48e3-951f-eff64fe8e456} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:40.983148 [ 3 ] {e867c2bb-1344-48e3-951f-eff64fe8e456} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.06.17 21:26:40.983492 [ 3 ] {e867c2bb-1344-48e3-951f-eff64fe8e456} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:40.983660 [ 78 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.06.17 21:26:40.983664 [ 3 ] {e867c2bb-1344-48e3-951f-eff64fe8e456} executeQuery: Read 27 rows, 37.31 KiB in 0.001807 sec., 14941.892639734366 rows/sec., 20.16 MiB/sec. 2024.06.17 21:26:40.983750 [ 78 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:40.983835 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:40.984039 [ 3 ] {e867c2bb-1344-48e3-951f-eff64fe8e456} DynamicQueryHandler: Done processing query 2024.06.17 21:26:40.984080 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:26:40.984085 [ 3 ] {e867c2bb-1344-48e3-951f-eff64fe8e456} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.06.17 21:26:40.984169 [ 3 ] {} HTTP-Session: 2299f595-bcb6-470d-9de0-a9717737e1ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.984350 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:40.984422 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:40.984440 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:40.984497 [ 3 ] {} HTTP-Session: 30032b05-0667-44d3-9bbb-650ac8c0d2fa Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:40.984513 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 994 rows starting from the beginning of the part 2024.06.17 21:26:40.984530 [ 3 ] {} HTTP-Session: 30032b05-0667-44d3-9bbb-650ac8c0d2fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.984579 [ 3 ] {} HTTP-Session: 30032b05-0667-44d3-9bbb-650ac8c0d2fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.984700 [ 3 ] {} HTTP-Session: 30032b05-0667-44d3-9bbb-650ac8c0d2fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:40.984815 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part 2024.06.17 21:26:40.985127 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 16 rows starting from the beginning of the part 2024.06.17 21:26:40.985195 [ 3 ] {34835109-be44-475a-907f-687c84a053ae} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:40.985409 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 23 rows starting from the beginning of the part 2024.06.17 21:26:40.985455 [ 3 ] {34835109-be44-475a-907f-687c84a053ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.06.17 21:26:40.985699 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 17 rows starting from the beginning of the part 2024.06.17 21:26:40.986020 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 27 rows starting from the beginning of the part 2024.06.17 21:26:40.986651 [ 3 ] {34835109-be44-475a-907f-687c84a053ae} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:40.987338 [ 3 ] {34835109-be44-475a-907f-687c84a053ae} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:40.987397 [ 3 ] {34835109-be44-475a-907f-687c84a053ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:40.987804 [ 3 ] {34835109-be44-475a-907f-687c84a053ae} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.17 21:26:40.988144 [ 3 ] {34835109-be44-475a-907f-687c84a053ae} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:40.988499 [ 3 ] {34835109-be44-475a-907f-687c84a053ae} executeQuery: Read 6 rows, 405.00 B in 0.003483 sec., 1722.652885443583 rows/sec., 113.55 KiB/sec. 2024.06.17 21:26:40.988932 [ 3 ] {34835109-be44-475a-907f-687c84a053ae} DynamicQueryHandler: Done processing query 2024.06.17 21:26:40.988977 [ 3 ] {34835109-be44-475a-907f-687c84a053ae} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:26:40.989022 [ 3 ] {} HTTP-Session: 30032b05-0667-44d3-9bbb-650ac8c0d2fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.989224 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:40.989339 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:40.989398 [ 3 ] {} HTTP-Session: 412a5f26-c9e8-4886-95af-fde647e947cd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:40.989449 [ 3 ] {} HTTP-Session: 412a5f26-c9e8-4886-95af-fde647e947cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.989502 [ 3 ] {} HTTP-Session: 412a5f26-c9e8-4886-95af-fde647e947cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.989583 [ 3 ] {} HTTP-Session: 412a5f26-c9e8-4886-95af-fde647e947cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:40.989840 [ 3 ] {e7597ad2-32df-44f8-aad6-8056f339d790} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:40.989900 [ 3 ] {e7597ad2-32df-44f8-aad6-8056f339d790} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:26:40.990172 [ 3 ] {e7597ad2-32df-44f8-aad6-8056f339d790} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:40.990983 [ 3 ] {e7597ad2-32df-44f8-aad6-8056f339d790} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:40.991021 [ 3 ] {e7597ad2-32df-44f8-aad6-8056f339d790} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:40.991674 [ 3 ] {e7597ad2-32df-44f8-aad6-8056f339d790} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.06.17 21:26:40.992009 [ 3 ] {e7597ad2-32df-44f8-aad6-8056f339d790} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:40.992297 [ 3 ] {e7597ad2-32df-44f8-aad6-8056f339d790} executeQuery: Read 60 rows, 4.14 KiB in 0.002554 sec., 23492.560689115115 rows/sec., 1.58 MiB/sec. 2024.06.17 21:26:40.992784 [ 187 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1091 rows, containing 6 columns (6 merged, 0 gathered) in 0.008816379 sec., 123746.94871896955 rows/sec., 166.99 MiB/sec. 2024.06.17 21:26:40.992846 [ 3 ] {e7597ad2-32df-44f8-aad6-8056f339d790} DynamicQueryHandler: Done processing query 2024.06.17 21:26:40.992892 [ 3 ] {e7597ad2-32df-44f8-aad6-8056f339d790} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:40.992920 [ 3 ] {} HTTP-Session: 412a5f26-c9e8-4886-95af-fde647e947cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:40.993552 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.06.17 21:26:40.994003 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_71_14} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:40.994095 [ 197 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_71_14} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.06.17 21:26:40.994199 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.67 MiB. 2024.06.17 21:26:41.000161 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 198.96 MiB, peak 211.76 MiB, free memory in arenas 0.00 B, will set to 200.29 MiB (RSS), difference: 1.33 MiB 2024.06.17 21:26:45.180395 [ 74 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:26:45.180459 [ 74 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:26:45.950917 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:45.951105 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:45.951149 [ 3 ] {} HTTP-Session: 8538d9f5-3471-416b-9a17-e1e0c3925092 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:45.951192 [ 3 ] {} HTTP-Session: 8538d9f5-3471-416b-9a17-e1e0c3925092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.951222 [ 3 ] {} HTTP-Session: 8538d9f5-3471-416b-9a17-e1e0c3925092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.951305 [ 3 ] {} HTTP-Session: 8538d9f5-3471-416b-9a17-e1e0c3925092 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:45.951614 [ 3 ] {b047b3f4-d90f-476e-b6b1-bfbfe3e5f28a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:45.951723 [ 3 ] {b047b3f4-d90f-476e-b6b1-bfbfe3e5f28a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:26:45.951975 [ 3 ] {b047b3f4-d90f-476e-b6b1-bfbfe3e5f28a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:45.952360 [ 3 ] {b047b3f4-d90f-476e-b6b1-bfbfe3e5f28a} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:45.952402 [ 3 ] {b047b3f4-d90f-476e-b6b1-bfbfe3e5f28a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:45.952781 [ 3 ] {b047b3f4-d90f-476e-b6b1-bfbfe3e5f28a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.06.17 21:26:45.953119 [ 3 ] {b047b3f4-d90f-476e-b6b1-bfbfe3e5f28a} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:45.953284 [ 3 ] {b047b3f4-d90f-476e-b6b1-bfbfe3e5f28a} executeQuery: Read 17 rows, 1.38 KiB in 0.001765 sec., 9631.728045325779 rows/sec., 780.70 KiB/sec. 2024.06.17 21:26:45.953510 [ 3 ] {b047b3f4-d90f-476e-b6b1-bfbfe3e5f28a} DynamicQueryHandler: Done processing query 2024.06.17 21:26:45.953548 [ 3 ] {b047b3f4-d90f-476e-b6b1-bfbfe3e5f28a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:45.953579 [ 3 ] {} HTTP-Session: 8538d9f5-3471-416b-9a17-e1e0c3925092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.953735 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:45.953782 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:45.953801 [ 3 ] {} HTTP-Session: 3ad424b4-c2cd-4ebe-9423-992a33ad1005 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:45.953817 [ 3 ] {} HTTP-Session: 3ad424b4-c2cd-4ebe-9423-992a33ad1005 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.953831 [ 3 ] {} HTTP-Session: 3ad424b4-c2cd-4ebe-9423-992a33ad1005 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.953862 [ 3 ] {} HTTP-Session: 3ad424b4-c2cd-4ebe-9423-992a33ad1005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:45.953957 [ 3 ] {ee618df0-6441-4e21-b320-a46de779db80} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:45.954002 [ 3 ] {ee618df0-6441-4e21-b320-a46de779db80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:26:45.954128 [ 3 ] {ee618df0-6441-4e21-b320-a46de779db80} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:45.954382 [ 3 ] {ee618df0-6441-4e21-b320-a46de779db80} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:45.954418 [ 3 ] {ee618df0-6441-4e21-b320-a46de779db80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:45.954736 [ 3 ] {ee618df0-6441-4e21-b320-a46de779db80} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.06.17 21:26:45.955043 [ 3 ] {ee618df0-6441-4e21-b320-a46de779db80} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:45.955217 [ 3 ] {ee618df0-6441-4e21-b320-a46de779db80} executeQuery: Read 3 rows, 243.00 B in 0.001281 sec., 2341.9203747072597 rows/sec., 185.25 KiB/sec. 2024.06.17 21:26:45.955471 [ 3 ] {ee618df0-6441-4e21-b320-a46de779db80} DynamicQueryHandler: Done processing query 2024.06.17 21:26:45.955513 [ 3 ] {ee618df0-6441-4e21-b320-a46de779db80} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:45.955530 [ 3 ] {} HTTP-Session: 3ad424b4-c2cd-4ebe-9423-992a33ad1005 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.955689 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:45.955737 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:45.955756 [ 3 ] {} HTTP-Session: 9c9021e8-8409-4b50-bd53-20979fdea54e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:45.955772 [ 3 ] {} HTTP-Session: 9c9021e8-8409-4b50-bd53-20979fdea54e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.955785 [ 3 ] {} HTTP-Session: 9c9021e8-8409-4b50-bd53-20979fdea54e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.955817 [ 3 ] {} HTTP-Session: 9c9021e8-8409-4b50-bd53-20979fdea54e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:45.955943 [ 3 ] {f9ac40e4-d9df-4122-b492-40bb2fa9a8ed} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:45.955985 [ 3 ] {f9ac40e4-d9df-4122-b492-40bb2fa9a8ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:26:45.956124 [ 3 ] {f9ac40e4-d9df-4122-b492-40bb2fa9a8ed} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:45.956446 [ 3 ] {f9ac40e4-d9df-4122-b492-40bb2fa9a8ed} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:45.956484 [ 3 ] {f9ac40e4-d9df-4122-b492-40bb2fa9a8ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:45.956818 [ 3 ] {f9ac40e4-d9df-4122-b492-40bb2fa9a8ed} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.06.17 21:26:45.957125 [ 3 ] {f9ac40e4-d9df-4122-b492-40bb2fa9a8ed} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:45.957287 [ 3 ] {f9ac40e4-d9df-4122-b492-40bb2fa9a8ed} executeQuery: Read 110 rows, 9.13 KiB in 0.001385 sec., 79422.38267148015 rows/sec., 6.44 MiB/sec. 2024.06.17 21:26:45.957446 [ 3 ] {f9ac40e4-d9df-4122-b492-40bb2fa9a8ed} DynamicQueryHandler: Done processing query 2024.06.17 21:26:45.957470 [ 3 ] {f9ac40e4-d9df-4122-b492-40bb2fa9a8ed} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:26:45.957485 [ 3 ] {} HTTP-Session: 9c9021e8-8409-4b50-bd53-20979fdea54e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.957605 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:45.957652 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:45.957671 [ 3 ] {} HTTP-Session: 793f3f4a-09fd-4ddc-84df-77ddc520a3ac Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:45.957688 [ 3 ] {} HTTP-Session: 793f3f4a-09fd-4ddc-84df-77ddc520a3ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.957701 [ 3 ] {} HTTP-Session: 793f3f4a-09fd-4ddc-84df-77ddc520a3ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.957732 [ 3 ] {} HTTP-Session: 793f3f4a-09fd-4ddc-84df-77ddc520a3ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:45.957826 [ 3 ] {135a647d-30eb-4f17-a51c-82326787aae7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:45.957868 [ 3 ] {135a647d-30eb-4f17-a51c-82326787aae7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:26:45.957992 [ 3 ] {135a647d-30eb-4f17-a51c-82326787aae7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:45.958231 [ 3 ] {135a647d-30eb-4f17-a51c-82326787aae7} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:45.958267 [ 3 ] {135a647d-30eb-4f17-a51c-82326787aae7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:45.958573 [ 3 ] {135a647d-30eb-4f17-a51c-82326787aae7} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.06.17 21:26:45.958870 [ 3 ] {135a647d-30eb-4f17-a51c-82326787aae7} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:45.959021 [ 3 ] {135a647d-30eb-4f17-a51c-82326787aae7} executeQuery: Read 3 rows, 207.00 B in 0.001212 sec., 2475.2475247524753 rows/sec., 166.79 KiB/sec. 2024.06.17 21:26:45.959226 [ 3 ] {135a647d-30eb-4f17-a51c-82326787aae7} DynamicQueryHandler: Done processing query 2024.06.17 21:26:45.959250 [ 3 ] {135a647d-30eb-4f17-a51c-82326787aae7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:45.959266 [ 3 ] {} HTTP-Session: 793f3f4a-09fd-4ddc-84df-77ddc520a3ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.959393 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15232, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:45.959439 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:45.959459 [ 3 ] {} HTTP-Session: 7fe988e3-5675-45ab-a5b8-159c81c3b2c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:45.959475 [ 3 ] {} HTTP-Session: 7fe988e3-5675-45ab-a5b8-159c81c3b2c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.959489 [ 3 ] {} HTTP-Session: 7fe988e3-5675-45ab-a5b8-159c81c3b2c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.959520 [ 3 ] {} HTTP-Session: 7fe988e3-5675-45ab-a5b8-159c81c3b2c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:45.959633 [ 3 ] {0c825183-9150-47ac-b153-8042756b9818} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:45.959675 [ 3 ] {0c825183-9150-47ac-b153-8042756b9818} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:26:45.959803 [ 3 ] {0c825183-9150-47ac-b153-8042756b9818} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:45.960098 [ 3 ] {0c825183-9150-47ac-b153-8042756b9818} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:45.960134 [ 3 ] {0c825183-9150-47ac-b153-8042756b9818} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:45.960456 [ 3 ] {0c825183-9150-47ac-b153-8042756b9818} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.06.17 21:26:45.960759 [ 3 ] {0c825183-9150-47ac-b153-8042756b9818} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:45.960922 [ 3 ] {0c825183-9150-47ac-b153-8042756b9818} executeQuery: Read 90 rows, 7.13 KiB in 0.001322 sec., 68078.6686838124 rows/sec., 5.27 MiB/sec. 2024.06.17 21:26:45.961081 [ 3 ] {0c825183-9150-47ac-b153-8042756b9818} DynamicQueryHandler: Done processing query 2024.06.17 21:26:45.961105 [ 3 ] {0c825183-9150-47ac-b153-8042756b9818} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:26:45.961120 [ 3 ] {} HTTP-Session: 7fe988e3-5675-45ab-a5b8-159c81c3b2c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.961290 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 31003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:45.961338 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:45.961356 [ 3 ] {} HTTP-Session: 8a5f46e9-a46d-45f2-aca2-2df2f77c579e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:45.961372 [ 3 ] {} HTTP-Session: 8a5f46e9-a46d-45f2-aca2-2df2f77c579e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.961385 [ 3 ] {} HTTP-Session: 8a5f46e9-a46d-45f2-aca2-2df2f77c579e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.961415 [ 3 ] {} HTTP-Session: 8a5f46e9-a46d-45f2-aca2-2df2f77c579e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:45.961557 [ 3 ] {5808106e-9b70-4e97-84cf-338b11f59d85} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:45.961603 [ 3 ] {5808106e-9b70-4e97-84cf-338b11f59d85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:26:45.961747 [ 3 ] {5808106e-9b70-4e97-84cf-338b11f59d85} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:45.962203 [ 3 ] {5808106e-9b70-4e97-84cf-338b11f59d85} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:45.962238 [ 3 ] {5808106e-9b70-4e97-84cf-338b11f59d85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:45.962626 [ 3 ] {5808106e-9b70-4e97-84cf-338b11f59d85} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.06.17 21:26:45.962956 [ 3 ] {5808106e-9b70-4e97-84cf-338b11f59d85} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:45.963120 [ 3 ] {5808106e-9b70-4e97-84cf-338b11f59d85} executeQuery: Read 162 rows, 11.54 KiB in 0.001622 sec., 99876.69543773119 rows/sec., 6.95 MiB/sec. 2024.06.17 21:26:45.963291 [ 3 ] {5808106e-9b70-4e97-84cf-338b11f59d85} DynamicQueryHandler: Done processing query 2024.06.17 21:26:45.963315 [ 3 ] {5808106e-9b70-4e97-84cf-338b11f59d85} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:26:45.963331 [ 3 ] {} HTTP-Session: 8a5f46e9-a46d-45f2-aca2-2df2f77c579e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.963466 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 18233, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:45.963515 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:45.963534 [ 3 ] {} HTTP-Session: 07d6fadf-6ed9-433e-aa89-dddcb34d543b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:45.963550 [ 3 ] {} HTTP-Session: 07d6fadf-6ed9-433e-aa89-dddcb34d543b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.963563 [ 3 ] {} HTTP-Session: 07d6fadf-6ed9-433e-aa89-dddcb34d543b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.963594 [ 3 ] {} HTTP-Session: 07d6fadf-6ed9-433e-aa89-dddcb34d543b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:45.963781 [ 3 ] {3c30e1f6-b50e-4ce7-ad22-b02ec8148921} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:45.963828 [ 3 ] {3c30e1f6-b50e-4ce7-ad22-b02ec8148921} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:26:45.963986 [ 3 ] {3c30e1f6-b50e-4ce7-ad22-b02ec8148921} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:45.964375 [ 3 ] {3c30e1f6-b50e-4ce7-ad22-b02ec8148921} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:45.964410 [ 3 ] {3c30e1f6-b50e-4ce7-ad22-b02ec8148921} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:45.964806 [ 3 ] {3c30e1f6-b50e-4ce7-ad22-b02ec8148921} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.06.17 21:26:45.965137 [ 3 ] {3c30e1f6-b50e-4ce7-ad22-b02ec8148921} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:45.965294 [ 3 ] {3c30e1f6-b50e-4ce7-ad22-b02ec8148921} executeQuery: Read 17 rows, 23.49 KiB in 0.001618 sec., 10506.798516687268 rows/sec., 14.18 MiB/sec. 2024.06.17 21:26:45.965450 [ 3 ] {3c30e1f6-b50e-4ce7-ad22-b02ec8148921} DynamicQueryHandler: Done processing query 2024.06.17 21:26:45.965475 [ 3 ] {3c30e1f6-b50e-4ce7-ad22-b02ec8148921} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:26:45.965490 [ 3 ] {} HTTP-Session: 07d6fadf-6ed9-433e-aa89-dddcb34d543b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.965613 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:45.965659 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:45.965678 [ 3 ] {} HTTP-Session: dc64feeb-42c0-460a-b479-293798386ad5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:45.965694 [ 3 ] {} HTTP-Session: dc64feeb-42c0-460a-b479-293798386ad5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.965707 [ 3 ] {} HTTP-Session: dc64feeb-42c0-460a-b479-293798386ad5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:45.965737 [ 3 ] {} HTTP-Session: dc64feeb-42c0-460a-b479-293798386ad5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:45.965862 [ 3 ] {c73d5d45-aef7-48b7-925e-3631b98c94d0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:45.965906 [ 3 ] {c73d5d45-aef7-48b7-925e-3631b98c94d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:26:45.966031 [ 3 ] {c73d5d45-aef7-48b7-925e-3631b98c94d0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:45.966323 [ 3 ] {c73d5d45-aef7-48b7-925e-3631b98c94d0} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:45.966359 [ 3 ] {c73d5d45-aef7-48b7-925e-3631b98c94d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:45.966718 [ 3 ] {c73d5d45-aef7-48b7-925e-3631b98c94d0} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.06.17 21:26:45.967035 [ 3 ] {c73d5d45-aef7-48b7-925e-3631b98c94d0} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:45.967191 [ 3 ] {c73d5d45-aef7-48b7-925e-3631b98c94d0} executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. 2024.06.17 21:26:45.967354 [ 3 ] {c73d5d45-aef7-48b7-925e-3631b98c94d0} DynamicQueryHandler: Done processing query 2024.06.17 21:26:45.967379 [ 3 ] {c73d5d45-aef7-48b7-925e-3631b98c94d0} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:45.967395 [ 3 ] {} HTTP-Session: dc64feeb-42c0-460a-b479-293798386ad5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.951917 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:50.952061 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:50.952091 [ 3 ] {} HTTP-Session: 27963520-457f-4038-8a12-1349f3df515a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:50.952120 [ 3 ] {} HTTP-Session: 27963520-457f-4038-8a12-1349f3df515a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.952138 [ 3 ] {} HTTP-Session: 27963520-457f-4038-8a12-1349f3df515a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.952195 [ 3 ] {} HTTP-Session: 27963520-457f-4038-8a12-1349f3df515a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:50.952407 [ 3 ] {5c7f78db-9134-4aa9-949b-ac9719d2be26} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:50.952484 [ 3 ] {5c7f78db-9134-4aa9-949b-ac9719d2be26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:26:50.952706 [ 3 ] {5c7f78db-9134-4aa9-949b-ac9719d2be26} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:50.953126 [ 3 ] {5c7f78db-9134-4aa9-949b-ac9719d2be26} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:50.953165 [ 3 ] {5c7f78db-9134-4aa9-949b-ac9719d2be26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:50.953536 [ 3 ] {5c7f78db-9134-4aa9-949b-ac9719d2be26} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.06.17 21:26:50.953873 [ 3 ] {5c7f78db-9134-4aa9-949b-ac9719d2be26} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:50.954015 [ 3 ] {5c7f78db-9134-4aa9-949b-ac9719d2be26} executeQuery: Read 30 rows, 2.43 KiB in 0.001681 sec., 17846.51992861392 rows/sec., 1.41 MiB/sec. 2024.06.17 21:26:50.954309 [ 3 ] {5c7f78db-9134-4aa9-949b-ac9719d2be26} DynamicQueryHandler: Done processing query 2024.06.17 21:26:50.954376 [ 3 ] {5c7f78db-9134-4aa9-949b-ac9719d2be26} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:50.954432 [ 3 ] {} HTTP-Session: 27963520-457f-4038-8a12-1349f3df515a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.954614 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:50.954666 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:50.954686 [ 3 ] {} HTTP-Session: 0716f7c2-a8c9-458f-97db-575edcf926aa Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:50.954702 [ 3 ] {} HTTP-Session: 0716f7c2-a8c9-458f-97db-575edcf926aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.954716 [ 3 ] {} HTTP-Session: 0716f7c2-a8c9-458f-97db-575edcf926aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.954750 [ 3 ] {} HTTP-Session: 0716f7c2-a8c9-458f-97db-575edcf926aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:50.954852 [ 3 ] {877a78b2-29fa-49b1-81fb-967a675a03d6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:50.954897 [ 3 ] {877a78b2-29fa-49b1-81fb-967a675a03d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:26:50.955046 [ 3 ] {877a78b2-29fa-49b1-81fb-967a675a03d6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:50.955345 [ 3 ] {877a78b2-29fa-49b1-81fb-967a675a03d6} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:50.955382 [ 3 ] {877a78b2-29fa-49b1-81fb-967a675a03d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:50.955690 [ 3 ] {877a78b2-29fa-49b1-81fb-967a675a03d6} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.06.17 21:26:50.956006 [ 3 ] {877a78b2-29fa-49b1-81fb-967a675a03d6} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:50.956137 [ 3 ] {877a78b2-29fa-49b1-81fb-967a675a03d6} executeQuery: Read 2 rows, 152.00 B in 0.001309 sec., 1527.8838808250573 rows/sec., 113.40 KiB/sec. 2024.06.17 21:26:50.956300 [ 3 ] {877a78b2-29fa-49b1-81fb-967a675a03d6} DynamicQueryHandler: Done processing query 2024.06.17 21:26:50.956324 [ 3 ] {877a78b2-29fa-49b1-81fb-967a675a03d6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:50.956340 [ 3 ] {} HTTP-Session: 0716f7c2-a8c9-458f-97db-575edcf926aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.956493 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 22030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:50.956552 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:50.956575 [ 3 ] {} HTTP-Session: e23ff5ef-d5f4-41bb-b0bf-e48363c22ab9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:50.956603 [ 3 ] {} HTTP-Session: e23ff5ef-d5f4-41bb-b0bf-e48363c22ab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.956620 [ 3 ] {} HTTP-Session: e23ff5ef-d5f4-41bb-b0bf-e48363c22ab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.956652 [ 3 ] {} HTTP-Session: e23ff5ef-d5f4-41bb-b0bf-e48363c22ab9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:50.956787 [ 3 ] {12452ac2-35f7-4812-a2f5-ede6966e24eb} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:50.956829 [ 3 ] {12452ac2-35f7-4812-a2f5-ede6966e24eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:26:50.956955 [ 3 ] {12452ac2-35f7-4812-a2f5-ede6966e24eb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:50.957319 [ 3 ] {12452ac2-35f7-4812-a2f5-ede6966e24eb} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:50.957355 [ 3 ] {12452ac2-35f7-4812-a2f5-ede6966e24eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:50.957670 [ 3 ] {12452ac2-35f7-4812-a2f5-ede6966e24eb} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.06.17 21:26:50.957970 [ 3 ] {12452ac2-35f7-4812-a2f5-ede6966e24eb} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:50.958096 [ 3 ] {12452ac2-35f7-4812-a2f5-ede6966e24eb} executeQuery: Read 150 rows, 12.89 KiB in 0.001368 sec., 109649.12280701754 rows/sec., 9.20 MiB/sec. 2024.06.17 21:26:50.958101 [ 68 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.06.17 21:26:50.958160 [ 68 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:50.958197 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:50.958293 [ 3 ] {12452ac2-35f7-4812-a2f5-ede6966e24eb} DynamicQueryHandler: Done processing query 2024.06.17 21:26:50.958345 [ 3 ] {12452ac2-35f7-4812-a2f5-ede6966e24eb} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:26:50.958397 [ 3 ] {} HTTP-Session: e23ff5ef-d5f4-41bb-b0bf-e48363c22ab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.958405 [ 192 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:26:50.958635 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:50.958829 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:50.958842 [ 192 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:50.958909 [ 3 ] {} HTTP-Session: d2dfd157-928c-4721-a32b-e33ccbb2bf6c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:50.958965 [ 192 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 189 rows starting from the beginning of the part 2024.06.17 21:26:50.958984 [ 3 ] {} HTTP-Session: d2dfd157-928c-4721-a32b-e33ccbb2bf6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.959069 [ 3 ] {} HTTP-Session: d2dfd157-928c-4721-a32b-e33ccbb2bf6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.959290 [ 3 ] {} HTTP-Session: d2dfd157-928c-4721-a32b-e33ccbb2bf6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:50.959493 [ 192 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 164 rows starting from the beginning of the part 2024.06.17 21:26:50.959841 [ 3 ] {2d8d1ed4-0751-4d0f-9820-77dea8d92941} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:50.959989 [ 192 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 107 rows starting from the beginning of the part 2024.06.17 21:26:50.960031 [ 3 ] {2d8d1ed4-0751-4d0f-9820-77dea8d92941} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:26:50.960493 [ 192 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 141 rows starting from the beginning of the part 2024.06.17 21:26:50.960958 [ 192 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 110 rows starting from the beginning of the part 2024.06.17 21:26:50.961194 [ 192 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 150 rows starting from the beginning of the part 2024.06.17 21:26:50.961518 [ 3 ] {2d8d1ed4-0751-4d0f-9820-77dea8d92941} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:50.962158 [ 3 ] {2d8d1ed4-0751-4d0f-9820-77dea8d92941} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:50.962197 [ 3 ] {2d8d1ed4-0751-4d0f-9820-77dea8d92941} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:50.962618 [ 3 ] {2d8d1ed4-0751-4d0f-9820-77dea8d92941} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.06.17 21:26:50.963048 [ 3 ] {2d8d1ed4-0751-4d0f-9820-77dea8d92941} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:50.963216 [ 195 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 861 rows, containing 4 columns (4 merged, 0 gathered) in 0.00493451 sec., 174485.40989885523 rows/sec., 14.33 MiB/sec. 2024.06.17 21:26:50.963290 [ 3 ] {2d8d1ed4-0751-4d0f-9820-77dea8d92941} executeQuery: Read 2 rows, 128.00 B in 0.003678 sec., 543.7737901033171 rows/sec., 33.99 KiB/sec. 2024.06.17 21:26:50.963624 [ 3 ] {2d8d1ed4-0751-4d0f-9820-77dea8d92941} DynamicQueryHandler: Done processing query 2024.06.17 21:26:50.963661 [ 3 ] {2d8d1ed4-0751-4d0f-9820-77dea8d92941} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:50.963683 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.06.17 21:26:50.963698 [ 3 ] {} HTTP-Session: d2dfd157-928c-4721-a32b-e33ccbb2bf6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.963907 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 18210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:50.964007 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:50.964059 [ 3 ] {} HTTP-Session: f820dd49-c588-426e-8ddd-a39413dbb673 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:50.964113 [ 3 ] {} HTTP-Session: f820dd49-c588-426e-8ddd-a39413dbb673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.964178 [ 3 ] {} HTTP-Session: f820dd49-c588-426e-8ddd-a39413dbb673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.964281 [ 3 ] {} HTTP-Session: f820dd49-c588-426e-8ddd-a39413dbb673 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:50.964513 [ 3 ] {eb1c5131-7032-4ffa-affb-7e2cc7abb035} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:50.964577 [ 3 ] {eb1c5131-7032-4ffa-affb-7e2cc7abb035} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:26:50.964627 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_76_15} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:50.964876 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_76_15} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.06.17 21:26:50.965000 [ 3 ] {eb1c5131-7032-4ffa-affb-7e2cc7abb035} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:50.965071 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2024.06.17 21:26:50.965439 [ 3 ] {eb1c5131-7032-4ffa-affb-7e2cc7abb035} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:50.965481 [ 3 ] {eb1c5131-7032-4ffa-affb-7e2cc7abb035} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:50.965807 [ 3 ] {eb1c5131-7032-4ffa-affb-7e2cc7abb035} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.06.17 21:26:50.966127 [ 3 ] {eb1c5131-7032-4ffa-affb-7e2cc7abb035} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:50.966255 [ 3 ] {eb1c5131-7032-4ffa-affb-7e2cc7abb035} executeQuery: Read 108 rows, 8.50 KiB in 0.001845 sec., 58536.58536585366 rows/sec., 4.50 MiB/sec. 2024.06.17 21:26:50.966256 [ 68 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.06.17 21:26:50.966322 [ 68 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:50.966362 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:50.966450 [ 3 ] {eb1c5131-7032-4ffa-affb-7e2cc7abb035} DynamicQueryHandler: Done processing query 2024.06.17 21:26:50.966454 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:26:50.966476 [ 3 ] {eb1c5131-7032-4ffa-affb-7e2cc7abb035} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:26:50.966506 [ 3 ] {} HTTP-Session: f820dd49-c588-426e-8ddd-a39413dbb673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.966583 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:26:50.966609 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 150 rows starting from the beginning of the part 2024.06.17 21:26:50.966717 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 123 rows starting from the beginning of the part 2024.06.17 21:26:50.966718 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:50.966929 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:50.967018 [ 3 ] {} HTTP-Session: edae6d23-1fc2-4e32-8f80-f98ac4a2f432 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:50.967064 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 81 rows starting from the beginning of the part 2024.06.17 21:26:50.967090 [ 3 ] {} HTTP-Session: edae6d23-1fc2-4e32-8f80-f98ac4a2f432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.967152 [ 3 ] {} HTTP-Session: edae6d23-1fc2-4e32-8f80-f98ac4a2f432 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.967286 [ 3 ] {} HTTP-Session: edae6d23-1fc2-4e32-8f80-f98ac4a2f432 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:50.967354 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 111 rows starting from the beginning of the part 2024.06.17 21:26:50.967647 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 90 rows starting from the beginning of the part 2024.06.17 21:26:50.967701 [ 3 ] {b20c430b-841d-40ee-9d78-d59902eef0fb} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:50.967850 [ 3 ] {b20c430b-841d-40ee-9d78-d59902eef0fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:26:50.967878 [ 196 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 108 rows starting from the beginning of the part 2024.06.17 21:26:50.968528 [ 3 ] {b20c430b-841d-40ee-9d78-d59902eef0fb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:50.969175 [ 3 ] {b20c430b-841d-40ee-9d78-d59902eef0fb} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:50.969219 [ 3 ] {b20c430b-841d-40ee-9d78-d59902eef0fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:50.969703 [ 189 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 663 rows, containing 4 columns (4 merged, 0 gathered) in 0.003284633 sec., 201849.034580119 rows/sec., 15.66 MiB/sec. 2024.06.17 21:26:50.969856 [ 3 ] {b20c430b-841d-40ee-9d78-d59902eef0fb} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.06.17 21:26:50.969910 [ 189 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.06.17 21:26:50.970855 [ 3 ] {b20c430b-841d-40ee-9d78-d59902eef0fb} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:50.970889 [ 189 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_76_15} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:50.971075 [ 189 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_76_15} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.06.17 21:26:50.971164 [ 3 ] {b20c430b-841d-40ee-9d78-d59902eef0fb} executeQuery: Read 162 rows, 11.53 KiB in 0.003685 sec., 43962.00814111262 rows/sec., 3.06 MiB/sec. 2024.06.17 21:26:50.971287 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.06.17 21:26:50.971508 [ 3 ] {b20c430b-841d-40ee-9d78-d59902eef0fb} DynamicQueryHandler: Done processing query 2024.06.17 21:26:50.971539 [ 3 ] {b20c430b-841d-40ee-9d78-d59902eef0fb} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:26:50.971556 [ 3 ] {} HTTP-Session: edae6d23-1fc2-4e32-8f80-f98ac4a2f432 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.971708 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 32127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:50.971759 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:50.971778 [ 3 ] {} HTTP-Session: 2e51ca59-0519-487c-9164-38596df52d6e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:50.971794 [ 3 ] {} HTTP-Session: 2e51ca59-0519-487c-9164-38596df52d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.971808 [ 3 ] {} HTTP-Session: 2e51ca59-0519-487c-9164-38596df52d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.971839 [ 3 ] {} HTTP-Session: 2e51ca59-0519-487c-9164-38596df52d6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:50.972111 [ 3 ] {52270cc0-a97a-4836-8275-51d96ef46285} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:50.972159 [ 3 ] {52270cc0-a97a-4836-8275-51d96ef46285} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:26:50.972339 [ 3 ] {52270cc0-a97a-4836-8275-51d96ef46285} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:50.972825 [ 3 ] {52270cc0-a97a-4836-8275-51d96ef46285} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:50.972860 [ 3 ] {52270cc0-a97a-4836-8275-51d96ef46285} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:50.973267 [ 3 ] {52270cc0-a97a-4836-8275-51d96ef46285} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.06.17 21:26:50.973605 [ 3 ] {52270cc0-a97a-4836-8275-51d96ef46285} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:50.973733 [ 3 ] {52270cc0-a97a-4836-8275-51d96ef46285} executeQuery: Read 30 rows, 41.46 KiB in 0.001815 sec., 16528.92561983471 rows/sec., 22.30 MiB/sec. 2024.06.17 21:26:50.973995 [ 3 ] {52270cc0-a97a-4836-8275-51d96ef46285} DynamicQueryHandler: Done processing query 2024.06.17 21:26:50.974058 [ 3 ] {52270cc0-a97a-4836-8275-51d96ef46285} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.06.17 21:26:50.974116 [ 3 ] {} HTTP-Session: 2e51ca59-0519-487c-9164-38596df52d6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.974297 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:50.974350 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:50.974369 [ 3 ] {} HTTP-Session: 2ce9228d-49b8-4780-bbe7-8996ef11bf7b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:50.974387 [ 3 ] {} HTTP-Session: 2ce9228d-49b8-4780-bbe7-8996ef11bf7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.974401 [ 3 ] {} HTTP-Session: 2ce9228d-49b8-4780-bbe7-8996ef11bf7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:50.974434 [ 3 ] {} HTTP-Session: 2ce9228d-49b8-4780-bbe7-8996ef11bf7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:50.974567 [ 3 ] {59d173a7-fe21-48dd-bf86-dc985ef7b5a1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:50.974615 [ 3 ] {59d173a7-fe21-48dd-bf86-dc985ef7b5a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:26:50.974753 [ 3 ] {59d173a7-fe21-48dd-bf86-dc985ef7b5a1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:50.975045 [ 3 ] {59d173a7-fe21-48dd-bf86-dc985ef7b5a1} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:50.975080 [ 3 ] {59d173a7-fe21-48dd-bf86-dc985ef7b5a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2024.06.17 21:26:50.975434 [ 3 ] {59d173a7-fe21-48dd-bf86-dc985ef7b5a1} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.06.17 21:26:50.975764 [ 3 ] {59d173a7-fe21-48dd-bf86-dc985ef7b5a1} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:50.975892 [ 3 ] {59d173a7-fe21-48dd-bf86-dc985ef7b5a1} executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. 2024.06.17 21:26:50.976058 [ 3 ] {59d173a7-fe21-48dd-bf86-dc985ef7b5a1} DynamicQueryHandler: Done processing query 2024.06.17 21:26:50.976082 [ 3 ] {59d173a7-fe21-48dd-bf86-dc985ef7b5a1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:50.976099 [ 3 ] {} HTTP-Session: 2ce9228d-49b8-4780-bbe7-8996ef11bf7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.950838 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:55.951041 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:55.951087 [ 3 ] {} HTTP-Session: af5f5038-f474-46e1-97f3-791bc8bc71f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:55.951130 [ 3 ] {} HTTP-Session: af5f5038-f474-46e1-97f3-791bc8bc71f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.951162 [ 3 ] {} HTTP-Session: af5f5038-f474-46e1-97f3-791bc8bc71f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.951222 [ 3 ] {} HTTP-Session: af5f5038-f474-46e1-97f3-791bc8bc71f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:55.951421 [ 3 ] {a6c4d7fb-45d2-412e-8c2f-2b278bc13841} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:55.951490 [ 3 ] {a6c4d7fb-45d2-412e-8c2f-2b278bc13841} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:26:55.951695 [ 3 ] {a6c4d7fb-45d2-412e-8c2f-2b278bc13841} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:55.952111 [ 3 ] {a6c4d7fb-45d2-412e-8c2f-2b278bc13841} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:55.952153 [ 3 ] {a6c4d7fb-45d2-412e-8c2f-2b278bc13841} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:26:55.952528 [ 3 ] {a6c4d7fb-45d2-412e-8c2f-2b278bc13841} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.06.17 21:26:55.952862 [ 3 ] {a6c4d7fb-45d2-412e-8c2f-2b278bc13841} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:55.953041 [ 3 ] {a6c4d7fb-45d2-412e-8c2f-2b278bc13841} executeQuery: Read 19 rows, 1.54 KiB in 0.001678 sec., 11323.00357568534 rows/sec., 917.78 KiB/sec. 2024.06.17 21:26:55.953348 [ 3 ] {a6c4d7fb-45d2-412e-8c2f-2b278bc13841} DynamicQueryHandler: Done processing query 2024.06.17 21:26:55.953409 [ 3 ] {a6c4d7fb-45d2-412e-8c2f-2b278bc13841} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:55.953461 [ 3 ] {} HTTP-Session: af5f5038-f474-46e1-97f3-791bc8bc71f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.953622 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:55.953673 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:55.953693 [ 3 ] {} HTTP-Session: 7891a920-4d76-4536-89eb-11f656b076c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:55.953710 [ 3 ] {} HTTP-Session: 7891a920-4d76-4536-89eb-11f656b076c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.953724 [ 3 ] {} HTTP-Session: 7891a920-4d76-4536-89eb-11f656b076c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.953757 [ 3 ] {} HTTP-Session: 7891a920-4d76-4536-89eb-11f656b076c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:55.953855 [ 3 ] {88664afd-1675-490a-938c-fe04811f6f01} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:55.953901 [ 3 ] {88664afd-1675-490a-938c-fe04811f6f01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:26:55.954051 [ 3 ] {88664afd-1675-490a-938c-fe04811f6f01} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:55.954352 [ 3 ] {88664afd-1675-490a-938c-fe04811f6f01} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:55.954388 [ 3 ] {88664afd-1675-490a-938c-fe04811f6f01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:26:55.954688 [ 3 ] {88664afd-1675-490a-938c-fe04811f6f01} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.06.17 21:26:55.954987 [ 3 ] {88664afd-1675-490a-938c-fe04811f6f01} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:55.955146 [ 3 ] {88664afd-1675-490a-938c-fe04811f6f01} executeQuery: Read 1 rows, 76.00 B in 0.001308 sec., 764.5259938837921 rows/sec., 56.74 KiB/sec. 2024.06.17 21:26:55.955316 [ 3 ] {88664afd-1675-490a-938c-fe04811f6f01} DynamicQueryHandler: Done processing query 2024.06.17 21:26:55.955341 [ 3 ] {88664afd-1675-490a-938c-fe04811f6f01} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:55.955357 [ 3 ] {} HTTP-Session: 7891a920-4d76-4536-89eb-11f656b076c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.955485 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:55.955534 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:55.955553 [ 3 ] {} HTTP-Session: 4426e306-77ff-49d2-9cf0-ae5f3bb89ac3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:55.955570 [ 3 ] {} HTTP-Session: 4426e306-77ff-49d2-9cf0-ae5f3bb89ac3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.955584 [ 3 ] {} HTTP-Session: 4426e306-77ff-49d2-9cf0-ae5f3bb89ac3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.955615 [ 3 ] {} HTTP-Session: 4426e306-77ff-49d2-9cf0-ae5f3bb89ac3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:55.955739 [ 3 ] {1e8420b0-12c3-44a1-bde7-1df48d49bb52} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:55.955781 [ 3 ] {1e8420b0-12c3-44a1-bde7-1df48d49bb52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:26:55.955905 [ 3 ] {1e8420b0-12c3-44a1-bde7-1df48d49bb52} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:55.956238 [ 3 ] {1e8420b0-12c3-44a1-bde7-1df48d49bb52} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:55.956275 [ 3 ] {1e8420b0-12c3-44a1-bde7-1df48d49bb52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:26:55.956606 [ 3 ] {1e8420b0-12c3-44a1-bde7-1df48d49bb52} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2024.06.17 21:26:55.956904 [ 3 ] {1e8420b0-12c3-44a1-bde7-1df48d49bb52} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:55.957058 [ 3 ] {1e8420b0-12c3-44a1-bde7-1df48d49bb52} executeQuery: Read 115 rows, 9.61 KiB in 0.001364 sec., 84310.8504398827 rows/sec., 6.88 MiB/sec. 2024.06.17 21:26:55.957213 [ 3 ] {1e8420b0-12c3-44a1-bde7-1df48d49bb52} DynamicQueryHandler: Done processing query 2024.06.17 21:26:55.957237 [ 3 ] {1e8420b0-12c3-44a1-bde7-1df48d49bb52} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:26:55.957253 [ 3 ] {} HTTP-Session: 4426e306-77ff-49d2-9cf0-ae5f3bb89ac3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.957372 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:55.957420 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:55.957439 [ 3 ] {} HTTP-Session: 203acb30-bf96-42bb-9fe4-759160856bf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:55.957455 [ 3 ] {} HTTP-Session: 203acb30-bf96-42bb-9fe4-759160856bf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.957469 [ 3 ] {} HTTP-Session: 203acb30-bf96-42bb-9fe4-759160856bf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.957499 [ 3 ] {} HTTP-Session: 203acb30-bf96-42bb-9fe4-759160856bf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:55.957593 [ 3 ] {741f8803-d2cc-494d-8f44-9bd21d1eed62} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:55.957635 [ 3 ] {741f8803-d2cc-494d-8f44-9bd21d1eed62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:26:55.957759 [ 3 ] {741f8803-d2cc-494d-8f44-9bd21d1eed62} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:55.958010 [ 3 ] {741f8803-d2cc-494d-8f44-9bd21d1eed62} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:55.958046 [ 3 ] {741f8803-d2cc-494d-8f44-9bd21d1eed62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:26:55.958341 [ 3 ] {741f8803-d2cc-494d-8f44-9bd21d1eed62} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.06.17 21:26:55.958652 [ 3 ] {741f8803-d2cc-494d-8f44-9bd21d1eed62} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:55.958802 [ 3 ] {741f8803-d2cc-494d-8f44-9bd21d1eed62} executeQuery: Read 1 rows, 64.00 B in 0.001227 sec., 814.9959250203749 rows/sec., 50.94 KiB/sec. 2024.06.17 21:26:55.958973 [ 3 ] {741f8803-d2cc-494d-8f44-9bd21d1eed62} DynamicQueryHandler: Done processing query 2024.06.17 21:26:55.958998 [ 3 ] {741f8803-d2cc-494d-8f44-9bd21d1eed62} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:26:55.959014 [ 3 ] {} HTTP-Session: 203acb30-bf96-42bb-9fe4-759160856bf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.959126 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:55.959174 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:55.959193 [ 3 ] {} HTTP-Session: be4d4085-3c6a-420d-ba17-56b1738ed54a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:55.959209 [ 3 ] {} HTTP-Session: be4d4085-3c6a-420d-ba17-56b1738ed54a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.959222 [ 3 ] {} HTTP-Session: be4d4085-3c6a-420d-ba17-56b1738ed54a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.959253 [ 3 ] {} HTTP-Session: be4d4085-3c6a-420d-ba17-56b1738ed54a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:55.959372 [ 3 ] {c87c16cb-0d39-4ca9-b78b-0e72cc9e7735} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:55.959413 [ 3 ] {c87c16cb-0d39-4ca9-b78b-0e72cc9e7735} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:26:55.959536 [ 3 ] {c87c16cb-0d39-4ca9-b78b-0e72cc9e7735} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:55.959848 [ 3 ] {c87c16cb-0d39-4ca9-b78b-0e72cc9e7735} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:55.959884 [ 3 ] {c87c16cb-0d39-4ca9-b78b-0e72cc9e7735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:26:55.960195 [ 3 ] {c87c16cb-0d39-4ca9-b78b-0e72cc9e7735} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2024.06.17 21:26:55.960489 [ 3 ] {c87c16cb-0d39-4ca9-b78b-0e72cc9e7735} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:55.960641 [ 3 ] {c87c16cb-0d39-4ca9-b78b-0e72cc9e7735} executeQuery: Read 90 rows, 7.13 KiB in 0.00131 sec., 68702.29007633588 rows/sec., 5.31 MiB/sec. 2024.06.17 21:26:55.960889 [ 3 ] {c87c16cb-0d39-4ca9-b78b-0e72cc9e7735} DynamicQueryHandler: Done processing query 2024.06.17 21:26:55.960948 [ 3 ] {c87c16cb-0d39-4ca9-b78b-0e72cc9e7735} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:26:55.961003 [ 3 ] {} HTTP-Session: be4d4085-3c6a-420d-ba17-56b1738ed54a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.961242 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:55.961293 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:55.961313 [ 3 ] {} HTTP-Session: d4640029-f3e9-45c7-8bac-db924ae93571 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:55.961329 [ 3 ] {} HTTP-Session: d4640029-f3e9-45c7-8bac-db924ae93571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.961344 [ 3 ] {} HTTP-Session: d4640029-f3e9-45c7-8bac-db924ae93571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.961375 [ 3 ] {} HTTP-Session: d4640029-f3e9-45c7-8bac-db924ae93571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:55.961529 [ 3 ] {c1ad75b2-c679-4d76-bfbe-e6ed398bb50e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:55.961580 [ 3 ] {c1ad75b2-c679-4d76-bfbe-e6ed398bb50e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:26:55.961747 [ 3 ] {c1ad75b2-c679-4d76-bfbe-e6ed398bb50e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:55.962186 [ 3 ] {c1ad75b2-c679-4d76-bfbe-e6ed398bb50e} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:55.962222 [ 3 ] {c1ad75b2-c679-4d76-bfbe-e6ed398bb50e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:26:55.962619 [ 3 ] {c1ad75b2-c679-4d76-bfbe-e6ed398bb50e} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.06.17 21:26:55.962951 [ 3 ] {c1ad75b2-c679-4d76-bfbe-e6ed398bb50e} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:55.963085 [ 3 ] {c1ad75b2-c679-4d76-bfbe-e6ed398bb50e} executeQuery: Read 161 rows, 11.47 KiB in 0.00163 sec., 98773.00613496933 rows/sec., 6.87 MiB/sec. 2024.06.17 21:26:55.963259 [ 3 ] {c1ad75b2-c679-4d76-bfbe-e6ed398bb50e} DynamicQueryHandler: Done processing query 2024.06.17 21:26:55.963284 [ 3 ] {c1ad75b2-c679-4d76-bfbe-e6ed398bb50e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:26:55.963300 [ 3 ] {} HTTP-Session: d4640029-f3e9-45c7-8bac-db924ae93571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.963432 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 20371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:55.963480 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:55.963499 [ 3 ] {} HTTP-Session: b4f3e529-39e5-4433-b984-91cd38917816 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:55.963515 [ 3 ] {} HTTP-Session: b4f3e529-39e5-4433-b984-91cd38917816 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.963529 [ 3 ] {} HTTP-Session: b4f3e529-39e5-4433-b984-91cd38917816 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.963560 [ 3 ] {} HTTP-Session: b4f3e529-39e5-4433-b984-91cd38917816 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:55.963742 [ 3 ] {af6ac227-51ab-4da2-83a6-a187dadf0f40} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:55.963789 [ 3 ] {af6ac227-51ab-4da2-83a6-a187dadf0f40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:26:55.963947 [ 3 ] {af6ac227-51ab-4da2-83a6-a187dadf0f40} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:55.964335 [ 3 ] {af6ac227-51ab-4da2-83a6-a187dadf0f40} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:55.964370 [ 3 ] {af6ac227-51ab-4da2-83a6-a187dadf0f40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:26:55.964765 [ 3 ] {af6ac227-51ab-4da2-83a6-a187dadf0f40} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.06.17 21:26:55.965094 [ 3 ] {af6ac227-51ab-4da2-83a6-a187dadf0f40} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:55.965222 [ 3 ] {af6ac227-51ab-4da2-83a6-a187dadf0f40} executeQuery: Read 19 rows, 26.25 KiB in 0.001586 sec., 11979.823455233292 rows/sec., 16.17 MiB/sec. 2024.06.17 21:26:55.965378 [ 3 ] {af6ac227-51ab-4da2-83a6-a187dadf0f40} DynamicQueryHandler: Done processing query 2024.06.17 21:26:55.965403 [ 3 ] {af6ac227-51ab-4da2-83a6-a187dadf0f40} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:26:55.965419 [ 3 ] {} HTTP-Session: b4f3e529-39e5-4433-b984-91cd38917816 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.965528 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:26:55.965576 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:26:55.965594 [ 3 ] {} HTTP-Session: cebbbbc7-445d-4a04-a6a6-cc72cba31b70 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:26:55.965611 [ 3 ] {} HTTP-Session: cebbbbc7-445d-4a04-a6a6-cc72cba31b70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.965624 [ 3 ] {} HTTP-Session: cebbbbc7-445d-4a04-a6a6-cc72cba31b70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:26:55.965654 [ 3 ] {} HTTP-Session: cebbbbc7-445d-4a04-a6a6-cc72cba31b70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:26:55.965775 [ 3 ] {9815ee4b-55d9-4370-9d0a-556355e731ae} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:26:55.965819 [ 3 ] {9815ee4b-55d9-4370-9d0a-556355e731ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:26:55.965944 [ 3 ] {9815ee4b-55d9-4370-9d0a-556355e731ae} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:26:55.966220 [ 3 ] {9815ee4b-55d9-4370-9d0a-556355e731ae} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:26:55.966255 [ 3 ] {9815ee4b-55d9-4370-9d0a-556355e731ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:26:55.966603 [ 3 ] {9815ee4b-55d9-4370-9d0a-556355e731ae} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.06.17 21:26:55.966924 [ 3 ] {9815ee4b-55d9-4370-9d0a-556355e731ae} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:26:55.967050 [ 3 ] {9815ee4b-55d9-4370-9d0a-556355e731ae} executeQuery: Read 60 rows, 4.14 KiB in 0.001321 sec., 45420.136260408784 rows/sec., 3.06 MiB/sec. 2024.06.17 21:26:55.967311 [ 3 ] {9815ee4b-55d9-4370-9d0a-556355e731ae} DynamicQueryHandler: Done processing query 2024.06.17 21:26:55.967372 [ 3 ] {9815ee4b-55d9-4370-9d0a-556355e731ae} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:26:55.967426 [ 3 ] {} HTTP-Session: cebbbbc7-445d-4a04-a6a6-cc72cba31b70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.180508 [ 59 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:27:00.180608 [ 59 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:27:00.953699 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 5069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:00.953865 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:00.953894 [ 3 ] {} HTTP-Session: 150144b5-00e4-482f-8c02-2418093f8504 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:00.953922 [ 3 ] {} HTTP-Session: 150144b5-00e4-482f-8c02-2418093f8504 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.953941 [ 3 ] {} HTTP-Session: 150144b5-00e4-482f-8c02-2418093f8504 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.954001 [ 3 ] {} HTTP-Session: 150144b5-00e4-482f-8c02-2418093f8504 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:00.954221 [ 3 ] {e64591d0-46f3-4314-ba32-afc5d55fbea7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:00.954296 [ 3 ] {e64591d0-46f3-4314-ba32-afc5d55fbea7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:27:00.954498 [ 3 ] {e64591d0-46f3-4314-ba32-afc5d55fbea7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:00.954911 [ 3 ] {e64591d0-46f3-4314-ba32-afc5d55fbea7} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:00.954981 [ 3 ] {e64591d0-46f3-4314-ba32-afc5d55fbea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:00.955352 [ 3 ] {e64591d0-46f3-4314-ba32-afc5d55fbea7} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.06.17 21:27:00.955672 [ 3 ] {e64591d0-46f3-4314-ba32-afc5d55fbea7} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:00.955825 [ 3 ] {e64591d0-46f3-4314-ba32-afc5d55fbea7} executeQuery: Read 35 rows, 2.84 KiB in 0.001686 sec., 20759.193357058124 rows/sec., 1.64 MiB/sec. 2024.06.17 21:27:00.956093 [ 3 ] {e64591d0-46f3-4314-ba32-afc5d55fbea7} DynamicQueryHandler: Done processing query 2024.06.17 21:27:00.956156 [ 3 ] {e64591d0-46f3-4314-ba32-afc5d55fbea7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:00.956209 [ 3 ] {} HTTP-Session: 150144b5-00e4-482f-8c02-2418093f8504 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.956395 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:00.956453 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:00.956471 [ 3 ] {} HTTP-Session: 68845ba1-23c4-49d2-aed9-59cba0b6d7bc Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:00.956487 [ 3 ] {} HTTP-Session: 68845ba1-23c4-49d2-aed9-59cba0b6d7bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.956500 [ 3 ] {} HTTP-Session: 68845ba1-23c4-49d2-aed9-59cba0b6d7bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.956594 [ 3 ] {} HTTP-Session: 68845ba1-23c4-49d2-aed9-59cba0b6d7bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:00.956695 [ 3 ] {a9ba8483-6fa1-400e-ad12-bf5f01d093f4} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:00.956740 [ 3 ] {a9ba8483-6fa1-400e-ad12-bf5f01d093f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:27:00.956889 [ 3 ] {a9ba8483-6fa1-400e-ad12-bf5f01d093f4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:00.957193 [ 3 ] {a9ba8483-6fa1-400e-ad12-bf5f01d093f4} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:00.957230 [ 3 ] {a9ba8483-6fa1-400e-ad12-bf5f01d093f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:00.957529 [ 3 ] {a9ba8483-6fa1-400e-ad12-bf5f01d093f4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.06.17 21:27:00.957832 [ 3 ] {a9ba8483-6fa1-400e-ad12-bf5f01d093f4} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:00.957990 [ 3 ] {a9ba8483-6fa1-400e-ad12-bf5f01d093f4} executeQuery: Read 2 rows, 152.00 B in 0.001318 sec., 1517.4506828528074 rows/sec., 112.62 KiB/sec. 2024.06.17 21:27:00.958159 [ 3 ] {a9ba8483-6fa1-400e-ad12-bf5f01d093f4} DynamicQueryHandler: Done processing query 2024.06.17 21:27:00.958184 [ 3 ] {a9ba8483-6fa1-400e-ad12-bf5f01d093f4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:00.958201 [ 3 ] {} HTTP-Session: 68845ba1-23c4-49d2-aed9-59cba0b6d7bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.958377 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 29230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:00.958426 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:00.958445 [ 3 ] {} HTTP-Session: a614b25e-6211-4d7e-b9a0-7e8ac0b0fb82 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:00.958461 [ 3 ] {} HTTP-Session: a614b25e-6211-4d7e-b9a0-7e8ac0b0fb82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.958474 [ 3 ] {} HTTP-Session: a614b25e-6211-4d7e-b9a0-7e8ac0b0fb82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.958506 [ 3 ] {} HTTP-Session: a614b25e-6211-4d7e-b9a0-7e8ac0b0fb82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:00.958650 [ 3 ] {ff04fe87-0c37-4abe-9070-a97b2c49be6a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:00.958693 [ 3 ] {ff04fe87-0c37-4abe-9070-a97b2c49be6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:27:00.958819 [ 3 ] {ff04fe87-0c37-4abe-9070-a97b2c49be6a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:00.959278 [ 3 ] {ff04fe87-0c37-4abe-9070-a97b2c49be6a} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:00.959319 [ 3 ] {ff04fe87-0c37-4abe-9070-a97b2c49be6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:00.959661 [ 3 ] {ff04fe87-0c37-4abe-9070-a97b2c49be6a} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2024.06.17 21:27:00.959971 [ 3 ] {ff04fe87-0c37-4abe-9070-a97b2c49be6a} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:00.960124 [ 3 ] {ff04fe87-0c37-4abe-9070-a97b2c49be6a} executeQuery: Read 201 rows, 17.03 KiB in 0.001542 sec., 130350.19455252918 rows/sec., 10.78 MiB/sec. 2024.06.17 21:27:00.960291 [ 3 ] {ff04fe87-0c37-4abe-9070-a97b2c49be6a} DynamicQueryHandler: Done processing query 2024.06.17 21:27:00.960323 [ 3 ] {ff04fe87-0c37-4abe-9070-a97b2c49be6a} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:27:00.960341 [ 3 ] {} HTTP-Session: a614b25e-6211-4d7e-b9a0-7e8ac0b0fb82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.960454 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:00.960502 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:00.960521 [ 3 ] {} HTTP-Session: bb2dd732-548a-486d-8c31-4004c3d57f21 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:00.960538 [ 3 ] {} HTTP-Session: bb2dd732-548a-486d-8c31-4004c3d57f21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.960552 [ 3 ] {} HTTP-Session: bb2dd732-548a-486d-8c31-4004c3d57f21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.960584 [ 3 ] {} HTTP-Session: bb2dd732-548a-486d-8c31-4004c3d57f21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:00.960690 [ 3 ] {85589252-f25b-4d68-bae9-44d4fc9a04cc} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:00.960740 [ 3 ] {85589252-f25b-4d68-bae9-44d4fc9a04cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:27:00.960885 [ 3 ] {85589252-f25b-4d68-bae9-44d4fc9a04cc} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:00.961183 [ 3 ] {85589252-f25b-4d68-bae9-44d4fc9a04cc} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:00.961219 [ 3 ] {85589252-f25b-4d68-bae9-44d4fc9a04cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:00.961518 [ 3 ] {85589252-f25b-4d68-bae9-44d4fc9a04cc} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.06.17 21:27:00.961828 [ 3 ] {85589252-f25b-4d68-bae9-44d4fc9a04cc} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:00.961985 [ 3 ] {85589252-f25b-4d68-bae9-44d4fc9a04cc} executeQuery: Read 2 rows, 128.00 B in 0.001314 sec., 1522.0700152207 rows/sec., 95.13 KiB/sec. 2024.06.17 21:27:00.962148 [ 3 ] {85589252-f25b-4d68-bae9-44d4fc9a04cc} DynamicQueryHandler: Done processing query 2024.06.17 21:27:00.962172 [ 3 ] {85589252-f25b-4d68-bae9-44d4fc9a04cc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:00.962189 [ 3 ] {} HTTP-Session: bb2dd732-548a-486d-8c31-4004c3d57f21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.962317 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 24622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:00.962366 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:00.962386 [ 3 ] {} HTTP-Session: bdd648df-4d1a-4c4d-951a-d186d500e10a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:00.962405 [ 3 ] {} HTTP-Session: bdd648df-4d1a-4c4d-951a-d186d500e10a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.962421 [ 3 ] {} HTTP-Session: bdd648df-4d1a-4c4d-951a-d186d500e10a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.962452 [ 3 ] {} HTTP-Session: bdd648df-4d1a-4c4d-951a-d186d500e10a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:00.962586 [ 3 ] {fd69a38d-aaea-43ca-8810-2d57ed786e95} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:00.962629 [ 3 ] {fd69a38d-aaea-43ca-8810-2d57ed786e95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:27:00.962754 [ 3 ] {fd69a38d-aaea-43ca-8810-2d57ed786e95} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:00.963110 [ 3 ] {fd69a38d-aaea-43ca-8810-2d57ed786e95} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:00.963146 [ 3 ] {fd69a38d-aaea-43ca-8810-2d57ed786e95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:00.963455 [ 3 ] {fd69a38d-aaea-43ca-8810-2d57ed786e95} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2024.06.17 21:27:00.963748 [ 3 ] {fd69a38d-aaea-43ca-8810-2d57ed786e95} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:00.963895 [ 3 ] {fd69a38d-aaea-43ca-8810-2d57ed786e95} executeQuery: Read 146 rows, 11.52 KiB in 0.001364 sec., 107038.12316715543 rows/sec., 8.25 MiB/sec. 2024.06.17 21:27:00.964055 [ 3 ] {fd69a38d-aaea-43ca-8810-2d57ed786e95} DynamicQueryHandler: Done processing query 2024.06.17 21:27:00.964079 [ 3 ] {fd69a38d-aaea-43ca-8810-2d57ed786e95} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:27:00.964095 [ 3 ] {} HTTP-Session: bdd648df-4d1a-4c4d-951a-d186d500e10a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.964245 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:00.964296 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:00.964315 [ 3 ] {} HTTP-Session: b120025f-5bb6-4b28-ae97-39884c14f26f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:00.964332 [ 3 ] {} HTTP-Session: b120025f-5bb6-4b28-ae97-39884c14f26f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.964346 [ 3 ] {} HTTP-Session: b120025f-5bb6-4b28-ae97-39884c14f26f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.964377 [ 3 ] {} HTTP-Session: b120025f-5bb6-4b28-ae97-39884c14f26f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:00.964547 [ 3 ] {dfd36cc4-a98e-403a-b2c2-77f0ec7ecc03} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:00.964594 [ 3 ] {dfd36cc4-a98e-403a-b2c2-77f0ec7ecc03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:27:00.964741 [ 3 ] {dfd36cc4-a98e-403a-b2c2-77f0ec7ecc03} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:00.965137 [ 3 ] {dfd36cc4-a98e-403a-b2c2-77f0ec7ecc03} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:00.965173 [ 3 ] {dfd36cc4-a98e-403a-b2c2-77f0ec7ecc03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:00.965559 [ 3 ] {dfd36cc4-a98e-403a-b2c2-77f0ec7ecc03} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.06.17 21:27:00.965883 [ 3 ] {dfd36cc4-a98e-403a-b2c2-77f0ec7ecc03} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:00.966041 [ 3 ] {dfd36cc4-a98e-403a-b2c2-77f0ec7ecc03} executeQuery: Read 198 rows, 14.14 KiB in 0.001568 sec., 126275.51020408164 rows/sec., 8.80 MiB/sec. 2024.06.17 21:27:00.966040 [ 55 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.06.17 21:27:00.966144 [ 55 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:00.966193 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:00.966309 [ 3 ] {dfd36cc4-a98e-403a-b2c2-77f0ec7ecc03} DynamicQueryHandler: Done processing query 2024.06.17 21:27:00.966365 [ 3 ] {dfd36cc4-a98e-403a-b2c2-77f0ec7ecc03} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.17 21:27:00.966413 [ 3 ] {} HTTP-Session: b120025f-5bb6-4b28-ae97-39884c14f26f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.966448 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:27:00.966617 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:00.966754 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:00.966768 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:00.966789 [ 3 ] {} HTTP-Session: 28c8bfca-c06f-4ae8-9a87-816f871d60aa Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:00.966829 [ 3 ] {} HTTP-Session: 28c8bfca-c06f-4ae8-9a87-816f871d60aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.966847 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_76_15} MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 10594 rows starting from the beginning of the part 2024.06.17 21:27:00.966861 [ 3 ] {} HTTP-Session: 28c8bfca-c06f-4ae8-9a87-816f871d60aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.966949 [ 3 ] {} HTTP-Session: 28c8bfca-c06f-4ae8-9a87-816f871d60aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:00.967122 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 162 rows starting from the beginning of the part 2024.06.17 21:27:00.967402 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 162 rows starting from the beginning of the part 2024.06.17 21:27:00.967584 [ 3 ] {52cf9452-e294-4c45-8781-fa7fc1f00a00} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:00.967717 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:27:00.967859 [ 3 ] {52cf9452-e294-4c45-8781-fa7fc1f00a00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:27:00.968046 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 161 rows starting from the beginning of the part 2024.06.17 21:27:00.968401 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 198 rows starting from the beginning of the part 2024.06.17 21:27:00.969076 [ 3 ] {52cf9452-e294-4c45-8781-fa7fc1f00a00} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:00.969709 [ 3 ] {52cf9452-e294-4c45-8781-fa7fc1f00a00} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:00.969759 [ 3 ] {52cf9452-e294-4c45-8781-fa7fc1f00a00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:00.970331 [ 3 ] {52cf9452-e294-4c45-8781-fa7fc1f00a00} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.06.17 21:27:00.971360 [ 3 ] {52cf9452-e294-4c45-8781-fa7fc1f00a00} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:00.971623 [ 3 ] {52cf9452-e294-4c45-8781-fa7fc1f00a00} executeQuery: Read 35 rows, 48.36 KiB in 0.004446 sec., 7872.244714349977 rows/sec., 10.62 MiB/sec. 2024.06.17 21:27:00.972022 [ 3 ] {52cf9452-e294-4c45-8781-fa7fc1f00a00} DynamicQueryHandler: Done processing query 2024.06.17 21:27:00.972086 [ 3 ] {52cf9452-e294-4c45-8781-fa7fc1f00a00} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.06.17 21:27:00.972145 [ 3 ] {} HTTP-Session: 28c8bfca-c06f-4ae8-9a87-816f871d60aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.972503 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 1449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:00.972744 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:00.972766 [ 3 ] {} HTTP-Session: 802f882d-4f3b-4808-9e87-e735ebbe8f3f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:00.972782 [ 3 ] {} HTTP-Session: 802f882d-4f3b-4808-9e87-e735ebbe8f3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.972796 [ 3 ] {} HTTP-Session: 802f882d-4f3b-4808-9e87-e735ebbe8f3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.972830 [ 3 ] {} HTTP-Session: 802f882d-4f3b-4808-9e87-e735ebbe8f3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:00.972941 [ 3 ] {04e6ca6f-2c9d-4129-aed8-e2f96d648bd6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:00.972989 [ 3 ] {04e6ca6f-2c9d-4129-aed8-e2f96d648bd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.06.17 21:27:00.973195 [ 3 ] {04e6ca6f-2c9d-4129-aed8-e2f96d648bd6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:00.973494 [ 3 ] {04e6ca6f-2c9d-4129-aed8-e2f96d648bd6} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:00.973537 [ 3 ] {04e6ca6f-2c9d-4129-aed8-e2f96d648bd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:00.974105 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 11439 rows, containing 5 columns (5 merged, 0 gathered) in 0.007814009 sec., 1463909.2430018957 rows/sec., 102.09 MiB/sec. 2024.06.17 21:27:00.974294 [ 3 ] {04e6ca6f-2c9d-4129-aed8-e2f96d648bd6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.17 21:27:00.974455 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.06.17 21:27:00.975175 [ 3 ] {04e6ca6f-2c9d-4129-aed8-e2f96d648bd6} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:00.975492 [ 3 ] {04e6ca6f-2c9d-4129-aed8-e2f96d648bd6} executeQuery: Read 9 rows, 651.00 B in 0.002562 sec., 3512.88056206089 rows/sec., 248.14 KiB/sec. 2024.06.17 21:27:00.975627 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_76_15} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:00.975830 [ 189 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_76_15} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.06.17 21:27:00.975869 [ 3 ] {04e6ca6f-2c9d-4129-aed8-e2f96d648bd6} DynamicQueryHandler: Done processing query 2024.06.17 21:27:00.975955 [ 3 ] {04e6ca6f-2c9d-4129-aed8-e2f96d648bd6} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.17 21:27:00.975990 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. 2024.06.17 21:27:00.975998 [ 3 ] {} HTTP-Session: 802f882d-4f3b-4808-9e87-e735ebbe8f3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.976157 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:00.976206 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:00.976226 [ 3 ] {} HTTP-Session: ea518bb9-2a08-48bf-b7b5-c127291a0d6d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:00.976242 [ 3 ] {} HTTP-Session: ea518bb9-2a08-48bf-b7b5-c127291a0d6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.976257 [ 3 ] {} HTTP-Session: ea518bb9-2a08-48bf-b7b5-c127291a0d6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.976292 [ 3 ] {} HTTP-Session: ea518bb9-2a08-48bf-b7b5-c127291a0d6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:00.976428 [ 3 ] {bc2fd017-03f1-44ee-81d9-a25a94eb79a5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:00.976475 [ 3 ] {bc2fd017-03f1-44ee-81d9-a25a94eb79a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:27:00.976625 [ 3 ] {bc2fd017-03f1-44ee-81d9-a25a94eb79a5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:00.976923 [ 3 ] {bc2fd017-03f1-44ee-81d9-a25a94eb79a5} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:00.976959 [ 3 ] {bc2fd017-03f1-44ee-81d9-a25a94eb79a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:00.977318 [ 3 ] {bc2fd017-03f1-44ee-81d9-a25a94eb79a5} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.06.17 21:27:00.977644 [ 3 ] {bc2fd017-03f1-44ee-81d9-a25a94eb79a5} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:00.977797 [ 3 ] {bc2fd017-03f1-44ee-81d9-a25a94eb79a5} executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. 2024.06.17 21:27:00.977803 [ 55 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.06.17 21:27:00.977889 [ 55 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:00.977947 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:00.978080 [ 3 ] {bc2fd017-03f1-44ee-81d9-a25a94eb79a5} DynamicQueryHandler: Done processing query 2024.06.17 21:27:00.978140 [ 3 ] {bc2fd017-03f1-44ee-81d9-a25a94eb79a5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:00.978189 [ 3 ] {} HTTP-Session: ea518bb9-2a08-48bf-b7b5-c127291a0d6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:00.978202 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:00.978671 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:00.978781 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3762 rows starting from the beginning of the part 2024.06.17 21:27:00.979062 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:00.979431 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:00.979775 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:00.979989 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:00.980068 [ 188 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:00.981716 [ 200 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4062 rows, containing 4 columns (4 merged, 0 gathered) in 0.003676667 sec., 1104804.9768989142 rows/sec., 74.31 MiB/sec. 2024.06.17 21:27:00.982182 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.06.17 21:27:00.982653 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_76_15} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:00.982744 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_76_15} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.06.17 21:27:00.982844 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2024.06.17 21:27:05.951008 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:05.951156 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:05.951186 [ 3 ] {} HTTP-Session: 495dba2b-6483-4f1e-8d5c-b2680c9c8628 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:05.951214 [ 3 ] {} HTTP-Session: 495dba2b-6483-4f1e-8d5c-b2680c9c8628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.951232 [ 3 ] {} HTTP-Session: 495dba2b-6483-4f1e-8d5c-b2680c9c8628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.951288 [ 3 ] {} HTTP-Session: 495dba2b-6483-4f1e-8d5c-b2680c9c8628 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:05.951494 [ 3 ] {bdb11395-6b66-4338-9a03-5d42de83d39e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:05.951562 [ 3 ] {bdb11395-6b66-4338-9a03-5d42de83d39e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:27:05.951754 [ 3 ] {bdb11395-6b66-4338-9a03-5d42de83d39e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:05.952183 [ 3 ] {bdb11395-6b66-4338-9a03-5d42de83d39e} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:05.952230 [ 3 ] {bdb11395-6b66-4338-9a03-5d42de83d39e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:05.952605 [ 3 ] {bdb11395-6b66-4338-9a03-5d42de83d39e} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.06.17 21:27:05.952939 [ 3 ] {bdb11395-6b66-4338-9a03-5d42de83d39e} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:05.953120 [ 3 ] {bdb11395-6b66-4338-9a03-5d42de83d39e} executeQuery: Read 19 rows, 1.54 KiB in 0.00168 sec., 11309.52380952381 rows/sec., 916.69 KiB/sec. 2024.06.17 21:27:05.953119 [ 50 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.06.17 21:27:05.953230 [ 50 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:05.953288 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:05.953443 [ 3 ] {bdb11395-6b66-4338-9a03-5d42de83d39e} DynamicQueryHandler: Done processing query 2024.06.17 21:27:05.953486 [ 3 ] {bdb11395-6b66-4338-9a03-5d42de83d39e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:05.953500 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:27:05.953532 [ 3 ] {} HTTP-Session: 495dba2b-6483-4f1e-8d5c-b2680c9c8628 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.953808 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:05.953977 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:05.954084 [ 3 ] {} HTTP-Session: 451bae6a-a54d-4505-82f1-46b7d4c4b99a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:05.954179 [ 3 ] {} HTTP-Session: 451bae6a-a54d-4505-82f1-46b7d4c4b99a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.954252 [ 3 ] {} HTTP-Session: 451bae6a-a54d-4505-82f1-46b7d4c4b99a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.954295 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:05.954407 [ 3 ] {} HTTP-Session: 451bae6a-a54d-4505-82f1-46b7d4c4b99a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:05.954446 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 44 rows starting from the beginning of the part 2024.06.17 21:27:05.954907 [ 3 ] {eb9b0bce-a008-4f50-9482-496c5d5aba53} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:05.954972 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 17 rows starting from the beginning of the part 2024.06.17 21:27:05.955139 [ 3 ] {eb9b0bce-a008-4f50-9482-496c5d5aba53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:27:05.955356 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 30 rows starting from the beginning of the part 2024.06.17 21:27:05.955707 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 19 rows starting from the beginning of the part 2024.06.17 21:27:05.956096 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 35 rows starting from the beginning of the part 2024.06.17 21:27:05.956447 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 19 rows starting from the beginning of the part 2024.06.17 21:27:05.956542 [ 3 ] {eb9b0bce-a008-4f50-9482-496c5d5aba53} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:05.957315 [ 3 ] {eb9b0bce-a008-4f50-9482-496c5d5aba53} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:05.957362 [ 3 ] {eb9b0bce-a008-4f50-9482-496c5d5aba53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:05.957816 [ 3 ] {eb9b0bce-a008-4f50-9482-496c5d5aba53} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.06.17 21:27:05.958210 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 164 rows, containing 4 columns (4 merged, 0 gathered) in 0.004842729 sec., 33865.20286392239 rows/sec., 2.68 MiB/sec. 2024.06.17 21:27:05.958354 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.06.17 21:27:05.958456 [ 3 ] {eb9b0bce-a008-4f50-9482-496c5d5aba53} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:05.958711 [ 50 ] {} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c) (MergerMutator): Selected 6 parts from all_1_22_5 to all_27_27_0 2024.06.17 21:27:05.958766 [ 3 ] {eb9b0bce-a008-4f50-9482-496c5d5aba53} executeQuery: Read 1 rows, 76.00 B in 0.004108 sec., 243.42745861733206 rows/sec., 18.07 KiB/sec. 2024.06.17 21:27:05.958822 [ 50 ] {} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:05.958958 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:05.959279 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_76_15} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:05.959300 [ 3 ] {eb9b0bce-a008-4f50-9482-496c5d5aba53} DynamicQueryHandler: Done processing query 2024.06.17 21:27:05.959382 [ 3 ] {eb9b0bce-a008-4f50-9482-496c5d5aba53} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:05.959435 [ 3 ] {} HTTP-Session: 451bae6a-a54d-4505-82f1-46b7d4c4b99a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.959447 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_27_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_22_5 to all_27_27_0 into Compact with storage Full 2024.06.17 21:27:05.959514 [ 188 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_76_15} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.06.17 21:27:05.959716 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:05.959775 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.06.17 21:27:05.959884 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:05.959947 [ 3 ] {} HTTP-Session: 20541d68-5666-4ba5-9c2c-8122339c36c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:05.959951 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:05.959974 [ 3 ] {} HTTP-Session: 20541d68-5666-4ba5-9c2c-8122339c36c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.960019 [ 3 ] {} HTTP-Session: 20541d68-5666-4ba5-9c2c-8122339c36c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.960035 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 16 rows starting from the beginning of the part 2024.06.17 21:27:05.960106 [ 3 ] {} HTTP-Session: 20541d68-5666-4ba5-9c2c-8122339c36c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:05.960285 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 3 rows starting from the beginning of the part 2024.06.17 21:27:05.960561 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part 2024.06.17 21:27:05.960666 [ 3 ] {025b8d3c-9a18-4699-9421-9e0c3f17a6d3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:05.960816 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2024.06.17 21:27:05.960919 [ 3 ] {025b8d3c-9a18-4699-9421-9e0c3f17a6d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:27:05.961083 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part 2024.06.17 21:27:05.961399 [ 197 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2024.06.17 21:27:05.962059 [ 3 ] {025b8d3c-9a18-4699-9421-9e0c3f17a6d3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:05.962962 [ 3 ] {025b8d3c-9a18-4699-9421-9e0c3f17a6d3} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:05.963036 [ 3 ] {025b8d3c-9a18-4699-9421-9e0c3f17a6d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:05.963906 [ 3 ] {025b8d3c-9a18-4699-9421-9e0c3f17a6d3} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2024.06.17 21:27:05.964037 [ 191 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.004891559 sec., 5110.845029161459 rows/sec., 403.28 KiB/sec. 2024.06.17 21:27:05.964314 [ 191 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2024.06.17 21:27:05.964483 [ 3 ] {025b8d3c-9a18-4699-9421-9e0c3f17a6d3} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:05.964941 [ 3 ] {025b8d3c-9a18-4699-9421-9e0c3f17a6d3} executeQuery: Read 115 rows, 9.61 KiB in 0.004523 sec., 25425.602476232587 rows/sec., 2.08 MiB/sec. 2024.06.17 21:27:05.965569 [ 191 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_27_6} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:05.965641 [ 3 ] {025b8d3c-9a18-4699-9421-9e0c3f17a6d3} DynamicQueryHandler: Done processing query 2024.06.17 21:27:05.965775 [ 3 ] {025b8d3c-9a18-4699-9421-9e0c3f17a6d3} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:27:05.965903 [ 191 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_27_6} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c) (MergerMutator): Merged 6 parts: [all_1_22_5, all_27_27_0] -> all_1_27_6 2024.06.17 21:27:05.965904 [ 3 ] {} HTTP-Session: 20541d68-5666-4ba5-9c2c-8122339c36c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.966184 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.06.17 21:27:05.966265 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:05.966383 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:05.966409 [ 3 ] {} HTTP-Session: 44f930c9-7be2-4c30-bb31-d74508ebba5e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:05.966426 [ 3 ] {} HTTP-Session: 44f930c9-7be2-4c30-bb31-d74508ebba5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.966440 [ 3 ] {} HTTP-Session: 44f930c9-7be2-4c30-bb31-d74508ebba5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.966471 [ 3 ] {} HTTP-Session: 44f930c9-7be2-4c30-bb31-d74508ebba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:05.966569 [ 3 ] {b8a0cfd8-1051-4c8b-bd6b-f0b0a59b1b79} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:05.966613 [ 3 ] {b8a0cfd8-1051-4c8b-bd6b-f0b0a59b1b79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:27:05.966787 [ 3 ] {b8a0cfd8-1051-4c8b-bd6b-f0b0a59b1b79} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:05.967082 [ 3 ] {b8a0cfd8-1051-4c8b-bd6b-f0b0a59b1b79} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:05.967118 [ 3 ] {b8a0cfd8-1051-4c8b-bd6b-f0b0a59b1b79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:05.967419 [ 3 ] {b8a0cfd8-1051-4c8b-bd6b-f0b0a59b1b79} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.06.17 21:27:05.967737 [ 3 ] {b8a0cfd8-1051-4c8b-bd6b-f0b0a59b1b79} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:05.967893 [ 49 ] {} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414) (MergerMutator): Selected 6 parts from all_1_22_5 to all_27_27_0 2024.06.17 21:27:05.967902 [ 3 ] {b8a0cfd8-1051-4c8b-bd6b-f0b0a59b1b79} executeQuery: Read 1 rows, 64.00 B in 0.001346 sec., 742.9420505200594 rows/sec., 46.43 KiB/sec. 2024.06.17 21:27:05.967961 [ 49 ] {} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:05.968029 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:05.968207 [ 3 ] {b8a0cfd8-1051-4c8b-bd6b-f0b0a59b1b79} DynamicQueryHandler: Done processing query 2024.06.17 21:27:05.968224 [ 190 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_27_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_22_5 to all_27_27_0 into Compact with storage Full 2024.06.17 21:27:05.968245 [ 3 ] {b8a0cfd8-1051-4c8b-bd6b-f0b0a59b1b79} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:05.968287 [ 3 ] {} HTTP-Session: 44f930c9-7be2-4c30-bb31-d74508ebba5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.968476 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 15231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:05.968526 [ 190 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:05.968575 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:05.968619 [ 3 ] {} HTTP-Session: 741afe66-ccc8-4295-9006-de3e1580521d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:05.968626 [ 190 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 16 rows starting from the beginning of the part 2024.06.17 21:27:05.968646 [ 3 ] {} HTTP-Session: 741afe66-ccc8-4295-9006-de3e1580521d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.968697 [ 3 ] {} HTTP-Session: 741afe66-ccc8-4295-9006-de3e1580521d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.968816 [ 3 ] {} HTTP-Session: 741afe66-ccc8-4295-9006-de3e1580521d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:05.969005 [ 190 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 3 rows starting from the beginning of the part 2024.06.17 21:27:05.969300 [ 3 ] {b4a24f47-8a5e-4046-8bd8-f35a08c603e5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:05.969439 [ 190 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part 2024.06.17 21:27:05.969469 [ 3 ] {b4a24f47-8a5e-4046-8bd8-f35a08c603e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:27:05.969748 [ 190 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2024.06.17 21:27:05.970086 [ 190 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part 2024.06.17 21:27:05.970428 [ 190 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2024.06.17 21:27:05.970774 [ 3 ] {b4a24f47-8a5e-4046-8bd8-f35a08c603e5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:05.971766 [ 3 ] {b4a24f47-8a5e-4046-8bd8-f35a08c603e5} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:05.971825 [ 3 ] {b4a24f47-8a5e-4046-8bd8-f35a08c603e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:05.972645 [ 3 ] {b4a24f47-8a5e-4046-8bd8-f35a08c603e5} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2024.06.17 21:27:05.973105 [ 198 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.00497045 sec., 5029.72567876148 rows/sec., 337.93 KiB/sec. 2024.06.17 21:27:05.973364 [ 198 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2024.06.17 21:27:05.973442 [ 3 ] {b4a24f47-8a5e-4046-8bd8-f35a08c603e5} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:05.973846 [ 3 ] {b4a24f47-8a5e-4046-8bd8-f35a08c603e5} executeQuery: Read 90 rows, 7.13 KiB in 0.004751 sec., 18943.380340980846 rows/sec., 1.47 MiB/sec. 2024.06.17 21:27:05.974253 [ 3 ] {b4a24f47-8a5e-4046-8bd8-f35a08c603e5} DynamicQueryHandler: Done processing query 2024.06.17 21:27:05.974303 [ 3 ] {b4a24f47-8a5e-4046-8bd8-f35a08c603e5} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:27:05.974347 [ 3 ] {} HTTP-Session: 741afe66-ccc8-4295-9006-de3e1580521d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.974374 [ 198 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_27_6} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:05.974483 [ 198 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_27_6} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414) (MergerMutator): Merged 6 parts: [all_1_22_5, all_27_27_0] -> all_1_27_6 2024.06.17 21:27:05.974569 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:05.974633 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.17 21:27:05.974666 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:05.974700 [ 3 ] {} HTTP-Session: 94f1be67-d7b8-464e-953a-7fc041035c91 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:05.974717 [ 3 ] {} HTTP-Session: 94f1be67-d7b8-464e-953a-7fc041035c91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.974730 [ 3 ] {} HTTP-Session: 94f1be67-d7b8-464e-953a-7fc041035c91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.974762 [ 3 ] {} HTTP-Session: 94f1be67-d7b8-464e-953a-7fc041035c91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:05.974923 [ 3 ] {c1aecf50-bddb-408d-8b4a-6ddf2470f241} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:05.974972 [ 3 ] {c1aecf50-bddb-408d-8b4a-6ddf2470f241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:27:05.975145 [ 3 ] {c1aecf50-bddb-408d-8b4a-6ddf2470f241} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:05.975531 [ 3 ] {c1aecf50-bddb-408d-8b4a-6ddf2470f241} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:05.975567 [ 3 ] {c1aecf50-bddb-408d-8b4a-6ddf2470f241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:05.975957 [ 3 ] {c1aecf50-bddb-408d-8b4a-6ddf2470f241} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2024.06.17 21:27:05.976293 [ 3 ] {c1aecf50-bddb-408d-8b4a-6ddf2470f241} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:05.976459 [ 3 ] {c1aecf50-bddb-408d-8b4a-6ddf2470f241} executeQuery: Read 161 rows, 11.47 KiB in 0.001609 sec., 100062.15040397763 rows/sec., 6.96 MiB/sec. 2024.06.17 21:27:05.976622 [ 3 ] {c1aecf50-bddb-408d-8b4a-6ddf2470f241} DynamicQueryHandler: Done processing query 2024.06.17 21:27:05.976647 [ 3 ] {c1aecf50-bddb-408d-8b4a-6ddf2470f241} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:27:05.976663 [ 3 ] {} HTTP-Session: 94f1be67-d7b8-464e-953a-7fc041035c91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.976804 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 20371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:05.976853 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:05.976871 [ 3 ] {} HTTP-Session: 9afb908a-2ca2-4931-8a36-9f6718bccf49 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:05.976887 [ 3 ] {} HTTP-Session: 9afb908a-2ca2-4931-8a36-9f6718bccf49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.976901 [ 3 ] {} HTTP-Session: 9afb908a-2ca2-4931-8a36-9f6718bccf49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.976931 [ 3 ] {} HTTP-Session: 9afb908a-2ca2-4931-8a36-9f6718bccf49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:05.977118 [ 3 ] {407259b8-c5a9-43cd-98ce-f09aa0b6e44b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:05.977164 [ 3 ] {407259b8-c5a9-43cd-98ce-f09aa0b6e44b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:27:05.977324 [ 3 ] {407259b8-c5a9-43cd-98ce-f09aa0b6e44b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:05.977727 [ 3 ] {407259b8-c5a9-43cd-98ce-f09aa0b6e44b} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:05.977762 [ 3 ] {407259b8-c5a9-43cd-98ce-f09aa0b6e44b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:05.978161 [ 3 ] {407259b8-c5a9-43cd-98ce-f09aa0b6e44b} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.06.17 21:27:05.978493 [ 3 ] {407259b8-c5a9-43cd-98ce-f09aa0b6e44b} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:05.978652 [ 3 ] {407259b8-c5a9-43cd-98ce-f09aa0b6e44b} executeQuery: Read 19 rows, 26.25 KiB in 0.00164 sec., 11585.365853658537 rows/sec., 15.63 MiB/sec. 2024.06.17 21:27:05.978666 [ 49 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.06.17 21:27:05.978756 [ 49 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:05.978800 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:05.978988 [ 3 ] {407259b8-c5a9-43cd-98ce-f09aa0b6e44b} DynamicQueryHandler: Done processing query 2024.06.17 21:27:05.979056 [ 3 ] {407259b8-c5a9-43cd-98ce-f09aa0b6e44b} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:27:05.979070 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:27:05.979087 [ 3 ] {} HTTP-Session: 9afb908a-2ca2-4931-8a36-9f6718bccf49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.979377 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:05.979566 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:05.979662 [ 3 ] {} HTTP-Session: d6a739c4-f340-4022-b76f-7af711650aa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:05.979748 [ 3 ] {} HTTP-Session: d6a739c4-f340-4022-b76f-7af711650aa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.979827 [ 3 ] {} HTTP-Session: d6a739c4-f340-4022-b76f-7af711650aa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.979972 [ 3 ] {} HTTP-Session: d6a739c4-f340-4022-b76f-7af711650aa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:05.980045 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:05.980210 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1091 rows starting from the beginning of the part 2024.06.17 21:27:05.980316 [ 3 ] {e5c4ea40-c0b5-4044-9d20-f5a73696daf3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:05.980537 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 17 rows starting from the beginning of the part 2024.06.17 21:27:05.980562 [ 3 ] {e5c4ea40-c0b5-4044-9d20-f5a73696daf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:27:05.980867 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 30 rows starting from the beginning of the part 2024.06.17 21:27:05.981206 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 19 rows starting from the beginning of the part 2024.06.17 21:27:05.981557 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 35 rows starting from the beginning of the part 2024.06.17 21:27:05.981795 [ 3 ] {e5c4ea40-c0b5-4044-9d20-f5a73696daf3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:05.981868 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 19 rows starting from the beginning of the part 2024.06.17 21:27:05.982758 [ 3 ] {e5c4ea40-c0b5-4044-9d20-f5a73696daf3} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:05.982838 [ 3 ] {e5c4ea40-c0b5-4044-9d20-f5a73696daf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:05.983362 [ 3 ] {e5c4ea40-c0b5-4044-9d20-f5a73696daf3} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2024.06.17 21:27:05.983707 [ 3 ] {e5c4ea40-c0b5-4044-9d20-f5a73696daf3} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:05.983867 [ 3 ] {e5c4ea40-c0b5-4044-9d20-f5a73696daf3} executeQuery: Read 60 rows, 4.14 KiB in 0.003678 sec., 16313.21370309951 rows/sec., 1.10 MiB/sec. 2024.06.17 21:27:05.984136 [ 3 ] {e5c4ea40-c0b5-4044-9d20-f5a73696daf3} DynamicQueryHandler: Done processing query 2024.06.17 21:27:05.984221 [ 3 ] {e5c4ea40-c0b5-4044-9d20-f5a73696daf3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:05.984317 [ 3 ] {} HTTP-Session: d6a739c4-f340-4022-b76f-7af711650aa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:05.986377 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1211 rows, containing 6 columns (6 merged, 0 gathered) in 0.007495966 sec., 161553.56094197868 rows/sec., 218.01 MiB/sec. 2024.06.17 21:27:05.987296 [ 195 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.06.17 21:27:05.987772 [ 195 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_76_15} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:05.987861 [ 195 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_76_15} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.06.17 21:27:05.987964 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.75 MiB. 2024.06.17 21:27:10.952079 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 5069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:10.952284 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:10.952331 [ 3 ] {} HTTP-Session: b90c6f56-f751-437b-b3b8-4948094053f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:10.952373 [ 3 ] {} HTTP-Session: b90c6f56-f751-437b-b3b8-4948094053f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.952402 [ 3 ] {} HTTP-Session: b90c6f56-f751-437b-b3b8-4948094053f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.952484 [ 3 ] {} HTTP-Session: b90c6f56-f751-437b-b3b8-4948094053f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:10.952732 [ 3 ] {7944a66e-32f6-4e08-961f-18466a20531b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:10.952801 [ 3 ] {7944a66e-32f6-4e08-961f-18466a20531b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:27:10.952996 [ 3 ] {7944a66e-32f6-4e08-961f-18466a20531b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:10.953444 [ 3 ] {7944a66e-32f6-4e08-961f-18466a20531b} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:10.953488 [ 3 ] {7944a66e-32f6-4e08-961f-18466a20531b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:10.953864 [ 3 ] {7944a66e-32f6-4e08-961f-18466a20531b} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2024.06.17 21:27:10.954204 [ 3 ] {7944a66e-32f6-4e08-961f-18466a20531b} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:10.954381 [ 3 ] {7944a66e-32f6-4e08-961f-18466a20531b} executeQuery: Read 35 rows, 2.84 KiB in 0.001709 sec., 20479.81275599766 rows/sec., 1.62 MiB/sec. 2024.06.17 21:27:10.954596 [ 3 ] {7944a66e-32f6-4e08-961f-18466a20531b} DynamicQueryHandler: Done processing query 2024.06.17 21:27:10.954623 [ 3 ] {7944a66e-32f6-4e08-961f-18466a20531b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:10.954640 [ 3 ] {} HTTP-Session: b90c6f56-f751-437b-b3b8-4948094053f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.954773 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:10.954822 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:10.954842 [ 3 ] {} HTTP-Session: dbf13f54-5703-4ece-ba97-8ce120718eeb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:10.954857 [ 3 ] {} HTTP-Session: dbf13f54-5703-4ece-ba97-8ce120718eeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.954871 [ 3 ] {} HTTP-Session: dbf13f54-5703-4ece-ba97-8ce120718eeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.954902 [ 3 ] {} HTTP-Session: dbf13f54-5703-4ece-ba97-8ce120718eeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:10.954999 [ 3 ] {1ccf9fcc-bbb7-4c7e-858d-31d3b5839d05} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:10.955043 [ 3 ] {1ccf9fcc-bbb7-4c7e-858d-31d3b5839d05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:27:10.955170 [ 3 ] {1ccf9fcc-bbb7-4c7e-858d-31d3b5839d05} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:10.955461 [ 3 ] {1ccf9fcc-bbb7-4c7e-858d-31d3b5839d05} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:10.955499 [ 3 ] {1ccf9fcc-bbb7-4c7e-858d-31d3b5839d05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:10.955798 [ 3 ] {1ccf9fcc-bbb7-4c7e-858d-31d3b5839d05} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.06.17 21:27:10.956101 [ 3 ] {1ccf9fcc-bbb7-4c7e-858d-31d3b5839d05} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:10.956258 [ 3 ] {1ccf9fcc-bbb7-4c7e-858d-31d3b5839d05} executeQuery: Read 4 rows, 334.00 B in 0.001279 sec., 3127.443315089914 rows/sec., 255.02 KiB/sec. 2024.06.17 21:27:10.956537 [ 3 ] {1ccf9fcc-bbb7-4c7e-858d-31d3b5839d05} DynamicQueryHandler: Done processing query 2024.06.17 21:27:10.956581 [ 3 ] {1ccf9fcc-bbb7-4c7e-858d-31d3b5839d05} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:10.956612 [ 3 ] {} HTTP-Session: dbf13f54-5703-4ece-ba97-8ce120718eeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.956803 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 24055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:10.956854 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:10.956874 [ 3 ] {} HTTP-Session: 337fff26-800f-43f8-b5df-bf32f09acb21 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:10.956891 [ 3 ] {} HTTP-Session: 337fff26-800f-43f8-b5df-bf32f09acb21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.956905 [ 3 ] {} HTTP-Session: 337fff26-800f-43f8-b5df-bf32f09acb21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.956936 [ 3 ] {} HTTP-Session: 337fff26-800f-43f8-b5df-bf32f09acb21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:10.957081 [ 3 ] {6785b17c-78e6-45d5-a74d-edb1de047e83} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:10.957126 [ 3 ] {6785b17c-78e6-45d5-a74d-edb1de047e83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:27:10.957271 [ 3 ] {6785b17c-78e6-45d5-a74d-edb1de047e83} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:10.957669 [ 3 ] {6785b17c-78e6-45d5-a74d-edb1de047e83} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:10.957708 [ 3 ] {6785b17c-78e6-45d5-a74d-edb1de047e83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:10.958035 [ 3 ] {6785b17c-78e6-45d5-a74d-edb1de047e83} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2024.06.17 21:27:10.958362 [ 3 ] {6785b17c-78e6-45d5-a74d-edb1de047e83} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:10.958522 [ 3 ] {6785b17c-78e6-45d5-a74d-edb1de047e83} executeQuery: Read 163 rows, 14.14 KiB in 0.0015 sec., 108666.66666666667 rows/sec., 9.20 MiB/sec. 2024.06.17 21:27:10.958694 [ 3 ] {6785b17c-78e6-45d5-a74d-edb1de047e83} DynamicQueryHandler: Done processing query 2024.06.17 21:27:10.958720 [ 3 ] {6785b17c-78e6-45d5-a74d-edb1de047e83} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:27:10.958736 [ 3 ] {} HTTP-Session: 337fff26-800f-43f8-b5df-bf32f09acb21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.958846 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:10.958897 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:10.958916 [ 3 ] {} HTTP-Session: f211c25b-bb3e-44fe-becf-9ced20a74444 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:10.958932 [ 3 ] {} HTTP-Session: f211c25b-bb3e-44fe-becf-9ced20a74444 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.958946 [ 3 ] {} HTTP-Session: f211c25b-bb3e-44fe-becf-9ced20a74444 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.958977 [ 3 ] {} HTTP-Session: f211c25b-bb3e-44fe-becf-9ced20a74444 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:10.959073 [ 3 ] {f93f7586-641f-4831-a47d-64d9af082d31} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:10.959116 [ 3 ] {f93f7586-641f-4831-a47d-64d9af082d31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:27:10.959244 [ 3 ] {f93f7586-641f-4831-a47d-64d9af082d31} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:10.959508 [ 3 ] {f93f7586-641f-4831-a47d-64d9af082d31} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:10.959546 [ 3 ] {f93f7586-641f-4831-a47d-64d9af082d31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:10.959852 [ 3 ] {f93f7586-641f-4831-a47d-64d9af082d31} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.06.17 21:27:10.960155 [ 3 ] {f93f7586-641f-4831-a47d-64d9af082d31} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:10.960301 [ 3 ] {f93f7586-641f-4831-a47d-64d9af082d31} executeQuery: Read 4 rows, 286.00 B in 0.001252 sec., 3194.8881789137376 rows/sec., 223.08 KiB/sec. 2024.06.17 21:27:10.960456 [ 3 ] {f93f7586-641f-4831-a47d-64d9af082d31} DynamicQueryHandler: Done processing query 2024.06.17 21:27:10.960480 [ 3 ] {f93f7586-641f-4831-a47d-64d9af082d31} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:10.960496 [ 3 ] {} HTTP-Session: f211c25b-bb3e-44fe-becf-9ced20a74444 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.960623 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:10.960672 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:10.960692 [ 3 ] {} HTTP-Session: 75ce441e-6a4b-46f9-bec1-24ed9e121e19 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:10.960708 [ 3 ] {} HTTP-Session: 75ce441e-6a4b-46f9-bec1-24ed9e121e19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.960722 [ 3 ] {} HTTP-Session: 75ce441e-6a4b-46f9-bec1-24ed9e121e19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.960753 [ 3 ] {} HTTP-Session: 75ce441e-6a4b-46f9-bec1-24ed9e121e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:10.960886 [ 3 ] {c9372786-f5ee-4f25-97ca-bf26f99c3ca0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:10.960929 [ 3 ] {c9372786-f5ee-4f25-97ca-bf26f99c3ca0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:27:10.961053 [ 3 ] {c9372786-f5ee-4f25-97ca-bf26f99c3ca0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:10.961392 [ 3 ] {c9372786-f5ee-4f25-97ca-bf26f99c3ca0} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:10.961429 [ 3 ] {c9372786-f5ee-4f25-97ca-bf26f99c3ca0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:10.961746 [ 3 ] {c9372786-f5ee-4f25-97ca-bf26f99c3ca0} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2024.06.17 21:27:10.962054 [ 3 ] {c9372786-f5ee-4f25-97ca-bf26f99c3ca0} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:10.962207 [ 3 ] {c9372786-f5ee-4f25-97ca-bf26f99c3ca0} executeQuery: Read 103 rows, 8.24 KiB in 0.001368 sec., 75292.39766081871 rows/sec., 5.89 MiB/sec. 2024.06.17 21:27:10.962363 [ 3 ] {c9372786-f5ee-4f25-97ca-bf26f99c3ca0} DynamicQueryHandler: Done processing query 2024.06.17 21:27:10.962388 [ 3 ] {c9372786-f5ee-4f25-97ca-bf26f99c3ca0} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:27:10.962404 [ 3 ] {} HTTP-Session: 75ce441e-6a4b-46f9-bec1-24ed9e121e19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.962552 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 31012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:10.962601 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:10.962621 [ 3 ] {} HTTP-Session: 9a28e2ae-4853-4ebb-8a43-3fcc89b9e5fd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:10.962638 [ 3 ] {} HTTP-Session: 9a28e2ae-4853-4ebb-8a43-3fcc89b9e5fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.962652 [ 3 ] {} HTTP-Session: 9a28e2ae-4853-4ebb-8a43-3fcc89b9e5fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.962683 [ 3 ] {} HTTP-Session: 9a28e2ae-4853-4ebb-8a43-3fcc89b9e5fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:10.962826 [ 3 ] {ec16bf8e-6111-4582-8418-38b6dbc1ef43} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:10.962873 [ 3 ] {ec16bf8e-6111-4582-8418-38b6dbc1ef43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:27:10.963015 [ 3 ] {ec16bf8e-6111-4582-8418-38b6dbc1ef43} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:10.963337 [ 3 ] {ec16bf8e-6111-4582-8418-38b6dbc1ef43} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:10.963373 [ 3 ] {ec16bf8e-6111-4582-8418-38b6dbc1ef43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:10.963766 [ 3 ] {ec16bf8e-6111-4582-8418-38b6dbc1ef43} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2024.06.17 21:27:10.964111 [ 3 ] {ec16bf8e-6111-4582-8418-38b6dbc1ef43} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:10.964277 [ 3 ] {ec16bf8e-6111-4582-8418-38b6dbc1ef43} executeQuery: Read 162 rows, 11.55 KiB in 0.001513 sec., 107072.0423000661 rows/sec., 7.46 MiB/sec. 2024.06.17 21:27:10.964448 [ 3 ] {ec16bf8e-6111-4582-8418-38b6dbc1ef43} DynamicQueryHandler: Done processing query 2024.06.17 21:27:10.964473 [ 3 ] {ec16bf8e-6111-4582-8418-38b6dbc1ef43} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:27:10.964489 [ 3 ] {} HTTP-Session: 9a28e2ae-4853-4ebb-8a43-3fcc89b9e5fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.964651 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:10.964700 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:10.964720 [ 3 ] {} HTTP-Session: 1863099f-ec0a-4576-a8d3-8f83970886a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:10.964736 [ 3 ] {} HTTP-Session: 1863099f-ec0a-4576-a8d3-8f83970886a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.964749 [ 3 ] {} HTTP-Session: 1863099f-ec0a-4576-a8d3-8f83970886a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.964779 [ 3 ] {} HTTP-Session: 1863099f-ec0a-4576-a8d3-8f83970886a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:10.965048 [ 3 ] {8a033093-f0bb-4d0b-8293-64573b685df5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:10.965095 [ 3 ] {8a033093-f0bb-4d0b-8293-64573b685df5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:27:10.965252 [ 3 ] {8a033093-f0bb-4d0b-8293-64573b685df5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:10.965658 [ 3 ] {8a033093-f0bb-4d0b-8293-64573b685df5} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:10.965694 [ 3 ] {8a033093-f0bb-4d0b-8293-64573b685df5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:10.966104 [ 3 ] {8a033093-f0bb-4d0b-8293-64573b685df5} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2024.06.17 21:27:10.966444 [ 3 ] {8a033093-f0bb-4d0b-8293-64573b685df5} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:10.966602 [ 3 ] {8a033093-f0bb-4d0b-8293-64573b685df5} executeQuery: Read 35 rows, 48.36 KiB in 0.001741 sec., 20103.38885697875 rows/sec., 27.13 MiB/sec. 2024.06.17 21:27:10.966859 [ 3 ] {8a033093-f0bb-4d0b-8293-64573b685df5} DynamicQueryHandler: Done processing query 2024.06.17 21:27:10.966911 [ 3 ] {8a033093-f0bb-4d0b-8293-64573b685df5} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.06.17 21:27:10.966969 [ 3 ] {} HTTP-Session: 1863099f-ec0a-4576-a8d3-8f83970886a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.967203 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:10.967330 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:10.967407 [ 3 ] {} HTTP-Session: d6432c36-7422-4319-a34b-8885eea38e1a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:10.967468 [ 3 ] {} HTTP-Session: d6432c36-7422-4319-a34b-8885eea38e1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.967524 [ 3 ] {} HTTP-Session: d6432c36-7422-4319-a34b-8885eea38e1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:10.967614 [ 3 ] {} HTTP-Session: d6432c36-7422-4319-a34b-8885eea38e1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:10.967751 [ 3 ] {9c336c90-1004-4d38-b15b-d90fd7193686} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:10.967798 [ 3 ] {9c336c90-1004-4d38-b15b-d90fd7193686} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:27:10.967938 [ 3 ] {9c336c90-1004-4d38-b15b-d90fd7193686} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:10.968198 [ 3 ] {9c336c90-1004-4d38-b15b-d90fd7193686} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:10.968233 [ 3 ] {9c336c90-1004-4d38-b15b-d90fd7193686} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:10.968589 [ 3 ] {9c336c90-1004-4d38-b15b-d90fd7193686} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2024.06.17 21:27:10.968918 [ 3 ] {9c336c90-1004-4d38-b15b-d90fd7193686} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:10.969081 [ 3 ] {9c336c90-1004-4d38-b15b-d90fd7193686} executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. 2024.06.17 21:27:10.969235 [ 3 ] {9c336c90-1004-4d38-b15b-d90fd7193686} DynamicQueryHandler: Done processing query 2024.06.17 21:27:10.969260 [ 3 ] {9c336c90-1004-4d38-b15b-d90fd7193686} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:10.969275 [ 3 ] {} HTTP-Session: d6432c36-7422-4319-a34b-8885eea38e1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:14.039514 [ 39 ] {} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.06.17 21:27:14.039633 [ 39 ] {} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:14.039677 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:14.039934 [ 187 ] {77a2c2bf-87eb-4818-97af-f8c925c4fc81::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2024.06.17 21:27:14.040176 [ 187 ] {77a2c2bf-87eb-4818-97af-f8c925c4fc81::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:14.040219 [ 187 ] {77a2c2bf-87eb-4818-97af-f8c925c4fc81::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2024.06.17 21:27:14.040306 [ 187 ] {77a2c2bf-87eb-4818-97af-f8c925c4fc81::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part 2024.06.17 21:27:14.040551 [ 187 ] {77a2c2bf-87eb-4818-97af-f8c925c4fc81::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part 2024.06.17 21:27:14.040689 [ 187 ] {77a2c2bf-87eb-4818-97af-f8c925c4fc81::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2024.06.17 21:27:14.040954 [ 187 ] {77a2c2bf-87eb-4818-97af-f8c925c4fc81::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part 2024.06.17 21:27:14.042126 [ 187 ] {77a2c2bf-87eb-4818-97af-f8c925c4fc81::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002349724 sec., 21704.67680459492 rows/sec., 1.54 MiB/sec. 2024.06.17 21:27:14.042253 [ 187 ] {77a2c2bf-87eb-4818-97af-f8c925c4fc81::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.06.17 21:27:14.042642 [ 187 ] {77a2c2bf-87eb-4818-97af-f8c925c4fc81::all_1_5_1} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:14.042722 [ 187 ] {77a2c2bf-87eb-4818-97af-f8c925c4fc81::all_1_5_1} oximeter.measurements_i64 (77a2c2bf-87eb-4818-97af-f8c925c4fc81) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.06.17 21:27:14.042795 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.17 21:27:15.180667 [ 37 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:27:15.180740 [ 37 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:27:15.950499 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:15.950621 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:15.950646 [ 3 ] {} HTTP-Session: d5939eb0-ab4f-4369-81e7-4761756b55cd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:15.950672 [ 3 ] {} HTTP-Session: d5939eb0-ab4f-4369-81e7-4761756b55cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.950690 [ 3 ] {} HTTP-Session: d5939eb0-ab4f-4369-81e7-4761756b55cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.950749 [ 3 ] {} HTTP-Session: d5939eb0-ab4f-4369-81e7-4761756b55cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:15.950997 [ 3 ] {fa193cb1-563c-411c-8d67-44315482904c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:15.951076 [ 3 ] {fa193cb1-563c-411c-8d67-44315482904c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:27:15.951302 [ 3 ] {fa193cb1-563c-411c-8d67-44315482904c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:15.951715 [ 3 ] {fa193cb1-563c-411c-8d67-44315482904c} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:15.951760 [ 3 ] {fa193cb1-563c-411c-8d67-44315482904c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:15.952144 [ 3 ] {fa193cb1-563c-411c-8d67-44315482904c} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2024.06.17 21:27:15.952495 [ 3 ] {fa193cb1-563c-411c-8d67-44315482904c} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:15.952691 [ 3 ] {fa193cb1-563c-411c-8d67-44315482904c} executeQuery: Read 19 rows, 1.54 KiB in 0.001755 sec., 10826.210826210827 rows/sec., 877.52 KiB/sec. 2024.06.17 21:27:15.952893 [ 3 ] {fa193cb1-563c-411c-8d67-44315482904c} DynamicQueryHandler: Done processing query 2024.06.17 21:27:15.952920 [ 3 ] {fa193cb1-563c-411c-8d67-44315482904c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:15.952937 [ 3 ] {} HTTP-Session: d5939eb0-ab4f-4369-81e7-4761756b55cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.953097 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:15.953146 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:15.953165 [ 3 ] {} HTTP-Session: 51acaa92-2dee-46b5-9388-07645b472d4c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:15.953182 [ 3 ] {} HTTP-Session: 51acaa92-2dee-46b5-9388-07645b472d4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.953196 [ 3 ] {} HTTP-Session: 51acaa92-2dee-46b5-9388-07645b472d4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.953227 [ 3 ] {} HTTP-Session: 51acaa92-2dee-46b5-9388-07645b472d4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:15.953322 [ 3 ] {634bb496-88c0-4ae4-b1b4-2b4ff7563b64} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:15.953365 [ 3 ] {634bb496-88c0-4ae4-b1b4-2b4ff7563b64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:27:15.953496 [ 3 ] {634bb496-88c0-4ae4-b1b4-2b4ff7563b64} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:15.953762 [ 3 ] {634bb496-88c0-4ae4-b1b4-2b4ff7563b64} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:15.953802 [ 3 ] {634bb496-88c0-4ae4-b1b4-2b4ff7563b64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:15.954111 [ 3 ] {634bb496-88c0-4ae4-b1b4-2b4ff7563b64} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.06.17 21:27:15.954411 [ 3 ] {634bb496-88c0-4ae4-b1b4-2b4ff7563b64} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:15.954571 [ 3 ] {634bb496-88c0-4ae4-b1b4-2b4ff7563b64} executeQuery: Read 2 rows, 167.00 B in 0.001266 sec., 1579.778830963665 rows/sec., 128.82 KiB/sec. 2024.06.17 21:27:15.954835 [ 3 ] {634bb496-88c0-4ae4-b1b4-2b4ff7563b64} DynamicQueryHandler: Done processing query 2024.06.17 21:27:15.954869 [ 3 ] {634bb496-88c0-4ae4-b1b4-2b4ff7563b64} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:15.954894 [ 3 ] {} HTTP-Session: 51acaa92-2dee-46b5-9388-07645b472d4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.955068 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:15.955116 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:15.955135 [ 3 ] {} HTTP-Session: 99223c51-b1f6-4e45-b061-dd63947cac27 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:15.955151 [ 3 ] {} HTTP-Session: 99223c51-b1f6-4e45-b061-dd63947cac27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.955165 [ 3 ] {} HTTP-Session: 99223c51-b1f6-4e45-b061-dd63947cac27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.955196 [ 3 ] {} HTTP-Session: 99223c51-b1f6-4e45-b061-dd63947cac27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:15.955322 [ 3 ] {87141b34-3ed0-4361-8fd9-30fd318bf807} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:15.955366 [ 3 ] {87141b34-3ed0-4361-8fd9-30fd318bf807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:27:15.955504 [ 3 ] {87141b34-3ed0-4361-8fd9-30fd318bf807} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:15.955842 [ 3 ] {87141b34-3ed0-4361-8fd9-30fd318bf807} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:15.955879 [ 3 ] {87141b34-3ed0-4361-8fd9-30fd318bf807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:15.956204 [ 3 ] {87141b34-3ed0-4361-8fd9-30fd318bf807} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2024.06.17 21:27:15.956515 [ 3 ] {87141b34-3ed0-4361-8fd9-30fd318bf807} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:15.956641 [ 3 ] {87141b34-3ed0-4361-8fd9-30fd318bf807} executeQuery: Read 114 rows, 9.55 KiB in 0.00137 sec., 83211.6788321168 rows/sec., 6.81 MiB/sec. 2024.06.17 21:27:15.956664 [ 36 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2024.06.17 21:27:15.956724 [ 36 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:15.956752 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:15.956885 [ 3 ] {87141b34-3ed0-4361-8fd9-30fd318bf807} DynamicQueryHandler: Done processing query 2024.06.17 21:27:15.956950 [ 3 ] {87141b34-3ed0-4361-8fd9-30fd318bf807} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:27:15.956966 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:27:15.956989 [ 3 ] {} HTTP-Session: 99223c51-b1f6-4e45-b061-dd63947cac27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.957286 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:15.957518 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:15.957631 [ 3 ] {} HTTP-Session: 01b911f2-8b6a-4381-87d3-88e08f2c5354 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:15.957639 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:15.957706 [ 3 ] {} HTTP-Session: 01b911f2-8b6a-4381-87d3-88e08f2c5354 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.957757 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 246 rows starting from the beginning of the part 2024.06.17 21:27:15.957799 [ 3 ] {} HTTP-Session: 01b911f2-8b6a-4381-87d3-88e08f2c5354 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.957975 [ 3 ] {} HTTP-Session: 01b911f2-8b6a-4381-87d3-88e08f2c5354 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:15.958249 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 115 rows starting from the beginning of the part 2024.06.17 21:27:15.958599 [ 3 ] {3ef246ae-01ca-4720-a41a-7945df377e2a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:15.958783 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 201 rows starting from the beginning of the part 2024.06.17 21:27:15.958805 [ 3 ] {3ef246ae-01ca-4720-a41a-7945df377e2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:27:15.959254 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 115 rows starting from the beginning of the part 2024.06.17 21:27:15.959503 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 163 rows starting from the beginning of the part 2024.06.17 21:27:15.959842 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 114 rows starting from the beginning of the part 2024.06.17 21:27:15.960265 [ 3 ] {3ef246ae-01ca-4720-a41a-7945df377e2a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:15.960768 [ 3 ] {3ef246ae-01ca-4720-a41a-7945df377e2a} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:15.960805 [ 3 ] {3ef246ae-01ca-4720-a41a-7945df377e2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:15.961276 [ 3 ] {3ef246ae-01ca-4720-a41a-7945df377e2a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.06.17 21:27:15.961749 [ 3 ] {3ef246ae-01ca-4720-a41a-7945df377e2a} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:15.961758 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 954 rows, containing 4 columns (4 merged, 0 gathered) in 0.00494483 sec., 192928.7761156602 rows/sec., 15.96 MiB/sec. 2024.06.17 21:27:15.961918 [ 3 ] {3ef246ae-01ca-4720-a41a-7945df377e2a} executeQuery: Read 2 rows, 143.00 B in 0.003607 sec., 554.4774050457444 rows/sec., 38.72 KiB/sec. 2024.06.17 21:27:15.961952 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2024.06.17 21:27:15.962128 [ 3 ] {3ef246ae-01ca-4720-a41a-7945df377e2a} DynamicQueryHandler: Done processing query 2024.06.17 21:27:15.962167 [ 3 ] {3ef246ae-01ca-4720-a41a-7945df377e2a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:15.962196 [ 3 ] {} HTTP-Session: 01b911f2-8b6a-4381-87d3-88e08f2c5354 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.962343 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:15.962398 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:15.962407 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_81_16} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:15.962420 [ 3 ] {} HTTP-Session: 5a6f9b49-5563-43a7-9bc4-e28a8a3fdeb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:15.962448 [ 3 ] {} HTTP-Session: 5a6f9b49-5563-43a7-9bc4-e28a8a3fdeb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.962474 [ 3 ] {} HTTP-Session: 5a6f9b49-5563-43a7-9bc4-e28a8a3fdeb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.962511 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_81_16} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2024.06.17 21:27:15.962518 [ 3 ] {} HTTP-Session: 5a6f9b49-5563-43a7-9bc4-e28a8a3fdeb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:15.962584 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2024.06.17 21:27:15.962655 [ 3 ] {ace336e7-d2c9-4baf-8157-0f4b11b59c81} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:15.962699 [ 3 ] {ace336e7-d2c9-4baf-8157-0f4b11b59c81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:27:15.962824 [ 3 ] {ace336e7-d2c9-4baf-8157-0f4b11b59c81} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:15.963199 [ 3 ] {ace336e7-d2c9-4baf-8157-0f4b11b59c81} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:15.963236 [ 3 ] {ace336e7-d2c9-4baf-8157-0f4b11b59c81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:15.963550 [ 3 ] {ace336e7-d2c9-4baf-8157-0f4b11b59c81} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2024.06.17 21:27:15.963861 [ 3 ] {ace336e7-d2c9-4baf-8157-0f4b11b59c81} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:15.963988 [ 3 ] {ace336e7-d2c9-4baf-8157-0f4b11b59c81} executeQuery: Read 85 rows, 6.80 KiB in 0.00138 sec., 61594.20289855073 rows/sec., 4.81 MiB/sec. 2024.06.17 21:27:15.963994 [ 36 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2024.06.17 21:27:15.964048 [ 36 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:15.964088 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:15.964208 [ 3 ] {ace336e7-d2c9-4baf-8157-0f4b11b59c81} DynamicQueryHandler: Done processing query 2024.06.17 21:27:15.964250 [ 3 ] {ace336e7-d2c9-4baf-8157-0f4b11b59c81} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:27:15.964273 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:27:15.964279 [ 3 ] {} HTTP-Session: 5a6f9b49-5563-43a7-9bc4-e28a8a3fdeb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.964481 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:15.964540 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 191 rows starting from the beginning of the part 2024.06.17 21:27:15.964554 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:15.964740 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:15.964745 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 90 rows starting from the beginning of the part 2024.06.17 21:27:15.964839 [ 3 ] {} HTTP-Session: dffb2379-dc16-46f0-848e-45cdedddc2bd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:15.964946 [ 3 ] {} HTTP-Session: dffb2379-dc16-46f0-848e-45cdedddc2bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.964984 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 146 rows starting from the beginning of the part 2024.06.17 21:27:15.965016 [ 3 ] {} HTTP-Session: dffb2379-dc16-46f0-848e-45cdedddc2bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.965269 [ 3 ] {} HTTP-Session: dffb2379-dc16-46f0-848e-45cdedddc2bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:15.965309 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 90 rows starting from the beginning of the part 2024.06.17 21:27:15.965549 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 103 rows starting from the beginning of the part 2024.06.17 21:27:15.965827 [ 187 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 85 rows starting from the beginning of the part 2024.06.17 21:27:15.965845 [ 3 ] {f20785f6-59a2-4896-a858-535b91a56979} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:15.966050 [ 3 ] {f20785f6-59a2-4896-a858-535b91a56979} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:27:15.966606 [ 3 ] {f20785f6-59a2-4896-a858-535b91a56979} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:15.967539 [ 3 ] {f20785f6-59a2-4896-a858-535b91a56979} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:15.967609 [ 3 ] {f20785f6-59a2-4896-a858-535b91a56979} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:15.968631 [ 3 ] {f20785f6-59a2-4896-a858-535b91a56979} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2024.06.17 21:27:15.968797 [ 186 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 705 rows, containing 4 columns (4 merged, 0 gathered) in 0.004621987 sec., 152531.80071687783 rows/sec., 11.81 MiB/sec. 2024.06.17 21:27:15.969246 [ 186 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2024.06.17 21:27:15.969262 [ 3 ] {f20785f6-59a2-4896-a858-535b91a56979} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:15.969575 [ 3 ] {f20785f6-59a2-4896-a858-535b91a56979} executeQuery: Read 161 rows, 11.48 KiB in 0.004003 sec., 40219.83512365726 rows/sec., 2.80 MiB/sec. 2024.06.17 21:27:15.970220 [ 3 ] {f20785f6-59a2-4896-a858-535b91a56979} DynamicQueryHandler: Done processing query 2024.06.17 21:27:15.970310 [ 3 ] {f20785f6-59a2-4896-a858-535b91a56979} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:27:15.970405 [ 3 ] {} HTTP-Session: dffb2379-dc16-46f0-848e-45cdedddc2bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.970758 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 20371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:15.970891 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:15.970945 [ 3 ] {} HTTP-Session: 0edc16ee-2661-4536-89b5-0cfe67edf9b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:15.970937 [ 186 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_81_16} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:15.970976 [ 3 ] {} HTTP-Session: 0edc16ee-2661-4536-89b5-0cfe67edf9b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.971015 [ 3 ] {} HTTP-Session: 0edc16ee-2661-4536-89b5-0cfe67edf9b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.971099 [ 3 ] {} HTTP-Session: 0edc16ee-2661-4536-89b5-0cfe67edf9b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:15.971142 [ 186 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_81_16} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2024.06.17 21:27:15.971287 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.17 21:27:15.971361 [ 3 ] {1ad80405-3f2e-4330-b491-797b585d3f42} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:15.971417 [ 3 ] {1ad80405-3f2e-4330-b491-797b585d3f42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:27:15.971617 [ 3 ] {1ad80405-3f2e-4330-b491-797b585d3f42} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:15.972035 [ 3 ] {1ad80405-3f2e-4330-b491-797b585d3f42} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:15.972069 [ 3 ] {1ad80405-3f2e-4330-b491-797b585d3f42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:15.972488 [ 3 ] {1ad80405-3f2e-4330-b491-797b585d3f42} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2024.06.17 21:27:15.972846 [ 3 ] {1ad80405-3f2e-4330-b491-797b585d3f42} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:15.972985 [ 3 ] {1ad80405-3f2e-4330-b491-797b585d3f42} executeQuery: Read 19 rows, 26.25 KiB in 0.001783 sec., 10656.197420078519 rows/sec., 14.38 MiB/sec. 2024.06.17 21:27:15.973165 [ 3 ] {1ad80405-3f2e-4330-b491-797b585d3f42} DynamicQueryHandler: Done processing query 2024.06.17 21:27:15.973191 [ 3 ] {1ad80405-3f2e-4330-b491-797b585d3f42} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:27:15.973207 [ 3 ] {} HTTP-Session: 0edc16ee-2661-4536-89b5-0cfe67edf9b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.973340 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:15.973389 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:15.973408 [ 3 ] {} HTTP-Session: 406d75b2-5d93-47d9-a54a-51842de9ff96 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:15.973424 [ 3 ] {} HTTP-Session: 406d75b2-5d93-47d9-a54a-51842de9ff96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.973437 [ 3 ] {} HTTP-Session: 406d75b2-5d93-47d9-a54a-51842de9ff96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:15.973469 [ 3 ] {} HTTP-Session: 406d75b2-5d93-47d9-a54a-51842de9ff96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:15.973579 [ 3 ] {2e22ba47-f77e-4be2-86eb-ec826c3e3b7f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:15.973625 [ 3 ] {2e22ba47-f77e-4be2-86eb-ec826c3e3b7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:27:15.973752 [ 3 ] {2e22ba47-f77e-4be2-86eb-ec826c3e3b7f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:15.974040 [ 3 ] {2e22ba47-f77e-4be2-86eb-ec826c3e3b7f} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:15.974075 [ 3 ] {2e22ba47-f77e-4be2-86eb-ec826c3e3b7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:15.974433 [ 3 ] {2e22ba47-f77e-4be2-86eb-ec826c3e3b7f} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2024.06.17 21:27:15.974754 [ 3 ] {2e22ba47-f77e-4be2-86eb-ec826c3e3b7f} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:15.974884 [ 3 ] {2e22ba47-f77e-4be2-86eb-ec826c3e3b7f} executeQuery: Read 60 rows, 4.14 KiB in 0.00134 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec. 2024.06.17 21:27:15.975033 [ 3 ] {2e22ba47-f77e-4be2-86eb-ec826c3e3b7f} DynamicQueryHandler: Done processing query 2024.06.17 21:27:15.975057 [ 3 ] {2e22ba47-f77e-4be2-86eb-ec826c3e3b7f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:15.975073 [ 3 ] {} HTTP-Session: 406d75b2-5d93-47d9-a54a-51842de9ff96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.951424 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 5069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:20.951628 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:20.951675 [ 3 ] {} HTTP-Session: 4b67d9ea-82a1-4f54-8abf-36bd52b7e2fd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:20.951718 [ 3 ] {} HTTP-Session: 4b67d9ea-82a1-4f54-8abf-36bd52b7e2fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.951748 [ 3 ] {} HTTP-Session: 4b67d9ea-82a1-4f54-8abf-36bd52b7e2fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.951834 [ 3 ] {} HTTP-Session: 4b67d9ea-82a1-4f54-8abf-36bd52b7e2fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:20.952064 [ 3 ] {989edd4f-4b0b-494e-a759-aa298e0f8422} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:20.952136 [ 3 ] {989edd4f-4b0b-494e-a759-aa298e0f8422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:27:20.952467 [ 3 ] {989edd4f-4b0b-494e-a759-aa298e0f8422} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:20.952906 [ 3 ] {989edd4f-4b0b-494e-a759-aa298e0f8422} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:20.952954 [ 3 ] {989edd4f-4b0b-494e-a759-aa298e0f8422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:20.953340 [ 3 ] {989edd4f-4b0b-494e-a759-aa298e0f8422} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2024.06.17 21:27:20.953684 [ 3 ] {989edd4f-4b0b-494e-a759-aa298e0f8422} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:20.953856 [ 3 ] {989edd4f-4b0b-494e-a759-aa298e0f8422} executeQuery: Read 35 rows, 2.84 KiB in 0.001853 sec., 18888.289260658392 rows/sec., 1.50 MiB/sec. 2024.06.17 21:27:20.954089 [ 3 ] {989edd4f-4b0b-494e-a759-aa298e0f8422} DynamicQueryHandler: Done processing query 2024.06.17 21:27:20.954116 [ 3 ] {989edd4f-4b0b-494e-a759-aa298e0f8422} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:20.954134 [ 3 ] {} HTTP-Session: 4b67d9ea-82a1-4f54-8abf-36bd52b7e2fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.954301 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 23789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:20.954450 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:20.954472 [ 3 ] {} HTTP-Session: e0506b99-9875-4791-b1cb-c8d4742bf6db Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:20.954489 [ 3 ] {} HTTP-Session: e0506b99-9875-4791-b1cb-c8d4742bf6db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.954503 [ 3 ] {} HTTP-Session: e0506b99-9875-4791-b1cb-c8d4742bf6db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.954541 [ 3 ] {} HTTP-Session: e0506b99-9875-4791-b1cb-c8d4742bf6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:20.954697 [ 3 ] {c5d24da9-d773-4337-8d19-37e4a3cba9a4} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:20.954746 [ 3 ] {c5d24da9-d773-4337-8d19-37e4a3cba9a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:27:20.954880 [ 3 ] {c5d24da9-d773-4337-8d19-37e4a3cba9a4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:20.955291 [ 3 ] {c5d24da9-d773-4337-8d19-37e4a3cba9a4} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:20.955329 [ 3 ] {c5d24da9-d773-4337-8d19-37e4a3cba9a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:20.955703 [ 3 ] {c5d24da9-d773-4337-8d19-37e4a3cba9a4} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2024.06.17 21:27:20.956031 [ 3 ] {c5d24da9-d773-4337-8d19-37e4a3cba9a4} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:20.956194 [ 3 ] {c5d24da9-d773-4337-8d19-37e4a3cba9a4} executeQuery: Read 161 rows, 13.99 KiB in 0.001567 sec., 102744.09700063815 rows/sec., 8.72 MiB/sec. 2024.06.17 21:27:20.956362 [ 3 ] {c5d24da9-d773-4337-8d19-37e4a3cba9a4} DynamicQueryHandler: Done processing query 2024.06.17 21:27:20.956390 [ 3 ] {c5d24da9-d773-4337-8d19-37e4a3cba9a4} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:27:20.956407 [ 3 ] {} HTTP-Session: e0506b99-9875-4791-b1cb-c8d4742bf6db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.956586 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:20.956635 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:20.956655 [ 3 ] {} HTTP-Session: 4156d6a5-fef6-4d92-a80e-8dc2fc98c227 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:20.956672 [ 3 ] {} HTTP-Session: 4156d6a5-fef6-4d92-a80e-8dc2fc98c227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.956686 [ 3 ] {} HTTP-Session: 4156d6a5-fef6-4d92-a80e-8dc2fc98c227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.956718 [ 3 ] {} HTTP-Session: 4156d6a5-fef6-4d92-a80e-8dc2fc98c227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:20.956864 [ 3 ] {d3833528-39a4-4cd5-a307-beb128665ca4} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:20.956910 [ 3 ] {d3833528-39a4-4cd5-a307-beb128665ca4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:27:20.957036 [ 3 ] {d3833528-39a4-4cd5-a307-beb128665ca4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:20.957390 [ 3 ] {d3833528-39a4-4cd5-a307-beb128665ca4} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:20.957427 [ 3 ] {d3833528-39a4-4cd5-a307-beb128665ca4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:20.957759 [ 3 ] {d3833528-39a4-4cd5-a307-beb128665ca4} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2024.06.17 21:27:20.958077 [ 3 ] {d3833528-39a4-4cd5-a307-beb128665ca4} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:20.958224 [ 3 ] {d3833528-39a4-4cd5-a307-beb128665ca4} executeQuery: Read 99 rows, 7.92 KiB in 0.001419 sec., 69767.44186046511 rows/sec., 5.45 MiB/sec. 2024.06.17 21:27:20.958392 [ 3 ] {d3833528-39a4-4cd5-a307-beb128665ca4} DynamicQueryHandler: Done processing query 2024.06.17 21:27:20.958416 [ 3 ] {d3833528-39a4-4cd5-a307-beb128665ca4} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:27:20.958432 [ 3 ] {} HTTP-Session: 4156d6a5-fef6-4d92-a80e-8dc2fc98c227 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.958597 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:20.958646 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:20.958666 [ 3 ] {} HTTP-Session: c890a10c-f4a8-45c3-9603-2734769ad2fb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:20.958682 [ 3 ] {} HTTP-Session: c890a10c-f4a8-45c3-9603-2734769ad2fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.958696 [ 3 ] {} HTTP-Session: c890a10c-f4a8-45c3-9603-2734769ad2fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.958728 [ 3 ] {} HTTP-Session: c890a10c-f4a8-45c3-9603-2734769ad2fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:20.958873 [ 3 ] {39bf9f65-5463-4680-96bd-4c863e1137fa} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:20.958922 [ 3 ] {39bf9f65-5463-4680-96bd-4c863e1137fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:27:20.959067 [ 3 ] {39bf9f65-5463-4680-96bd-4c863e1137fa} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:20.959444 [ 3 ] {39bf9f65-5463-4680-96bd-4c863e1137fa} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:20.959479 [ 3 ] {39bf9f65-5463-4680-96bd-4c863e1137fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:20.959884 [ 3 ] {39bf9f65-5463-4680-96bd-4c863e1137fa} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2024.06.17 21:27:20.960216 [ 3 ] {39bf9f65-5463-4680-96bd-4c863e1137fa} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:20.960379 [ 3 ] {39bf9f65-5463-4680-96bd-4c863e1137fa} executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. 2024.06.17 21:27:20.960538 [ 3 ] {39bf9f65-5463-4680-96bd-4c863e1137fa} DynamicQueryHandler: Done processing query 2024.06.17 21:27:20.960562 [ 3 ] {39bf9f65-5463-4680-96bd-4c863e1137fa} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:27:20.960578 [ 3 ] {} HTTP-Session: c890a10c-f4a8-45c3-9603-2734769ad2fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.960768 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:20.960818 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:20.960837 [ 3 ] {} HTTP-Session: a536abb2-4452-4d9a-a2fc-6defa63fb275 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:20.960854 [ 3 ] {} HTTP-Session: a536abb2-4452-4d9a-a2fc-6defa63fb275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.960868 [ 3 ] {} HTTP-Session: a536abb2-4452-4d9a-a2fc-6defa63fb275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.960900 [ 3 ] {} HTTP-Session: a536abb2-4452-4d9a-a2fc-6defa63fb275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:20.961219 [ 3 ] {4d84ca74-67d9-4cc1-a886-ba3a55c65ca9} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:20.961269 [ 3 ] {4d84ca74-67d9-4cc1-a886-ba3a55c65ca9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:27:20.961428 [ 3 ] {4d84ca74-67d9-4cc1-a886-ba3a55c65ca9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:20.961971 [ 3 ] {4d84ca74-67d9-4cc1-a886-ba3a55c65ca9} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:20.962006 [ 3 ] {4d84ca74-67d9-4cc1-a886-ba3a55c65ca9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:20.962439 [ 3 ] {4d84ca74-67d9-4cc1-a886-ba3a55c65ca9} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2024.06.17 21:27:20.962779 [ 3 ] {4d84ca74-67d9-4cc1-a886-ba3a55c65ca9} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:20.962944 [ 3 ] {4d84ca74-67d9-4cc1-a886-ba3a55c65ca9} executeQuery: Read 35 rows, 48.36 KiB in 0.001916 sec., 18267.22338204593 rows/sec., 24.65 MiB/sec. 2024.06.17 21:27:20.963134 [ 3 ] {4d84ca74-67d9-4cc1-a886-ba3a55c65ca9} DynamicQueryHandler: Done processing query 2024.06.17 21:27:20.963160 [ 3 ] {4d84ca74-67d9-4cc1-a886-ba3a55c65ca9} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.06.17 21:27:20.963177 [ 3 ] {} HTTP-Session: a536abb2-4452-4d9a-a2fc-6defa63fb275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.963307 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:20.963357 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:20.963377 [ 3 ] {} HTTP-Session: 78e1eb22-d86d-4e24-91b0-4f3bbec47efe Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:20.963393 [ 3 ] {} HTTP-Session: 78e1eb22-d86d-4e24-91b0-4f3bbec47efe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.963406 [ 3 ] {} HTTP-Session: 78e1eb22-d86d-4e24-91b0-4f3bbec47efe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:20.963438 [ 3 ] {} HTTP-Session: 78e1eb22-d86d-4e24-91b0-4f3bbec47efe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:20.963562 [ 3 ] {f0bdf435-a152-4c7a-8d29-1c5691ddb30a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:20.963608 [ 3 ] {f0bdf435-a152-4c7a-8d29-1c5691ddb30a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:27:20.963739 [ 3 ] {f0bdf435-a152-4c7a-8d29-1c5691ddb30a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:20.964094 [ 3 ] {f0bdf435-a152-4c7a-8d29-1c5691ddb30a} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:20.964130 [ 3 ] {f0bdf435-a152-4c7a-8d29-1c5691ddb30a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:20.964488 [ 3 ] {f0bdf435-a152-4c7a-8d29-1c5691ddb30a} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2024.06.17 21:27:20.964816 [ 3 ] {f0bdf435-a152-4c7a-8d29-1c5691ddb30a} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:20.964978 [ 3 ] {f0bdf435-a152-4c7a-8d29-1c5691ddb30a} executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. 2024.06.17 21:27:20.965153 [ 3 ] {f0bdf435-a152-4c7a-8d29-1c5691ddb30a} DynamicQueryHandler: Done processing query 2024.06.17 21:27:20.965179 [ 3 ] {f0bdf435-a152-4c7a-8d29-1c5691ddb30a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:20.965195 [ 3 ] {} HTTP-Session: 78e1eb22-d86d-4e24-91b0-4f3bbec47efe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.951676 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:25.951828 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:25.951858 [ 3 ] {} HTTP-Session: edc9b1a7-512f-4300-9992-b717dd006852 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:25.951886 [ 3 ] {} HTTP-Session: edc9b1a7-512f-4300-9992-b717dd006852 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.951904 [ 3 ] {} HTTP-Session: edc9b1a7-512f-4300-9992-b717dd006852 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.951961 [ 3 ] {} HTTP-Session: edc9b1a7-512f-4300-9992-b717dd006852 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:25.952157 [ 3 ] {f9a8b4e6-694d-44ab-ae96-1563c188c5a5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:25.952224 [ 3 ] {f9a8b4e6-694d-44ab-ae96-1563c188c5a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:27:25.952426 [ 3 ] {f9a8b4e6-694d-44ab-ae96-1563c188c5a5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:25.952849 [ 3 ] {f9a8b4e6-694d-44ab-ae96-1563c188c5a5} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:25.952895 [ 3 ] {f9a8b4e6-694d-44ab-ae96-1563c188c5a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:25.953280 [ 3 ] {f9a8b4e6-694d-44ab-ae96-1563c188c5a5} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2024.06.17 21:27:25.953651 [ 3 ] {f9a8b4e6-694d-44ab-ae96-1563c188c5a5} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:25.953839 [ 3 ] {f9a8b4e6-694d-44ab-ae96-1563c188c5a5} executeQuery: Read 19 rows, 1.54 KiB in 0.001738 sec., 10932.10586881473 rows/sec., 886.10 KiB/sec. 2024.06.17 21:27:25.954137 [ 3 ] {f9a8b4e6-694d-44ab-ae96-1563c188c5a5} DynamicQueryHandler: Done processing query 2024.06.17 21:27:25.954194 [ 3 ] {f9a8b4e6-694d-44ab-ae96-1563c188c5a5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:25.954246 [ 3 ] {} HTTP-Session: edc9b1a7-512f-4300-9992-b717dd006852 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.954445 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16382, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:25.954500 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:25.954518 [ 3 ] {} HTTP-Session: 1e0f4527-b424-43dc-b3ec-56ca032a5a23 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:25.954535 [ 3 ] {} HTTP-Session: 1e0f4527-b424-43dc-b3ec-56ca032a5a23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.954548 [ 3 ] {} HTTP-Session: 1e0f4527-b424-43dc-b3ec-56ca032a5a23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.954583 [ 3 ] {} HTTP-Session: 1e0f4527-b424-43dc-b3ec-56ca032a5a23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:25.954714 [ 3 ] {d883fbf8-161a-415b-a7c1-2d3be87ae58e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:25.954825 [ 3 ] {d883fbf8-161a-415b-a7c1-2d3be87ae58e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:27:25.954974 [ 3 ] {d883fbf8-161a-415b-a7c1-2d3be87ae58e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:25.955357 [ 3 ] {d883fbf8-161a-415b-a7c1-2d3be87ae58e} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:25.955394 [ 3 ] {d883fbf8-161a-415b-a7c1-2d3be87ae58e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:25.955736 [ 3 ] {d883fbf8-161a-415b-a7c1-2d3be87ae58e} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2024.06.17 21:27:25.956047 [ 3 ] {d883fbf8-161a-415b-a7c1-2d3be87ae58e} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:25.956203 [ 3 ] {d883fbf8-161a-415b-a7c1-2d3be87ae58e} executeQuery: Read 113 rows, 9.48 KiB in 0.001478 sec., 76454.66847090663 rows/sec., 6.26 MiB/sec. 2024.06.17 21:27:25.956382 [ 3 ] {d883fbf8-161a-415b-a7c1-2d3be87ae58e} DynamicQueryHandler: Done processing query 2024.06.17 21:27:25.956408 [ 3 ] {d883fbf8-161a-415b-a7c1-2d3be87ae58e} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:27:25.956424 [ 3 ] {} HTTP-Session: 1e0f4527-b424-43dc-b3ec-56ca032a5a23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.956566 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:25.956617 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:25.956636 [ 3 ] {} HTTP-Session: b8894ceb-37af-4863-83de-6b0bfb8b3079 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:25.956653 [ 3 ] {} HTTP-Session: b8894ceb-37af-4863-83de-6b0bfb8b3079 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.956667 [ 3 ] {} HTTP-Session: b8894ceb-37af-4863-83de-6b0bfb8b3079 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.956699 [ 3 ] {} HTTP-Session: b8894ceb-37af-4863-83de-6b0bfb8b3079 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:25.956824 [ 3 ] {393ef701-d804-44d9-a232-249057e19535} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:25.956868 [ 3 ] {393ef701-d804-44d9-a232-249057e19535} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:27:25.956996 [ 3 ] {393ef701-d804-44d9-a232-249057e19535} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:25.957327 [ 3 ] {393ef701-d804-44d9-a232-249057e19535} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:25.957363 [ 3 ] {393ef701-d804-44d9-a232-249057e19535} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:25.957685 [ 3 ] {393ef701-d804-44d9-a232-249057e19535} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2024.06.17 21:27:25.957998 [ 3 ] {393ef701-d804-44d9-a232-249057e19535} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:25.958152 [ 3 ] {393ef701-d804-44d9-a232-249057e19535} executeQuery: Read 83 rows, 6.64 KiB in 0.001376 sec., 60319.767441860466 rows/sec., 4.71 MiB/sec. 2024.06.17 21:27:25.958305 [ 3 ] {393ef701-d804-44d9-a232-249057e19535} DynamicQueryHandler: Done processing query 2024.06.17 21:27:25.958330 [ 3 ] {393ef701-d804-44d9-a232-249057e19535} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:27:25.958345 [ 3 ] {} HTTP-Session: b8894ceb-37af-4863-83de-6b0bfb8b3079 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.958513 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:25.958562 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:25.958582 [ 3 ] {} HTTP-Session: 5047b34b-4979-4737-88b9-3c9c068498e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:25.958598 [ 3 ] {} HTTP-Session: 5047b34b-4979-4737-88b9-3c9c068498e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.958612 [ 3 ] {} HTTP-Session: 5047b34b-4979-4737-88b9-3c9c068498e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.958643 [ 3 ] {} HTTP-Session: 5047b34b-4979-4737-88b9-3c9c068498e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:25.958789 [ 3 ] {a8a87934-c85a-4b0d-bf3f-947a66d962f1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:25.958837 [ 3 ] {a8a87934-c85a-4b0d-bf3f-947a66d962f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:27:25.958982 [ 3 ] {a8a87934-c85a-4b0d-bf3f-947a66d962f1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:25.959377 [ 3 ] {a8a87934-c85a-4b0d-bf3f-947a66d962f1} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:25.959412 [ 3 ] {a8a87934-c85a-4b0d-bf3f-947a66d962f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:25.959810 [ 3 ] {a8a87934-c85a-4b0d-bf3f-947a66d962f1} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2024.06.17 21:27:25.960176 [ 3 ] {a8a87934-c85a-4b0d-bf3f-947a66d962f1} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:25.960352 [ 3 ] {a8a87934-c85a-4b0d-bf3f-947a66d962f1} executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. 2024.06.17 21:27:25.960368 [ 25 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2024.06.17 21:27:25.960498 [ 25 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:25.960553 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:25.960580 [ 3 ] {a8a87934-c85a-4b0d-bf3f-947a66d962f1} DynamicQueryHandler: Done processing query 2024.06.17 21:27:25.960635 [ 3 ] {a8a87934-c85a-4b0d-bf3f-947a66d962f1} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:27:25.960697 [ 3 ] {} HTTP-Session: 5047b34b-4979-4737-88b9-3c9c068498e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.960841 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:27:25.961031 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 20371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:25.961206 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:25.961301 [ 3 ] {} HTTP-Session: 013ba203-f68a-4493-9c23-e74e02d64aa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:25.961384 [ 3 ] {} HTTP-Session: 013ba203-f68a-4493-9c23-e74e02d64aa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.961416 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:25.961450 [ 3 ] {} HTTP-Session: 013ba203-f68a-4493-9c23-e74e02d64aa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.961541 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_81_16} MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 11439 rows starting from the beginning of the part 2024.06.17 21:27:25.961586 [ 3 ] {} HTTP-Session: 013ba203-f68a-4493-9c23-e74e02d64aa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:25.962065 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 161 rows starting from the beginning of the part 2024.06.17 21:27:25.962224 [ 3 ] {a61c051c-e427-4017-9df8-60753e20cce2} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:25.962598 [ 3 ] {a61c051c-e427-4017-9df8-60753e20cce2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:27:25.962662 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 162 rows starting from the beginning of the part 2024.06.17 21:27:25.963191 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 161 rows starting from the beginning of the part 2024.06.17 21:27:25.963600 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:27:25.963969 [ 192 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:27:25.964516 [ 3 ] {a61c051c-e427-4017-9df8-60753e20cce2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:25.964996 [ 3 ] {a61c051c-e427-4017-9df8-60753e20cce2} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:25.965042 [ 3 ] {a61c051c-e427-4017-9df8-60753e20cce2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:25.965492 [ 3 ] {a61c051c-e427-4017-9df8-60753e20cce2} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2024.06.17 21:27:25.966023 [ 3 ] {a61c051c-e427-4017-9df8-60753e20cce2} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:25.966224 [ 3 ] {a61c051c-e427-4017-9df8-60753e20cce2} executeQuery: Read 19 rows, 26.25 KiB in 0.004374 sec., 4343.850022862368 rows/sec., 5.86 MiB/sec. 2024.06.17 21:27:25.966421 [ 3 ] {a61c051c-e427-4017-9df8-60753e20cce2} DynamicQueryHandler: Done processing query 2024.06.17 21:27:25.966444 [ 3 ] {a61c051c-e427-4017-9df8-60753e20cce2} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:27:25.966461 [ 3 ] {} HTTP-Session: 013ba203-f68a-4493-9c23-e74e02d64aa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.966616 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:25.966713 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:25.966746 [ 3 ] {} HTTP-Session: 775102f9-a9a4-4474-bbc9-94950b42648f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:25.966791 [ 3 ] {} HTTP-Session: 775102f9-a9a4-4474-bbc9-94950b42648f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.966813 [ 3 ] {} HTTP-Session: 775102f9-a9a4-4474-bbc9-94950b42648f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.966852 [ 3 ] {} HTTP-Session: 775102f9-a9a4-4474-bbc9-94950b42648f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:25.966999 [ 3 ] {49eb3936-920e-4777-bd68-e828aa2121bb} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:25.967046 [ 3 ] {49eb3936-920e-4777-bd68-e828aa2121bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:27:25.967179 [ 3 ] {49eb3936-920e-4777-bd68-e828aa2121bb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:25.967494 [ 3 ] {49eb3936-920e-4777-bd68-e828aa2121bb} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:25.967531 [ 3 ] {49eb3936-920e-4777-bd68-e828aa2121bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:25.967987 [ 3 ] {49eb3936-920e-4777-bd68-e828aa2121bb} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2024.06.17 21:27:25.968058 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 12243 rows, containing 5 columns (5 merged, 0 gathered) in 0.007377975 sec., 1659398.4121659398 rows/sec., 115.71 MiB/sec. 2024.06.17 21:27:25.968440 [ 3 ] {49eb3936-920e-4777-bd68-e828aa2121bb} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:25.968547 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2024.06.17 21:27:25.968672 [ 25 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2024.06.17 21:27:25.968767 [ 25 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:25.968793 [ 3 ] {49eb3936-920e-4777-bd68-e828aa2121bb} executeQuery: Read 60 rows, 4.14 KiB in 0.001792 sec., 33482.142857142855 rows/sec., 2.26 MiB/sec. 2024.06.17 21:27:25.968854 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:25.969357 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:25.970167 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:25.970279 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4062 rows starting from the beginning of the part 2024.06.17 21:27:25.970390 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_81_16} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:25.970702 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:25.970933 [ 194 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_81_16} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2024.06.17 21:27:25.971169 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:25.971338 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.57 MiB. 2024.06.17 21:27:25.971578 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:25.971685 [ 3 ] {49eb3936-920e-4777-bd68-e828aa2121bb} DynamicQueryHandler: Done processing query 2024.06.17 21:27:25.971925 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:25.972133 [ 3 ] {49eb3936-920e-4777-bd68-e828aa2121bb} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:25.972228 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:25.972289 [ 3 ] {} HTTP-Session: 775102f9-a9a4-4474-bbc9-94950b42648f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:25.974490 [ 193 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4362 rows, containing 4 columns (4 merged, 0 gathered) in 0.005495165 sec., 793788.7215397536 rows/sec., 53.40 MiB/sec. 2024.06.17 21:27:25.974828 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2024.06.17 21:27:25.975225 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_81_16} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:25.975314 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_81_16} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2024.06.17 21:27:25.975402 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2024.06.17 21:27:30.180808 [ 66 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:27:30.180931 [ 66 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:27:30.952794 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 5069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:30.952924 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:30.952954 [ 3 ] {} HTTP-Session: 61a614e7-67bb-4abd-8816-a5e59d57bb7b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:30.952982 [ 3 ] {} HTTP-Session: 61a614e7-67bb-4abd-8816-a5e59d57bb7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.953001 [ 3 ] {} HTTP-Session: 61a614e7-67bb-4abd-8816-a5e59d57bb7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.953058 [ 3 ] {} HTTP-Session: 61a614e7-67bb-4abd-8816-a5e59d57bb7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:30.953262 [ 3 ] {dfb665ff-633d-453f-ab78-eeee1a630f29} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:30.953330 [ 3 ] {dfb665ff-633d-453f-ab78-eeee1a630f29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:27:30.953526 [ 3 ] {dfb665ff-633d-453f-ab78-eeee1a630f29} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:30.953975 [ 3 ] {dfb665ff-633d-453f-ab78-eeee1a630f29} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:30.954019 [ 3 ] {dfb665ff-633d-453f-ab78-eeee1a630f29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:30.954402 [ 3 ] {dfb665ff-633d-453f-ab78-eeee1a630f29} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2024.06.17 21:27:30.955197 [ 3 ] {dfb665ff-633d-453f-ab78-eeee1a630f29} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:30.955504 [ 66 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2024.06.17 21:27:30.955512 [ 3 ] {dfb665ff-633d-453f-ab78-eeee1a630f29} executeQuery: Read 35 rows, 2.84 KiB in 0.002305 sec., 15184.381778741865 rows/sec., 1.20 MiB/sec. 2024.06.17 21:27:30.955577 [ 66 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:30.955637 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:30.955922 [ 3 ] {dfb665ff-633d-453f-ab78-eeee1a630f29} DynamicQueryHandler: Done processing query 2024.06.17 21:27:30.955929 [ 189 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:27:30.955961 [ 3 ] {dfb665ff-633d-453f-ab78-eeee1a630f29} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:30.956037 [ 3 ] {} HTTP-Session: 61a614e7-67bb-4abd-8816-a5e59d57bb7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.956237 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:30.956303 [ 189 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:30.956349 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:30.956366 [ 189 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 54 rows starting from the beginning of the part 2024.06.17 21:27:30.956395 [ 3 ] {} HTTP-Session: d363ad62-d7f2-47b2-8d5d-6650da91aac5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:30.956435 [ 3 ] {} HTTP-Session: d363ad62-d7f2-47b2-8d5d-6650da91aac5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.956470 [ 3 ] {} HTTP-Session: d363ad62-d7f2-47b2-8d5d-6650da91aac5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.956565 [ 189 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 35 rows starting from the beginning of the part 2024.06.17 21:27:30.956662 [ 3 ] {} HTTP-Session: d363ad62-d7f2-47b2-8d5d-6650da91aac5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:30.956844 [ 189 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 19 rows starting from the beginning of the part 2024.06.17 21:27:30.957231 [ 189 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 35 rows starting from the beginning of the part 2024.06.17 21:27:30.957345 [ 3 ] {0040ad3c-5430-4bcd-a897-5c363dd6356e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:30.957483 [ 189 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 19 rows starting from the beginning of the part 2024.06.17 21:27:30.957572 [ 3 ] {0040ad3c-5430-4bcd-a897-5c363dd6356e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:27:30.957697 [ 189 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 35 rows starting from the beginning of the part 2024.06.17 21:27:30.958413 [ 3 ] {0040ad3c-5430-4bcd-a897-5c363dd6356e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:30.959234 [ 3 ] {0040ad3c-5430-4bcd-a897-5c363dd6356e} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:30.959312 [ 3 ] {0040ad3c-5430-4bcd-a897-5c363dd6356e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:30.960190 [ 3 ] {0040ad3c-5430-4bcd-a897-5c363dd6356e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.06.17 21:27:30.960359 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 4 columns (4 merged, 0 gathered) in 0.004581216 sec., 43001.68339584949 rows/sec., 3.40 MiB/sec. 2024.06.17 21:27:30.960612 [ 189 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2024.06.17 21:27:30.960860 [ 3 ] {0040ad3c-5430-4bcd-a897-5c363dd6356e} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:30.961289 [ 3 ] {0040ad3c-5430-4bcd-a897-5c363dd6356e} executeQuery: Read 6 rows, 501.00 B in 0.004189 sec., 1432.3227500596802 rows/sec., 116.80 KiB/sec. 2024.06.17 21:27:30.961554 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_81_16} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:30.961669 [ 3 ] {0040ad3c-5430-4bcd-a897-5c363dd6356e} DynamicQueryHandler: Done processing query 2024.06.17 21:27:30.961729 [ 3 ] {0040ad3c-5430-4bcd-a897-5c363dd6356e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:30.961729 [ 193 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_81_16} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2024.06.17 21:27:30.961757 [ 3 ] {} HTTP-Session: d363ad62-d7f2-47b2-8d5d-6650da91aac5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.961878 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.06.17 21:27:30.961961 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 29120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:30.962021 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:30.962039 [ 3 ] {} HTTP-Session: 2564f3aa-4ae3-49e6-b0e7-4d896cc65fc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:30.962056 [ 3 ] {} HTTP-Session: 2564f3aa-4ae3-49e6-b0e7-4d896cc65fc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.962070 [ 3 ] {} HTTP-Session: 2564f3aa-4ae3-49e6-b0e7-4d896cc65fc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.962103 [ 3 ] {} HTTP-Session: 2564f3aa-4ae3-49e6-b0e7-4d896cc65fc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:30.962268 [ 3 ] {373a5c75-e716-4b29-9966-4edc2ef0b6a6} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:30.962313 [ 3 ] {373a5c75-e716-4b29-9966-4edc2ef0b6a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:27:30.962460 [ 3 ] {373a5c75-e716-4b29-9966-4edc2ef0b6a6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:30.962907 [ 3 ] {373a5c75-e716-4b29-9966-4edc2ef0b6a6} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:30.962944 [ 3 ] {373a5c75-e716-4b29-9966-4edc2ef0b6a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:30.963274 [ 3 ] {373a5c75-e716-4b29-9966-4edc2ef0b6a6} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2024.06.17 21:27:30.963583 [ 3 ] {373a5c75-e716-4b29-9966-4edc2ef0b6a6} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:30.963742 [ 3 ] {373a5c75-e716-4b29-9966-4edc2ef0b6a6} executeQuery: Read 200 rows, 16.98 KiB in 0.001545 sec., 129449.83818770228 rows/sec., 10.73 MiB/sec. 2024.06.17 21:27:30.963913 [ 3 ] {373a5c75-e716-4b29-9966-4edc2ef0b6a6} DynamicQueryHandler: Done processing query 2024.06.17 21:27:30.963937 [ 3 ] {373a5c75-e716-4b29-9966-4edc2ef0b6a6} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:27:30.963953 [ 3 ] {} HTTP-Session: 2564f3aa-4ae3-49e6-b0e7-4d896cc65fc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.964078 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:30.964127 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:30.964146 [ 3 ] {} HTTP-Session: 82ef9a30-1ef7-4f8d-bd7d-28aebbb003fb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:30.964162 [ 3 ] {} HTTP-Session: 82ef9a30-1ef7-4f8d-bd7d-28aebbb003fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.964176 [ 3 ] {} HTTP-Session: 82ef9a30-1ef7-4f8d-bd7d-28aebbb003fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.964206 [ 3 ] {} HTTP-Session: 82ef9a30-1ef7-4f8d-bd7d-28aebbb003fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:30.964301 [ 3 ] {235daaad-48ab-45d5-937f-cfe260b3b279} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:30.964345 [ 3 ] {235daaad-48ab-45d5-937f-cfe260b3b279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:27:30.964472 [ 3 ] {235daaad-48ab-45d5-937f-cfe260b3b279} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:30.964737 [ 3 ] {235daaad-48ab-45d5-937f-cfe260b3b279} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:30.964774 [ 3 ] {235daaad-48ab-45d5-937f-cfe260b3b279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:30.965073 [ 3 ] {235daaad-48ab-45d5-937f-cfe260b3b279} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.06.17 21:27:30.965390 [ 3 ] {235daaad-48ab-45d5-937f-cfe260b3b279} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:30.965524 [ 3 ] {235daaad-48ab-45d5-937f-cfe260b3b279} executeQuery: Read 6 rows, 429.00 B in 0.001248 sec., 4807.692307692308 rows/sec., 335.69 KiB/sec. 2024.06.17 21:27:30.965710 [ 3 ] {235daaad-48ab-45d5-937f-cfe260b3b279} DynamicQueryHandler: Done processing query 2024.06.17 21:27:30.965734 [ 3 ] {235daaad-48ab-45d5-937f-cfe260b3b279} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:30.965749 [ 3 ] {} HTTP-Session: 82ef9a30-1ef7-4f8d-bd7d-28aebbb003fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.965884 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 21887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:30.965932 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:30.965951 [ 3 ] {} HTTP-Session: 4c18b8a5-3298-4c7b-a470-9fbac6f5aa72 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:30.965967 [ 3 ] {} HTTP-Session: 4c18b8a5-3298-4c7b-a470-9fbac6f5aa72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.965980 [ 3 ] {} HTTP-Session: 4c18b8a5-3298-4c7b-a470-9fbac6f5aa72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.966011 [ 3 ] {} HTTP-Session: 4c18b8a5-3298-4c7b-a470-9fbac6f5aa72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:30.966143 [ 3 ] {d5e4f0d2-a51f-40b4-b9d9-c9012f5c41ee} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:30.966186 [ 3 ] {d5e4f0d2-a51f-40b4-b9d9-c9012f5c41ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:27:30.966317 [ 3 ] {d5e4f0d2-a51f-40b4-b9d9-c9012f5c41ee} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:30.966684 [ 3 ] {d5e4f0d2-a51f-40b4-b9d9-c9012f5c41ee} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:30.966720 [ 3 ] {d5e4f0d2-a51f-40b4-b9d9-c9012f5c41ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:30.967036 [ 3 ] {d5e4f0d2-a51f-40b4-b9d9-c9012f5c41ee} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2024.06.17 21:27:30.967342 [ 3 ] {d5e4f0d2-a51f-40b4-b9d9-c9012f5c41ee} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:30.967492 [ 3 ] {d5e4f0d2-a51f-40b4-b9d9-c9012f5c41ee} executeQuery: Read 129 rows, 10.31 KiB in 0.0014 sec., 92142.85714285714 rows/sec., 7.19 MiB/sec. 2024.06.17 21:27:30.967661 [ 3 ] {d5e4f0d2-a51f-40b4-b9d9-c9012f5c41ee} DynamicQueryHandler: Done processing query 2024.06.17 21:27:30.967686 [ 3 ] {d5e4f0d2-a51f-40b4-b9d9-c9012f5c41ee} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:27:30.967702 [ 3 ] {} HTTP-Session: 4c18b8a5-3298-4c7b-a470-9fbac6f5aa72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.967846 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 38170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:30.967897 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:30.967916 [ 3 ] {} HTTP-Session: 7e0ec5a9-4146-4cc7-af01-9d9cf02397fe Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:30.967932 [ 3 ] {} HTTP-Session: 7e0ec5a9-4146-4cc7-af01-9d9cf02397fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.967946 [ 3 ] {} HTTP-Session: 7e0ec5a9-4146-4cc7-af01-9d9cf02397fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.967977 [ 3 ] {} HTTP-Session: 7e0ec5a9-4146-4cc7-af01-9d9cf02397fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:30.968140 [ 3 ] {c4990549-d607-4c63-acfa-71bbc111b715} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:30.968188 [ 3 ] {c4990549-d607-4c63-acfa-71bbc111b715} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:27:30.968337 [ 3 ] {c4990549-d607-4c63-acfa-71bbc111b715} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:30.968729 [ 3 ] {c4990549-d607-4c63-acfa-71bbc111b715} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:30.968765 [ 3 ] {c4990549-d607-4c63-acfa-71bbc111b715} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:30.969158 [ 3 ] {c4990549-d607-4c63-acfa-71bbc111b715} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2024.06.17 21:27:30.969498 [ 3 ] {c4990549-d607-4c63-acfa-71bbc111b715} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:30.969651 [ 3 ] {c4990549-d607-4c63-acfa-71bbc111b715} executeQuery: Read 199 rows, 14.22 KiB in 0.00159 sec., 125157.23270440252 rows/sec., 8.74 MiB/sec. 2024.06.17 21:27:30.969824 [ 3 ] {c4990549-d607-4c63-acfa-71bbc111b715} DynamicQueryHandler: Done processing query 2024.06.17 21:27:30.969849 [ 3 ] {c4990549-d607-4c63-acfa-71bbc111b715} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.17 21:27:30.969865 [ 3 ] {} HTTP-Session: 7e0ec5a9-4146-4cc7-af01-9d9cf02397fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.970102 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:30.970151 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:30.970170 [ 3 ] {} HTTP-Session: c1a26c93-9e42-43c6-bb58-1c0fbac30929 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:30.970186 [ 3 ] {} HTTP-Session: c1a26c93-9e42-43c6-bb58-1c0fbac30929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.970200 [ 3 ] {} HTTP-Session: c1a26c93-9e42-43c6-bb58-1c0fbac30929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.970231 [ 3 ] {} HTTP-Session: c1a26c93-9e42-43c6-bb58-1c0fbac30929 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:30.970517 [ 3 ] {ab61aae5-1f46-4dcc-a1cd-61b4a207f47b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:30.970566 [ 3 ] {ab61aae5-1f46-4dcc-a1cd-61b4a207f47b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:27:30.970728 [ 3 ] {ab61aae5-1f46-4dcc-a1cd-61b4a207f47b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:30.971247 [ 3 ] {ab61aae5-1f46-4dcc-a1cd-61b4a207f47b} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:30.971283 [ 3 ] {ab61aae5-1f46-4dcc-a1cd-61b4a207f47b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:30.971698 [ 3 ] {ab61aae5-1f46-4dcc-a1cd-61b4a207f47b} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2024.06.17 21:27:30.972047 [ 3 ] {ab61aae5-1f46-4dcc-a1cd-61b4a207f47b} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:30.972207 [ 3 ] {ab61aae5-1f46-4dcc-a1cd-61b4a207f47b} executeQuery: Read 35 rows, 48.36 KiB in 0.001882 sec., 18597.23698193411 rows/sec., 25.10 MiB/sec. 2024.06.17 21:27:30.972207 [ 99 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2024.06.17 21:27:30.972331 [ 99 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:30.972380 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2024.06.17 21:27:30.972455 [ 3 ] {ab61aae5-1f46-4dcc-a1cd-61b4a207f47b} DynamicQueryHandler: Done processing query 2024.06.17 21:27:30.972498 [ 3 ] {ab61aae5-1f46-4dcc-a1cd-61b4a207f47b} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.06.17 21:27:30.972518 [ 3 ] {} HTTP-Session: c1a26c93-9e42-43c6-bb58-1c0fbac30929 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.972533 [ 200 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:27:30.972662 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:30.972733 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:30.972737 [ 200 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:30.972756 [ 3 ] {} HTTP-Session: 62dd19b0-c0b1-4bfa-b916-fa3d30c6b690 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:30.972784 [ 3 ] {} HTTP-Session: 62dd19b0-c0b1-4bfa-b916-fa3d30c6b690 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.972795 [ 200 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1211 rows starting from the beginning of the part 2024.06.17 21:27:30.972802 [ 3 ] {} HTTP-Session: 62dd19b0-c0b1-4bfa-b916-fa3d30c6b690 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.972843 [ 3 ] {} HTTP-Session: 62dd19b0-c0b1-4bfa-b916-fa3d30c6b690 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:30.972995 [ 200 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 35 rows starting from the beginning of the part 2024.06.17 21:27:30.973159 [ 3 ] {1bb130be-363c-4809-970b-025a32c10a00} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:30.973384 [ 3 ] {1bb130be-363c-4809-970b-025a32c10a00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:27:30.973464 [ 200 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 19 rows starting from the beginning of the part 2024.06.17 21:27:30.973868 [ 200 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 35 rows starting from the beginning of the part 2024.06.17 21:27:30.974241 [ 200 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 19 rows starting from the beginning of the part 2024.06.17 21:27:30.974642 [ 200 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 35 rows starting from the beginning of the part 2024.06.17 21:27:30.974658 [ 3 ] {1bb130be-363c-4809-970b-025a32c10a00} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:30.975354 [ 3 ] {1bb130be-363c-4809-970b-025a32c10a00} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:30.975396 [ 3 ] {1bb130be-363c-4809-970b-025a32c10a00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:30.975819 [ 3 ] {1bb130be-363c-4809-970b-025a32c10a00} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2024.06.17 21:27:30.976139 [ 3 ] {1bb130be-363c-4809-970b-025a32c10a00} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:30.976293 [ 3 ] {1bb130be-363c-4809-970b-025a32c10a00} executeQuery: Read 60 rows, 4.14 KiB in 0.003312 sec., 18115.942028985508 rows/sec., 1.22 MiB/sec. 2024.06.17 21:27:30.976480 [ 3 ] {1bb130be-363c-4809-970b-025a32c10a00} DynamicQueryHandler: Done processing query 2024.06.17 21:27:30.976505 [ 3 ] {1bb130be-363c-4809-970b-025a32c10a00} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:30.976522 [ 3 ] {} HTTP-Session: 62dd19b0-c0b1-4bfa-b916-fa3d30c6b690 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:30.978791 [ 191 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1354 rows, containing 6 columns (6 merged, 0 gathered) in 0.006337434 sec., 213651.14019333376 rows/sec., 288.31 MiB/sec. 2024.06.17 21:27:30.979627 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2024.06.17 21:27:30.980109 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_81_16} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:30.980199 [ 198 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_81_16} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2024.06.17 21:27:30.980307 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. 2024.06.17 21:27:35.950258 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:35.950421 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:35.950446 [ 3 ] {} HTTP-Session: a0ee9876-45cf-4f4a-a2f3-c780543cf631 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:35.950471 [ 3 ] {} HTTP-Session: a0ee9876-45cf-4f4a-a2f3-c780543cf631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.950486 [ 3 ] {} HTTP-Session: a0ee9876-45cf-4f4a-a2f3-c780543cf631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.950542 [ 3 ] {} HTTP-Session: a0ee9876-45cf-4f4a-a2f3-c780543cf631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:35.950736 [ 3 ] {86d80436-d73d-4540-820b-4d52d29976e9} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:35.950803 [ 3 ] {86d80436-d73d-4540-820b-4d52d29976e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:27:35.950997 [ 3 ] {86d80436-d73d-4540-820b-4d52d29976e9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:35.951418 [ 3 ] {86d80436-d73d-4540-820b-4d52d29976e9} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:35.951461 [ 3 ] {86d80436-d73d-4540-820b-4d52d29976e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:35.951836 [ 3 ] {86d80436-d73d-4540-820b-4d52d29976e9} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2024.06.17 21:27:35.952177 [ 3 ] {86d80436-d73d-4540-820b-4d52d29976e9} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:35.952342 [ 3 ] {86d80436-d73d-4540-820b-4d52d29976e9} executeQuery: Read 19 rows, 1.54 KiB in 0.001665 sec., 11411.41141141141 rows/sec., 924.95 KiB/sec. 2024.06.17 21:27:35.952548 [ 3 ] {86d80436-d73d-4540-820b-4d52d29976e9} DynamicQueryHandler: Done processing query 2024.06.17 21:27:35.952574 [ 3 ] {86d80436-d73d-4540-820b-4d52d29976e9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:35.952590 [ 3 ] {} HTTP-Session: a0ee9876-45cf-4f4a-a2f3-c780543cf631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.952739 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16382, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:35.952789 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:35.952809 [ 3 ] {} HTTP-Session: 8ccffc46-6a51-4e1c-add9-56cb37a86510 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:35.952825 [ 3 ] {} HTTP-Session: 8ccffc46-6a51-4e1c-add9-56cb37a86510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.952838 [ 3 ] {} HTTP-Session: 8ccffc46-6a51-4e1c-add9-56cb37a86510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.952869 [ 3 ] {} HTTP-Session: 8ccffc46-6a51-4e1c-add9-56cb37a86510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:35.952995 [ 3 ] {badc9958-9640-4346-8bf0-b489ca8e25e8} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:35.953038 [ 3 ] {badc9958-9640-4346-8bf0-b489ca8e25e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:27:35.953163 [ 3 ] {badc9958-9640-4346-8bf0-b489ca8e25e8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:35.953526 [ 3 ] {badc9958-9640-4346-8bf0-b489ca8e25e8} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:35.953563 [ 3 ] {badc9958-9640-4346-8bf0-b489ca8e25e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:35.953897 [ 3 ] {badc9958-9640-4346-8bf0-b489ca8e25e8} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2024.06.17 21:27:35.954202 [ 3 ] {badc9958-9640-4346-8bf0-b489ca8e25e8} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:35.954375 [ 3 ] {badc9958-9640-4346-8bf0-b489ca8e25e8} executeQuery: Read 113 rows, 9.48 KiB in 0.001417 sec., 79745.94213126323 rows/sec., 6.53 MiB/sec. 2024.06.17 21:27:35.954545 [ 3 ] {badc9958-9640-4346-8bf0-b489ca8e25e8} DynamicQueryHandler: Done processing query 2024.06.17 21:27:35.954569 [ 3 ] {badc9958-9640-4346-8bf0-b489ca8e25e8} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:27:35.954585 [ 3 ] {} HTTP-Session: 8ccffc46-6a51-4e1c-add9-56cb37a86510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.954759 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:35.954808 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:35.954827 [ 3 ] {} HTTP-Session: f043130c-f563-4b6c-b2c2-b8e333204172 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:35.954844 [ 3 ] {} HTTP-Session: f043130c-f563-4b6c-b2c2-b8e333204172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.954857 [ 3 ] {} HTTP-Session: f043130c-f563-4b6c-b2c2-b8e333204172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.954888 [ 3 ] {} HTTP-Session: f043130c-f563-4b6c-b2c2-b8e333204172 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:35.955004 [ 3 ] {6f9f58b9-7530-4845-aae4-f75c9f7ea94c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:35.955047 [ 3 ] {6f9f58b9-7530-4845-aae4-f75c9f7ea94c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:27:35.955173 [ 3 ] {6f9f58b9-7530-4845-aae4-f75c9f7ea94c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:35.955505 [ 3 ] {6f9f58b9-7530-4845-aae4-f75c9f7ea94c} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:35.955541 [ 3 ] {6f9f58b9-7530-4845-aae4-f75c9f7ea94c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:35.955859 [ 3 ] {6f9f58b9-7530-4845-aae4-f75c9f7ea94c} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2024.06.17 21:27:35.956168 [ 3 ] {6f9f58b9-7530-4845-aae4-f75c9f7ea94c} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:35.956323 [ 3 ] {6f9f58b9-7530-4845-aae4-f75c9f7ea94c} executeQuery: Read 83 rows, 6.64 KiB in 0.001354 sec., 61299.85228951256 rows/sec., 4.79 MiB/sec. 2024.06.17 21:27:35.956498 [ 3 ] {6f9f58b9-7530-4845-aae4-f75c9f7ea94c} DynamicQueryHandler: Done processing query 2024.06.17 21:27:35.956522 [ 3 ] {6f9f58b9-7530-4845-aae4-f75c9f7ea94c} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:27:35.956537 [ 3 ] {} HTTP-Session: f043130c-f563-4b6c-b2c2-b8e333204172 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.956718 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:35.956768 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:35.956788 [ 3 ] {} HTTP-Session: 8b1f568f-c707-4bcb-95e1-60799e71a2e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:35.956804 [ 3 ] {} HTTP-Session: 8b1f568f-c707-4bcb-95e1-60799e71a2e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.956818 [ 3 ] {} HTTP-Session: 8b1f568f-c707-4bcb-95e1-60799e71a2e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.956848 [ 3 ] {} HTTP-Session: 8b1f568f-c707-4bcb-95e1-60799e71a2e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:35.957003 [ 3 ] {f97b90e3-ef40-4871-8b6b-3a4c87e98cac} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:35.957051 [ 3 ] {f97b90e3-ef40-4871-8b6b-3a4c87e98cac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:27:35.957196 [ 3 ] {f97b90e3-ef40-4871-8b6b-3a4c87e98cac} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:35.957568 [ 3 ] {f97b90e3-ef40-4871-8b6b-3a4c87e98cac} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:35.957603 [ 3 ] {f97b90e3-ef40-4871-8b6b-3a4c87e98cac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:35.957992 [ 3 ] {f97b90e3-ef40-4871-8b6b-3a4c87e98cac} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2024.06.17 21:27:35.958333 [ 3 ] {f97b90e3-ef40-4871-8b6b-3a4c87e98cac} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:35.958478 [ 3 ] {f97b90e3-ef40-4871-8b6b-3a4c87e98cac} executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. 2024.06.17 21:27:35.958654 [ 3 ] {f97b90e3-ef40-4871-8b6b-3a4c87e98cac} DynamicQueryHandler: Done processing query 2024.06.17 21:27:35.958678 [ 3 ] {f97b90e3-ef40-4871-8b6b-3a4c87e98cac} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:27:35.958694 [ 3 ] {} HTTP-Session: 8b1f568f-c707-4bcb-95e1-60799e71a2e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.958863 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 20371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:35.958915 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:35.958935 [ 3 ] {} HTTP-Session: 9df4d09f-5c0d-4dbd-86b1-dc8f6ef85571 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:35.958951 [ 3 ] {} HTTP-Session: 9df4d09f-5c0d-4dbd-86b1-dc8f6ef85571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.958965 [ 3 ] {} HTTP-Session: 9df4d09f-5c0d-4dbd-86b1-dc8f6ef85571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.958995 [ 3 ] {} HTTP-Session: 9df4d09f-5c0d-4dbd-86b1-dc8f6ef85571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:35.959204 [ 3 ] {8f57ee51-e400-4ff5-b6e5-a4fce7b94d77} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:35.959253 [ 3 ] {8f57ee51-e400-4ff5-b6e5-a4fce7b94d77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:27:35.959413 [ 3 ] {8f57ee51-e400-4ff5-b6e5-a4fce7b94d77} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:35.959812 [ 3 ] {8f57ee51-e400-4ff5-b6e5-a4fce7b94d77} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:35.959848 [ 3 ] {8f57ee51-e400-4ff5-b6e5-a4fce7b94d77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:35.960250 [ 3 ] {8f57ee51-e400-4ff5-b6e5-a4fce7b94d77} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2024.06.17 21:27:35.960584 [ 3 ] {8f57ee51-e400-4ff5-b6e5-a4fce7b94d77} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:35.960737 [ 3 ] {8f57ee51-e400-4ff5-b6e5-a4fce7b94d77} executeQuery: Read 19 rows, 26.25 KiB in 0.001653 sec., 11494.252873563219 rows/sec., 15.51 MiB/sec. 2024.06.17 21:27:35.960912 [ 3 ] {8f57ee51-e400-4ff5-b6e5-a4fce7b94d77} DynamicQueryHandler: Done processing query 2024.06.17 21:27:35.960937 [ 3 ] {8f57ee51-e400-4ff5-b6e5-a4fce7b94d77} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:27:35.960953 [ 3 ] {} HTTP-Session: 9df4d09f-5c0d-4dbd-86b1-dc8f6ef85571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.961080 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:35.961129 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:35.961149 [ 3 ] {} HTTP-Session: 9eb168e5-b14c-4017-81a3-038e04ec7406 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:35.961165 [ 3 ] {} HTTP-Session: 9eb168e5-b14c-4017-81a3-038e04ec7406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.961179 [ 3 ] {} HTTP-Session: 9eb168e5-b14c-4017-81a3-038e04ec7406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:35.961209 [ 3 ] {} HTTP-Session: 9eb168e5-b14c-4017-81a3-038e04ec7406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:35.961334 [ 3 ] {ceb894b4-8eff-4e0a-83b9-679c2706f910} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:35.961378 [ 3 ] {ceb894b4-8eff-4e0a-83b9-679c2706f910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:27:35.961503 [ 3 ] {ceb894b4-8eff-4e0a-83b9-679c2706f910} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:35.961782 [ 3 ] {ceb894b4-8eff-4e0a-83b9-679c2706f910} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:35.961818 [ 3 ] {ceb894b4-8eff-4e0a-83b9-679c2706f910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:35.962184 [ 3 ] {ceb894b4-8eff-4e0a-83b9-679c2706f910} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2024.06.17 21:27:35.962512 [ 3 ] {ceb894b4-8eff-4e0a-83b9-679c2706f910} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:35.962663 [ 3 ] {ceb894b4-8eff-4e0a-83b9-679c2706f910} executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. 2024.06.17 21:27:35.962830 [ 3 ] {ceb894b4-8eff-4e0a-83b9-679c2706f910} DynamicQueryHandler: Done processing query 2024.06.17 21:27:35.962855 [ 3 ] {ceb894b4-8eff-4e0a-83b9-679c2706f910} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:35.962870 [ 3 ] {} HTTP-Session: 9eb168e5-b14c-4017-81a3-038e04ec7406 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.951453 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 5069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:40.951654 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:40.951700 [ 3 ] {} HTTP-Session: 7630dc30-ff08-4b51-90f7-fe6706d1a817 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:40.951742 [ 3 ] {} HTTP-Session: 7630dc30-ff08-4b51-90f7-fe6706d1a817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.951772 [ 3 ] {} HTTP-Session: 7630dc30-ff08-4b51-90f7-fe6706d1a817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.951855 [ 3 ] {} HTTP-Session: 7630dc30-ff08-4b51-90f7-fe6706d1a817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:40.952166 [ 3 ] {b62990bd-7803-4531-b09c-d66060b2cd6b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:40.952275 [ 3 ] {b62990bd-7803-4531-b09c-d66060b2cd6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:27:40.952550 [ 3 ] {b62990bd-7803-4531-b09c-d66060b2cd6b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:40.952988 [ 3 ] {b62990bd-7803-4531-b09c-d66060b2cd6b} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:40.953032 [ 3 ] {b62990bd-7803-4531-b09c-d66060b2cd6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:40.953414 [ 3 ] {b62990bd-7803-4531-b09c-d66060b2cd6b} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2024.06.17 21:27:40.953770 [ 3 ] {b62990bd-7803-4531-b09c-d66060b2cd6b} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:40.953943 [ 3 ] {b62990bd-7803-4531-b09c-d66060b2cd6b} executeQuery: Read 35 rows, 2.84 KiB in 0.001876 sec., 18656.716417910447 rows/sec., 1.48 MiB/sec. 2024.06.17 21:27:40.954165 [ 3 ] {b62990bd-7803-4531-b09c-d66060b2cd6b} DynamicQueryHandler: Done processing query 2024.06.17 21:27:40.954192 [ 3 ] {b62990bd-7803-4531-b09c-d66060b2cd6b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:40.954208 [ 3 ] {} HTTP-Session: 7630dc30-ff08-4b51-90f7-fe6706d1a817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.954383 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 23789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:40.954434 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:40.954453 [ 3 ] {} HTTP-Session: 8c16806a-61e7-4224-84ef-d2fb3f0618d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:40.954469 [ 3 ] {} HTTP-Session: 8c16806a-61e7-4224-84ef-d2fb3f0618d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.954483 [ 3 ] {} HTTP-Session: 8c16806a-61e7-4224-84ef-d2fb3f0618d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.954514 [ 3 ] {} HTTP-Session: 8c16806a-61e7-4224-84ef-d2fb3f0618d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:40.954651 [ 3 ] {9bca344a-9e25-452f-a997-9997b68c3d3b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:40.954695 [ 3 ] {9bca344a-9e25-452f-a997-9997b68c3d3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:27:40.954821 [ 3 ] {9bca344a-9e25-452f-a997-9997b68c3d3b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:40.955216 [ 3 ] {9bca344a-9e25-452f-a997-9997b68c3d3b} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:40.955253 [ 3 ] {9bca344a-9e25-452f-a997-9997b68c3d3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:40.955580 [ 3 ] {9bca344a-9e25-452f-a997-9997b68c3d3b} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2024.06.17 21:27:40.955886 [ 3 ] {9bca344a-9e25-452f-a997-9997b68c3d3b} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:40.956037 [ 3 ] {9bca344a-9e25-452f-a997-9997b68c3d3b} executeQuery: Read 161 rows, 13.99 KiB in 0.001438 sec., 111961.05702364395 rows/sec., 9.50 MiB/sec. 2024.06.17 21:27:40.956082 [ 29 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2024.06.17 21:27:40.956216 [ 29 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:40.956266 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:40.956280 [ 3 ] {9bca344a-9e25-452f-a997-9997b68c3d3b} DynamicQueryHandler: Done processing query 2024.06.17 21:27:40.956335 [ 3 ] {9bca344a-9e25-452f-a997-9997b68c3d3b} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:27:40.956393 [ 3 ] {} HTTP-Session: 8c16806a-61e7-4224-84ef-d2fb3f0618d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.956651 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:40.956710 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:27:40.956827 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:40.956946 [ 3 ] {} HTTP-Session: be920c08-0851-4425-87b5-8227cbfc8539 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:40.957037 [ 3 ] {} HTTP-Session: be920c08-0851-4425-87b5-8227cbfc8539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.957118 [ 3 ] {} HTTP-Session: be920c08-0851-4425-87b5-8227cbfc8539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.957314 [ 3 ] {} HTTP-Session: be920c08-0851-4425-87b5-8227cbfc8539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:40.957766 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:40.957878 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 267 rows starting from the beginning of the part 2024.06.17 21:27:40.957976 [ 3 ] {72c89f66-22f4-4061-b4c5-6108380ba941} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:40.958310 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 161 rows starting from the beginning of the part 2024.06.17 21:27:40.958386 [ 3 ] {72c89f66-22f4-4061-b4c5-6108380ba941} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:27:40.958623 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 113 rows starting from the beginning of the part 2024.06.17 21:27:40.959037 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 200 rows starting from the beginning of the part 2024.06.17 21:27:40.959444 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 113 rows starting from the beginning of the part 2024.06.17 21:27:40.959727 [ 3 ] {72c89f66-22f4-4061-b4c5-6108380ba941} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:40.959764 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 161 rows starting from the beginning of the part 2024.06.17 21:27:40.960749 [ 3 ] {72c89f66-22f4-4061-b4c5-6108380ba941} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:40.960811 [ 3 ] {72c89f66-22f4-4061-b4c5-6108380ba941} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:40.961646 [ 3 ] {72c89f66-22f4-4061-b4c5-6108380ba941} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2024.06.17 21:27:40.962351 [ 3 ] {72c89f66-22f4-4061-b4c5-6108380ba941} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:40.962716 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1015 rows, containing 4 columns (4 merged, 0 gathered) in 0.006317034 sec., 160676.6719951167 rows/sec., 13.40 MiB/sec. 2024.06.17 21:27:40.962742 [ 29 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2024.06.17 21:27:40.962775 [ 3 ] {72c89f66-22f4-4061-b4c5-6108380ba941} executeQuery: Read 99 rows, 7.92 KiB in 0.0051 sec., 19411.764705882353 rows/sec., 1.52 MiB/sec. 2024.06.17 21:27:40.962835 [ 29 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:40.962936 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:40.963049 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2024.06.17 21:27:40.963529 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:27:40.963556 [ 3 ] {72c89f66-22f4-4061-b4c5-6108380ba941} DynamicQueryHandler: Done processing query 2024.06.17 21:27:40.963745 [ 3 ] {72c89f66-22f4-4061-b4c5-6108380ba941} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:27:40.964482 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:40.964623 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 198 rows starting from the beginning of the part 2024.06.17 21:27:40.964519 [ 3 ] {} HTTP-Session: be920c08-0851-4425-87b5-8227cbfc8539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.965258 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 99 rows starting from the beginning of the part 2024.06.17 21:27:40.965664 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 83 rows starting from the beginning of the part 2024.06.17 21:27:40.965708 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_86_17} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:40.966084 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 129 rows starting from the beginning of the part 2024.06.17 21:27:40.966485 [ 190 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_86_17} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2024.06.17 21:27:40.966637 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:40.966731 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 83 rows starting from the beginning of the part 2024.06.17 21:27:40.967105 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2024.06.17 21:27:40.967276 [ 191 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 99 rows starting from the beginning of the part 2024.06.17 21:27:40.967314 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:40.967466 [ 3 ] {} HTTP-Session: 32621041-2c39-4a38-9583-be0596153eec Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:40.967607 [ 3 ] {} HTTP-Session: 32621041-2c39-4a38-9583-be0596153eec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.967672 [ 3 ] {} HTTP-Session: 32621041-2c39-4a38-9583-be0596153eec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.967781 [ 3 ] {} HTTP-Session: 32621041-2c39-4a38-9583-be0596153eec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:40.968069 [ 3 ] {a1c0c6af-c7e9-418c-afa9-65108f15d77a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:40.968164 [ 3 ] {a1c0c6af-c7e9-418c-afa9-65108f15d77a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:27:40.968819 [ 3 ] {a1c0c6af-c7e9-418c-afa9-65108f15d77a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:40.969724 [ 3 ] {a1c0c6af-c7e9-418c-afa9-65108f15d77a} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:40.969799 [ 3 ] {a1c0c6af-c7e9-418c-afa9-65108f15d77a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:40.970213 [ 197 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 691 rows, containing 4 columns (4 merged, 0 gathered) in 0.007115523 sec., 97111.62482364262 rows/sec., 7.56 MiB/sec. 2024.06.17 21:27:40.970481 [ 197 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2024.06.17 21:27:40.970687 [ 3 ] {a1c0c6af-c7e9-418c-afa9-65108f15d77a} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2024.06.17 21:27:40.971547 [ 197 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_86_17} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:40.971635 [ 3 ] {a1c0c6af-c7e9-418c-afa9-65108f15d77a} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:40.971781 [ 197 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_86_17} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2024.06.17 21:27:40.971969 [ 3 ] {a1c0c6af-c7e9-418c-afa9-65108f15d77a} executeQuery: Read 160 rows, 11.41 KiB in 0.004032 sec., 39682.53968253968 rows/sec., 2.76 MiB/sec. 2024.06.17 21:27:40.972008 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.06.17 21:27:40.972256 [ 3 ] {a1c0c6af-c7e9-418c-afa9-65108f15d77a} DynamicQueryHandler: Done processing query 2024.06.17 21:27:40.972286 [ 3 ] {a1c0c6af-c7e9-418c-afa9-65108f15d77a} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:27:40.972303 [ 3 ] {} HTTP-Session: 32621041-2c39-4a38-9583-be0596153eec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.972477 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:40.972525 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:40.972544 [ 3 ] {} HTTP-Session: 7f4364d7-705d-4d28-a106-c0a397ac3768 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:40.972560 [ 3 ] {} HTTP-Session: 7f4364d7-705d-4d28-a106-c0a397ac3768 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.972574 [ 3 ] {} HTTP-Session: 7f4364d7-705d-4d28-a106-c0a397ac3768 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.972604 [ 3 ] {} HTTP-Session: 7f4364d7-705d-4d28-a106-c0a397ac3768 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:40.972926 [ 3 ] {cf3b1951-74b4-4210-a1f7-96b1b473fbdd} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:40.972973 [ 3 ] {cf3b1951-74b4-4210-a1f7-96b1b473fbdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:27:40.973141 [ 3 ] {cf3b1951-74b4-4210-a1f7-96b1b473fbdd} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:40.973666 [ 3 ] {cf3b1951-74b4-4210-a1f7-96b1b473fbdd} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:40.973702 [ 3 ] {cf3b1951-74b4-4210-a1f7-96b1b473fbdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:40.974120 [ 3 ] {cf3b1951-74b4-4210-a1f7-96b1b473fbdd} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2024.06.17 21:27:40.974463 [ 3 ] {cf3b1951-74b4-4210-a1f7-96b1b473fbdd} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:40.974590 [ 3 ] {cf3b1951-74b4-4210-a1f7-96b1b473fbdd} executeQuery: Read 35 rows, 48.36 KiB in 0.001901 sec., 18411.362440820623 rows/sec., 24.85 MiB/sec. 2024.06.17 21:27:40.974756 [ 3 ] {cf3b1951-74b4-4210-a1f7-96b1b473fbdd} DynamicQueryHandler: Done processing query 2024.06.17 21:27:40.974779 [ 3 ] {cf3b1951-74b4-4210-a1f7-96b1b473fbdd} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.06.17 21:27:40.974795 [ 3 ] {} HTTP-Session: 7f4364d7-705d-4d28-a106-c0a397ac3768 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.974922 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:40.974971 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:40.974990 [ 3 ] {} HTTP-Session: 91d022be-c351-4614-9acd-63776071e659 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:40.975007 [ 3 ] {} HTTP-Session: 91d022be-c351-4614-9acd-63776071e659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.975021 [ 3 ] {} HTTP-Session: 91d022be-c351-4614-9acd-63776071e659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:40.975051 [ 3 ] {} HTTP-Session: 91d022be-c351-4614-9acd-63776071e659 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:40.975168 [ 3 ] {b5bf29d3-b2b3-4905-9922-4fb47427cbff} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:40.975212 [ 3 ] {b5bf29d3-b2b3-4905-9922-4fb47427cbff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:27:40.975338 [ 3 ] {b5bf29d3-b2b3-4905-9922-4fb47427cbff} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:40.975612 [ 3 ] {b5bf29d3-b2b3-4905-9922-4fb47427cbff} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:40.975647 [ 3 ] {b5bf29d3-b2b3-4905-9922-4fb47427cbff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:40.975998 [ 3 ] {b5bf29d3-b2b3-4905-9922-4fb47427cbff} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2024.06.17 21:27:40.976314 [ 3 ] {b5bf29d3-b2b3-4905-9922-4fb47427cbff} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:40.976456 [ 3 ] {b5bf29d3-b2b3-4905-9922-4fb47427cbff} executeQuery: Read 60 rows, 4.14 KiB in 0.001329 sec., 45146.72686230248 rows/sec., 3.04 MiB/sec. 2024.06.17 21:27:40.976617 [ 3 ] {b5bf29d3-b2b3-4905-9922-4fb47427cbff} DynamicQueryHandler: Done processing query 2024.06.17 21:27:40.976641 [ 3 ] {b5bf29d3-b2b3-4905-9922-4fb47427cbff} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:40.976657 [ 3 ] {} HTTP-Session: 91d022be-c351-4614-9acd-63776071e659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.181194 [ 6 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:27:45.181296 [ 6 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:27:45.951579 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:45.951754 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:45.951801 [ 3 ] {} HTTP-Session: c2730d84-41a6-40ad-b538-122e991202d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:45.951842 [ 3 ] {} HTTP-Session: c2730d84-41a6-40ad-b538-122e991202d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.951871 [ 3 ] {} HTTP-Session: c2730d84-41a6-40ad-b538-122e991202d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.951952 [ 3 ] {} HTTP-Session: c2730d84-41a6-40ad-b538-122e991202d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:45.952258 [ 3 ] {b3d2c97d-a867-4487-9dc4-aefe68bca2e3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:45.952366 [ 3 ] {b3d2c97d-a867-4487-9dc4-aefe68bca2e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:27:45.952664 [ 3 ] {b3d2c97d-a867-4487-9dc4-aefe68bca2e3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:45.953149 [ 3 ] {b3d2c97d-a867-4487-9dc4-aefe68bca2e3} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:45.953193 [ 3 ] {b3d2c97d-a867-4487-9dc4-aefe68bca2e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:45.953594 [ 3 ] {b3d2c97d-a867-4487-9dc4-aefe68bca2e3} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2024.06.17 21:27:45.953929 [ 3 ] {b3d2c97d-a867-4487-9dc4-aefe68bca2e3} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:45.954112 [ 3 ] {b3d2c97d-a867-4487-9dc4-aefe68bca2e3} executeQuery: Read 19 rows, 1.54 KiB in 0.001946 sec., 9763.617677286742 rows/sec., 791.39 KiB/sec. 2024.06.17 21:27:45.954337 [ 3 ] {b3d2c97d-a867-4487-9dc4-aefe68bca2e3} DynamicQueryHandler: Done processing query 2024.06.17 21:27:45.954364 [ 3 ] {b3d2c97d-a867-4487-9dc4-aefe68bca2e3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:45.954380 [ 3 ] {} HTTP-Session: c2730d84-41a6-40ad-b538-122e991202d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.954541 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:45.954596 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:45.954616 [ 3 ] {} HTTP-Session: b4a6b805-e400-4738-8d15-1bac84a50cb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:45.954634 [ 3 ] {} HTTP-Session: b4a6b805-e400-4738-8d15-1bac84a50cb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.954647 [ 3 ] {} HTTP-Session: b4a6b805-e400-4738-8d15-1bac84a50cb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.954684 [ 3 ] {} HTTP-Session: b4a6b805-e400-4738-8d15-1bac84a50cb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:45.954789 [ 3 ] {7bc97c41-3072-452a-9846-67f4111bcadd} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:45.954838 [ 3 ] {7bc97c41-3072-452a-9846-67f4111bcadd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:27:45.954972 [ 3 ] {7bc97c41-3072-452a-9846-67f4111bcadd} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:45.955258 [ 3 ] {7bc97c41-3072-452a-9846-67f4111bcadd} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:45.955295 [ 3 ] {7bc97c41-3072-452a-9846-67f4111bcadd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:45.955605 [ 3 ] {7bc97c41-3072-452a-9846-67f4111bcadd} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.06.17 21:27:45.955907 [ 3 ] {7bc97c41-3072-452a-9846-67f4111bcadd} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:45.956079 [ 3 ] {7bc97c41-3072-452a-9846-67f4111bcadd} executeQuery: Read 2 rows, 167.00 B in 0.001311 sec., 1525.5530129672004 rows/sec., 124.40 KiB/sec. 2024.06.17 21:27:45.956238 [ 3 ] {7bc97c41-3072-452a-9846-67f4111bcadd} DynamicQueryHandler: Done processing query 2024.06.17 21:27:45.956262 [ 3 ] {7bc97c41-3072-452a-9846-67f4111bcadd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:45.956278 [ 3 ] {} HTTP-Session: b4a6b805-e400-4738-8d15-1bac84a50cb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.956408 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:45.956456 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:45.956475 [ 3 ] {} HTTP-Session: 1c92741f-1765-4aac-8305-f3a603243949 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:45.956492 [ 3 ] {} HTTP-Session: 1c92741f-1765-4aac-8305-f3a603243949 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.956505 [ 3 ] {} HTTP-Session: 1c92741f-1765-4aac-8305-f3a603243949 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.956535 [ 3 ] {} HTTP-Session: 1c92741f-1765-4aac-8305-f3a603243949 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:45.956662 [ 3 ] {a365e752-9d96-43f2-ad04-9a15a61e7050} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:45.956705 [ 3 ] {a365e752-9d96-43f2-ad04-9a15a61e7050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:27:45.956831 [ 3 ] {a365e752-9d96-43f2-ad04-9a15a61e7050} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:45.957194 [ 3 ] {a365e752-9d96-43f2-ad04-9a15a61e7050} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:45.957232 [ 3 ] {a365e752-9d96-43f2-ad04-9a15a61e7050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:45.957546 [ 3 ] {a365e752-9d96-43f2-ad04-9a15a61e7050} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2024.06.17 21:27:45.957849 [ 3 ] {a365e752-9d96-43f2-ad04-9a15a61e7050} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:45.957996 [ 3 ] {a365e752-9d96-43f2-ad04-9a15a61e7050} executeQuery: Read 114 rows, 9.55 KiB in 0.00138 sec., 82608.69565217392 rows/sec., 6.76 MiB/sec. 2024.06.17 21:27:45.958170 [ 3 ] {a365e752-9d96-43f2-ad04-9a15a61e7050} DynamicQueryHandler: Done processing query 2024.06.17 21:27:45.958194 [ 3 ] {a365e752-9d96-43f2-ad04-9a15a61e7050} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:27:45.958210 [ 3 ] {} HTTP-Session: 1c92741f-1765-4aac-8305-f3a603243949 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.958326 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:45.958376 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:45.958395 [ 3 ] {} HTTP-Session: 3585c35c-7a9e-4120-898a-2e1e4ec796b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:45.958411 [ 3 ] {} HTTP-Session: 3585c35c-7a9e-4120-898a-2e1e4ec796b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.958425 [ 3 ] {} HTTP-Session: 3585c35c-7a9e-4120-898a-2e1e4ec796b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.958456 [ 3 ] {} HTTP-Session: 3585c35c-7a9e-4120-898a-2e1e4ec796b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:45.958551 [ 3 ] {4c1c6bb1-0d3f-4cf9-8bdf-5328081e0734} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:45.958593 [ 3 ] {4c1c6bb1-0d3f-4cf9-8bdf-5328081e0734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:27:45.958718 [ 3 ] {4c1c6bb1-0d3f-4cf9-8bdf-5328081e0734} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:45.958986 [ 3 ] {4c1c6bb1-0d3f-4cf9-8bdf-5328081e0734} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:45.959023 [ 3 ] {4c1c6bb1-0d3f-4cf9-8bdf-5328081e0734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:45.959326 [ 3 ] {4c1c6bb1-0d3f-4cf9-8bdf-5328081e0734} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.06.17 21:27:45.959631 [ 3 ] {4c1c6bb1-0d3f-4cf9-8bdf-5328081e0734} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:45.959796 [ 3 ] {4c1c6bb1-0d3f-4cf9-8bdf-5328081e0734} executeQuery: Read 2 rows, 143.00 B in 0.00126 sec., 1587.3015873015872 rows/sec., 110.83 KiB/sec. 2024.06.17 21:27:45.959952 [ 3 ] {4c1c6bb1-0d3f-4cf9-8bdf-5328081e0734} DynamicQueryHandler: Done processing query 2024.06.17 21:27:45.959976 [ 3 ] {4c1c6bb1-0d3f-4cf9-8bdf-5328081e0734} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:45.959992 [ 3 ] {} HTTP-Session: 3585c35c-7a9e-4120-898a-2e1e4ec796b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.960111 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:45.960158 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:45.960176 [ 3 ] {} HTTP-Session: 4cc4c26c-f505-410b-935a-e18a8e2662fc Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:45.960193 [ 3 ] {} HTTP-Session: 4cc4c26c-f505-410b-935a-e18a8e2662fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.960207 [ 3 ] {} HTTP-Session: 4cc4c26c-f505-410b-935a-e18a8e2662fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.960237 [ 3 ] {} HTTP-Session: 4cc4c26c-f505-410b-935a-e18a8e2662fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:45.960353 [ 3 ] {4ab2b4a3-c613-4c19-9ce6-761cb33c8d3b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:45.960396 [ 3 ] {4ab2b4a3-c613-4c19-9ce6-761cb33c8d3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:27:45.960522 [ 3 ] {4ab2b4a3-c613-4c19-9ce6-761cb33c8d3b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:45.960889 [ 3 ] {4ab2b4a3-c613-4c19-9ce6-761cb33c8d3b} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:45.960927 [ 3 ] {4ab2b4a3-c613-4c19-9ce6-761cb33c8d3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:45.961246 [ 3 ] {4ab2b4a3-c613-4c19-9ce6-761cb33c8d3b} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2024.06.17 21:27:45.961543 [ 3 ] {4ab2b4a3-c613-4c19-9ce6-761cb33c8d3b} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:45.961698 [ 3 ] {4ab2b4a3-c613-4c19-9ce6-761cb33c8d3b} executeQuery: Read 85 rows, 6.80 KiB in 0.001381 sec., 61549.601737871104 rows/sec., 4.81 MiB/sec. 2024.06.17 21:27:45.961893 [ 3 ] {4ab2b4a3-c613-4c19-9ce6-761cb33c8d3b} DynamicQueryHandler: Done processing query 2024.06.17 21:27:45.961917 [ 3 ] {4ab2b4a3-c613-4c19-9ce6-761cb33c8d3b} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:27:45.961933 [ 3 ] {} HTTP-Session: 4cc4c26c-f505-410b-935a-e18a8e2662fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.962119 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:45.962168 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:45.962187 [ 3 ] {} HTTP-Session: 767c489f-456b-4466-aeb8-1fb34f243e25 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:45.962204 [ 3 ] {} HTTP-Session: 767c489f-456b-4466-aeb8-1fb34f243e25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.962217 [ 3 ] {} HTTP-Session: 767c489f-456b-4466-aeb8-1fb34f243e25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.962247 [ 3 ] {} HTTP-Session: 767c489f-456b-4466-aeb8-1fb34f243e25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:45.962389 [ 3 ] {1ac2055b-b0e5-4e4e-9a15-0e929d9a014d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:45.962461 [ 3 ] {1ac2055b-b0e5-4e4e-9a15-0e929d9a014d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:27:45.962607 [ 3 ] {1ac2055b-b0e5-4e4e-9a15-0e929d9a014d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:45.962985 [ 3 ] {1ac2055b-b0e5-4e4e-9a15-0e929d9a014d} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:45.963023 [ 3 ] {1ac2055b-b0e5-4e4e-9a15-0e929d9a014d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:45.963412 [ 3 ] {1ac2055b-b0e5-4e4e-9a15-0e929d9a014d} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2024.06.17 21:27:45.963753 [ 3 ] {1ac2055b-b0e5-4e4e-9a15-0e929d9a014d} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:45.963915 [ 3 ] {1ac2055b-b0e5-4e4e-9a15-0e929d9a014d} executeQuery: Read 161 rows, 11.48 KiB in 0.001589 sec., 101321.5859030837 rows/sec., 7.06 MiB/sec. 2024.06.17 21:27:45.964194 [ 3 ] {1ac2055b-b0e5-4e4e-9a15-0e929d9a014d} DynamicQueryHandler: Done processing query 2024.06.17 21:27:45.964250 [ 3 ] {1ac2055b-b0e5-4e4e-9a15-0e929d9a014d} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:27:45.964304 [ 3 ] {} HTTP-Session: 767c489f-456b-4466-aeb8-1fb34f243e25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.964504 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 20371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:45.964568 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:45.964587 [ 3 ] {} HTTP-Session: 87dfadfd-c875-4af9-a8e2-c306a63d599d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:45.964604 [ 3 ] {} HTTP-Session: 87dfadfd-c875-4af9-a8e2-c306a63d599d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.964618 [ 3 ] {} HTTP-Session: 87dfadfd-c875-4af9-a8e2-c306a63d599d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.964648 [ 3 ] {} HTTP-Session: 87dfadfd-c875-4af9-a8e2-c306a63d599d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:45.964852 [ 3 ] {4c3e9466-58a2-48e5-9916-6aa7945b1ae1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:45.964902 [ 3 ] {4c3e9466-58a2-48e5-9916-6aa7945b1ae1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:27:45.965080 [ 3 ] {4c3e9466-58a2-48e5-9916-6aa7945b1ae1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:45.965499 [ 3 ] {4c3e9466-58a2-48e5-9916-6aa7945b1ae1} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:45.965534 [ 3 ] {4c3e9466-58a2-48e5-9916-6aa7945b1ae1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:45.965944 [ 3 ] {4c3e9466-58a2-48e5-9916-6aa7945b1ae1} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2024.06.17 21:27:45.966279 [ 3 ] {4c3e9466-58a2-48e5-9916-6aa7945b1ae1} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:45.966439 [ 3 ] {4c3e9466-58a2-48e5-9916-6aa7945b1ae1} executeQuery: Read 19 rows, 26.25 KiB in 0.001696 sec., 11202.830188679245 rows/sec., 15.12 MiB/sec. 2024.06.17 21:27:45.966612 [ 3 ] {4c3e9466-58a2-48e5-9916-6aa7945b1ae1} DynamicQueryHandler: Done processing query 2024.06.17 21:27:45.966637 [ 3 ] {4c3e9466-58a2-48e5-9916-6aa7945b1ae1} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:27:45.966653 [ 3 ] {} HTTP-Session: 87dfadfd-c875-4af9-a8e2-c306a63d599d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.966771 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:45.966819 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:45.966838 [ 3 ] {} HTTP-Session: 824c797e-b92a-47f1-a298-3214943380ca Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:45.966855 [ 3 ] {} HTTP-Session: 824c797e-b92a-47f1-a298-3214943380ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.966868 [ 3 ] {} HTTP-Session: 824c797e-b92a-47f1-a298-3214943380ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:45.966897 [ 3 ] {} HTTP-Session: 824c797e-b92a-47f1-a298-3214943380ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:45.967019 [ 3 ] {962bdcee-de35-4297-984d-99974dc3769e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:45.967064 [ 3 ] {962bdcee-de35-4297-984d-99974dc3769e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:27:45.967188 [ 3 ] {962bdcee-de35-4297-984d-99974dc3769e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:45.967496 [ 3 ] {962bdcee-de35-4297-984d-99974dc3769e} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:45.967532 [ 3 ] {962bdcee-de35-4297-984d-99974dc3769e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:45.967897 [ 3 ] {962bdcee-de35-4297-984d-99974dc3769e} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2024.06.17 21:27:45.968216 [ 3 ] {962bdcee-de35-4297-984d-99974dc3769e} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:45.968358 [ 3 ] {962bdcee-de35-4297-984d-99974dc3769e} executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. 2024.06.17 21:27:45.968564 [ 3 ] {962bdcee-de35-4297-984d-99974dc3769e} DynamicQueryHandler: Done processing query 2024.06.17 21:27:45.968594 [ 3 ] {962bdcee-de35-4297-984d-99974dc3769e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:45.968624 [ 3 ] {} HTTP-Session: 824c797e-b92a-47f1-a298-3214943380ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.952107 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 5069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:50.952294 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:50.952338 [ 3 ] {} HTTP-Session: 7454f4c3-fb97-4c9c-8edc-7620bf4496ec Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:50.952377 [ 3 ] {} HTTP-Session: 7454f4c3-fb97-4c9c-8edc-7620bf4496ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.952405 [ 3 ] {} HTTP-Session: 7454f4c3-fb97-4c9c-8edc-7620bf4496ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.952481 [ 3 ] {} HTTP-Session: 7454f4c3-fb97-4c9c-8edc-7620bf4496ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:50.952749 [ 3 ] {8a39c04a-97d7-43e4-be9b-bb2ed68df232} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:50.952814 [ 3 ] {8a39c04a-97d7-43e4-be9b-bb2ed68df232} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:27:50.953070 [ 3 ] {8a39c04a-97d7-43e4-be9b-bb2ed68df232} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:50.953507 [ 3 ] {8a39c04a-97d7-43e4-be9b-bb2ed68df232} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:50.953554 [ 3 ] {8a39c04a-97d7-43e4-be9b-bb2ed68df232} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:50.954028 [ 3 ] {8a39c04a-97d7-43e4-be9b-bb2ed68df232} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2024.06.17 21:27:50.954614 [ 3 ] {8a39c04a-97d7-43e4-be9b-bb2ed68df232} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:50.954835 [ 3 ] {8a39c04a-97d7-43e4-be9b-bb2ed68df232} executeQuery: Read 35 rows, 2.84 KiB in 0.002114 sec., 16556.29139072848 rows/sec., 1.31 MiB/sec. 2024.06.17 21:27:50.955060 [ 3 ] {8a39c04a-97d7-43e4-be9b-bb2ed68df232} DynamicQueryHandler: Done processing query 2024.06.17 21:27:50.955088 [ 3 ] {8a39c04a-97d7-43e4-be9b-bb2ed68df232} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:50.955105 [ 3 ] {} HTTP-Session: 7454f4c3-fb97-4c9c-8edc-7620bf4496ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.955291 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 23789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:50.955348 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:50.955368 [ 3 ] {} HTTP-Session: 25d7a6b2-1458-4fec-8a89-3d89bc3cb88f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:50.955386 [ 3 ] {} HTTP-Session: 25d7a6b2-1458-4fec-8a89-3d89bc3cb88f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.955400 [ 3 ] {} HTTP-Session: 25d7a6b2-1458-4fec-8a89-3d89bc3cb88f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.955435 [ 3 ] {} HTTP-Session: 25d7a6b2-1458-4fec-8a89-3d89bc3cb88f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:50.955585 [ 3 ] {ade9439b-a0af-45f6-bf18-2137e584df82} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:50.955632 [ 3 ] {ade9439b-a0af-45f6-bf18-2137e584df82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:27:50.955766 [ 3 ] {ade9439b-a0af-45f6-bf18-2137e584df82} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:50.956176 [ 3 ] {ade9439b-a0af-45f6-bf18-2137e584df82} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:50.956214 [ 3 ] {ade9439b-a0af-45f6-bf18-2137e584df82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:50.956644 [ 3 ] {ade9439b-a0af-45f6-bf18-2137e584df82} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2024.06.17 21:27:50.957201 [ 3 ] {ade9439b-a0af-45f6-bf18-2137e584df82} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:50.957360 [ 3 ] {ade9439b-a0af-45f6-bf18-2137e584df82} executeQuery: Read 161 rows, 13.99 KiB in 0.001838 sec., 87595.21218715995 rows/sec., 7.43 MiB/sec. 2024.06.17 21:27:50.957522 [ 3 ] {ade9439b-a0af-45f6-bf18-2137e584df82} DynamicQueryHandler: Done processing query 2024.06.17 21:27:50.957548 [ 3 ] {ade9439b-a0af-45f6-bf18-2137e584df82} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:27:50.957564 [ 3 ] {} HTTP-Session: 25d7a6b2-1458-4fec-8a89-3d89bc3cb88f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.957712 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:50.957762 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:50.957781 [ 3 ] {} HTTP-Session: 52823b91-cbda-4e29-b3dd-7e25cbff1550 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:50.957798 [ 3 ] {} HTTP-Session: 52823b91-cbda-4e29-b3dd-7e25cbff1550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.957812 [ 3 ] {} HTTP-Session: 52823b91-cbda-4e29-b3dd-7e25cbff1550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.957844 [ 3 ] {} HTTP-Session: 52823b91-cbda-4e29-b3dd-7e25cbff1550 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:50.957979 [ 3 ] {ce878ad1-af9b-4066-8621-fd1217c56226} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:50.958024 [ 3 ] {ce878ad1-af9b-4066-8621-fd1217c56226} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:27:50.958149 [ 3 ] {ce878ad1-af9b-4066-8621-fd1217c56226} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:50.958507 [ 3 ] {ce878ad1-af9b-4066-8621-fd1217c56226} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:50.958544 [ 3 ] {ce878ad1-af9b-4066-8621-fd1217c56226} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:50.958973 [ 3 ] {ce878ad1-af9b-4066-8621-fd1217c56226} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2024.06.17 21:27:50.959491 [ 3 ] {ce878ad1-af9b-4066-8621-fd1217c56226} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:50.959639 [ 3 ] {ce878ad1-af9b-4066-8621-fd1217c56226} executeQuery: Read 99 rows, 7.92 KiB in 0.001714 sec., 57759.626604434074 rows/sec., 4.51 MiB/sec. 2024.06.17 21:27:50.959810 [ 3 ] {ce878ad1-af9b-4066-8621-fd1217c56226} DynamicQueryHandler: Done processing query 2024.06.17 21:27:50.959834 [ 3 ] {ce878ad1-af9b-4066-8621-fd1217c56226} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:27:50.959850 [ 3 ] {} HTTP-Session: 52823b91-cbda-4e29-b3dd-7e25cbff1550 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.960007 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:50.960056 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:50.960076 [ 3 ] {} HTTP-Session: c3f7f518-1b6d-4c0a-9121-b23e5f2a61a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:50.960093 [ 3 ] {} HTTP-Session: c3f7f518-1b6d-4c0a-9121-b23e5f2a61a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.960106 [ 3 ] {} HTTP-Session: c3f7f518-1b6d-4c0a-9121-b23e5f2a61a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.960138 [ 3 ] {} HTTP-Session: c3f7f518-1b6d-4c0a-9121-b23e5f2a61a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:50.960281 [ 3 ] {167367e8-8e16-4672-b2b6-a24552bf4899} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:50.960328 [ 3 ] {167367e8-8e16-4672-b2b6-a24552bf4899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:27:50.960473 [ 3 ] {167367e8-8e16-4672-b2b6-a24552bf4899} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:50.960851 [ 3 ] {167367e8-8e16-4672-b2b6-a24552bf4899} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:50.960887 [ 3 ] {167367e8-8e16-4672-b2b6-a24552bf4899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:50.961377 [ 3 ] {167367e8-8e16-4672-b2b6-a24552bf4899} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2024.06.17 21:27:50.961976 [ 3 ] {167367e8-8e16-4672-b2b6-a24552bf4899} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:50.962137 [ 3 ] {167367e8-8e16-4672-b2b6-a24552bf4899} executeQuery: Read 160 rows, 11.41 KiB in 0.001916 sec., 83507.30688935283 rows/sec., 5.82 MiB/sec. 2024.06.17 21:27:50.962149 [ 150 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2024.06.17 21:27:50.962259 [ 150 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:50.962301 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:50.962383 [ 3 ] {167367e8-8e16-4672-b2b6-a24552bf4899} DynamicQueryHandler: Done processing query 2024.06.17 21:27:50.962460 [ 3 ] {167367e8-8e16-4672-b2b6-a24552bf4899} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:27:50.962531 [ 3 ] {} HTTP-Session: c3f7f518-1b6d-4c0a-9121-b23e5f2a61a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.962726 [ 201 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:27:50.962886 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:50.963114 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:50.963242 [ 3 ] {} HTTP-Session: 4ab23464-b6c5-4311-bf2a-44dd071e55db Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:50.963345 [ 3 ] {} HTTP-Session: 4ab23464-b6c5-4311-bf2a-44dd071e55db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.963440 [ 201 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:50.963462 [ 3 ] {} HTTP-Session: 4ab23464-b6c5-4311-bf2a-44dd071e55db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.963572 [ 201 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_86_17} MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 12243 rows starting from the beginning of the part 2024.06.17 21:27:50.963644 [ 3 ] {} HTTP-Session: 4ab23464-b6c5-4311-bf2a-44dd071e55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:50.964007 [ 201 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 199 rows starting from the beginning of the part 2024.06.17 21:27:50.964342 [ 201 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:27:50.964693 [ 201 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part 2024.06.17 21:27:50.964857 [ 201 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 161 rows starting from the beginning of the part 2024.06.17 21:27:50.965075 [ 3 ] {e92ac55b-87c5-4060-abbb-557cc47a732c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:50.965164 [ 201 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part 2024.06.17 21:27:50.965258 [ 3 ] {e92ac55b-87c5-4060-abbb-557cc47a732c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:27:50.965932 [ 3 ] {e92ac55b-87c5-4060-abbb-557cc47a732c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:50.966588 [ 3 ] {e92ac55b-87c5-4060-abbb-557cc47a732c} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:50.966627 [ 3 ] {e92ac55b-87c5-4060-abbb-557cc47a732c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:50.967547 [ 3 ] {e92ac55b-87c5-4060-abbb-557cc47a732c} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2024.06.17 21:27:50.968320 [ 3 ] {e92ac55b-87c5-4060-abbb-557cc47a732c} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:50.968808 [ 3 ] {e92ac55b-87c5-4060-abbb-557cc47a732c} executeQuery: Read 35 rows, 48.36 KiB in 0.004233 sec., 8268.367587999055 rows/sec., 11.16 MiB/sec. 2024.06.17 21:27:50.969164 [ 3 ] {e92ac55b-87c5-4060-abbb-557cc47a732c} DynamicQueryHandler: Done processing query 2024.06.17 21:27:50.969189 [ 3 ] {e92ac55b-87c5-4060-abbb-557cc47a732c} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.06.17 21:27:50.969208 [ 3 ] {} HTTP-Session: 4ab23464-b6c5-4311-bf2a-44dd071e55db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.969337 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:50.969385 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:50.969404 [ 3 ] {} HTTP-Session: df55a7d7-d134-4a2f-a2f4-7c5812bf3fd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:50.969424 [ 3 ] {} HTTP-Session: df55a7d7-d134-4a2f-a2f4-7c5812bf3fd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.969439 [ 3 ] {} HTTP-Session: df55a7d7-d134-4a2f-a2f4-7c5812bf3fd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.969492 [ 3 ] {} HTTP-Session: df55a7d7-d134-4a2f-a2f4-7c5812bf3fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:50.969636 [ 3 ] {9edfa639-c010-491d-a13f-4e24faa2d4ae} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:50.969682 [ 3 ] {9edfa639-c010-491d-a13f-4e24faa2d4ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:27:50.969850 [ 3 ] {9edfa639-c010-491d-a13f-4e24faa2d4ae} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:50.970218 [ 3 ] {9edfa639-c010-491d-a13f-4e24faa2d4ae} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:50.970273 [ 3 ] {9edfa639-c010-491d-a13f-4e24faa2d4ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:50.970644 [ 201 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 13083 rows, containing 5 columns (5 merged, 0 gathered) in 0.008204833 sec., 1594547.9938470412 rows/sec., 111.18 MiB/sec. 2024.06.17 21:27:50.971059 [ 3 ] {9edfa639-c010-491d-a13f-4e24faa2d4ae} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2024.06.17 21:27:50.971150 [ 201 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2024.06.17 21:27:50.971895 [ 3 ] {9edfa639-c010-491d-a13f-4e24faa2d4ae} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:50.972138 [ 3 ] {9edfa639-c010-491d-a13f-4e24faa2d4ae} executeQuery: Read 60 rows, 4.14 KiB in 0.002548 sec., 23547.880690737835 rows/sec., 1.59 MiB/sec. 2024.06.17 21:27:50.972153 [ 147 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2024.06.17 21:27:50.972290 [ 147 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:50.972340 [ 201 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_86_17} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:50.972390 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:50.972649 [ 201 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_86_17} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2024.06.17 21:27:50.972705 [ 3 ] {9edfa639-c010-491d-a13f-4e24faa2d4ae} DynamicQueryHandler: Done processing query 2024.06.17 21:27:50.972716 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:50.972805 [ 3 ] {9edfa639-c010-491d-a13f-4e24faa2d4ae} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:50.972902 [ 3 ] {} HTTP-Session: df55a7d7-d134-4a2f-a2f4-7c5812bf3fd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:50.972910 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB. 2024.06.17 21:27:50.973054 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:50.973085 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4362 rows starting from the beginning of the part 2024.06.17 21:27:50.973171 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:50.973380 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:50.973564 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:50.973731 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:50.973899 [ 197 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:27:50.975668 [ 201 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4662 rows, containing 4 columns (4 merged, 0 gathered) in 0.003117442 sec., 1495456.8521242735 rows/sec., 100.61 MiB/sec. 2024.06.17 21:27:50.976400 [ 186 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2024.06.17 21:27:50.977217 [ 186 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_86_17} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:50.977316 [ 186 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_86_17} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2024.06.17 21:27:50.977415 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2024.06.17 21:27:55.951348 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:55.951494 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:55.951524 [ 3 ] {} HTTP-Session: 434c6d0d-4e05-4505-886c-27f5c6e5bfe2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:55.951552 [ 3 ] {} HTTP-Session: 434c6d0d-4e05-4505-886c-27f5c6e5bfe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.951571 [ 3 ] {} HTTP-Session: 434c6d0d-4e05-4505-886c-27f5c6e5bfe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.951629 [ 3 ] {} HTTP-Session: 434c6d0d-4e05-4505-886c-27f5c6e5bfe2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:55.951843 [ 3 ] {ee6f5c5e-9375-4a9b-ad0b-8c4ed57ab5ea} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:55.951914 [ 3 ] {ee6f5c5e-9375-4a9b-ad0b-8c4ed57ab5ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:27:55.952110 [ 3 ] {ee6f5c5e-9375-4a9b-ad0b-8c4ed57ab5ea} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:55.952555 [ 3 ] {ee6f5c5e-9375-4a9b-ad0b-8c4ed57ab5ea} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:55.952605 [ 3 ] {ee6f5c5e-9375-4a9b-ad0b-8c4ed57ab5ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:55.953005 [ 3 ] {ee6f5c5e-9375-4a9b-ad0b-8c4ed57ab5ea} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2024.06.17 21:27:55.953354 [ 3 ] {ee6f5c5e-9375-4a9b-ad0b-8c4ed57ab5ea} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:55.953542 [ 3 ] {ee6f5c5e-9375-4a9b-ad0b-8c4ed57ab5ea} executeQuery: Read 19 rows, 1.54 KiB in 0.001762 sec., 10783.200908059025 rows/sec., 874.03 KiB/sec. 2024.06.17 21:27:55.953552 [ 146 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2024.06.17 21:27:55.953653 [ 146 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:55.953707 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:55.953844 [ 3 ] {ee6f5c5e-9375-4a9b-ad0b-8c4ed57ab5ea} DynamicQueryHandler: Done processing query 2024.06.17 21:27:55.953855 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:27:55.953880 [ 3 ] {ee6f5c5e-9375-4a9b-ad0b-8c4ed57ab5ea} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:27:55.953909 [ 3 ] {} HTTP-Session: 434c6d0d-4e05-4505-886c-27f5c6e5bfe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.954017 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:55.954052 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 54 rows starting from the beginning of the part 2024.06.17 21:27:55.954115 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16382, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:55.954160 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 19 rows starting from the beginning of the part 2024.06.17 21:27:55.954244 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:55.954349 [ 3 ] {} HTTP-Session: 55d27324-1f31-4104-854d-bb8fd9d2ad70 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:55.954480 [ 3 ] {} HTTP-Session: 55d27324-1f31-4104-854d-bb8fd9d2ad70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.954576 [ 3 ] {} HTTP-Session: 55d27324-1f31-4104-854d-bb8fd9d2ad70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.954599 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 35 rows starting from the beginning of the part 2024.06.17 21:27:55.954691 [ 3 ] {} HTTP-Session: 55d27324-1f31-4104-854d-bb8fd9d2ad70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:55.954877 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 19 rows starting from the beginning of the part 2024.06.17 21:27:55.955099 [ 3 ] {9a9f2ed3-c9ee-44d1-86ad-70eb843b7b3d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:55.955160 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 35 rows starting from the beginning of the part 2024.06.17 21:27:55.955239 [ 3 ] {9a9f2ed3-c9ee-44d1-86ad-70eb843b7b3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:27:55.955476 [ 196 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 19 rows starting from the beginning of the part 2024.06.17 21:27:55.956173 [ 3 ] {9a9f2ed3-c9ee-44d1-86ad-70eb843b7b3d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:55.956731 [ 3 ] {9a9f2ed3-c9ee-44d1-86ad-70eb843b7b3d} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:55.956777 [ 3 ] {9a9f2ed3-c9ee-44d1-86ad-70eb843b7b3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:55.957298 [ 201 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 4 columns (4 merged, 0 gathered) in 0.003501275 sec., 51695.453798973234 rows/sec., 4.09 MiB/sec. 2024.06.17 21:27:55.957313 [ 3 ] {9a9f2ed3-c9ee-44d1-86ad-70eb843b7b3d} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2024.06.17 21:27:55.957590 [ 187 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2024.06.17 21:27:55.957827 [ 3 ] {9a9f2ed3-c9ee-44d1-86ad-70eb843b7b3d} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:55.958245 [ 3 ] {9a9f2ed3-c9ee-44d1-86ad-70eb843b7b3d} executeQuery: Read 113 rows, 9.48 KiB in 0.003318 sec., 34056.660638939116 rows/sec., 2.79 MiB/sec. 2024.06.17 21:27:55.958805 [ 187 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_86_17} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:55.958942 [ 3 ] {9a9f2ed3-c9ee-44d1-86ad-70eb843b7b3d} DynamicQueryHandler: Done processing query 2024.06.17 21:27:55.959082 [ 3 ] {9a9f2ed3-c9ee-44d1-86ad-70eb843b7b3d} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:27:55.959130 [ 187 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_86_17} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2024.06.17 21:27:55.959180 [ 3 ] {} HTTP-Session: 55d27324-1f31-4104-854d-bb8fd9d2ad70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.959406 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.06.17 21:27:55.959528 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:55.959630 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:55.959650 [ 3 ] {} HTTP-Session: 87bbf16d-d38f-411a-bec2-3ca5e9e2f733 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:55.959668 [ 3 ] {} HTTP-Session: 87bbf16d-d38f-411a-bec2-3ca5e9e2f733 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.959682 [ 3 ] {} HTTP-Session: 87bbf16d-d38f-411a-bec2-3ca5e9e2f733 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.959717 [ 3 ] {} HTTP-Session: 87bbf16d-d38f-411a-bec2-3ca5e9e2f733 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:55.959859 [ 3 ] {1f649af9-3759-4fe0-b99b-8547ed342c1f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:55.959907 [ 3 ] {1f649af9-3759-4fe0-b99b-8547ed342c1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:27:55.960061 [ 3 ] {1f649af9-3759-4fe0-b99b-8547ed342c1f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:55.960411 [ 3 ] {1f649af9-3759-4fe0-b99b-8547ed342c1f} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:55.960449 [ 3 ] {1f649af9-3759-4fe0-b99b-8547ed342c1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:55.960778 [ 3 ] {1f649af9-3759-4fe0-b99b-8547ed342c1f} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2024.06.17 21:27:55.961086 [ 3 ] {1f649af9-3759-4fe0-b99b-8547ed342c1f} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:55.961237 [ 3 ] {1f649af9-3759-4fe0-b99b-8547ed342c1f} executeQuery: Read 83 rows, 6.64 KiB in 0.001432 sec., 57960.89385474861 rows/sec., 4.53 MiB/sec. 2024.06.17 21:27:55.961510 [ 3 ] {1f649af9-3759-4fe0-b99b-8547ed342c1f} DynamicQueryHandler: Done processing query 2024.06.17 21:27:55.961569 [ 3 ] {1f649af9-3759-4fe0-b99b-8547ed342c1f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:27:55.961623 [ 3 ] {} HTTP-Session: 87bbf16d-d38f-411a-bec2-3ca5e9e2f733 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.961864 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:55.961919 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:55.961939 [ 3 ] {} HTTP-Session: 04ec3ec2-75ec-461c-9082-fb9906b1005f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:55.961955 [ 3 ] {} HTTP-Session: 04ec3ec2-75ec-461c-9082-fb9906b1005f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.961970 [ 3 ] {} HTTP-Session: 04ec3ec2-75ec-461c-9082-fb9906b1005f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.962003 [ 3 ] {} HTTP-Session: 04ec3ec2-75ec-461c-9082-fb9906b1005f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:55.962159 [ 3 ] {89a51f6d-e348-4128-b154-4262fba76b84} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:55.962209 [ 3 ] {89a51f6d-e348-4128-b154-4262fba76b84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:27:55.962375 [ 3 ] {89a51f6d-e348-4128-b154-4262fba76b84} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:55.962756 [ 3 ] {89a51f6d-e348-4128-b154-4262fba76b84} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:55.962793 [ 3 ] {89a51f6d-e348-4128-b154-4262fba76b84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:55.963198 [ 3 ] {89a51f6d-e348-4128-b154-4262fba76b84} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2024.06.17 21:27:55.963533 [ 3 ] {89a51f6d-e348-4128-b154-4262fba76b84} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:55.963688 [ 3 ] {89a51f6d-e348-4128-b154-4262fba76b84} executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec. 2024.06.17 21:27:55.963964 [ 3 ] {89a51f6d-e348-4128-b154-4262fba76b84} DynamicQueryHandler: Done processing query 2024.06.17 21:27:55.964018 [ 3 ] {89a51f6d-e348-4128-b154-4262fba76b84} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:27:55.964078 [ 3 ] {} HTTP-Session: 04ec3ec2-75ec-461c-9082-fb9906b1005f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.964329 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 20371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:55.964462 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:55.964521 [ 3 ] {} HTTP-Session: 5845de6b-5b18-42cd-adc8-3e2b6ae7ef2c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:55.964561 [ 3 ] {} HTTP-Session: 5845de6b-5b18-42cd-adc8-3e2b6ae7ef2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.964594 [ 3 ] {} HTTP-Session: 5845de6b-5b18-42cd-adc8-3e2b6ae7ef2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.964628 [ 3 ] {} HTTP-Session: 5845de6b-5b18-42cd-adc8-3e2b6ae7ef2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:55.964833 [ 3 ] {f1e3206a-5447-4c82-85df-aa525ccdbd25} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:55.964883 [ 3 ] {f1e3206a-5447-4c82-85df-aa525ccdbd25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:27:55.965056 [ 3 ] {f1e3206a-5447-4c82-85df-aa525ccdbd25} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:55.965462 [ 3 ] {f1e3206a-5447-4c82-85df-aa525ccdbd25} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:55.965499 [ 3 ] {f1e3206a-5447-4c82-85df-aa525ccdbd25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:55.965907 [ 3 ] {f1e3206a-5447-4c82-85df-aa525ccdbd25} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2024.06.17 21:27:55.966253 [ 3 ] {f1e3206a-5447-4c82-85df-aa525ccdbd25} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:55.966413 [ 3 ] {f1e3206a-5447-4c82-85df-aa525ccdbd25} executeQuery: Read 19 rows, 26.25 KiB in 0.001695 sec., 11209.4395280236 rows/sec., 15.13 MiB/sec. 2024.06.17 21:27:55.966424 [ 145 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2024.06.17 21:27:55.966522 [ 145 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:55.966584 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:55.966714 [ 3 ] {f1e3206a-5447-4c82-85df-aa525ccdbd25} DynamicQueryHandler: Done processing query 2024.06.17 21:27:55.966764 [ 3 ] {f1e3206a-5447-4c82-85df-aa525ccdbd25} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:27:55.966777 [ 194 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:27:55.966794 [ 3 ] {} HTTP-Session: 5845de6b-5b18-42cd-adc8-3e2b6ae7ef2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.967006 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:27:55.967064 [ 194 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:55.967097 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:27:55.967142 [ 3 ] {} HTTP-Session: 14ae3386-e365-47fc-88ce-61c673e083ba Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:27:55.967143 [ 194 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1354 rows starting from the beginning of the part 2024.06.17 21:27:55.967173 [ 3 ] {} HTTP-Session: 14ae3386-e365-47fc-88ce-61c673e083ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.967211 [ 3 ] {} HTTP-Session: 14ae3386-e365-47fc-88ce-61c673e083ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.967353 [ 3 ] {} HTTP-Session: 14ae3386-e365-47fc-88ce-61c673e083ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:27:55.967464 [ 194 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 19 rows starting from the beginning of the part 2024.06.17 21:27:55.967772 [ 194 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 35 rows starting from the beginning of the part 2024.06.17 21:27:55.967828 [ 3 ] {549ca6be-b1d8-4a59-9779-362400581188} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:27:55.968040 [ 3 ] {549ca6be-b1d8-4a59-9779-362400581188} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:27:55.968068 [ 194 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 19 rows starting from the beginning of the part 2024.06.17 21:27:55.968485 [ 194 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 35 rows starting from the beginning of the part 2024.06.17 21:27:55.968915 [ 194 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 19 rows starting from the beginning of the part 2024.06.17 21:27:55.969267 [ 3 ] {549ca6be-b1d8-4a59-9779-362400581188} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:27:55.970015 [ 3 ] {549ca6be-b1d8-4a59-9779-362400581188} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:55.970077 [ 3 ] {549ca6be-b1d8-4a59-9779-362400581188} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:55.970576 [ 3 ] {549ca6be-b1d8-4a59-9779-362400581188} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2024.06.17 21:27:55.970931 [ 3 ] {549ca6be-b1d8-4a59-9779-362400581188} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:55.971085 [ 3 ] {549ca6be-b1d8-4a59-9779-362400581188} executeQuery: Read 60 rows, 4.14 KiB in 0.003456 sec., 17361.111111111113 rows/sec., 1.17 MiB/sec. 2024.06.17 21:27:55.971385 [ 3 ] {549ca6be-b1d8-4a59-9779-362400581188} DynamicQueryHandler: Done processing query 2024.06.17 21:27:55.971425 [ 3 ] {549ca6be-b1d8-4a59-9779-362400581188} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:27:55.971477 [ 3 ] {} HTTP-Session: 14ae3386-e365-47fc-88ce-61c673e083ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:27:55.973334 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1481 rows, containing 6 columns (6 merged, 0 gathered) in 0.006652768 sec., 222614.1058879552 rows/sec., 300.41 MiB/sec. 2024.06.17 21:27:55.974522 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2024.06.17 21:27:55.974999 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_86_17} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:55.975094 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_86_17} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2024.06.17 21:27:55.975204 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.73 MiB. 2024.06.17 21:27:57.765080 [ 144 ] {} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 2024.06.17 21:27:57.765221 [ 144 ] {} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:57.765268 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:57.765538 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_31_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_27_6 to all_31_31_0 into Compact with storage Full 2024.06.17 21:27:57.765970 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_31_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:57.766004 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 17 rows starting from the beginning of the part 2024.06.17 21:27:57.766145 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part 2024.06.17 21:27:57.766345 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part 2024.06.17 21:27:57.766587 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2024.06.17 21:27:57.766754 [ 192 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part 2024.06.17 21:27:57.767865 [ 189 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_31_7} MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.002476286 sec., 12518.747834458542 rows/sec., 865.24 KiB/sec. 2024.06.17 21:27:57.768045 [ 200 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_31_7} MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) 2024.06.17 21:27:57.768504 [ 200 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_31_7} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:57.768599 [ 200 ] {8c0dd73f-d7b0-43e7-a7cc-1a1878e81414::all_1_31_7} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 2024.06.17 21:27:57.768688 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.17 21:27:58.069383 [ 142 ] {} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 2024.06.17 21:27:58.069457 [ 142 ] {} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:27:58.069485 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:27:58.069709 [ 189 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_31_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_27_6 to all_31_31_0 into Compact with storage Full 2024.06.17 21:27:58.070006 [ 189 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_31_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:27:58.070041 [ 189 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 17 rows starting from the beginning of the part 2024.06.17 21:27:58.070117 [ 189 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part 2024.06.17 21:27:58.070326 [ 189 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part 2024.06.17 21:27:58.070498 [ 189 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2024.06.17 21:27:58.070725 [ 189 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part 2024.06.17 21:27:58.071776 [ 198 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_31_7} MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.002200182 sec., 14089.743484857161 rows/sec., 1.11 MiB/sec. 2024.06.17 21:27:58.071949 [ 188 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_31_7} MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) 2024.06.17 21:27:58.072359 [ 188 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_31_7} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:27:58.072444 [ 188 ] {2aee5696-d258-411b-8ade-143e14aaba0c::all_1_31_7} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 2024.06.17 21:27:58.072532 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.17 21:28:00.181546 [ 143 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:28:00.181595 [ 143 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:28:00.953738 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 5069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:00.953858 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:00.953884 [ 3 ] {} HTTP-Session: 99f3cd90-48af-413e-83ed-8eb4435e6daa Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:00.953910 [ 3 ] {} HTTP-Session: 99f3cd90-48af-413e-83ed-8eb4435e6daa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.953925 [ 3 ] {} HTTP-Session: 99f3cd90-48af-413e-83ed-8eb4435e6daa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.953974 [ 3 ] {} HTTP-Session: 99f3cd90-48af-413e-83ed-8eb4435e6daa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:00.954172 [ 3 ] {25f7be4b-c63f-43c8-bae4-456a969c2389} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:00.954241 [ 3 ] {25f7be4b-c63f-43c8-bae4-456a969c2389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:28:00.954432 [ 3 ] {25f7be4b-c63f-43c8-bae4-456a969c2389} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:00.954858 [ 3 ] {25f7be4b-c63f-43c8-bae4-456a969c2389} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:00.954903 [ 3 ] {25f7be4b-c63f-43c8-bae4-456a969c2389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:28:00.955291 [ 3 ] {25f7be4b-c63f-43c8-bae4-456a969c2389} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2024.06.17 21:28:00.955631 [ 3 ] {25f7be4b-c63f-43c8-bae4-456a969c2389} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:00.955803 [ 3 ] {25f7be4b-c63f-43c8-bae4-456a969c2389} executeQuery: Read 35 rows, 2.84 KiB in 0.001691 sec., 20697.811945594323 rows/sec., 1.64 MiB/sec. 2024.06.17 21:28:00.956024 [ 3 ] {25f7be4b-c63f-43c8-bae4-456a969c2389} DynamicQueryHandler: Done processing query 2024.06.17 21:28:00.956052 [ 3 ] {25f7be4b-c63f-43c8-bae4-456a969c2389} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:28:00.956069 [ 3 ] {} HTTP-Session: 99f3cd90-48af-413e-83ed-8eb4435e6daa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.956282 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 28721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:00.956337 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:00.956357 [ 3 ] {} HTTP-Session: 6a63908d-82c6-49bf-8c14-7a09fdd4b2b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:00.956375 [ 3 ] {} HTTP-Session: 6a63908d-82c6-49bf-8c14-7a09fdd4b2b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.956389 [ 3 ] {} HTTP-Session: 6a63908d-82c6-49bf-8c14-7a09fdd4b2b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.956422 [ 3 ] {} HTTP-Session: 6a63908d-82c6-49bf-8c14-7a09fdd4b2b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:00.956577 [ 3 ] {bd4e32a1-0208-4977-92f5-1fb3a94660f0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:00.956624 [ 3 ] {bd4e32a1-0208-4977-92f5-1fb3a94660f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:28:00.956755 [ 3 ] {bd4e32a1-0208-4977-92f5-1fb3a94660f0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:00.957181 [ 3 ] {bd4e32a1-0208-4977-92f5-1fb3a94660f0} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:00.957220 [ 3 ] {bd4e32a1-0208-4977-92f5-1fb3a94660f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:28:00.957551 [ 3 ] {bd4e32a1-0208-4977-92f5-1fb3a94660f0} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2024.06.17 21:28:00.957860 [ 3 ] {bd4e32a1-0208-4977-92f5-1fb3a94660f0} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:00.958011 [ 3 ] {bd4e32a1-0208-4977-92f5-1fb3a94660f0} executeQuery: Read 197 rows, 16.76 KiB in 0.001502 sec., 131158.45539280958 rows/sec., 10.89 MiB/sec. 2024.06.17 21:28:00.958185 [ 3 ] {bd4e32a1-0208-4977-92f5-1fb3a94660f0} DynamicQueryHandler: Done processing query 2024.06.17 21:28:00.958210 [ 3 ] {bd4e32a1-0208-4977-92f5-1fb3a94660f0} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:28:00.958226 [ 3 ] {} HTTP-Session: 6a63908d-82c6-49bf-8c14-7a09fdd4b2b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.958369 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 20864, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:00.958417 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:00.958436 [ 3 ] {} HTTP-Session: 82157e2f-2aba-4762-ae7a-45d978877f9d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:00.958453 [ 3 ] {} HTTP-Session: 82157e2f-2aba-4762-ae7a-45d978877f9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.958466 [ 3 ] {} HTTP-Session: 82157e2f-2aba-4762-ae7a-45d978877f9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.958499 [ 3 ] {} HTTP-Session: 82157e2f-2aba-4762-ae7a-45d978877f9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:00.958629 [ 3 ] {436878aa-7364-4353-878a-b261598d6768} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:00.958673 [ 3 ] {436878aa-7364-4353-878a-b261598d6768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:28:00.958798 [ 3 ] {436878aa-7364-4353-878a-b261598d6768} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:00.959149 [ 3 ] {436878aa-7364-4353-878a-b261598d6768} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:00.959186 [ 3 ] {436878aa-7364-4353-878a-b261598d6768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:28:00.959497 [ 3 ] {436878aa-7364-4353-878a-b261598d6768} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2024.06.17 21:28:00.959813 [ 3 ] {436878aa-7364-4353-878a-b261598d6768} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:00.959975 [ 3 ] {436878aa-7364-4353-878a-b261598d6768} executeQuery: Read 123 rows, 9.82 KiB in 0.00139 sec., 88489.20863309353 rows/sec., 6.90 MiB/sec. 2024.06.17 21:28:00.960226 [ 3 ] {436878aa-7364-4353-878a-b261598d6768} DynamicQueryHandler: Done processing query 2024.06.17 21:28:00.960286 [ 3 ] {436878aa-7364-4353-878a-b261598d6768} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:28:00.960340 [ 3 ] {} HTTP-Session: 82157e2f-2aba-4762-ae7a-45d978877f9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.960613 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:00.960666 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:00.960685 [ 3 ] {} HTTP-Session: a7091d6b-e995-4464-b1af-047b542933c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:00.960702 [ 3 ] {} HTTP-Session: a7091d6b-e995-4464-b1af-047b542933c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.960716 [ 3 ] {} HTTP-Session: a7091d6b-e995-4464-b1af-047b542933c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.960748 [ 3 ] {} HTTP-Session: a7091d6b-e995-4464-b1af-047b542933c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:00.960928 [ 3 ] {02686d91-1184-4389-b2ea-a7c9c457f887} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:00.960977 [ 3 ] {02686d91-1184-4389-b2ea-a7c9c457f887} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:28:00.961136 [ 3 ] {02686d91-1184-4389-b2ea-a7c9c457f887} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:00.961518 [ 3 ] {02686d91-1184-4389-b2ea-a7c9c457f887} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:00.961554 [ 3 ] {02686d91-1184-4389-b2ea-a7c9c457f887} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:28:00.961944 [ 3 ] {02686d91-1184-4389-b2ea-a7c9c457f887} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2024.06.17 21:28:00.962280 [ 3 ] {02686d91-1184-4389-b2ea-a7c9c457f887} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:00.962434 [ 3 ] {02686d91-1184-4389-b2ea-a7c9c457f887} executeQuery: Read 196 rows, 14.01 KiB in 0.001596 sec., 122807.01754385965 rows/sec., 8.57 MiB/sec. 2024.06.17 21:28:00.962667 [ 3 ] {02686d91-1184-4389-b2ea-a7c9c457f887} DynamicQueryHandler: Done processing query 2024.06.17 21:28:00.962715 [ 3 ] {02686d91-1184-4389-b2ea-a7c9c457f887} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.17 21:28:00.962767 [ 3 ] {} HTTP-Session: a7091d6b-e995-4464-b1af-047b542933c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.963010 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:00.963061 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:00.963081 [ 3 ] {} HTTP-Session: 29c513ad-a575-4951-816c-ed621106fd78 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:00.963097 [ 3 ] {} HTTP-Session: 29c513ad-a575-4951-816c-ed621106fd78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.963111 [ 3 ] {} HTTP-Session: 29c513ad-a575-4951-816c-ed621106fd78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.963142 [ 3 ] {} HTTP-Session: 29c513ad-a575-4951-816c-ed621106fd78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:00.963420 [ 3 ] {4eace138-435a-4ac6-804e-733266083e92} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:00.963469 [ 3 ] {4eace138-435a-4ac6-804e-733266083e92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:28:00.963645 [ 3 ] {4eace138-435a-4ac6-804e-733266083e92} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:00.964106 [ 3 ] {4eace138-435a-4ac6-804e-733266083e92} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:00.964143 [ 3 ] {4eace138-435a-4ac6-804e-733266083e92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:28:00.964558 [ 3 ] {4eace138-435a-4ac6-804e-733266083e92} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2024.06.17 21:28:00.964890 [ 3 ] {4eace138-435a-4ac6-804e-733266083e92} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:00.965040 [ 3 ] {4eace138-435a-4ac6-804e-733266083e92} executeQuery: Read 35 rows, 48.36 KiB in 0.001807 sec., 19369.12008854455 rows/sec., 26.14 MiB/sec. 2024.06.17 21:28:00.965322 [ 3 ] {4eace138-435a-4ac6-804e-733266083e92} DynamicQueryHandler: Done processing query 2024.06.17 21:28:00.965382 [ 3 ] {4eace138-435a-4ac6-804e-733266083e92} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.06.17 21:28:00.965451 [ 3 ] {} HTTP-Session: 29c513ad-a575-4951-816c-ed621106fd78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.965662 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:00.965726 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:00.965745 [ 3 ] {} HTTP-Session: 5722bc48-f4b6-4f16-a79b-8b3352fbf7fd Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:00.965761 [ 3 ] {} HTTP-Session: 5722bc48-f4b6-4f16-a79b-8b3352fbf7fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.965774 [ 3 ] {} HTTP-Session: 5722bc48-f4b6-4f16-a79b-8b3352fbf7fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:00.965805 [ 3 ] {} HTTP-Session: 5722bc48-f4b6-4f16-a79b-8b3352fbf7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:00.965931 [ 3 ] {b7092039-05a7-47b1-95b9-59b4b4d9ae6e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:00.965978 [ 3 ] {b7092039-05a7-47b1-95b9-59b4b4d9ae6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:28:00.966122 [ 3 ] {b7092039-05a7-47b1-95b9-59b4b4d9ae6e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:00.966407 [ 3 ] {b7092039-05a7-47b1-95b9-59b4b4d9ae6e} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:00.966444 [ 3 ] {b7092039-05a7-47b1-95b9-59b4b4d9ae6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2024.06.17 21:28:00.966798 [ 3 ] {b7092039-05a7-47b1-95b9-59b4b4d9ae6e} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2024.06.17 21:28:00.967120 [ 3 ] {b7092039-05a7-47b1-95b9-59b4b4d9ae6e} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:00.967271 [ 3 ] {b7092039-05a7-47b1-95b9-59b4b4d9ae6e} executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. 2024.06.17 21:28:00.967430 [ 3 ] {b7092039-05a7-47b1-95b9-59b4b4d9ae6e} DynamicQueryHandler: Done processing query 2024.06.17 21:28:00.967455 [ 3 ] {b7092039-05a7-47b1-95b9-59b4b4d9ae6e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:28:00.967471 [ 3 ] {} HTTP-Session: 5722bc48-f4b6-4f16-a79b-8b3352fbf7fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:01.002035 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001696428 sec. 2024.06.17 21:28:05.951312 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:05.951462 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:05.951491 [ 3 ] {} HTTP-Session: 3d5765f1-1de1-4725-a9aa-3e17b311ac28 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:05.951521 [ 3 ] {} HTTP-Session: 3d5765f1-1de1-4725-a9aa-3e17b311ac28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.951539 [ 3 ] {} HTTP-Session: 3d5765f1-1de1-4725-a9aa-3e17b311ac28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.951597 [ 3 ] {} HTTP-Session: 3d5765f1-1de1-4725-a9aa-3e17b311ac28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:05.951817 [ 3 ] {c724a407-3ab5-4265-99e1-0f3102e3dd57} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:05.951898 [ 3 ] {c724a407-3ab5-4265-99e1-0f3102e3dd57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:28:05.952121 [ 3 ] {c724a407-3ab5-4265-99e1-0f3102e3dd57} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:05.952568 [ 3 ] {c724a407-3ab5-4265-99e1-0f3102e3dd57} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:05.952617 [ 3 ] {c724a407-3ab5-4265-99e1-0f3102e3dd57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:05.953011 [ 3 ] {c724a407-3ab5-4265-99e1-0f3102e3dd57} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2024.06.17 21:28:05.953350 [ 3 ] {c724a407-3ab5-4265-99e1-0f3102e3dd57} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:05.953517 [ 3 ] {c724a407-3ab5-4265-99e1-0f3102e3dd57} executeQuery: Read 19 rows, 1.54 KiB in 0.001769 sec., 10740.531373657434 rows/sec., 870.57 KiB/sec. 2024.06.17 21:28:05.953850 [ 3 ] {c724a407-3ab5-4265-99e1-0f3102e3dd57} DynamicQueryHandler: Done processing query 2024.06.17 21:28:05.953922 [ 3 ] {c724a407-3ab5-4265-99e1-0f3102e3dd57} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:28:05.953998 [ 3 ] {} HTTP-Session: 3d5765f1-1de1-4725-a9aa-3e17b311ac28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.954227 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16382, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:05.954287 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:05.954307 [ 3 ] {} HTTP-Session: f3718e17-d871-4d2e-8d48-27078d172f0f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:05.954326 [ 3 ] {} HTTP-Session: f3718e17-d871-4d2e-8d48-27078d172f0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.954340 [ 3 ] {} HTTP-Session: f3718e17-d871-4d2e-8d48-27078d172f0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.954377 [ 3 ] {} HTTP-Session: f3718e17-d871-4d2e-8d48-27078d172f0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:05.954521 [ 3 ] {1d15f857-363a-4d97-8e11-3fc0cae33c75} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:05.954571 [ 3 ] {1d15f857-363a-4d97-8e11-3fc0cae33c75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:28:05.954720 [ 3 ] {1d15f857-363a-4d97-8e11-3fc0cae33c75} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:05.955104 [ 3 ] {1d15f857-363a-4d97-8e11-3fc0cae33c75} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:05.955143 [ 3 ] {1d15f857-363a-4d97-8e11-3fc0cae33c75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:05.955473 [ 3 ] {1d15f857-363a-4d97-8e11-3fc0cae33c75} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2024.06.17 21:28:05.955783 [ 3 ] {1d15f857-363a-4d97-8e11-3fc0cae33c75} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:05.955941 [ 3 ] {1d15f857-363a-4d97-8e11-3fc0cae33c75} executeQuery: Read 113 rows, 9.48 KiB in 0.001477 sec., 76506.43195666892 rows/sec., 6.27 MiB/sec. 2024.06.17 21:28:05.955960 [ 138 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2024.06.17 21:28:05.956063 [ 138 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:05.956094 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:05.956174 [ 3 ] {1d15f857-363a-4d97-8e11-3fc0cae33c75} DynamicQueryHandler: Done processing query 2024.06.17 21:28:05.956235 [ 3 ] {1d15f857-363a-4d97-8e11-3fc0cae33c75} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:28:05.956298 [ 3 ] {} HTTP-Session: f3718e17-d871-4d2e-8d48-27078d172f0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.956371 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::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.06.17 21:28:05.956475 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:05.956573 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:05.956631 [ 3 ] {} HTTP-Session: caf61e16-520c-4958-84a6-fe919ebe2e12 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:05.956678 [ 3 ] {} HTTP-Session: caf61e16-520c-4958-84a6-fe919ebe2e12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.956690 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:28:05.956703 [ 3 ] {} HTTP-Session: caf61e16-520c-4958-84a6-fe919ebe2e12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.956770 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 267 rows starting from the beginning of the part 2024.06.17 21:28:05.956779 [ 3 ] {} HTTP-Session: caf61e16-520c-4958-84a6-fe919ebe2e12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:05.956981 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 114 rows starting from the beginning of the part 2024.06.17 21:28:05.957226 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 161 rows starting from the beginning of the part 2024.06.17 21:28:05.957299 [ 3 ] {5bce9dba-d21e-4a42-bbd5-b8f02cc92397} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:05.957535 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 113 rows starting from the beginning of the part 2024.06.17 21:28:05.957609 [ 3 ] {5bce9dba-d21e-4a42-bbd5-b8f02cc92397} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:28:05.957713 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 197 rows starting from the beginning of the part 2024.06.17 21:28:05.958066 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 113 rows starting from the beginning of the part 2024.06.17 21:28:05.958712 [ 3 ] {5bce9dba-d21e-4a42-bbd5-b8f02cc92397} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:05.959509 [ 3 ] {5bce9dba-d21e-4a42-bbd5-b8f02cc92397} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:05.959580 [ 3 ] {5bce9dba-d21e-4a42-bbd5-b8f02cc92397} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:05.960423 [ 3 ] {5bce9dba-d21e-4a42-bbd5-b8f02cc92397} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2024.06.17 21:28:05.961042 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 965 rows, containing 4 columns (4 merged, 0 gathered) in 0.004841309 sec., 199326.25659713105 rows/sec., 16.55 MiB/sec. 2024.06.17 21:28:05.961103 [ 3 ] {5bce9dba-d21e-4a42-bbd5-b8f02cc92397} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:05.961294 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2024.06.17 21:28:05.961351 [ 138 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2024.06.17 21:28:05.961408 [ 3 ] {5bce9dba-d21e-4a42-bbd5-b8f02cc92397} executeQuery: Read 83 rows, 6.64 KiB in 0.004394 sec., 18889.394629039598 rows/sec., 1.48 MiB/sec. 2024.06.17 21:28:05.961449 [ 138 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:05.961529 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:05.962034 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::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.06.17 21:28:05.962751 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:28:05.962898 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 198 rows starting from the beginning of the part 2024.06.17 21:28:05.963243 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 85 rows starting from the beginning of the part 2024.06.17 21:28:05.963630 [ 3 ] {5bce9dba-d21e-4a42-bbd5-b8f02cc92397} DynamicQueryHandler: Done processing query 2024.06.17 21:28:05.963771 [ 3 ] {5bce9dba-d21e-4a42-bbd5-b8f02cc92397} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:28:05.963783 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 99 rows starting from the beginning of the part 2024.06.17 21:28:05.963895 [ 3 ] {} HTTP-Session: caf61e16-520c-4958-84a6-fe919ebe2e12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.964296 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 83 rows starting from the beginning of the part 2024.06.17 21:28:05.964620 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:05.964706 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 123 rows starting from the beginning of the part 2024.06.17 21:28:05.964822 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_91_18} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:05.965080 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 83 rows starting from the beginning of the part 2024.06.17 21:28:05.965183 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:05.965341 [ 189 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_91_18} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2024.06.17 21:28:05.965394 [ 3 ] {} HTTP-Session: d634cb4e-d5c8-4299-afe9-79ebbafe3fec Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:05.965583 [ 3 ] {} HTTP-Session: d634cb4e-d5c8-4299-afe9-79ebbafe3fec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.965650 [ 3 ] {} HTTP-Session: d634cb4e-d5c8-4299-afe9-79ebbafe3fec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.965730 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2024.06.17 21:28:05.965841 [ 3 ] {} HTTP-Session: d634cb4e-d5c8-4299-afe9-79ebbafe3fec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:05.966139 [ 3 ] {4af6bfe7-a13b-4e8b-87a1-513e9d1c6da5} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:05.966252 [ 3 ] {4af6bfe7-a13b-4e8b-87a1-513e9d1c6da5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:28:05.966924 [ 3 ] {4af6bfe7-a13b-4e8b-87a1-513e9d1c6da5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:05.967810 [ 3 ] {4af6bfe7-a13b-4e8b-87a1-513e9d1c6da5} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:05.967883 [ 3 ] {4af6bfe7-a13b-4e8b-87a1-513e9d1c6da5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:05.968211 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 671 rows, containing 4 columns (4 merged, 0 gathered) in 0.006525836 sec., 102822.07520998076 rows/sec., 8.00 MiB/sec. 2024.06.17 21:28:05.968404 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2024.06.17 21:28:05.968923 [ 3 ] {4af6bfe7-a13b-4e8b-87a1-513e9d1c6da5} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2024.06.17 21:28:05.969272 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_91_18} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:05.969440 [ 190 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_91_18} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2024.06.17 21:28:05.969585 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.06.17 21:28:05.969669 [ 3 ] {4af6bfe7-a13b-4e8b-87a1-513e9d1c6da5} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:05.969849 [ 3 ] {4af6bfe7-a13b-4e8b-87a1-513e9d1c6da5} executeQuery: Read 160 rows, 11.41 KiB in 0.003858 sec., 41472.265422498705 rows/sec., 2.89 MiB/sec. 2024.06.17 21:28:05.970145 [ 3 ] {4af6bfe7-a13b-4e8b-87a1-513e9d1c6da5} DynamicQueryHandler: Done processing query 2024.06.17 21:28:05.970216 [ 3 ] {4af6bfe7-a13b-4e8b-87a1-513e9d1c6da5} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:28:05.970270 [ 3 ] {} HTTP-Session: d634cb4e-d5c8-4299-afe9-79ebbafe3fec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.970478 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 20371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:05.970532 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:05.970551 [ 3 ] {} HTTP-Session: 4251a77e-f0d7-4905-9b72-97f6f962dccc Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:05.970568 [ 3 ] {} HTTP-Session: 4251a77e-f0d7-4905-9b72-97f6f962dccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.970583 [ 3 ] {} HTTP-Session: 4251a77e-f0d7-4905-9b72-97f6f962dccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.970616 [ 3 ] {} HTTP-Session: 4251a77e-f0d7-4905-9b72-97f6f962dccc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:05.970841 [ 3 ] {4668b792-db74-42b3-9917-ada77c88c93c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:05.970892 [ 3 ] {4668b792-db74-42b3-9917-ada77c88c93c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:28:05.971075 [ 3 ] {4668b792-db74-42b3-9917-ada77c88c93c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:05.971497 [ 3 ] {4668b792-db74-42b3-9917-ada77c88c93c} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:05.971534 [ 3 ] {4668b792-db74-42b3-9917-ada77c88c93c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:05.971961 [ 3 ] {4668b792-db74-42b3-9917-ada77c88c93c} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2024.06.17 21:28:05.972308 [ 3 ] {4668b792-db74-42b3-9917-ada77c88c93c} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:05.972467 [ 3 ] {4668b792-db74-42b3-9917-ada77c88c93c} executeQuery: Read 19 rows, 26.25 KiB in 0.001756 sec., 10820.04555808656 rows/sec., 14.60 MiB/sec. 2024.06.17 21:28:05.972646 [ 3 ] {4668b792-db74-42b3-9917-ada77c88c93c} DynamicQueryHandler: Done processing query 2024.06.17 21:28:05.972671 [ 3 ] {4668b792-db74-42b3-9917-ada77c88c93c} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:28:05.972687 [ 3 ] {} HTTP-Session: 4251a77e-f0d7-4905-9b72-97f6f962dccc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.972818 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:05.972868 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:05.972887 [ 3 ] {} HTTP-Session: 20698d65-477d-4d79-9b51-5c06ee66aae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:05.972903 [ 3 ] {} HTTP-Session: 20698d65-477d-4d79-9b51-5c06ee66aae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.972918 [ 3 ] {} HTTP-Session: 20698d65-477d-4d79-9b51-5c06ee66aae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:05.972949 [ 3 ] {} HTTP-Session: 20698d65-477d-4d79-9b51-5c06ee66aae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:05.973061 [ 3 ] {70155664-1e2f-4fe1-9887-ea975624abc8} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:05.973108 [ 3 ] {70155664-1e2f-4fe1-9887-ea975624abc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:28:05.973236 [ 3 ] {70155664-1e2f-4fe1-9887-ea975624abc8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:05.973530 [ 3 ] {70155664-1e2f-4fe1-9887-ea975624abc8} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:05.973566 [ 3 ] {70155664-1e2f-4fe1-9887-ea975624abc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:05.973933 [ 3 ] {70155664-1e2f-4fe1-9887-ea975624abc8} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2024.06.17 21:28:05.974267 [ 3 ] {70155664-1e2f-4fe1-9887-ea975624abc8} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:05.974434 [ 3 ] {70155664-1e2f-4fe1-9887-ea975624abc8} executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. 2024.06.17 21:28:05.974592 [ 3 ] {70155664-1e2f-4fe1-9887-ea975624abc8} DynamicQueryHandler: Done processing query 2024.06.17 21:28:05.974617 [ 3 ] {70155664-1e2f-4fe1-9887-ea975624abc8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:28:05.974633 [ 3 ] {} HTTP-Session: 20698d65-477d-4d79-9b51-5c06ee66aae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.952967 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 5069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:10.953162 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:10.953206 [ 3 ] {} HTTP-Session: d2b3bfa9-c390-431c-a0f8-5ad7cd72a500 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:10.953251 [ 3 ] {} HTTP-Session: d2b3bfa9-c390-431c-a0f8-5ad7cd72a500 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.953279 [ 3 ] {} HTTP-Session: d2b3bfa9-c390-431c-a0f8-5ad7cd72a500 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.953352 [ 3 ] {} HTTP-Session: d2b3bfa9-c390-431c-a0f8-5ad7cd72a500 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:10.953543 [ 3 ] {47f0704b-81e8-4c31-b963-aa187858112c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:10.953612 [ 3 ] {47f0704b-81e8-4c31-b963-aa187858112c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:28:10.953808 [ 3 ] {47f0704b-81e8-4c31-b963-aa187858112c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:10.954256 [ 3 ] {47f0704b-81e8-4c31-b963-aa187858112c} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:10.954298 [ 3 ] {47f0704b-81e8-4c31-b963-aa187858112c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:10.954666 [ 3 ] {47f0704b-81e8-4c31-b963-aa187858112c} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2024.06.17 21:28:10.954992 [ 3 ] {47f0704b-81e8-4c31-b963-aa187858112c} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:10.955163 [ 3 ] {47f0704b-81e8-4c31-b963-aa187858112c} executeQuery: Read 35 rows, 2.84 KiB in 0.001679 sec., 20845.74151280524 rows/sec., 1.65 MiB/sec. 2024.06.17 21:28:10.955393 [ 3 ] {47f0704b-81e8-4c31-b963-aa187858112c} DynamicQueryHandler: Done processing query 2024.06.17 21:28:10.955420 [ 3 ] {47f0704b-81e8-4c31-b963-aa187858112c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:28:10.955436 [ 3 ] {} HTTP-Session: d2b3bfa9-c390-431c-a0f8-5ad7cd72a500 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.955599 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:10.955649 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:10.955668 [ 3 ] {} HTTP-Session: a1efbe9e-1703-4e8b-a108-64f4173404e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:10.955685 [ 3 ] {} HTTP-Session: a1efbe9e-1703-4e8b-a108-64f4173404e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.955699 [ 3 ] {} HTTP-Session: a1efbe9e-1703-4e8b-a108-64f4173404e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.955730 [ 3 ] {} HTTP-Session: a1efbe9e-1703-4e8b-a108-64f4173404e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:10.955831 [ 3 ] {d92d6ba1-afbe-4580-a234-e9e94913c71a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:10.955877 [ 3 ] {d92d6ba1-afbe-4580-a234-e9e94913c71a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:28:10.956010 [ 3 ] {d92d6ba1-afbe-4580-a234-e9e94913c71a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:10.956321 [ 3 ] {d92d6ba1-afbe-4580-a234-e9e94913c71a} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:10.956358 [ 3 ] {d92d6ba1-afbe-4580-a234-e9e94913c71a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:10.956658 [ 3 ] {d92d6ba1-afbe-4580-a234-e9e94913c71a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.06.17 21:28:10.956963 [ 3 ] {d92d6ba1-afbe-4580-a234-e9e94913c71a} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:10.957119 [ 3 ] {d92d6ba1-afbe-4580-a234-e9e94913c71a} executeQuery: Read 4 rows, 334.00 B in 0.001308 sec., 3058.1039755351685 rows/sec., 249.37 KiB/sec. 2024.06.17 21:28:10.957309 [ 3 ] {d92d6ba1-afbe-4580-a234-e9e94913c71a} DynamicQueryHandler: Done processing query 2024.06.17 21:28:10.957337 [ 3 ] {d92d6ba1-afbe-4580-a234-e9e94913c71a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:28:10.957353 [ 3 ] {} HTTP-Session: a1efbe9e-1703-4e8b-a108-64f4173404e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.957547 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 24055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:10.957594 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:10.957613 [ 3 ] {} HTTP-Session: 2a2ac9b1-aba0-4270-bb90-f5a3bdbee14d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:10.957629 [ 3 ] {} HTTP-Session: 2a2ac9b1-aba0-4270-bb90-f5a3bdbee14d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.957644 [ 3 ] {} HTTP-Session: 2a2ac9b1-aba0-4270-bb90-f5a3bdbee14d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.957674 [ 3 ] {} HTTP-Session: 2a2ac9b1-aba0-4270-bb90-f5a3bdbee14d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:10.957812 [ 3 ] {dc08e799-a4d2-41e7-9b27-6e863b66c89e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:10.957854 [ 3 ] {dc08e799-a4d2-41e7-9b27-6e863b66c89e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:28:10.957978 [ 3 ] {dc08e799-a4d2-41e7-9b27-6e863b66c89e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:10.958378 [ 3 ] {dc08e799-a4d2-41e7-9b27-6e863b66c89e} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:10.958413 [ 3 ] {dc08e799-a4d2-41e7-9b27-6e863b66c89e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:10.958730 [ 3 ] {dc08e799-a4d2-41e7-9b27-6e863b66c89e} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2024.06.17 21:28:10.959046 [ 3 ] {dc08e799-a4d2-41e7-9b27-6e863b66c89e} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:10.959200 [ 3 ] {dc08e799-a4d2-41e7-9b27-6e863b66c89e} executeQuery: Read 163 rows, 14.14 KiB in 0.001445 sec., 112802.76816608995 rows/sec., 9.55 MiB/sec. 2024.06.17 21:28:10.959366 [ 3 ] {dc08e799-a4d2-41e7-9b27-6e863b66c89e} DynamicQueryHandler: Done processing query 2024.06.17 21:28:10.959391 [ 3 ] {dc08e799-a4d2-41e7-9b27-6e863b66c89e} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:28:10.959407 [ 3 ] {} HTTP-Session: 2a2ac9b1-aba0-4270-bb90-f5a3bdbee14d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.959528 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:10.959575 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:10.959594 [ 3 ] {} HTTP-Session: 4336b01e-8783-4b57-b516-005becc3e5f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:10.959610 [ 3 ] {} HTTP-Session: 4336b01e-8783-4b57-b516-005becc3e5f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.959624 [ 3 ] {} HTTP-Session: 4336b01e-8783-4b57-b516-005becc3e5f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.959655 [ 3 ] {} HTTP-Session: 4336b01e-8783-4b57-b516-005becc3e5f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:10.959748 [ 3 ] {e9703766-7d3b-4a2c-8cf6-985e8f093186} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:10.959791 [ 3 ] {e9703766-7d3b-4a2c-8cf6-985e8f093186} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:28:10.959915 [ 3 ] {e9703766-7d3b-4a2c-8cf6-985e8f093186} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:10.960185 [ 3 ] {e9703766-7d3b-4a2c-8cf6-985e8f093186} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:10.960222 [ 3 ] {e9703766-7d3b-4a2c-8cf6-985e8f093186} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:10.960519 [ 3 ] {e9703766-7d3b-4a2c-8cf6-985e8f093186} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.06.17 21:28:10.960819 [ 3 ] {e9703766-7d3b-4a2c-8cf6-985e8f093186} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:10.960952 [ 3 ] {e9703766-7d3b-4a2c-8cf6-985e8f093186} executeQuery: Read 4 rows, 286.00 B in 0.001228 sec., 3257.328990228013 rows/sec., 227.44 KiB/sec. 2024.06.17 21:28:10.961204 [ 3 ] {e9703766-7d3b-4a2c-8cf6-985e8f093186} DynamicQueryHandler: Done processing query 2024.06.17 21:28:10.961259 [ 3 ] {e9703766-7d3b-4a2c-8cf6-985e8f093186} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:28:10.961307 [ 3 ] {} HTTP-Session: 4336b01e-8783-4b57-b516-005becc3e5f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.961472 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 17506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:10.961519 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:10.961537 [ 3 ] {} HTTP-Session: de19fc14-ce67-46d5-b220-ede273615afe Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:10.961553 [ 3 ] {} HTTP-Session: de19fc14-ce67-46d5-b220-ede273615afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.961566 [ 3 ] {} HTTP-Session: de19fc14-ce67-46d5-b220-ede273615afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.961596 [ 3 ] {} HTTP-Session: de19fc14-ce67-46d5-b220-ede273615afe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:10.961711 [ 3 ] {b8355405-47be-4c33-9a16-1101dccc7063} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:10.961752 [ 3 ] {b8355405-47be-4c33-9a16-1101dccc7063} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:28:10.961883 [ 3 ] {b8355405-47be-4c33-9a16-1101dccc7063} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:10.962417 [ 3 ] {b8355405-47be-4c33-9a16-1101dccc7063} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:10.962453 [ 3 ] {b8355405-47be-4c33-9a16-1101dccc7063} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:10.962766 [ 3 ] {b8355405-47be-4c33-9a16-1101dccc7063} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2024.06.17 21:28:10.963057 [ 3 ] {b8355405-47be-4c33-9a16-1101dccc7063} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:10.963205 [ 3 ] {b8355405-47be-4c33-9a16-1101dccc7063} executeQuery: Read 103 rows, 8.24 KiB in 0.001508 sec., 68302.3872679045 rows/sec., 5.34 MiB/sec. 2024.06.17 21:28:10.963380 [ 3 ] {b8355405-47be-4c33-9a16-1101dccc7063} DynamicQueryHandler: Done processing query 2024.06.17 21:28:10.963405 [ 3 ] {b8355405-47be-4c33-9a16-1101dccc7063} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:28:10.963421 [ 3 ] {} HTTP-Session: de19fc14-ce67-46d5-b220-ede273615afe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.963612 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 31012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:10.963661 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:10.963680 [ 3 ] {} HTTP-Session: ffef6202-194f-4397-92d3-a737f764a341 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:10.963696 [ 3 ] {} HTTP-Session: ffef6202-194f-4397-92d3-a737f764a341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.963710 [ 3 ] {} HTTP-Session: ffef6202-194f-4397-92d3-a737f764a341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.963742 [ 3 ] {} HTTP-Session: ffef6202-194f-4397-92d3-a737f764a341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:10.963884 [ 3 ] {830cd231-5b55-47af-90aa-53c2f89ef3e4} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:10.963932 [ 3 ] {830cd231-5b55-47af-90aa-53c2f89ef3e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:28:10.964081 [ 3 ] {830cd231-5b55-47af-90aa-53c2f89ef3e4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:10.964501 [ 3 ] {830cd231-5b55-47af-90aa-53c2f89ef3e4} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:10.964537 [ 3 ] {830cd231-5b55-47af-90aa-53c2f89ef3e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:10.964927 [ 3 ] {830cd231-5b55-47af-90aa-53c2f89ef3e4} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2024.06.17 21:28:10.965269 [ 3 ] {830cd231-5b55-47af-90aa-53c2f89ef3e4} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:10.965425 [ 3 ] {830cd231-5b55-47af-90aa-53c2f89ef3e4} executeQuery: Read 162 rows, 11.55 KiB in 0.001603 sec., 101060.51154086088 rows/sec., 7.04 MiB/sec. 2024.06.17 21:28:10.965620 [ 3 ] {830cd231-5b55-47af-90aa-53c2f89ef3e4} DynamicQueryHandler: Done processing query 2024.06.17 21:28:10.965657 [ 3 ] {830cd231-5b55-47af-90aa-53c2f89ef3e4} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:28:10.965686 [ 3 ] {} HTTP-Session: ffef6202-194f-4397-92d3-a737f764a341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.965879 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:10.965928 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:10.965947 [ 3 ] {} HTTP-Session: dbf57991-9bd4-498a-bdb5-bcf22e963fc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:10.965964 [ 3 ] {} HTTP-Session: dbf57991-9bd4-498a-bdb5-bcf22e963fc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.965978 [ 3 ] {} HTTP-Session: dbf57991-9bd4-498a-bdb5-bcf22e963fc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.966010 [ 3 ] {} HTTP-Session: dbf57991-9bd4-498a-bdb5-bcf22e963fc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:10.966299 [ 3 ] {fa045dc5-6898-4546-b509-576620afdbaa} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:10.966347 [ 3 ] {fa045dc5-6898-4546-b509-576620afdbaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:28:10.966507 [ 3 ] {fa045dc5-6898-4546-b509-576620afdbaa} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:10.966994 [ 3 ] {fa045dc5-6898-4546-b509-576620afdbaa} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:10.967030 [ 3 ] {fa045dc5-6898-4546-b509-576620afdbaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:10.967436 [ 3 ] {fa045dc5-6898-4546-b509-576620afdbaa} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2024.06.17 21:28:10.967773 [ 3 ] {fa045dc5-6898-4546-b509-576620afdbaa} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:10.967924 [ 3 ] {fa045dc5-6898-4546-b509-576620afdbaa} executeQuery: Read 35 rows, 48.36 KiB in 0.001831 sec., 19115.237575095576 rows/sec., 25.80 MiB/sec. 2024.06.17 21:28:10.968220 [ 3 ] {fa045dc5-6898-4546-b509-576620afdbaa} DynamicQueryHandler: Done processing query 2024.06.17 21:28:10.968279 [ 3 ] {fa045dc5-6898-4546-b509-576620afdbaa} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.06.17 21:28:10.968337 [ 3 ] {} HTTP-Session: dbf57991-9bd4-498a-bdb5-bcf22e963fc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.968591 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:10.968721 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:10.968794 [ 3 ] {} HTTP-Session: 9f7d08a3-2e0e-4864-8ddc-42e3743c051f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:10.968847 [ 3 ] {} HTTP-Session: 9f7d08a3-2e0e-4864-8ddc-42e3743c051f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.968910 [ 3 ] {} HTTP-Session: 9f7d08a3-2e0e-4864-8ddc-42e3743c051f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:10.968944 [ 3 ] {} HTTP-Session: 9f7d08a3-2e0e-4864-8ddc-42e3743c051f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:10.969067 [ 3 ] {c222fd3a-5f3d-4fbb-aef8-87b97dbd4820} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:10.969114 [ 3 ] {c222fd3a-5f3d-4fbb-aef8-87b97dbd4820} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:28:10.969263 [ 3 ] {c222fd3a-5f3d-4fbb-aef8-87b97dbd4820} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:10.969558 [ 3 ] {c222fd3a-5f3d-4fbb-aef8-87b97dbd4820} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:10.969595 [ 3 ] {c222fd3a-5f3d-4fbb-aef8-87b97dbd4820} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:10.969954 [ 3 ] {c222fd3a-5f3d-4fbb-aef8-87b97dbd4820} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2024.06.17 21:28:10.970274 [ 3 ] {c222fd3a-5f3d-4fbb-aef8-87b97dbd4820} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:10.970453 [ 3 ] {c222fd3a-5f3d-4fbb-aef8-87b97dbd4820} executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. 2024.06.17 21:28:10.970626 [ 3 ] {c222fd3a-5f3d-4fbb-aef8-87b97dbd4820} DynamicQueryHandler: Done processing query 2024.06.17 21:28:10.970651 [ 3 ] {c222fd3a-5f3d-4fbb-aef8-87b97dbd4820} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:28:10.970667 [ 3 ] {} HTTP-Session: 9f7d08a3-2e0e-4864-8ddc-42e3743c051f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.181638 [ 131 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:28:15.181704 [ 131 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:28:15.951424 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:15.951543 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:15.951568 [ 3 ] {} HTTP-Session: 8e81b300-3c6a-46b1-9be6-77fc9980575e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:15.951593 [ 3 ] {} HTTP-Session: 8e81b300-3c6a-46b1-9be6-77fc9980575e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.951608 [ 3 ] {} HTTP-Session: 8e81b300-3c6a-46b1-9be6-77fc9980575e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.951659 [ 3 ] {} HTTP-Session: 8e81b300-3c6a-46b1-9be6-77fc9980575e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:15.951856 [ 3 ] {bb25a110-61f1-436e-b0e5-4d000ec35771} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:15.951924 [ 3 ] {bb25a110-61f1-436e-b0e5-4d000ec35771} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:28:15.952121 [ 3 ] {bb25a110-61f1-436e-b0e5-4d000ec35771} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:15.952566 [ 3 ] {bb25a110-61f1-436e-b0e5-4d000ec35771} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:15.952618 [ 3 ] {bb25a110-61f1-436e-b0e5-4d000ec35771} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:15.953084 [ 3 ] {bb25a110-61f1-436e-b0e5-4d000ec35771} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2024.06.17 21:28:15.953482 [ 3 ] {bb25a110-61f1-436e-b0e5-4d000ec35771} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:15.953630 [ 3 ] {bb25a110-61f1-436e-b0e5-4d000ec35771} executeQuery: Read 19 rows, 1.54 KiB in 0.001837 sec., 10342.950462710942 rows/sec., 838.34 KiB/sec. 2024.06.17 21:28:15.953832 [ 3 ] {bb25a110-61f1-436e-b0e5-4d000ec35771} DynamicQueryHandler: Done processing query 2024.06.17 21:28:15.953859 [ 3 ] {bb25a110-61f1-436e-b0e5-4d000ec35771} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:28:15.953876 [ 3 ] {} HTTP-Session: 8e81b300-3c6a-46b1-9be6-77fc9980575e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.954005 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:15.954053 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:15.954072 [ 3 ] {} HTTP-Session: 74fd6b00-5a1b-41ca-b882-364c4ba7525d Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:15.954089 [ 3 ] {} HTTP-Session: 74fd6b00-5a1b-41ca-b882-364c4ba7525d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.954103 [ 3 ] {} HTTP-Session: 74fd6b00-5a1b-41ca-b882-364c4ba7525d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.954135 [ 3 ] {} HTTP-Session: 74fd6b00-5a1b-41ca-b882-364c4ba7525d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:15.954235 [ 3 ] {495562d7-63be-42d7-98c4-1b08a6c0e759} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:15.954280 [ 3 ] {495562d7-63be-42d7-98c4-1b08a6c0e759} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:28:15.954410 [ 3 ] {495562d7-63be-42d7-98c4-1b08a6c0e759} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:15.954712 [ 3 ] {495562d7-63be-42d7-98c4-1b08a6c0e759} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:15.954749 [ 3 ] {495562d7-63be-42d7-98c4-1b08a6c0e759} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:15.955047 [ 3 ] {495562d7-63be-42d7-98c4-1b08a6c0e759} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.06.17 21:28:15.955416 [ 3 ] {495562d7-63be-42d7-98c4-1b08a6c0e759} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:15.955547 [ 3 ] {495562d7-63be-42d7-98c4-1b08a6c0e759} executeQuery: Read 2 rows, 167.00 B in 0.001334 sec., 1499.250374812594 rows/sec., 122.25 KiB/sec. 2024.06.17 21:28:15.955713 [ 3 ] {495562d7-63be-42d7-98c4-1b08a6c0e759} DynamicQueryHandler: Done processing query 2024.06.17 21:28:15.955738 [ 3 ] {495562d7-63be-42d7-98c4-1b08a6c0e759} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:28:15.955754 [ 3 ] {} HTTP-Session: 74fd6b00-5a1b-41ca-b882-364c4ba7525d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.955927 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:15.955976 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:15.955995 [ 3 ] {} HTTP-Session: 35b3b427-88ee-428d-82e1-cfaa51e06a22 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:15.956012 [ 3 ] {} HTTP-Session: 35b3b427-88ee-428d-82e1-cfaa51e06a22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.956025 [ 3 ] {} HTTP-Session: 35b3b427-88ee-428d-82e1-cfaa51e06a22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.956055 [ 3 ] {} HTTP-Session: 35b3b427-88ee-428d-82e1-cfaa51e06a22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:15.956175 [ 3 ] {cd484ab6-c009-4c47-94f6-01a7317840f1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:15.956217 [ 3 ] {cd484ab6-c009-4c47-94f6-01a7317840f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:28:15.956340 [ 3 ] {cd484ab6-c009-4c47-94f6-01a7317840f1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:15.956893 [ 3 ] {cd484ab6-c009-4c47-94f6-01a7317840f1} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:15.956933 [ 3 ] {cd484ab6-c009-4c47-94f6-01a7317840f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:15.957304 [ 3 ] {cd484ab6-c009-4c47-94f6-01a7317840f1} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2024.06.17 21:28:15.957610 [ 3 ] {cd484ab6-c009-4c47-94f6-01a7317840f1} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:15.957734 [ 3 ] {cd484ab6-c009-4c47-94f6-01a7317840f1} executeQuery: Read 114 rows, 9.55 KiB in 0.001606 sec., 70983.8107098381 rows/sec., 5.81 MiB/sec. 2024.06.17 21:28:15.957888 [ 3 ] {cd484ab6-c009-4c47-94f6-01a7317840f1} DynamicQueryHandler: Done processing query 2024.06.17 21:28:15.957913 [ 3 ] {cd484ab6-c009-4c47-94f6-01a7317840f1} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:28:15.957930 [ 3 ] {} HTTP-Session: 35b3b427-88ee-428d-82e1-cfaa51e06a22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.958050 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:15.958099 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:15.958118 [ 3 ] {} HTTP-Session: ee4bee19-d4cf-4416-b774-c14b3ff1916a Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:15.958134 [ 3 ] {} HTTP-Session: ee4bee19-d4cf-4416-b774-c14b3ff1916a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.958148 [ 3 ] {} HTTP-Session: ee4bee19-d4cf-4416-b774-c14b3ff1916a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.958179 [ 3 ] {} HTTP-Session: ee4bee19-d4cf-4416-b774-c14b3ff1916a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:15.958273 [ 3 ] {380a882d-e3e3-4e0e-b506-1503d87b9c2d} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:15.958316 [ 3 ] {380a882d-e3e3-4e0e-b506-1503d87b9c2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:28:15.958439 [ 3 ] {380a882d-e3e3-4e0e-b506-1503d87b9c2d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:15.958715 [ 3 ] {380a882d-e3e3-4e0e-b506-1503d87b9c2d} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:15.958751 [ 3 ] {380a882d-e3e3-4e0e-b506-1503d87b9c2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:15.959050 [ 3 ] {380a882d-e3e3-4e0e-b506-1503d87b9c2d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.06.17 21:28:15.959359 [ 3 ] {380a882d-e3e3-4e0e-b506-1503d87b9c2d} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:15.959487 [ 3 ] {380a882d-e3e3-4e0e-b506-1503d87b9c2d} executeQuery: Read 2 rows, 143.00 B in 0.001238 sec., 1615.5088852988692 rows/sec., 112.80 KiB/sec. 2024.06.17 21:28:15.959648 [ 3 ] {380a882d-e3e3-4e0e-b506-1503d87b9c2d} DynamicQueryHandler: Done processing query 2024.06.17 21:28:15.959672 [ 3 ] {380a882d-e3e3-4e0e-b506-1503d87b9c2d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:28:15.959688 [ 3 ] {} HTTP-Session: ee4bee19-d4cf-4416-b774-c14b3ff1916a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.959823 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:15.959871 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:15.959890 [ 3 ] {} HTTP-Session: d5c6f5cf-ec6c-40a9-9ae4-7827294ddc5b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:15.959907 [ 3 ] {} HTTP-Session: d5c6f5cf-ec6c-40a9-9ae4-7827294ddc5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.959922 [ 3 ] {} HTTP-Session: d5c6f5cf-ec6c-40a9-9ae4-7827294ddc5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.959952 [ 3 ] {} HTTP-Session: d5c6f5cf-ec6c-40a9-9ae4-7827294ddc5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:15.960067 [ 3 ] {f7c43c14-5d82-48fa-ba8e-7d21c3f42267} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:15.960109 [ 3 ] {f7c43c14-5d82-48fa-ba8e-7d21c3f42267} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:28:15.960235 [ 3 ] {f7c43c14-5d82-48fa-ba8e-7d21c3f42267} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:15.960582 [ 3 ] {f7c43c14-5d82-48fa-ba8e-7d21c3f42267} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:15.960618 [ 3 ] {f7c43c14-5d82-48fa-ba8e-7d21c3f42267} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:15.960929 [ 3 ] {f7c43c14-5d82-48fa-ba8e-7d21c3f42267} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2024.06.17 21:28:15.961226 [ 3 ] {f7c43c14-5d82-48fa-ba8e-7d21c3f42267} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:15.961349 [ 3 ] {f7c43c14-5d82-48fa-ba8e-7d21c3f42267} executeQuery: Read 85 rows, 6.80 KiB in 0.001324 sec., 64199.395770392744 rows/sec., 5.02 MiB/sec. 2024.06.17 21:28:15.961507 [ 3 ] {f7c43c14-5d82-48fa-ba8e-7d21c3f42267} DynamicQueryHandler: Done processing query 2024.06.17 21:28:15.961532 [ 3 ] {f7c43c14-5d82-48fa-ba8e-7d21c3f42267} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.17 21:28:15.961548 [ 3 ] {} HTTP-Session: d5c6f5cf-ec6c-40a9-9ae4-7827294ddc5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.961725 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:15.961773 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:15.961792 [ 3 ] {} HTTP-Session: caec5e3b-99df-48bb-bc36-c1fff869c73c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:15.961808 [ 3 ] {} HTTP-Session: caec5e3b-99df-48bb-bc36-c1fff869c73c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.961822 [ 3 ] {} HTTP-Session: caec5e3b-99df-48bb-bc36-c1fff869c73c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.961853 [ 3 ] {} HTTP-Session: caec5e3b-99df-48bb-bc36-c1fff869c73c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:15.961991 [ 3 ] {4dc6bf1f-b06e-4005-981c-54351690a277} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:15.962038 [ 3 ] {4dc6bf1f-b06e-4005-981c-54351690a277} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:28:15.962179 [ 3 ] {4dc6bf1f-b06e-4005-981c-54351690a277} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:15.962574 [ 3 ] {4dc6bf1f-b06e-4005-981c-54351690a277} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:15.962611 [ 3 ] {4dc6bf1f-b06e-4005-981c-54351690a277} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:15.963005 [ 3 ] {4dc6bf1f-b06e-4005-981c-54351690a277} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2024.06.17 21:28:15.963342 [ 3 ] {4dc6bf1f-b06e-4005-981c-54351690a277} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:15.963470 [ 3 ] {4dc6bf1f-b06e-4005-981c-54351690a277} executeQuery: Read 161 rows, 11.48 KiB in 0.001545 sec., 104207.11974110032 rows/sec., 7.26 MiB/sec. 2024.06.17 21:28:15.963480 [ 128 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2024.06.17 21:28:15.963537 [ 128 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:15.963574 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:15.963669 [ 3 ] {4dc6bf1f-b06e-4005-981c-54351690a277} DynamicQueryHandler: Done processing query 2024.06.17 21:28:15.963725 [ 3 ] {4dc6bf1f-b06e-4005-981c-54351690a277} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:28:15.963782 [ 3 ] {} HTTP-Session: caec5e3b-99df-48bb-bc36-c1fff869c73c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.963842 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::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.06.17 21:28:15.964013 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 20371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:15.964129 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:28:15.964132 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:15.964198 [ 3 ] {} HTTP-Session: a9260612-c285-41a2-b8f0-bf35577ad1d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:15.964207 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_91_18} MergeTreeSequentialSource: Reading 3 marks from part all_1_86_17, total 13083 rows starting from the beginning of the part 2024.06.17 21:28:15.964230 [ 3 ] {} HTTP-Session: a9260612-c285-41a2-b8f0-bf35577ad1d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.964266 [ 3 ] {} HTTP-Session: a9260612-c285-41a2-b8f0-bf35577ad1d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.964324 [ 3 ] {} HTTP-Session: a9260612-c285-41a2-b8f0-bf35577ad1d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:15.964494 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2024.06.17 21:28:15.964695 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 196 rows starting from the beginning of the part 2024.06.17 21:28:15.964954 [ 3 ] {5ace8e32-d8c0-4cc6-bd13-14412f15049e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:15.964982 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part 2024.06.17 21:28:15.965225 [ 3 ] {5ace8e32-d8c0-4cc6-bd13-14412f15049e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:28:15.965278 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 162 rows starting from the beginning of the part 2024.06.17 21:28:15.965628 [ 195 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 161 rows starting from the beginning of the part 2024.06.17 21:28:15.966377 [ 3 ] {5ace8e32-d8c0-4cc6-bd13-14412f15049e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:15.966908 [ 3 ] {5ace8e32-d8c0-4cc6-bd13-14412f15049e} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:15.966956 [ 3 ] {5ace8e32-d8c0-4cc6-bd13-14412f15049e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:15.967693 [ 3 ] {5ace8e32-d8c0-4cc6-bd13-14412f15049e} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2024.06.17 21:28:15.968658 [ 3 ] {5ace8e32-d8c0-4cc6-bd13-14412f15049e} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:15.968859 [ 3 ] {5ace8e32-d8c0-4cc6-bd13-14412f15049e} executeQuery: Read 19 rows, 26.25 KiB in 0.004279 sec., 4440.28978733349 rows/sec., 5.99 MiB/sec. 2024.06.17 21:28:15.969179 [ 3 ] {5ace8e32-d8c0-4cc6-bd13-14412f15049e} DynamicQueryHandler: Done processing query 2024.06.17 21:28:15.969245 [ 3 ] {5ace8e32-d8c0-4cc6-bd13-14412f15049e} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:28:15.969508 [ 3 ] {} HTTP-Session: a9260612-c285-41a2-b8f0-bf35577ad1d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.969858 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:15.969977 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:15.970015 [ 3 ] {} HTTP-Session: 758693c9-f18f-41d4-b34b-c3a54486f82f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:15.970042 [ 3 ] {} HTTP-Session: 758693c9-f18f-41d4-b34b-c3a54486f82f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.970056 [ 3 ] {} HTTP-Session: 758693c9-f18f-41d4-b34b-c3a54486f82f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.970091 [ 3 ] {} HTTP-Session: 758693c9-f18f-41d4-b34b-c3a54486f82f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:15.970247 [ 3 ] {f0c3fd65-949b-4b3a-9526-5264a047da48} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:15.970293 [ 3 ] {f0c3fd65-949b-4b3a-9526-5264a047da48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:28:15.970442 [ 3 ] {f0c3fd65-949b-4b3a-9526-5264a047da48} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:15.970834 [ 3 ] {f0c3fd65-949b-4b3a-9526-5264a047da48} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:15.970870 [ 3 ] {f0c3fd65-949b-4b3a-9526-5264a047da48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:15.971525 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 13922 rows, containing 5 columns (5 merged, 0 gathered) in 0.00786144 sec., 1770922.3755444293 rows/sec., 123.47 MiB/sec. 2024.06.17 21:28:15.971710 [ 3 ] {f0c3fd65-949b-4b3a-9526-5264a047da48} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2024.06.17 21:28:15.972105 [ 3 ] {f0c3fd65-949b-4b3a-9526-5264a047da48} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:15.972131 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2024.06.17 21:28:15.972363 [ 128 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2024.06.17 21:28:15.972442 [ 3 ] {f0c3fd65-949b-4b3a-9526-5264a047da48} executeQuery: Read 60 rows, 4.14 KiB in 0.002267 sec., 26466.69607410675 rows/sec., 1.78 MiB/sec. 2024.06.17 21:28:15.972451 [ 128 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:15.972512 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:15.973022 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::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.06.17 21:28:15.973786 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:28:15.973918 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4662 rows starting from the beginning of the part 2024.06.17 21:28:15.974366 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2024.06.17 21:28:15.974811 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2024.06.17 21:28:15.975185 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2024.06.17 21:28:15.975461 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2024.06.17 21:28:15.975581 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_91_18} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:15.975788 [ 199 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2024.06.17 21:28:15.975835 [ 3 ] {f0c3fd65-949b-4b3a-9526-5264a047da48} DynamicQueryHandler: Done processing query 2024.06.17 21:28:15.976137 [ 197 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_91_18} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2024.06.17 21:28:15.976223 [ 3 ] {f0c3fd65-949b-4b3a-9526-5264a047da48} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:28:15.976317 [ 3 ] {} HTTP-Session: 758693c9-f18f-41d4-b34b-c3a54486f82f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:15.976449 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. 2024.06.17 21:28:15.977940 [ 201 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4962 rows, containing 4 columns (4 merged, 0 gathered) in 0.005272143 sec., 941173.2572504198 rows/sec., 63.33 MiB/sec. 2024.06.17 21:28:15.978390 [ 194 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2024.06.17 21:28:15.978846 [ 194 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_91_18} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:15.978934 [ 194 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_91_18} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2024.06.17 21:28:15.979032 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2024.06.17 21:28:20.951799 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 5069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:20.951998 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:20.952045 [ 3 ] {} HTTP-Session: d433329f-d88d-45c8-a193-2898d0a65c29 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:20.952087 [ 3 ] {} HTTP-Session: d433329f-d88d-45c8-a193-2898d0a65c29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.952116 [ 3 ] {} HTTP-Session: d433329f-d88d-45c8-a193-2898d0a65c29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.952195 [ 3 ] {} HTTP-Session: d433329f-d88d-45c8-a193-2898d0a65c29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:20.952505 [ 3 ] {12902e60-d8c0-417d-813d-b2132dd7b54f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:20.952612 [ 3 ] {12902e60-d8c0-417d-813d-b2132dd7b54f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:28:20.952809 [ 3 ] {12902e60-d8c0-417d-813d-b2132dd7b54f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:20.953268 [ 3 ] {12902e60-d8c0-417d-813d-b2132dd7b54f} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:20.953307 [ 3 ] {12902e60-d8c0-417d-813d-b2132dd7b54f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:20.953676 [ 3 ] {12902e60-d8c0-417d-813d-b2132dd7b54f} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2024.06.17 21:28:20.954012 [ 3 ] {12902e60-d8c0-417d-813d-b2132dd7b54f} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:20.954155 [ 3 ] {12902e60-d8c0-417d-813d-b2132dd7b54f} executeQuery: Read 35 rows, 2.84 KiB in 0.001758 sec., 19908.987485779293 rows/sec., 1.58 MiB/sec. 2024.06.17 21:28:20.954173 [ 124 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2024.06.17 21:28:20.954234 [ 124 ] {} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:20.954268 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:20.954392 [ 3 ] {12902e60-d8c0-417d-813d-b2132dd7b54f} DynamicQueryHandler: Done processing query 2024.06.17 21:28:20.954447 [ 3 ] {12902e60-d8c0-417d-813d-b2132dd7b54f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:28:20.954477 [ 3 ] {} HTTP-Session: d433329f-d88d-45c8-a193-2898d0a65c29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.954498 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::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.06.17 21:28:20.954677 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 23789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:20.954798 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:28:20.954805 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:20.954867 [ 3 ] {} HTTP-Session: 7c40a160-f300-492e-ad39-ca81dc02b0cb Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:20.954865 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 54 rows starting from the beginning of the part 2024.06.17 21:28:20.954891 [ 3 ] {} HTTP-Session: 7c40a160-f300-492e-ad39-ca81dc02b0cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.954937 [ 3 ] {} HTTP-Session: 7c40a160-f300-492e-ad39-ca81dc02b0cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.955063 [ 3 ] {} HTTP-Session: 7c40a160-f300-492e-ad39-ca81dc02b0cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:20.955114 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 35 rows starting from the beginning of the part 2024.06.17 21:28:20.955399 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 19 rows starting from the beginning of the part 2024.06.17 21:28:20.955632 [ 3 ] {71a7d893-2f25-43c5-9096-1f346856738e} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:20.955695 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 35 rows starting from the beginning of the part 2024.06.17 21:28:20.955868 [ 3 ] {71a7d893-2f25-43c5-9096-1f346856738e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:28:20.955970 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 19 rows starting from the beginning of the part 2024.06.17 21:28:20.956313 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 35 rows starting from the beginning of the part 2024.06.17 21:28:20.957003 [ 3 ] {71a7d893-2f25-43c5-9096-1f346856738e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:20.957953 [ 3 ] {71a7d893-2f25-43c5-9096-1f346856738e} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:20.958020 [ 3 ] {71a7d893-2f25-43c5-9096-1f346856738e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:20.958911 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 4 columns (4 merged, 0 gathered) in 0.004556137 sec., 43238.38374482594 rows/sec., 3.42 MiB/sec. 2024.06.17 21:28:20.958919 [ 3 ] {71a7d893-2f25-43c5-9096-1f346856738e} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2024.06.17 21:28:20.959091 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2024.06.17 21:28:20.959699 [ 3 ] {71a7d893-2f25-43c5-9096-1f346856738e} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:20.960007 [ 3 ] {71a7d893-2f25-43c5-9096-1f346856738e} executeQuery: Read 161 rows, 13.99 KiB in 0.004657 sec., 34571.61262615418 rows/sec., 2.93 MiB/sec. 2024.06.17 21:28:20.960026 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_91_18} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:20.960248 [ 194 ] {f531119e-1288-470f-a863-2514f64c07be::all_1_91_18} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2024.06.17 21:28:20.960365 [ 3 ] {71a7d893-2f25-43c5-9096-1f346856738e} DynamicQueryHandler: Done processing query 2024.06.17 21:28:20.960400 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.06.17 21:28:20.960413 [ 3 ] {71a7d893-2f25-43c5-9096-1f346856738e} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:28:20.960460 [ 3 ] {} HTTP-Session: 7c40a160-f300-492e-ad39-ca81dc02b0cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.960586 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:20.960636 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:20.960654 [ 3 ] {} HTTP-Session: 2539374a-5e0f-4b7e-b493-811b99dfdf3f Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:20.960672 [ 3 ] {} HTTP-Session: 2539374a-5e0f-4b7e-b493-811b99dfdf3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.960686 [ 3 ] {} HTTP-Session: 2539374a-5e0f-4b7e-b493-811b99dfdf3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.960717 [ 3 ] {} HTTP-Session: 2539374a-5e0f-4b7e-b493-811b99dfdf3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:20.960857 [ 3 ] {807a7463-ecff-4d83-854e-884141dfdbd3} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:20.960899 [ 3 ] {807a7463-ecff-4d83-854e-884141dfdbd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:28:20.961044 [ 3 ] {807a7463-ecff-4d83-854e-884141dfdbd3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:20.961395 [ 3 ] {807a7463-ecff-4d83-854e-884141dfdbd3} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:20.961432 [ 3 ] {807a7463-ecff-4d83-854e-884141dfdbd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:20.961752 [ 3 ] {807a7463-ecff-4d83-854e-884141dfdbd3} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2024.06.17 21:28:20.962081 [ 3 ] {807a7463-ecff-4d83-854e-884141dfdbd3} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:20.962208 [ 3 ] {807a7463-ecff-4d83-854e-884141dfdbd3} executeQuery: Read 99 rows, 7.92 KiB in 0.00141 sec., 70212.76595744681 rows/sec., 5.48 MiB/sec. 2024.06.17 21:28:20.962371 [ 3 ] {807a7463-ecff-4d83-854e-884141dfdbd3} DynamicQueryHandler: Done processing query 2024.06.17 21:28:20.962395 [ 3 ] {807a7463-ecff-4d83-854e-884141dfdbd3} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:28:20.962411 [ 3 ] {} HTTP-Session: 2539374a-5e0f-4b7e-b493-811b99dfdf3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.962563 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:20.962611 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:20.962629 [ 3 ] {} HTTP-Session: 1375d8ce-2ddf-4e9e-b1a1-03feae15f6d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:20.962646 [ 3 ] {} HTTP-Session: 1375d8ce-2ddf-4e9e-b1a1-03feae15f6d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.962660 [ 3 ] {} HTTP-Session: 1375d8ce-2ddf-4e9e-b1a1-03feae15f6d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.962691 [ 3 ] {} HTTP-Session: 1375d8ce-2ddf-4e9e-b1a1-03feae15f6d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:20.962834 [ 3 ] {65be2f6a-a252-4c34-850c-15bbf96c051c} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:20.962881 [ 3 ] {65be2f6a-a252-4c34-850c-15bbf96c051c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:28:20.963023 [ 3 ] {65be2f6a-a252-4c34-850c-15bbf96c051c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:20.963402 [ 3 ] {65be2f6a-a252-4c34-850c-15bbf96c051c} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:20.963436 [ 3 ] {65be2f6a-a252-4c34-850c-15bbf96c051c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:20.963828 [ 3 ] {65be2f6a-a252-4c34-850c-15bbf96c051c} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2024.06.17 21:28:20.964163 [ 3 ] {65be2f6a-a252-4c34-850c-15bbf96c051c} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:20.964285 [ 3 ] {65be2f6a-a252-4c34-850c-15bbf96c051c} executeQuery: Read 160 rows, 11.41 KiB in 0.001513 sec., 105750.16523463318 rows/sec., 7.37 MiB/sec. 2024.06.17 21:28:20.964456 [ 3 ] {65be2f6a-a252-4c34-850c-15bbf96c051c} DynamicQueryHandler: Done processing query 2024.06.17 21:28:20.964481 [ 3 ] {65be2f6a-a252-4c34-850c-15bbf96c051c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:28:20.964496 [ 3 ] {} HTTP-Session: 1375d8ce-2ddf-4e9e-b1a1-03feae15f6d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.964625 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:20.964674 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:20.964692 [ 3 ] {} HTTP-Session: e4a3dae7-60f5-4fc0-895c-82110dc9fa84 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:20.964709 [ 3 ] {} HTTP-Session: e4a3dae7-60f5-4fc0-895c-82110dc9fa84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.964722 [ 3 ] {} HTTP-Session: e4a3dae7-60f5-4fc0-895c-82110dc9fa84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.964754 [ 3 ] {} HTTP-Session: e4a3dae7-60f5-4fc0-895c-82110dc9fa84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:20.965026 [ 3 ] {af6b3338-ee8d-4192-b588-ac61549fa257} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:20.965072 [ 3 ] {af6b3338-ee8d-4192-b588-ac61549fa257} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:28:20.965228 [ 3 ] {af6b3338-ee8d-4192-b588-ac61549fa257} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:20.965774 [ 3 ] {af6b3338-ee8d-4192-b588-ac61549fa257} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:20.965809 [ 3 ] {af6b3338-ee8d-4192-b588-ac61549fa257} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:20.966227 [ 3 ] {af6b3338-ee8d-4192-b588-ac61549fa257} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2024.06.17 21:28:20.966561 [ 3 ] {af6b3338-ee8d-4192-b588-ac61549fa257} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:20.966691 [ 3 ] {af6b3338-ee8d-4192-b588-ac61549fa257} executeQuery: Read 35 rows, 48.36 KiB in 0.00185 sec., 18918.918918918916 rows/sec., 25.53 MiB/sec. 2024.06.17 21:28:20.966696 [ 124 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2024.06.17 21:28:20.966751 [ 124 ] {} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:20.966789 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:20.966944 [ 3 ] {af6b3338-ee8d-4192-b588-ac61549fa257} DynamicQueryHandler: Done processing query 2024.06.17 21:28:20.967019 [ 3 ] {af6b3338-ee8d-4192-b588-ac61549fa257} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.06.17 21:28:20.967109 [ 3 ] {} HTTP-Session: e4a3dae7-60f5-4fc0-895c-82110dc9fa84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.967227 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::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.06.17 21:28:20.967357 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:20.967600 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:20.967727 [ 3 ] {} HTTP-Session: 80207eea-75fb-4a13-a45b-e53cf52c65f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:20.967858 [ 3 ] {} HTTP-Session: 80207eea-75fb-4a13-a45b-e53cf52c65f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.967944 [ 3 ] {} HTTP-Session: 80207eea-75fb-4a13-a45b-e53cf52c65f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.968175 [ 3 ] {} HTTP-Session: 80207eea-75fb-4a13-a45b-e53cf52c65f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:20.968253 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:28:20.968384 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1481 rows starting from the beginning of the part 2024.06.17 21:28:20.968871 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 35 rows starting from the beginning of the part 2024.06.17 21:28:20.968944 [ 3 ] {0313a074-c5fc-429e-8f1e-77bd8e0dc864} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:20.969231 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 19 rows starting from the beginning of the part 2024.06.17 21:28:20.969259 [ 3 ] {0313a074-c5fc-429e-8f1e-77bd8e0dc864} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:28:20.969568 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 35 rows starting from the beginning of the part 2024.06.17 21:28:20.969906 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 19 rows starting from the beginning of the part 2024.06.17 21:28:20.970224 [ 201 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 35 rows starting from the beginning of the part 2024.06.17 21:28:20.970643 [ 3 ] {0313a074-c5fc-429e-8f1e-77bd8e0dc864} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:20.971423 [ 3 ] {0313a074-c5fc-429e-8f1e-77bd8e0dc864} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:20.971491 [ 3 ] {0313a074-c5fc-429e-8f1e-77bd8e0dc864} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2024.06.17 21:28:20.971918 [ 3 ] {0313a074-c5fc-429e-8f1e-77bd8e0dc864} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2024.06.17 21:28:20.972297 [ 3 ] {0313a074-c5fc-429e-8f1e-77bd8e0dc864} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:20.972444 [ 3 ] {0313a074-c5fc-429e-8f1e-77bd8e0dc864} executeQuery: Read 60 rows, 4.14 KiB in 0.003998 sec., 15007.503751875938 rows/sec., 1.01 MiB/sec. 2024.06.17 21:28:20.972731 [ 3 ] {0313a074-c5fc-429e-8f1e-77bd8e0dc864} DynamicQueryHandler: Done processing query 2024.06.17 21:28:20.972787 [ 3 ] {0313a074-c5fc-429e-8f1e-77bd8e0dc864} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:28:20.972859 [ 3 ] {} HTTP-Session: 80207eea-75fb-4a13-a45b-e53cf52c65f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:20.978040 [ 196 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1624 rows, containing 6 columns (6 merged, 0 gathered) in 0.011139153 sec., 145792.05438689995 rows/sec., 196.74 MiB/sec. 2024.06.17 21:28:20.979133 [ 196 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2024.06.17 21:28:20.979564 [ 196 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_91_18} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:20.979650 [ 196 ] {202d1f81-c5de-4234-97d9-4f99ef32f71e::all_1_91_18} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2024.06.17 21:28:20.979750 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.04 MiB. 2024.06.17 21:28:21.000141 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 205.14 MiB, peak 217.15 MiB, free memory in arenas 0.00 B, will set to 208.73 MiB (RSS), difference: 3.59 MiB 2024.06.17 21:28:25.951810 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:25.951960 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:25.951990 [ 3 ] {} HTTP-Session: 5e29284d-1fa4-4bb3-af30-9cc580aad36c Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:25.952019 [ 3 ] {} HTTP-Session: 5e29284d-1fa4-4bb3-af30-9cc580aad36c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.952037 [ 3 ] {} HTTP-Session: 5e29284d-1fa4-4bb3-af30-9cc580aad36c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.952094 [ 3 ] {} HTTP-Session: 5e29284d-1fa4-4bb3-af30-9cc580aad36c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:25.952309 [ 3 ] {4a05dbcb-54d5-40b5-9ef8-663e1a1b303b} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:25.952385 [ 3 ] {4a05dbcb-54d5-40b5-9ef8-663e1a1b303b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:28:25.952605 [ 3 ] {4a05dbcb-54d5-40b5-9ef8-663e1a1b303b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:25.953038 [ 3 ] {4a05dbcb-54d5-40b5-9ef8-663e1a1b303b} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:25.953084 [ 3 ] {4a05dbcb-54d5-40b5-9ef8-663e1a1b303b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:25.953464 [ 3 ] {4a05dbcb-54d5-40b5-9ef8-663e1a1b303b} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2024.06.17 21:28:25.953800 [ 3 ] {4a05dbcb-54d5-40b5-9ef8-663e1a1b303b} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:25.953971 [ 3 ] {4a05dbcb-54d5-40b5-9ef8-663e1a1b303b} executeQuery: Read 19 rows, 1.54 KiB in 0.001729 sec., 10989.010989010989 rows/sec., 890.71 KiB/sec. 2024.06.17 21:28:25.954203 [ 3 ] {4a05dbcb-54d5-40b5-9ef8-663e1a1b303b} DynamicQueryHandler: Done processing query 2024.06.17 21:28:25.954231 [ 3 ] {4a05dbcb-54d5-40b5-9ef8-663e1a1b303b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:28:25.954247 [ 3 ] {} HTTP-Session: 5e29284d-1fa4-4bb3-af30-9cc580aad36c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.954397 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16382, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:25.954452 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:25.954471 [ 3 ] {} HTTP-Session: c3cd2c1c-f98b-4656-bea9-364f8e1dbe29 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:25.954489 [ 3 ] {} HTTP-Session: c3cd2c1c-f98b-4656-bea9-364f8e1dbe29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.954502 [ 3 ] {} HTTP-Session: c3cd2c1c-f98b-4656-bea9-364f8e1dbe29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.954537 [ 3 ] {} HTTP-Session: c3cd2c1c-f98b-4656-bea9-364f8e1dbe29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:25.954668 [ 3 ] {38e581bb-6944-45e1-8b14-0cbf7a774753} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:25.954715 [ 3 ] {38e581bb-6944-45e1-8b14-0cbf7a774753} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:28:25.954846 [ 3 ] {38e581bb-6944-45e1-8b14-0cbf7a774753} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:25.955204 [ 3 ] {38e581bb-6944-45e1-8b14-0cbf7a774753} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:25.955241 [ 3 ] {38e581bb-6944-45e1-8b14-0cbf7a774753} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:25.955566 [ 3 ] {38e581bb-6944-45e1-8b14-0cbf7a774753} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2024.06.17 21:28:25.955872 [ 3 ] {38e581bb-6944-45e1-8b14-0cbf7a774753} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:25.956030 [ 3 ] {38e581bb-6944-45e1-8b14-0cbf7a774753} executeQuery: Read 113 rows, 9.48 KiB in 0.001405 sec., 80427.0462633452 rows/sec., 6.59 MiB/sec. 2024.06.17 21:28:25.956205 [ 3 ] {38e581bb-6944-45e1-8b14-0cbf7a774753} DynamicQueryHandler: Done processing query 2024.06.17 21:28:25.956230 [ 3 ] {38e581bb-6944-45e1-8b14-0cbf7a774753} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:28:25.956246 [ 3 ] {} HTTP-Session: c3cd2c1c-f98b-4656-bea9-364f8e1dbe29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.956390 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:25.956441 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:25.956460 [ 3 ] {} HTTP-Session: 27523c3c-dc0f-4b77-bd88-e88c839735e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:25.956477 [ 3 ] {} HTTP-Session: 27523c3c-dc0f-4b77-bd88-e88c839735e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.956491 [ 3 ] {} HTTP-Session: 27523c3c-dc0f-4b77-bd88-e88c839735e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.956523 [ 3 ] {} HTTP-Session: 27523c3c-dc0f-4b77-bd88-e88c839735e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:25.956645 [ 3 ] {7c187d2b-7e00-4f25-a370-f73cb670d864} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:25.956688 [ 3 ] {7c187d2b-7e00-4f25-a370-f73cb670d864} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:28:25.956815 [ 3 ] {7c187d2b-7e00-4f25-a370-f73cb670d864} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:25.957149 [ 3 ] {7c187d2b-7e00-4f25-a370-f73cb670d864} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:25.957185 [ 3 ] {7c187d2b-7e00-4f25-a370-f73cb670d864} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:25.957539 [ 3 ] {7c187d2b-7e00-4f25-a370-f73cb670d864} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2024.06.17 21:28:25.957839 [ 3 ] {7c187d2b-7e00-4f25-a370-f73cb670d864} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:25.957991 [ 3 ] {7c187d2b-7e00-4f25-a370-f73cb670d864} executeQuery: Read 83 rows, 6.64 KiB in 0.00139 sec., 59712.23021582734 rows/sec., 4.66 MiB/sec. 2024.06.17 21:28:25.958218 [ 3 ] {7c187d2b-7e00-4f25-a370-f73cb670d864} DynamicQueryHandler: Done processing query 2024.06.17 21:28:25.958243 [ 3 ] {7c187d2b-7e00-4f25-a370-f73cb670d864} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:28:25.958275 [ 3 ] {} HTTP-Session: 27523c3c-dc0f-4b77-bd88-e88c839735e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.958499 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:25.958562 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:25.958581 [ 3 ] {} HTTP-Session: 5e3e3778-f011-4cb1-8004-89759b879352 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:25.958599 [ 3 ] {} HTTP-Session: 5e3e3778-f011-4cb1-8004-89759b879352 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.958612 [ 3 ] {} HTTP-Session: 5e3e3778-f011-4cb1-8004-89759b879352 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.958645 [ 3 ] {} HTTP-Session: 5e3e3778-f011-4cb1-8004-89759b879352 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:25.958797 [ 3 ] {d29b813b-5c4b-414f-8dea-be085cbc7621} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:25.958846 [ 3 ] {d29b813b-5c4b-414f-8dea-be085cbc7621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:28:25.959008 [ 3 ] {d29b813b-5c4b-414f-8dea-be085cbc7621} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:25.959379 [ 3 ] {d29b813b-5c4b-414f-8dea-be085cbc7621} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:25.959415 [ 3 ] {d29b813b-5c4b-414f-8dea-be085cbc7621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:25.959802 [ 3 ] {d29b813b-5c4b-414f-8dea-be085cbc7621} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2024.06.17 21:28:25.960131 [ 3 ] {d29b813b-5c4b-414f-8dea-be085cbc7621} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:25.960288 [ 3 ] {d29b813b-5c4b-414f-8dea-be085cbc7621} executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. 2024.06.17 21:28:25.960467 [ 3 ] {d29b813b-5c4b-414f-8dea-be085cbc7621} DynamicQueryHandler: Done processing query 2024.06.17 21:28:25.960491 [ 3 ] {d29b813b-5c4b-414f-8dea-be085cbc7621} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:28:25.960506 [ 3 ] {} HTTP-Session: 5e3e3778-f011-4cb1-8004-89759b879352 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.960628 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 20371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:25.960676 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:25.960695 [ 3 ] {} HTTP-Session: d1bd1d6c-e27a-4ed6-9789-662d7d925358 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:25.960712 [ 3 ] {} HTTP-Session: d1bd1d6c-e27a-4ed6-9789-662d7d925358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.960725 [ 3 ] {} HTTP-Session: d1bd1d6c-e27a-4ed6-9789-662d7d925358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.960756 [ 3 ] {} HTTP-Session: d1bd1d6c-e27a-4ed6-9789-662d7d925358 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:25.960952 [ 3 ] {fe2c65fb-cf0f-4651-92e3-db66043c8218} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:25.960999 [ 3 ] {fe2c65fb-cf0f-4651-92e3-db66043c8218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:28:25.961157 [ 3 ] {fe2c65fb-cf0f-4651-92e3-db66043c8218} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:25.961639 [ 3 ] {fe2c65fb-cf0f-4651-92e3-db66043c8218} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:25.961674 [ 3 ] {fe2c65fb-cf0f-4651-92e3-db66043c8218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:25.962072 [ 3 ] {fe2c65fb-cf0f-4651-92e3-db66043c8218} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2024.06.17 21:28:25.962399 [ 3 ] {fe2c65fb-cf0f-4651-92e3-db66043c8218} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:25.962554 [ 3 ] {fe2c65fb-cf0f-4651-92e3-db66043c8218} executeQuery: Read 19 rows, 26.25 KiB in 0.001716 sec., 11072.261072261072 rows/sec., 14.94 MiB/sec. 2024.06.17 21:28:25.962812 [ 3 ] {fe2c65fb-cf0f-4651-92e3-db66043c8218} DynamicQueryHandler: Done processing query 2024.06.17 21:28:25.962868 [ 3 ] {fe2c65fb-cf0f-4651-92e3-db66043c8218} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:28:25.962922 [ 3 ] {} HTTP-Session: d1bd1d6c-e27a-4ed6-9789-662d7d925358 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.963123 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:25.963180 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:25.963198 [ 3 ] {} HTTP-Session: 0cd27a5d-b6d0-4fed-b4bf-c8eb92f1d8bf Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:25.963215 [ 3 ] {} HTTP-Session: 0cd27a5d-b6d0-4fed-b4bf-c8eb92f1d8bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.963229 [ 3 ] {} HTTP-Session: 0cd27a5d-b6d0-4fed-b4bf-c8eb92f1d8bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:25.963260 [ 3 ] {} HTTP-Session: 0cd27a5d-b6d0-4fed-b4bf-c8eb92f1d8bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:25.963384 [ 3 ] {c404be9d-2ad6-4a56-a001-1aa309646056} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:25.963430 [ 3 ] {c404be9d-2ad6-4a56-a001-1aa309646056} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:28:25.963569 [ 3 ] {c404be9d-2ad6-4a56-a001-1aa309646056} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:25.963870 [ 3 ] {c404be9d-2ad6-4a56-a001-1aa309646056} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:25.963906 [ 3 ] {c404be9d-2ad6-4a56-a001-1aa309646056} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:25.964266 [ 3 ] {c404be9d-2ad6-4a56-a001-1aa309646056} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2024.06.17 21:28:25.964585 [ 3 ] {c404be9d-2ad6-4a56-a001-1aa309646056} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:25.964740 [ 3 ] {c404be9d-2ad6-4a56-a001-1aa309646056} executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. 2024.06.17 21:28:25.964904 [ 3 ] {c404be9d-2ad6-4a56-a001-1aa309646056} DynamicQueryHandler: Done processing query 2024.06.17 21:28:25.964928 [ 3 ] {c404be9d-2ad6-4a56-a001-1aa309646056} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:28:25.964944 [ 3 ] {} HTTP-Session: 0cd27a5d-b6d0-4fed-b4bf-c8eb92f1d8bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.182743 [ 115 ] {} DNSResolver: Updating DNS cache 2024.06.17 21:28:30.182846 [ 115 ] {} DNSResolver: Updated DNS cache 2024.06.17 21:28:30.954306 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 5069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:30.954437 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:30.954467 [ 3 ] {} HTTP-Session: 555f66d9-4639-4616-8dda-8f9aaa17cc04 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:30.954497 [ 3 ] {} HTTP-Session: 555f66d9-4639-4616-8dda-8f9aaa17cc04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.954515 [ 3 ] {} HTTP-Session: 555f66d9-4639-4616-8dda-8f9aaa17cc04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.954571 [ 3 ] {} HTTP-Session: 555f66d9-4639-4616-8dda-8f9aaa17cc04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:30.954790 [ 3 ] {c4285963-3d93-4180-bb46-c0785929f9ea} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:30.954865 [ 3 ] {c4285963-3d93-4180-bb46-c0785929f9ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:28:30.955065 [ 3 ] {c4285963-3d93-4180-bb46-c0785929f9ea} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:30.955496 [ 3 ] {c4285963-3d93-4180-bb46-c0785929f9ea} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:30.955542 [ 3 ] {c4285963-3d93-4180-bb46-c0785929f9ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:30.955922 [ 3 ] {c4285963-3d93-4180-bb46-c0785929f9ea} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2024.06.17 21:28:30.956262 [ 3 ] {c4285963-3d93-4180-bb46-c0785929f9ea} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:30.956430 [ 3 ] {c4285963-3d93-4180-bb46-c0785929f9ea} executeQuery: Read 35 rows, 2.84 KiB in 0.001712 sec., 20443.92523364486 rows/sec., 1.62 MiB/sec. 2024.06.17 21:28:30.956646 [ 3 ] {c4285963-3d93-4180-bb46-c0785929f9ea} DynamicQueryHandler: Done processing query 2024.06.17 21:28:30.956673 [ 3 ] {c4285963-3d93-4180-bb46-c0785929f9ea} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:28:30.956690 [ 3 ] {} HTTP-Session: 555f66d9-4639-4616-8dda-8f9aaa17cc04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.956811 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:30.956863 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:30.956883 [ 3 ] {} HTTP-Session: d559d00a-afb9-4a50-a4c6-edabf175dd1e Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:30.956901 [ 3 ] {} HTTP-Session: d559d00a-afb9-4a50-a4c6-edabf175dd1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.956915 [ 3 ] {} HTTP-Session: d559d00a-afb9-4a50-a4c6-edabf175dd1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.956949 [ 3 ] {} HTTP-Session: d559d00a-afb9-4a50-a4c6-edabf175dd1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:30.957053 [ 3 ] {872a3d1e-1614-4124-b24b-f8e1a5fb89d2} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:30.957099 [ 3 ] {872a3d1e-1614-4124-b24b-f8e1a5fb89d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.17 21:28:30.957233 [ 3 ] {872a3d1e-1614-4124-b24b-f8e1a5fb89d2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:30.957627 [ 3 ] {872a3d1e-1614-4124-b24b-f8e1a5fb89d2} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:30.957665 [ 3 ] {872a3d1e-1614-4124-b24b-f8e1a5fb89d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:30.957972 [ 3 ] {872a3d1e-1614-4124-b24b-f8e1a5fb89d2} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.06.17 21:28:30.958295 [ 3 ] {872a3d1e-1614-4124-b24b-f8e1a5fb89d2} oximeter.fields_ipaddr (2aee5696-d258-411b-8ade-143e14aaba0c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:30.958447 [ 3 ] {872a3d1e-1614-4124-b24b-f8e1a5fb89d2} executeQuery: Read 6 rows, 501.00 B in 0.001418 sec., 4231.311706629055 rows/sec., 345.03 KiB/sec. 2024.06.17 21:28:30.958706 [ 3 ] {872a3d1e-1614-4124-b24b-f8e1a5fb89d2} DynamicQueryHandler: Done processing query 2024.06.17 21:28:30.958756 [ 3 ] {872a3d1e-1614-4124-b24b-f8e1a5fb89d2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:28:30.958780 [ 3 ] {} HTTP-Session: d559d00a-afb9-4a50-a4c6-edabf175dd1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.958948 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 29120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:30.958998 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:30.959017 [ 3 ] {} HTTP-Session: 508f7790-ab92-4d80-ace9-f3ff481f67ae Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:30.959034 [ 3 ] {} HTTP-Session: 508f7790-ab92-4d80-ace9-f3ff481f67ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.959048 [ 3 ] {} HTTP-Session: 508f7790-ab92-4d80-ace9-f3ff481f67ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.959080 [ 3 ] {} HTTP-Session: 508f7790-ab92-4d80-ace9-f3ff481f67ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:30.959231 [ 3 ] {1f4119d3-a12c-44fe-a0e7-54de1bd38fd2} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:30.959276 [ 3 ] {1f4119d3-a12c-44fe-a0e7-54de1bd38fd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:28:30.959422 [ 3 ] {1f4119d3-a12c-44fe-a0e7-54de1bd38fd2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:30.959831 [ 3 ] {1f4119d3-a12c-44fe-a0e7-54de1bd38fd2} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:30.959869 [ 3 ] {1f4119d3-a12c-44fe-a0e7-54de1bd38fd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:30.960194 [ 3 ] {1f4119d3-a12c-44fe-a0e7-54de1bd38fd2} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2024.06.17 21:28:30.960513 [ 3 ] {1f4119d3-a12c-44fe-a0e7-54de1bd38fd2} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:30.960669 [ 3 ] {1f4119d3-a12c-44fe-a0e7-54de1bd38fd2} executeQuery: Read 200 rows, 16.98 KiB in 0.001508 sec., 132625.99469496022 rows/sec., 10.99 MiB/sec. 2024.06.17 21:28:30.960690 [ 118 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2024.06.17 21:28:30.960795 [ 118 ] {} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:30.960834 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:30.960900 [ 3 ] {1f4119d3-a12c-44fe-a0e7-54de1bd38fd2} DynamicQueryHandler: Done processing query 2024.06.17 21:28:30.960959 [ 3 ] {1f4119d3-a12c-44fe-a0e7-54de1bd38fd2} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:28:30.961017 [ 3 ] {} HTTP-Session: 508f7790-ab92-4d80-ace9-f3ff481f67ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.961096 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2024.06.17 21:28:30.961176 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:30.961280 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:30.961332 [ 3 ] {} HTTP-Session: d41c2bf0-1d9b-4b68-b7a9-35ac2e7fa9d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:30.961374 [ 3 ] {} HTTP-Session: d41c2bf0-1d9b-4b68-b7a9-35ac2e7fa9d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.961420 [ 3 ] {} HTTP-Session: d41c2bf0-1d9b-4b68-b7a9-35ac2e7fa9d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.961439 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:28:30.961479 [ 3 ] {} HTTP-Session: d41c2bf0-1d9b-4b68-b7a9-35ac2e7fa9d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:30.961512 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 267 rows starting from the beginning of the part 2024.06.17 21:28:30.961753 [ 3 ] {4d620212-f790-4626-b3d0-5de120d09f7a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:30.961765 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 163 rows starting from the beginning of the part 2024.06.17 21:28:30.961953 [ 3 ] {4d620212-f790-4626-b3d0-5de120d09f7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.17 21:28:30.962005 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 114 rows starting from the beginning of the part 2024.06.17 21:28:30.962308 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 161 rows starting from the beginning of the part 2024.06.17 21:28:30.962573 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 113 rows starting from the beginning of the part 2024.06.17 21:28:30.962899 [ 193 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 200 rows starting from the beginning of the part 2024.06.17 21:28:30.963442 [ 3 ] {4d620212-f790-4626-b3d0-5de120d09f7a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:30.964145 [ 3 ] {4d620212-f790-4626-b3d0-5de120d09f7a} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:30.964200 [ 3 ] {4d620212-f790-4626-b3d0-5de120d09f7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:30.965077 [ 3 ] {4d620212-f790-4626-b3d0-5de120d09f7a} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.06.17 21:28:30.965818 [ 3 ] {4d620212-f790-4626-b3d0-5de120d09f7a} oximeter.fields_u16 (8c0dd73f-d7b0-43e7-a7cc-1a1878e81414): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:30.966113 [ 196 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1018 rows, containing 4 columns (4 merged, 0 gathered) in 0.005161622 sec., 197224.82583962948 rows/sec., 16.44 MiB/sec. 2024.06.17 21:28:30.966227 [ 3 ] {4d620212-f790-4626-b3d0-5de120d09f7a} executeQuery: Read 6 rows, 429.00 B in 0.004619 sec., 1298.9824637367396 rows/sec., 90.70 KiB/sec. 2024.06.17 21:28:30.966612 [ 187 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2024.06.17 21:28:30.966675 [ 3 ] {4d620212-f790-4626-b3d0-5de120d09f7a} DynamicQueryHandler: Done processing query 2024.06.17 21:28:30.966741 [ 3 ] {4d620212-f790-4626-b3d0-5de120d09f7a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:28:30.966809 [ 3 ] {} HTTP-Session: d41c2bf0-1d9b-4b68-b7a9-35ac2e7fa9d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.967043 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 21887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:30.967173 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:30.967233 [ 3 ] {} HTTP-Session: 1296effc-6f12-4173-8086-d7ac06fecafc Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:30.967263 [ 3 ] {} HTTP-Session: 1296effc-6f12-4173-8086-d7ac06fecafc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.967300 [ 3 ] {} HTTP-Session: 1296effc-6f12-4173-8086-d7ac06fecafc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.967363 [ 3 ] {} HTTP-Session: 1296effc-6f12-4173-8086-d7ac06fecafc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:30.967528 [ 187 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_96_19} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:30.967640 [ 3 ] {ac396df3-ee7a-4b32-baf1-02bf800be6e7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:30.967704 [ 187 ] {51fb190d-4bbf-4501-a5d8-b8d22f5dbab7::all_1_96_19} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2024.06.17 21:28:30.967722 [ 3 ] {ac396df3-ee7a-4b32-baf1-02bf800be6e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:28:30.967922 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2024.06.17 21:28:30.968045 [ 3 ] {ac396df3-ee7a-4b32-baf1-02bf800be6e7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:30.968433 [ 3 ] {ac396df3-ee7a-4b32-baf1-02bf800be6e7} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:30.968471 [ 3 ] {ac396df3-ee7a-4b32-baf1-02bf800be6e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:30.968806 [ 3 ] {ac396df3-ee7a-4b32-baf1-02bf800be6e7} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2024.06.17 21:28:30.969123 [ 3 ] {ac396df3-ee7a-4b32-baf1-02bf800be6e7} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:30.969277 [ 3 ] {ac396df3-ee7a-4b32-baf1-02bf800be6e7} executeQuery: Read 129 rows, 10.31 KiB in 0.001772 sec., 72799.09706546276 rows/sec., 5.68 MiB/sec. 2024.06.17 21:28:30.969300 [ 118 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2024.06.17 21:28:30.969373 [ 118 ] {} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:30.969435 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:30.969577 [ 3 ] {ac396df3-ee7a-4b32-baf1-02bf800be6e7} DynamicQueryHandler: Done processing query 2024.06.17 21:28:30.969660 [ 3 ] {ac396df3-ee7a-4b32-baf1-02bf800be6e7} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.06.17 21:28:30.969668 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2024.06.17 21:28:30.969689 [ 3 ] {} HTTP-Session: 1296effc-6f12-4173-8086-d7ac06fecafc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.970079 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 38170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:30.970098 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:28:30.970190 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 198 rows starting from the beginning of the part 2024.06.17 21:28:30.970263 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:30.970529 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 103 rows starting from the beginning of the part 2024.06.17 21:28:30.970650 [ 3 ] {} HTTP-Session: b8af76f2-28ed-46a0-bab4-3f97d441ce88 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:30.970952 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 85 rows starting from the beginning of the part 2024.06.17 21:28:30.971331 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 99 rows starting from the beginning of the part 2024.06.17 21:28:30.971415 [ 3 ] {} HTTP-Session: b8af76f2-28ed-46a0-bab4-3f97d441ce88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.971577 [ 3 ] {} HTTP-Session: b8af76f2-28ed-46a0-bab4-3f97d441ce88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.971678 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 83 rows starting from the beginning of the part 2024.06.17 21:28:30.971830 [ 3 ] {} HTTP-Session: b8af76f2-28ed-46a0-bab4-3f97d441ce88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:30.971940 [ 193 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 129 rows starting from the beginning of the part 2024.06.17 21:28:30.972387 [ 3 ] {d8a70a15-f242-4c06-b2c2-2d816da49b8a} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:30.972491 [ 3 ] {d8a70a15-f242-4c06-b2c2-2d816da49b8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:28:30.973157 [ 3 ] {d8a70a15-f242-4c06-b2c2-2d816da49b8a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:30.974253 [ 3 ] {d8a70a15-f242-4c06-b2c2-2d816da49b8a} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:30.974306 [ 3 ] {d8a70a15-f242-4c06-b2c2-2d816da49b8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:30.974771 [ 188 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 697 rows, containing 4 columns (4 merged, 0 gathered) in 0.005247713 sec., 132819.7635808208 rows/sec., 10.34 MiB/sec. 2024.06.17 21:28:30.974948 [ 188 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2024.06.17 21:28:30.975087 [ 3 ] {d8a70a15-f242-4c06-b2c2-2d816da49b8a} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2024.06.17 21:28:30.975449 [ 188 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_96_19} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:30.975550 [ 188 ] {7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8::all_1_96_19} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2024.06.17 21:28:30.975556 [ 3 ] {d8a70a15-f242-4c06-b2c2-2d816da49b8a} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:30.975651 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.06.17 21:28:30.975768 [ 3 ] {d8a70a15-f242-4c06-b2c2-2d816da49b8a} executeQuery: Read 199 rows, 14.22 KiB in 0.003606 sec., 55185.80144204105 rows/sec., 3.85 MiB/sec. 2024.06.17 21:28:30.975951 [ 3 ] {d8a70a15-f242-4c06-b2c2-2d816da49b8a} DynamicQueryHandler: Done processing query 2024.06.17 21:28:30.975976 [ 3 ] {d8a70a15-f242-4c06-b2c2-2d816da49b8a} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.17 21:28:30.975993 [ 3 ] {} HTTP-Session: b8af76f2-28ed-46a0-bab4-3f97d441ce88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.976144 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:30.976192 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:30.976211 [ 3 ] {} HTTP-Session: 01cdd2e7-e0b6-4fff-a832-61ef0a6c68d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:30.976228 [ 3 ] {} HTTP-Session: 01cdd2e7-e0b6-4fff-a832-61ef0a6c68d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.976242 [ 3 ] {} HTTP-Session: 01cdd2e7-e0b6-4fff-a832-61ef0a6c68d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.976273 [ 3 ] {} HTTP-Session: 01cdd2e7-e0b6-4fff-a832-61ef0a6c68d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:30.976575 [ 3 ] {bfc24456-90ab-4dea-a964-096b89b098ed} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:30.976622 [ 3 ] {bfc24456-90ab-4dea-a964-096b89b098ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:28:30.976787 [ 3 ] {bfc24456-90ab-4dea-a964-096b89b098ed} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:30.977276 [ 3 ] {bfc24456-90ab-4dea-a964-096b89b098ed} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:30.977313 [ 3 ] {bfc24456-90ab-4dea-a964-096b89b098ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:30.977730 [ 3 ] {bfc24456-90ab-4dea-a964-096b89b098ed} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2024.06.17 21:28:30.978071 [ 3 ] {bfc24456-90ab-4dea-a964-096b89b098ed} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:30.978236 [ 3 ] {bfc24456-90ab-4dea-a964-096b89b098ed} executeQuery: Read 35 rows, 48.36 KiB in 0.001872 sec., 18696.581196581195 rows/sec., 25.23 MiB/sec. 2024.06.17 21:28:30.978426 [ 3 ] {bfc24456-90ab-4dea-a964-096b89b098ed} DynamicQueryHandler: Done processing query 2024.06.17 21:28:30.978451 [ 3 ] {bfc24456-90ab-4dea-a964-096b89b098ed} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.06.17 21:28:30.978467 [ 3 ] {} HTTP-Session: 01cdd2e7-e0b6-4fff-a832-61ef0a6c68d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.978594 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:30.978644 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:30.978664 [ 3 ] {} HTTP-Session: 4d36975a-3ded-45c2-bbbc-88bcaaf346d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:30.978680 [ 3 ] {} HTTP-Session: 4d36975a-3ded-45c2-bbbc-88bcaaf346d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.978694 [ 3 ] {} HTTP-Session: 4d36975a-3ded-45c2-bbbc-88bcaaf346d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:30.978724 [ 3 ] {} HTTP-Session: 4d36975a-3ded-45c2-bbbc-88bcaaf346d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:30.978838 [ 3 ] {5b96d7bb-776f-4d60-b813-8462c2a8f7af} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:30.978882 [ 3 ] {5b96d7bb-776f-4d60-b813-8462c2a8f7af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:28:30.979010 [ 3 ] {5b96d7bb-776f-4d60-b813-8462c2a8f7af} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:30.979302 [ 3 ] {5b96d7bb-776f-4d60-b813-8462c2a8f7af} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:30.979338 [ 3 ] {5b96d7bb-776f-4d60-b813-8462c2a8f7af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:30.979699 [ 3 ] {5b96d7bb-776f-4d60-b813-8462c2a8f7af} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2024.06.17 21:28:30.980020 [ 3 ] {5b96d7bb-776f-4d60-b813-8462c2a8f7af} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:30.980180 [ 3 ] {5b96d7bb-776f-4d60-b813-8462c2a8f7af} executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. 2024.06.17 21:28:30.980345 [ 3 ] {5b96d7bb-776f-4d60-b813-8462c2a8f7af} DynamicQueryHandler: Done processing query 2024.06.17 21:28:30.980369 [ 3 ] {5b96d7bb-776f-4d60-b813-8462c2a8f7af} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:28:30.980386 [ 3 ] {} HTTP-Session: 4d36975a-3ded-45c2-bbbc-88bcaaf346d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.951654 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 2780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:35.951805 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:35.951835 [ 3 ] {} HTTP-Session: a8384def-e013-4996-997c-fd9d684db335 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:35.951865 [ 3 ] {} HTTP-Session: a8384def-e013-4996-997c-fd9d684db335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.951884 [ 3 ] {} HTTP-Session: a8384def-e013-4996-997c-fd9d684db335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.951941 [ 3 ] {} HTTP-Session: a8384def-e013-4996-997c-fd9d684db335 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:35.952140 [ 3 ] {9bc8b23d-e867-44b2-b596-9e6506902e20} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:35.952207 [ 3 ] {9bc8b23d-e867-44b2-b596-9e6506902e20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:28:35.952401 [ 3 ] {9bc8b23d-e867-44b2-b596-9e6506902e20} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:35.952829 [ 3 ] {9bc8b23d-e867-44b2-b596-9e6506902e20} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:35.952872 [ 3 ] {9bc8b23d-e867-44b2-b596-9e6506902e20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:35.953253 [ 3 ] {9bc8b23d-e867-44b2-b596-9e6506902e20} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2024.06.17 21:28:35.953596 [ 3 ] {9bc8b23d-e867-44b2-b596-9e6506902e20} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:35.953752 [ 3 ] {9bc8b23d-e867-44b2-b596-9e6506902e20} executeQuery: Read 19 rows, 1.54 KiB in 0.001673 sec., 11356.843992827256 rows/sec., 920.53 KiB/sec. 2024.06.17 21:28:35.953965 [ 3 ] {9bc8b23d-e867-44b2-b596-9e6506902e20} DynamicQueryHandler: Done processing query 2024.06.17 21:28:35.953992 [ 3 ] {9bc8b23d-e867-44b2-b596-9e6506902e20} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.17 21:28:35.954008 [ 3 ] {} HTTP-Session: a8384def-e013-4996-997c-fd9d684db335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.954156 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16382, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:35.954211 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:35.954230 [ 3 ] {} HTTP-Session: ecd7d1c6-56d9-46d0-997d-37099e22b862 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:35.954248 [ 3 ] {} HTTP-Session: ecd7d1c6-56d9-46d0-997d-37099e22b862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.954262 [ 3 ] {} HTTP-Session: ecd7d1c6-56d9-46d0-997d-37099e22b862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.954296 [ 3 ] {} HTTP-Session: ecd7d1c6-56d9-46d0-997d-37099e22b862 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:35.954433 [ 3 ] {f1cc9480-3828-4adb-a7f9-40a4ce5154bb} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:35.954480 [ 3 ] {f1cc9480-3828-4adb-a7f9-40a4ce5154bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:28:35.954609 [ 3 ] {f1cc9480-3828-4adb-a7f9-40a4ce5154bb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:35.954966 [ 3 ] {f1cc9480-3828-4adb-a7f9-40a4ce5154bb} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:35.955003 [ 3 ] {f1cc9480-3828-4adb-a7f9-40a4ce5154bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:35.955323 [ 3 ] {f1cc9480-3828-4adb-a7f9-40a4ce5154bb} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2024.06.17 21:28:35.955632 [ 3 ] {f1cc9480-3828-4adb-a7f9-40a4ce5154bb} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:35.955756 [ 3 ] {f1cc9480-3828-4adb-a7f9-40a4ce5154bb} executeQuery: Read 113 rows, 9.48 KiB in 0.00138 sec., 81884.0579710145 rows/sec., 6.71 MiB/sec. 2024.06.17 21:28:35.955958 [ 3 ] {f1cc9480-3828-4adb-a7f9-40a4ce5154bb} DynamicQueryHandler: Done processing query 2024.06.17 21:28:35.956008 [ 3 ] {f1cc9480-3828-4adb-a7f9-40a4ce5154bb} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:28:35.956063 [ 3 ] {} HTTP-Session: ecd7d1c6-56d9-46d0-997d-37099e22b862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.956277 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 14119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:35.956382 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:35.956421 [ 3 ] {} HTTP-Session: bc654b8d-e027-4a5c-867f-081e86754fd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:35.956440 [ 3 ] {} HTTP-Session: bc654b8d-e027-4a5c-867f-081e86754fd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.956454 [ 3 ] {} HTTP-Session: bc654b8d-e027-4a5c-867f-081e86754fd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.956488 [ 3 ] {} HTTP-Session: bc654b8d-e027-4a5c-867f-081e86754fd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:35.956614 [ 3 ] {eedec5e5-6489-4f2d-a264-06322c1036f1} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:35.956659 [ 3 ] {eedec5e5-6489-4f2d-a264-06322c1036f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:28:35.956797 [ 3 ] {eedec5e5-6489-4f2d-a264-06322c1036f1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:35.957129 [ 3 ] {eedec5e5-6489-4f2d-a264-06322c1036f1} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:35.957165 [ 3 ] {eedec5e5-6489-4f2d-a264-06322c1036f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:35.957505 [ 3 ] {eedec5e5-6489-4f2d-a264-06322c1036f1} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2024.06.17 21:28:35.957818 [ 3 ] {eedec5e5-6489-4f2d-a264-06322c1036f1} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:35.957942 [ 3 ] {eedec5e5-6489-4f2d-a264-06322c1036f1} executeQuery: Read 83 rows, 6.64 KiB in 0.001376 sec., 60319.767441860466 rows/sec., 4.71 MiB/sec. 2024.06.17 21:28:35.958105 [ 3 ] {eedec5e5-6489-4f2d-a264-06322c1036f1} DynamicQueryHandler: Done processing query 2024.06.17 21:28:35.958129 [ 3 ] {eedec5e5-6489-4f2d-a264-06322c1036f1} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.17 21:28:35.958145 [ 3 ] {} HTTP-Session: bc654b8d-e027-4a5c-867f-081e86754fd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.958288 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:35.958338 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:35.958357 [ 3 ] {} HTTP-Session: 35073edc-d996-48ef-8eff-fcc75dfe1371 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:35.958373 [ 3 ] {} HTTP-Session: 35073edc-d996-48ef-8eff-fcc75dfe1371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.958387 [ 3 ] {} HTTP-Session: 35073edc-d996-48ef-8eff-fcc75dfe1371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.958418 [ 3 ] {} HTTP-Session: 35073edc-d996-48ef-8eff-fcc75dfe1371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:35.958570 [ 3 ] {9a328d1c-a6a2-480c-b874-f96f319300e9} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:35.958617 [ 3 ] {9a328d1c-a6a2-480c-b874-f96f319300e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:28:35.958761 [ 3 ] {9a328d1c-a6a2-480c-b874-f96f319300e9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:35.959121 [ 3 ] {9a328d1c-a6a2-480c-b874-f96f319300e9} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:35.959157 [ 3 ] {9a328d1c-a6a2-480c-b874-f96f319300e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:35.959545 [ 3 ] {9a328d1c-a6a2-480c-b874-f96f319300e9} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2024.06.17 21:28:35.959877 [ 3 ] {9a328d1c-a6a2-480c-b874-f96f319300e9} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:35.960007 [ 3 ] {9a328d1c-a6a2-480c-b874-f96f319300e9} executeQuery: Read 160 rows, 11.41 KiB in 0.001511 sec., 105890.13898080742 rows/sec., 7.38 MiB/sec. 2024.06.17 21:28:35.960166 [ 3 ] {9a328d1c-a6a2-480c-b874-f96f319300e9} DynamicQueryHandler: Done processing query 2024.06.17 21:28:35.960189 [ 3 ] {9a328d1c-a6a2-480c-b874-f96f319300e9} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:28:35.960205 [ 3 ] {} HTTP-Session: 35073edc-d996-48ef-8eff-fcc75dfe1371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.960322 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 20371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:35.960371 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:35.960389 [ 3 ] {} HTTP-Session: 3721b282-5de8-4f4a-8e7b-ca7e73f504ad Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:35.960405 [ 3 ] {} HTTP-Session: 3721b282-5de8-4f4a-8e7b-ca7e73f504ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.960419 [ 3 ] {} HTTP-Session: 3721b282-5de8-4f4a-8e7b-ca7e73f504ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.960451 [ 3 ] {} HTTP-Session: 3721b282-5de8-4f4a-8e7b-ca7e73f504ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:35.960645 [ 3 ] {40ebb4bc-fbfa-4e86-ad0a-c31b969710b9} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:35.960693 [ 3 ] {40ebb4bc-fbfa-4e86-ad0a-c31b969710b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:28:35.960850 [ 3 ] {40ebb4bc-fbfa-4e86-ad0a-c31b969710b9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:35.961247 [ 3 ] {40ebb4bc-fbfa-4e86-ad0a-c31b969710b9} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:35.961282 [ 3 ] {40ebb4bc-fbfa-4e86-ad0a-c31b969710b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:35.961683 [ 3 ] {40ebb4bc-fbfa-4e86-ad0a-c31b969710b9} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2024.06.17 21:28:35.962013 [ 3 ] {40ebb4bc-fbfa-4e86-ad0a-c31b969710b9} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:35.962143 [ 3 ] {40ebb4bc-fbfa-4e86-ad0a-c31b969710b9} executeQuery: Read 19 rows, 26.25 KiB in 0.001611 sec., 11793.916821849783 rows/sec., 15.92 MiB/sec. 2024.06.17 21:28:35.962415 [ 3 ] {40ebb4bc-fbfa-4e86-ad0a-c31b969710b9} DynamicQueryHandler: Done processing query 2024.06.17 21:28:35.962475 [ 3 ] {40ebb4bc-fbfa-4e86-ad0a-c31b969710b9} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:28:35.962530 [ 3 ] {} HTTP-Session: 3721b282-5de8-4f4a-8e7b-ca7e73f504ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.962715 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:35.962777 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:35.962796 [ 3 ] {} HTTP-Session: bad51e4e-a448-4097-8d8b-1513a9725fb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:35.962813 [ 3 ] {} HTTP-Session: bad51e4e-a448-4097-8d8b-1513a9725fb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.962827 [ 3 ] {} HTTP-Session: bad51e4e-a448-4097-8d8b-1513a9725fb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:35.962859 [ 3 ] {} HTTP-Session: bad51e4e-a448-4097-8d8b-1513a9725fb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:35.962983 [ 3 ] {0e5ad427-e40b-41ba-ac12-48d86761a6bd} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:35.963030 [ 3 ] {0e5ad427-e40b-41ba-ac12-48d86761a6bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:28:35.963174 [ 3 ] {0e5ad427-e40b-41ba-ac12-48d86761a6bd} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:35.963463 [ 3 ] {0e5ad427-e40b-41ba-ac12-48d86761a6bd} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:35.963499 [ 3 ] {0e5ad427-e40b-41ba-ac12-48d86761a6bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:35.963861 [ 3 ] {0e5ad427-e40b-41ba-ac12-48d86761a6bd} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2024.06.17 21:28:35.964180 [ 3 ] {0e5ad427-e40b-41ba-ac12-48d86761a6bd} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:35.964307 [ 3 ] {0e5ad427-e40b-41ba-ac12-48d86761a6bd} executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. 2024.06.17 21:28:35.964566 [ 3 ] {0e5ad427-e40b-41ba-ac12-48d86761a6bd} DynamicQueryHandler: Done processing query 2024.06.17 21:28:35.964623 [ 3 ] {0e5ad427-e40b-41ba-ac12-48d86761a6bd} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:28:35.964677 [ 3 ] {} HTTP-Session: bad51e4e-a448-4097-8d8b-1513a9725fb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.952627 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 5069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:40.952826 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:40.952872 [ 3 ] {} HTTP-Session: 3affd60e-a953-4ab7-b7d2-067a5e1718d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:40.952915 [ 3 ] {} HTTP-Session: 3affd60e-a953-4ab7-b7d2-067a5e1718d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.952944 [ 3 ] {} HTTP-Session: 3affd60e-a953-4ab7-b7d2-067a5e1718d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.953025 [ 3 ] {} HTTP-Session: 3affd60e-a953-4ab7-b7d2-067a5e1718d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:40.953279 [ 3 ] {6ecadd16-33ad-4c94-928b-d4b6626fd51f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:40.953348 [ 3 ] {6ecadd16-33ad-4c94-928b-d4b6626fd51f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.17 21:28:40.953551 [ 3 ] {6ecadd16-33ad-4c94-928b-d4b6626fd51f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:40.954004 [ 3 ] {6ecadd16-33ad-4c94-928b-d4b6626fd51f} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:40.954050 [ 3 ] {6ecadd16-33ad-4c94-928b-d4b6626fd51f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:40.954435 [ 3 ] {6ecadd16-33ad-4c94-928b-d4b6626fd51f} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2024.06.17 21:28:40.954770 [ 3 ] {6ecadd16-33ad-4c94-928b-d4b6626fd51f} oximeter.fields_i64 (f531119e-1288-470f-a863-2514f64c07be): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:40.954949 [ 3 ] {6ecadd16-33ad-4c94-928b-d4b6626fd51f} executeQuery: Read 35 rows, 2.84 KiB in 0.001729 sec., 20242.914979757083 rows/sec., 1.60 MiB/sec. 2024.06.17 21:28:40.955177 [ 3 ] {6ecadd16-33ad-4c94-928b-d4b6626fd51f} DynamicQueryHandler: Done processing query 2024.06.17 21:28:40.955204 [ 3 ] {6ecadd16-33ad-4c94-928b-d4b6626fd51f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:28:40.955221 [ 3 ] {} HTTP-Session: 3affd60e-a953-4ab7-b7d2-067a5e1718d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.955370 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 23789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:40.955424 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:40.955444 [ 3 ] {} HTTP-Session: ae9bead1-a26e-4246-ae6e-5c06ce1b907b Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:40.955463 [ 3 ] {} HTTP-Session: ae9bead1-a26e-4246-ae6e-5c06ce1b907b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.955478 [ 3 ] {} HTTP-Session: ae9bead1-a26e-4246-ae6e-5c06ce1b907b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.955513 [ 3 ] {} HTTP-Session: ae9bead1-a26e-4246-ae6e-5c06ce1b907b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:40.955660 [ 3 ] {d448c701-9a43-4231-b8ac-7d61bac006c7} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:40.955707 [ 3 ] {d448c701-9a43-4231-b8ac-7d61bac006c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.17 21:28:40.955837 [ 3 ] {d448c701-9a43-4231-b8ac-7d61bac006c7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:40.956266 [ 3 ] {d448c701-9a43-4231-b8ac-7d61bac006c7} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:40.956305 [ 3 ] {d448c701-9a43-4231-b8ac-7d61bac006c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:40.956639 [ 3 ] {d448c701-9a43-4231-b8ac-7d61bac006c7} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2024.06.17 21:28:40.956953 [ 3 ] {d448c701-9a43-4231-b8ac-7d61bac006c7} oximeter.fields_string (51fb190d-4bbf-4501-a5d8-b8d22f5dbab7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:40.957119 [ 3 ] {d448c701-9a43-4231-b8ac-7d61bac006c7} executeQuery: Read 161 rows, 13.99 KiB in 0.001514 sec., 106340.81902245707 rows/sec., 9.02 MiB/sec. 2024.06.17 21:28:40.957282 [ 3 ] {d448c701-9a43-4231-b8ac-7d61bac006c7} DynamicQueryHandler: Done processing query 2024.06.17 21:28:40.957306 [ 3 ] {d448c701-9a43-4231-b8ac-7d61bac006c7} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.17 21:28:40.957322 [ 3 ] {} HTTP-Session: ae9bead1-a26e-4246-ae6e-5c06ce1b907b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.957446 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 16824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:40.957514 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:40.957561 [ 3 ] {} HTTP-Session: b4891c25-55f6-4092-972f-f91177d54c79 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:40.957578 [ 3 ] {} HTTP-Session: b4891c25-55f6-4092-972f-f91177d54c79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.957592 [ 3 ] {} HTTP-Session: b4891c25-55f6-4092-972f-f91177d54c79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.957626 [ 3 ] {} HTTP-Session: b4891c25-55f6-4092-972f-f91177d54c79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:40.957754 [ 3 ] {81c28be1-9af9-4c55-acd4-6d8709177a24} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:40.957798 [ 3 ] {81c28be1-9af9-4c55-acd4-6d8709177a24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.17 21:28:40.957923 [ 3 ] {81c28be1-9af9-4c55-acd4-6d8709177a24} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:40.958329 [ 3 ] {81c28be1-9af9-4c55-acd4-6d8709177a24} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:40.958368 [ 3 ] {81c28be1-9af9-4c55-acd4-6d8709177a24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:40.958692 [ 3 ] {81c28be1-9af9-4c55-acd4-6d8709177a24} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2024.06.17 21:28:40.958991 [ 3 ] {81c28be1-9af9-4c55-acd4-6d8709177a24} oximeter.fields_uuid (7c5f6fc8-3acc-4c80-83a9-ac96fe1d6fa8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:40.959150 [ 3 ] {81c28be1-9af9-4c55-acd4-6d8709177a24} executeQuery: Read 99 rows, 7.92 KiB in 0.001441 sec., 68702.29007633588 rows/sec., 5.37 MiB/sec. 2024.06.17 21:28:40.959398 [ 3 ] {81c28be1-9af9-4c55-acd4-6d8709177a24} DynamicQueryHandler: Done processing query 2024.06.17 21:28:40.959424 [ 3 ] {81c28be1-9af9-4c55-acd4-6d8709177a24} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.17 21:28:40.959462 [ 3 ] {} HTTP-Session: b4891c25-55f6-4092-972f-f91177d54c79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.959724 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:40.959869 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:40.959947 [ 3 ] {} HTTP-Session: 2b53467d-aae8-42b1-b401-d66dc298e315 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:40.960009 [ 3 ] {} HTTP-Session: 2b53467d-aae8-42b1-b401-d66dc298e315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.960056 [ 3 ] {} HTTP-Session: 2b53467d-aae8-42b1-b401-d66dc298e315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.960149 [ 3 ] {} HTTP-Session: 2b53467d-aae8-42b1-b401-d66dc298e315 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:40.960335 [ 3 ] {ade5109b-b474-46c9-8f01-6719eac4a2a0} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:40.960383 [ 3 ] {ade5109b-b474-46c9-8f01-6719eac4a2a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.17 21:28:40.960546 [ 3 ] {ade5109b-b474-46c9-8f01-6719eac4a2a0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:40.960927 [ 3 ] {ade5109b-b474-46c9-8f01-6719eac4a2a0} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:40.960963 [ 3 ] {ade5109b-b474-46c9-8f01-6719eac4a2a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:40.961354 [ 3 ] {ade5109b-b474-46c9-8f01-6719eac4a2a0} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2024.06.17 21:28:40.961682 [ 3 ] {ade5109b-b474-46c9-8f01-6719eac4a2a0} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:40.961842 [ 3 ] {ade5109b-b474-46c9-8f01-6719eac4a2a0} executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. 2024.06.17 21:28:40.961855 [ 106 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2024.06.17 21:28:40.961971 [ 106 ] {} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:40.962005 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:40.962090 [ 3 ] {ade5109b-b474-46c9-8f01-6719eac4a2a0} DynamicQueryHandler: Done processing query 2024.06.17 21:28:40.962133 [ 3 ] {ade5109b-b474-46c9-8f01-6719eac4a2a0} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.17 21:28:40.962159 [ 3 ] {} HTTP-Session: 2b53467d-aae8-42b1-b401-d66dc298e315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.962186 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2024.06.17 21:28:40.962327 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 37467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:40.962356 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:28:40.962390 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:40.962403 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_96_19} MergeTreeSequentialSource: Reading 3 marks from part all_1_91_18, total 13922 rows starting from the beginning of the part 2024.06.17 21:28:40.962411 [ 3 ] {} HTTP-Session: 5ba47e3c-1540-4e47-b71c-b1970c0d6370 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:40.962438 [ 3 ] {} HTTP-Session: 5ba47e3c-1540-4e47-b71c-b1970c0d6370 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.962456 [ 3 ] {} HTTP-Session: 5ba47e3c-1540-4e47-b71c-b1970c0d6370 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.962536 [ 3 ] {} HTTP-Session: 5ba47e3c-1540-4e47-b71c-b1970c0d6370 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:40.962578 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part 2024.06.17 21:28:40.962906 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2024.06.17 21:28:40.963154 [ 3 ] {de219772-ae06-4ab6-a60e-0ce176795781} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:40.963163 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 199 rows starting from the beginning of the part 2024.06.17 21:28:40.963359 [ 3 ] {de219772-ae06-4ab6-a60e-0ce176795781} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.17 21:28:40.963496 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part 2024.06.17 21:28:40.963796 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2024.06.17 21:28:40.964482 [ 3 ] {de219772-ae06-4ab6-a60e-0ce176795781} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:40.965083 [ 3 ] {de219772-ae06-4ab6-a60e-0ce176795781} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:40.965120 [ 3 ] {de219772-ae06-4ab6-a60e-0ce176795781} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2024.06.17 21:28:40.965717 [ 3 ] {de219772-ae06-4ab6-a60e-0ce176795781} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2024.06.17 21:28:40.966269 [ 3 ] {de219772-ae06-4ab6-a60e-0ce176795781} oximeter.measurements_histogramf64 (202d1f81-c5de-4234-97d9-4f99ef32f71e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:40.966476 [ 3 ] {de219772-ae06-4ab6-a60e-0ce176795781} executeQuery: Read 35 rows, 48.36 KiB in 0.003704 sec., 9449.244060475163 rows/sec., 12.75 MiB/sec. 2024.06.17 21:28:40.966659 [ 3 ] {de219772-ae06-4ab6-a60e-0ce176795781} DynamicQueryHandler: Done processing query 2024.06.17 21:28:40.966684 [ 3 ] {de219772-ae06-4ab6-a60e-0ce176795781} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.06.17 21:28:40.966700 [ 3 ] {} HTTP-Session: 5ba47e3c-1540-4e47-b71c-b1970c0d6370 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.966835 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55036, User-Agent: (none), Length: 9147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.17 21:28:40.966903 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.17 21:28:40.966922 [ 3 ] {} HTTP-Session: d02c5c0f-f6ec-4776-9584-ed7dc4c26c84 Authenticating user 'default' from [fd00:1122:3344:101::d]:55036 2024.06.17 21:28:40.966940 [ 3 ] {} HTTP-Session: d02c5c0f-f6ec-4776-9584-ed7dc4c26c84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.966954 [ 3 ] {} HTTP-Session: d02c5c0f-f6ec-4776-9584-ed7dc4c26c84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.966986 [ 3 ] {} HTTP-Session: d02c5c0f-f6ec-4776-9584-ed7dc4c26c84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.17 21:28:40.967098 [ 3 ] {752a0fa0-e92c-4dff-b131-2ad46a82091f} executeQuery: (from [fd00:1122:3344:101::d]:55036) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.17 21:28:40.967145 [ 3 ] {752a0fa0-e92c-4dff-b131-2ad46a82091f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.17 21:28:40.967286 [ 3 ] {752a0fa0-e92c-4dff-b131-2ad46a82091f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.17 21:28:40.967580 [ 3 ] {752a0fa0-e92c-4dff-b131-2ad46a82091f} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:40.967617 [ 3 ] {752a0fa0-e92c-4dff-b131-2ad46a82091f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:40.968021 [ 3 ] {752a0fa0-e92c-4dff-b131-2ad46a82091f} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2024.06.17 21:28:40.968248 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 14761 rows, containing 5 columns (5 merged, 0 gathered) in 0.006143163 sec., 2402833.849598326 rows/sec., 167.53 MiB/sec. 2024.06.17 21:28:40.968456 [ 3 ] {752a0fa0-e92c-4dff-b131-2ad46a82091f} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:40.968647 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2024.06.17 21:28:40.968654 [ 3 ] {752a0fa0-e92c-4dff-b131-2ad46a82091f} executeQuery: Read 60 rows, 4.14 KiB in 0.00158 sec., 37974.6835443038 rows/sec., 2.56 MiB/sec. 2024.06.17 21:28:40.968644 [ 106 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2024.06.17 21:28:40.968792 [ 106 ] {} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.17 21:28:40.968912 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2024.06.17 21:28:40.969198 [ 3 ] {752a0fa0-e92c-4dff-b131-2ad46a82091f} DynamicQueryHandler: Done processing query 2024.06.17 21:28:40.969292 [ 3 ] {752a0fa0-e92c-4dff-b131-2ad46a82091f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.17 21:28:40.969380 [ 3 ] {} HTTP-Session: d02c5c0f-f6ec-4776-9584-ed7dc4c26c84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.17 21:28:40.969513 [ 187 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2024.06.17 21:28:40.969834 [ 187 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.17 21:28:40.969845 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_96_19} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:40.969894 [ 187 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4962 rows starting from the beginning of the part 2024.06.17 21:28:40.970006 [ 188 ] {0a3126d4-0de8-4e34-987d-bd8ccde27f6b::all_1_96_19} oximeter.measurements_cumulativeu64 (0a3126d4-0de8-4e34-987d-bd8ccde27f6b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2024.06.17 21:28:40.970103 [ 187 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part 2024.06.17 21:28:40.970319 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.01 MiB. 2024.06.17 21:28:40.970385 [ 187 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2024.06.17 21:28:40.970478 [ 187 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part 2024.06.17 21:28:40.970550 [ 187 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part 2024.06.17 21:28:40.970632 [ 187 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part 2024.06.17 21:28:40.972781 [ 191 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5262 rows, containing 4 columns (4 merged, 0 gathered) in 0.003708218 sec., 1419010.4249534411 rows/sec., 95.49 MiB/sec. 2024.06.17 21:28:40.973258 [ 198 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2024.06.17 21:28:40.973704 [ 198 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_96_19} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.17 21:28:40.973794 [ 198 ] {e13fbf94-da44-490d-b753-a3e4e3036ca1::all_1_96_19} oximeter.measurements_u64 (e13fbf94-da44-490d-b753-a3e4e3036ca1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2024.06.17 21:28:40.973894 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB.