[ Apr 30 22:22:47 Enabled. ] [ Apr 30 22:22:47 Rereading configuration. ] [ Apr 30 22:22:48 Rereading configuration. ] [ Apr 30 22:22:52 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 [ Apr 30 22:22:52 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.04.30 22:22:53.210431 [ 1 ] {} Application: Will watch for the process with pid 25116 2024.04.30 22:22:53.211164 [ 1 ] {} Application: Forked a child process to watch 2024.04.30 22:22:53.541108 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 25116 2024.04.30 22:22:53.542247 [ 1 ] {} Application: starting up 2024.04.30 22:22:53.543425 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.04.30 22:22:53.679333 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.04.30 22:22:53.736639 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.04.30 22:22:53.736711 [ 1 ] {} Application: Initializing DateLUT. 2024.04.30 22:22:53.736736 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.04.30 22:22:53.736832 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.04.30 22:22:53.737306 [ 1 ] {} Application: Initializing interserver credentials. 2024.04.30 22:22:53.739619 [ 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.04.30 22:22:53.740397 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.04.30 22:22:53.741762 [ 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.04.30 22:22:53.741811 [ 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.04.30 22:22:53.741832 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.04.30 22:22:53.742115 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.04.30 22:22:53.743487 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.04.30 22:22:53.751420 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.04.30 22:22:53.752742 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.04.30 22:22:53.754790 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.04.30 22:22:53.754900 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.04.30 22:22:53.757349 [ 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.04.30 22:22:53.757782 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.04.30 22:22:53.764962 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.04.30 22:22:53.765983 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.04.30 22:22:53.768327 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.04.30 22:22:53.768982 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.04.30 22:22:53.769438 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.04.30 22:22:53.769969 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.04.30 22:22:53.772122 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.04.30 22:22:53.772169 [ 1 ] {} Application: Loading metadata from /data/ 2024.04.30 22:22:53.772302 [ 129 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:22:53.772463 [ 129 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:22:53.794702 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.04.30 22:22:53.794794 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000354689 sec 2024.04.30 22:22:53.794875 [ 1 ] {} ReferentialDeps: No tables 2024.04.30 22:22:53.794903 [ 1 ] {} LoadingDeps: No tables 2024.04.30 22:22:53.796095 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.04.30 22:22:53.797099 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.04.30 22:22:53.797142 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.04.30 22:22:53.797194 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.04.30 22:22:53.797220 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.04.30 22:22:53.797239 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.04.30 22:22:53.797291 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.04.30 22:22:53.797310 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.04.30 22:22:53.797335 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.04.30 22:22:53.797384 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.04.30 22:22:53.797406 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.04.30 22:22:53.797428 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.04.30 22:22:53.797458 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.04.30 22:22:53.797513 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.04.30 22:22:53.797538 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.04.30 22:22:53.797566 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.04.30 22:22:53.797610 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.04.30 22:22:53.797634 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.04.30 22:22:53.859053 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.04.30 22:22:53.861319 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.04.30 22:22:53.861375 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.5132e-05 sec 2024.04.30 22:22:53.861397 [ 1 ] {} ReferentialDeps: No tables 2024.04.30 22:22:53.861425 [ 1 ] {} LoadingDeps: No tables 2024.04.30 22:22:53.861459 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.04.30 22:22:53.861719 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.04.30 22:22:53.861785 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.04.30 22:22:53.861805 [ 1 ] {} Application: Loaded metadata. 2024.04.30 22:22:53.861839 [ 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.04.30 22:22:53.861856 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.04.30 22:22:53.896282 [ 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.04.30 22:22:54.198727 [ 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.04.30 22:22:54.198809 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.04.30 22:22:54.277476 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.04.30 22:22:54.277734 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.20 MiB 2024.04.30 22:22:54.278821 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.9811e-05 sec. 2024.04.30 22:22:54.279280 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.04.30 22:22:54.279408 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.04.30 22:22:54.279472 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.04.30 22:22:54.279500 [ 1 ] {} Application: Ready for connections. 2024.04.30 22:22:54.389425 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.389715 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.389773 [ 3 ] {} HTTP-Session: ef0f5e4b-ab3e-414e-b922-6da6be29e5b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.389815 [ 3 ] {} HTTP-Session: ef0f5e4b-ab3e-414e-b922-6da6be29e5b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.389845 [ 3 ] {} HTTP-Session: ef0f5e4b-ab3e-414e-b922-6da6be29e5b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.389962 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.04.30 22:22:54.390010 [ 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.04.30 22:22:54.390044 [ 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.04.30 22:22:54.390135 [ 3 ] {} HTTP-Session: ef0f5e4b-ab3e-414e-b922-6da6be29e5b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.391438 [ 3 ] {07ccafd8-ec15-4758-b62e-c9008e66d87d} executeQuery: (from [fd00:1122:3344:101::d]:41589) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.04.30 22:22:54.422479 [ 3 ] {07ccafd8-ec15-4758-b62e-c9008e66d87d} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41589) (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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 2024.04.30 22:22:54.423298 [ 3 ] {07ccafd8-ec15-4758-b62e-c9008e66d87d} 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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.04.30 22:22:54.424974 [ 3 ] {} HTTP-Session: ef0f5e4b-ab3e-414e-b922-6da6be29e5b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.425983 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.426079 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.426110 [ 3 ] {} HTTP-Session: ea58844d-1b8e-4e03-a904-9ee603941123 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.426142 [ 3 ] {} HTTP-Session: ea58844d-1b8e-4e03-a904-9ee603941123 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.426157 [ 3 ] {} HTTP-Session: ea58844d-1b8e-4e03-a904-9ee603941123 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.426212 [ 3 ] {} HTTP-Session: ea58844d-1b8e-4e03-a904-9ee603941123 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.427474 [ 3 ] {df4772f2-72b5-4843-be52-fcdeba96090a} executeQuery: (from [fd00:1122:3344:101::d]:41589) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.04.30 22:22:54.427610 [ 3 ] {df4772f2-72b5-4843-be52-fcdeba96090a} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.04.30 22:22:54.429899 [ 3 ] {df4772f2-72b5-4843-be52-fcdeba96090a} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.04.30 22:22:54.432509 [ 3 ] {df4772f2-72b5-4843-be52-fcdeba96090a} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.30 22:22:54.438573 [ 3 ] {df4772f2-72b5-4843-be52-fcdeba96090a} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.438612 [ 3 ] {df4772f2-72b5-4843-be52-fcdeba96090a} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.30 22:22:54.438635 [ 3 ] {} HTTP-Session: ea58844d-1b8e-4e03-a904-9ee603941123 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.439906 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.439970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.439998 [ 3 ] {} HTTP-Session: 322af6c2-50d2-464d-b9b0-5904465dcd8f Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.440018 [ 3 ] {} HTTP-Session: 322af6c2-50d2-464d-b9b0-5904465dcd8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.440035 [ 3 ] {} HTTP-Session: 322af6c2-50d2-464d-b9b0-5904465dcd8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.440083 [ 3 ] {} HTTP-Session: 322af6c2-50d2-464d-b9b0-5904465dcd8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.440221 [ 3 ] {7c9a397d-aec4-48d5-8197-d2e8fcbd3f11} executeQuery: (from [fd00:1122:3344:101::d]:41589) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.04.30 22:22:54.440519 [ 3 ] {7c9a397d-aec4-48d5-8197-d2e8fcbd3f11} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41589) (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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 2024.04.30 22:22:54.440655 [ 3 ] {7c9a397d-aec4-48d5-8197-d2e8fcbd3f11} 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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.04.30 22:22:54.440851 [ 3 ] {} HTTP-Session: 322af6c2-50d2-464d-b9b0-5904465dcd8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.441142 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.441201 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.441222 [ 3 ] {} HTTP-Session: 9e835f6a-7c85-4528-8833-044749f12c23 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.441244 [ 3 ] {} HTTP-Session: 9e835f6a-7c85-4528-8833-044749f12c23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.441263 [ 3 ] {} HTTP-Session: 9e835f6a-7c85-4528-8833-044749f12c23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.441297 [ 3 ] {} HTTP-Session: 9e835f6a-7c85-4528-8833-044749f12c23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.441496 [ 3 ] {3e7e7c3e-52de-4b2e-88ec-3d5a3c70bb8e} executeQuery: (from [fd00:1122:3344:101::d]:41589) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.04.30 22:22:54.441682 [ 3 ] {3e7e7c3e-52de-4b2e-88ec-3d5a3c70bb8e} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.441708 [ 3 ] {} HTTP-Session: 9e835f6a-7c85-4528-8833-044749f12c23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.441841 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.441893 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.441919 [ 3 ] {} HTTP-Session: a1810cca-99ff-4973-acc7-b332c4acea2a Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.441938 [ 3 ] {} HTTP-Session: a1810cca-99ff-4973-acc7-b332c4acea2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.441956 [ 3 ] {} HTTP-Session: a1810cca-99ff-4973-acc7-b332c4acea2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.441992 [ 3 ] {} HTTP-Session: a1810cca-99ff-4973-acc7-b332c4acea2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.442090 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.04.30 22:22:54.442154 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.04.30 22:22:54.444698 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.04.30 22:22:54.444742 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.1262e-05 sec 2024.04.30 22:22:54.444761 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} ReferentialDeps: No tables 2024.04.30 22:22:54.444783 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} LoadingDeps: No tables 2024.04.30 22:22:54.444812 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} DatabaseAtomic (oximeter): Starting up tables. 2024.04.30 22:22:54.444988 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.445022 [ 3 ] {} HTTP-Session: a1810cca-99ff-4973-acc7-b332c4acea2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.445174 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.445244 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.445273 [ 3 ] {} HTTP-Session: 3f0a3096-192a-4baa-b1d6-8feb76412b5a Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.445301 [ 3 ] {} HTTP-Session: 3f0a3096-192a-4baa-b1d6-8feb76412b5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.445326 [ 3 ] {} HTTP-Session: 3f0a3096-192a-4baa-b1d6-8feb76412b5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.445359 [ 3 ] {} HTTP-Session: 3f0a3096-192a-4baa-b1d6-8feb76412b5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.445517 [ 3 ] {9067cbae-6224-48d1-89bd-472567c2fa23} executeQuery: (from [fd00:1122:3344:101::d]:41589) /* 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.04.30 22:22:54.445570 [ 3 ] {9067cbae-6224-48d1-89bd-472567c2fa23} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.04.30 22:22:54.449894 [ 3 ] {9067cbae-6224-48d1-89bd-472567c2fa23} StoragePolicy (default): Storage policy default created, total volumes 1 2024.04.30 22:22:54.451070 [ 3 ] {9067cbae-6224-48d1-89bd-472567c2fa23} oximeter.version (9b6955bc-de01-41ff-92d2-8996d11bb6b6): Loading data parts 2024.04.30 22:22:54.451536 [ 3 ] {9067cbae-6224-48d1-89bd-472567c2fa23} oximeter.version (9b6955bc-de01-41ff-92d2-8996d11bb6b6): There are no data parts 2024.04.30 22:22:54.457944 [ 3 ] {9067cbae-6224-48d1-89bd-472567c2fa23} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.457983 [ 3 ] {} HTTP-Session: 3f0a3096-192a-4baa-b1d6-8feb76412b5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.458198 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.458273 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.458305 [ 3 ] {} HTTP-Session: c3c5c453-d95f-4934-a0b6-a7402ed2b5f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.458329 [ 3 ] {} HTTP-Session: c3c5c453-d95f-4934-a0b6-a7402ed2b5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.458348 [ 3 ] {} HTTP-Session: c3c5c453-d95f-4934-a0b6-a7402ed2b5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.458386 [ 3 ] {} HTTP-Session: c3c5c453-d95f-4934-a0b6-a7402ed2b5f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.458611 [ 3 ] {b7cce5b3-a497-40a4-b33d-96c708e5e69a} executeQuery: (from [fd00:1122:3344:101::d]:41589) /* 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.04.30 22:22:54.458674 [ 3 ] {b7cce5b3-a497-40a4-b33d-96c708e5e69a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.04.30 22:22:54.465994 [ 3 ] {b7cce5b3-a497-40a4-b33d-96c708e5e69a} oximeter.measurements_bool (0ee7d268-64f0-4554-b347-e610310d2b9d): Loading data parts 2024.04.30 22:22:54.466229 [ 3 ] {b7cce5b3-a497-40a4-b33d-96c708e5e69a} oximeter.measurements_bool (0ee7d268-64f0-4554-b347-e610310d2b9d): There are no data parts 2024.04.30 22:22:54.468765 [ 3 ] {b7cce5b3-a497-40a4-b33d-96c708e5e69a} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.468801 [ 3 ] {} HTTP-Session: c3c5c453-d95f-4934-a0b6-a7402ed2b5f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.468986 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.469060 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.469090 [ 3 ] {} HTTP-Session: d277b89d-6504-4796-b2f4-ddd07231a503 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.469116 [ 3 ] {} HTTP-Session: d277b89d-6504-4796-b2f4-ddd07231a503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.469142 [ 3 ] {} HTTP-Session: d277b89d-6504-4796-b2f4-ddd07231a503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.469189 [ 3 ] {} HTTP-Session: d277b89d-6504-4796-b2f4-ddd07231a503 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.469418 [ 3 ] {c3dbe2c6-d69b-4330-a789-558c8f310ee7} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.469472 [ 3 ] {c3dbe2c6-d69b-4330-a789-558c8f310ee7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.04.30 22:22:54.471210 [ 3 ] {c3dbe2c6-d69b-4330-a789-558c8f310ee7} oximeter.measurements_i8 (66e8562d-239e-480d-91b8-d7c5fed7282e): Loading data parts 2024.04.30 22:22:54.471411 [ 3 ] {c3dbe2c6-d69b-4330-a789-558c8f310ee7} oximeter.measurements_i8 (66e8562d-239e-480d-91b8-d7c5fed7282e): There are no data parts 2024.04.30 22:22:54.481679 [ 3 ] {c3dbe2c6-d69b-4330-a789-558c8f310ee7} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.481743 [ 3 ] {} HTTP-Session: d277b89d-6504-4796-b2f4-ddd07231a503 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.481917 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.481991 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.482025 [ 3 ] {} HTTP-Session: ef5f2b68-d6ab-443c-abc7-f6394cd55673 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.482047 [ 3 ] {} HTTP-Session: ef5f2b68-d6ab-443c-abc7-f6394cd55673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.482079 [ 3 ] {} HTTP-Session: ef5f2b68-d6ab-443c-abc7-f6394cd55673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.482129 [ 3 ] {} HTTP-Session: ef5f2b68-d6ab-443c-abc7-f6394cd55673 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.482365 [ 3 ] {54a925a0-1a59-41d1-990d-e90bcacf6e72} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.482424 [ 3 ] {54a925a0-1a59-41d1-990d-e90bcacf6e72} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.04.30 22:22:54.484956 [ 3 ] {54a925a0-1a59-41d1-990d-e90bcacf6e72} oximeter.measurements_u8 (0b763224-7101-45d4-b6ec-31f92091bac7): Loading data parts 2024.04.30 22:22:54.485227 [ 3 ] {54a925a0-1a59-41d1-990d-e90bcacf6e72} oximeter.measurements_u8 (0b763224-7101-45d4-b6ec-31f92091bac7): There are no data parts 2024.04.30 22:22:54.492071 [ 3 ] {54a925a0-1a59-41d1-990d-e90bcacf6e72} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.492108 [ 3 ] {} HTTP-Session: ef5f2b68-d6ab-443c-abc7-f6394cd55673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.492261 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.492334 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.492362 [ 3 ] {} HTTP-Session: 8f79ae79-01fe-43d5-97f4-47b776b466b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.492381 [ 3 ] {} HTTP-Session: 8f79ae79-01fe-43d5-97f4-47b776b466b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.492400 [ 3 ] {} HTTP-Session: 8f79ae79-01fe-43d5-97f4-47b776b466b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.492437 [ 3 ] {} HTTP-Session: 8f79ae79-01fe-43d5-97f4-47b776b466b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.492638 [ 3 ] {d6a555a9-0df1-4fb3-967c-a8bcf11db0b4} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.492693 [ 3 ] {d6a555a9-0df1-4fb3-967c-a8bcf11db0b4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.04.30 22:22:54.494905 [ 3 ] {d6a555a9-0df1-4fb3-967c-a8bcf11db0b4} oximeter.measurements_i16 (e5023f4e-668d-45d7-8fbe-d6a649b18ec1): Loading data parts 2024.04.30 22:22:54.495093 [ 3 ] {d6a555a9-0df1-4fb3-967c-a8bcf11db0b4} oximeter.measurements_i16 (e5023f4e-668d-45d7-8fbe-d6a649b18ec1): There are no data parts 2024.04.30 22:22:54.504603 [ 3 ] {d6a555a9-0df1-4fb3-967c-a8bcf11db0b4} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.504648 [ 3 ] {} HTTP-Session: 8f79ae79-01fe-43d5-97f4-47b776b466b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.504814 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.504886 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.504921 [ 3 ] {} HTTP-Session: d6479e76-6f36-481c-be60-80918067ca87 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.504943 [ 3 ] {} HTTP-Session: d6479e76-6f36-481c-be60-80918067ca87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.504971 [ 3 ] {} HTTP-Session: d6479e76-6f36-481c-be60-80918067ca87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.505023 [ 3 ] {} HTTP-Session: d6479e76-6f36-481c-be60-80918067ca87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.505265 [ 3 ] {02cfaa72-bb51-47db-9a9a-5d0db26f7b49} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.505336 [ 3 ] {02cfaa72-bb51-47db-9a9a-5d0db26f7b49} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.04.30 22:22:54.507766 [ 3 ] {02cfaa72-bb51-47db-9a9a-5d0db26f7b49} oximeter.measurements_u16 (afb711a2-e1df-4885-b6d2-1d2848b682ae): Loading data parts 2024.04.30 22:22:54.507942 [ 3 ] {02cfaa72-bb51-47db-9a9a-5d0db26f7b49} oximeter.measurements_u16 (afb711a2-e1df-4885-b6d2-1d2848b682ae): There are no data parts 2024.04.30 22:22:54.515137 [ 3 ] {02cfaa72-bb51-47db-9a9a-5d0db26f7b49} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.515180 [ 3 ] {} HTTP-Session: d6479e76-6f36-481c-be60-80918067ca87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.515320 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.515381 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.515407 [ 3 ] {} HTTP-Session: 15d79c71-9831-4929-8c9d-269a3c949d5c Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.515436 [ 3 ] {} HTTP-Session: 15d79c71-9831-4929-8c9d-269a3c949d5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.515456 [ 3 ] {} HTTP-Session: 15d79c71-9831-4929-8c9d-269a3c949d5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.515494 [ 3 ] {} HTTP-Session: 15d79c71-9831-4929-8c9d-269a3c949d5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.515696 [ 3 ] {21d3e684-2224-4661-a190-ce02f9f5fa3e} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.515751 [ 3 ] {21d3e684-2224-4661-a190-ce02f9f5fa3e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.04.30 22:22:54.518055 [ 3 ] {21d3e684-2224-4661-a190-ce02f9f5fa3e} oximeter.measurements_i32 (e23eccf9-45a5-4fa9-b1df-586788d8306f): Loading data parts 2024.04.30 22:22:54.518336 [ 3 ] {21d3e684-2224-4661-a190-ce02f9f5fa3e} oximeter.measurements_i32 (e23eccf9-45a5-4fa9-b1df-586788d8306f): There are no data parts 2024.04.30 22:22:54.527909 [ 3 ] {21d3e684-2224-4661-a190-ce02f9f5fa3e} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.527950 [ 3 ] {} HTTP-Session: 15d79c71-9831-4929-8c9d-269a3c949d5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.528091 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.528163 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.528220 [ 3 ] {} HTTP-Session: 4b2fb9ec-425c-49b0-81b5-da7a5632f019 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.528242 [ 3 ] {} HTTP-Session: 4b2fb9ec-425c-49b0-81b5-da7a5632f019 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.528266 [ 3 ] {} HTTP-Session: 4b2fb9ec-425c-49b0-81b5-da7a5632f019 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.528320 [ 3 ] {} HTTP-Session: 4b2fb9ec-425c-49b0-81b5-da7a5632f019 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.528517 [ 3 ] {4bd0bb90-2e54-40d8-bd91-91a83ab4ba58} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.528574 [ 3 ] {4bd0bb90-2e54-40d8-bd91-91a83ab4ba58} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.04.30 22:22:54.531013 [ 3 ] {4bd0bb90-2e54-40d8-bd91-91a83ab4ba58} oximeter.measurements_u32 (4c832b50-2cbb-499f-8eb1-b434566b2cf8): Loading data parts 2024.04.30 22:22:54.531301 [ 3 ] {4bd0bb90-2e54-40d8-bd91-91a83ab4ba58} oximeter.measurements_u32 (4c832b50-2cbb-499f-8eb1-b434566b2cf8): There are no data parts 2024.04.30 22:22:54.539195 [ 3 ] {4bd0bb90-2e54-40d8-bd91-91a83ab4ba58} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.539237 [ 3 ] {} HTTP-Session: 4b2fb9ec-425c-49b0-81b5-da7a5632f019 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.539375 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.539433 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.539463 [ 3 ] {} HTTP-Session: 4f5734a3-e419-4fe4-9cb6-20572ff44aef Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.539488 [ 3 ] {} HTTP-Session: 4f5734a3-e419-4fe4-9cb6-20572ff44aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.539502 [ 3 ] {} HTTP-Session: 4f5734a3-e419-4fe4-9cb6-20572ff44aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.539544 [ 3 ] {} HTTP-Session: 4f5734a3-e419-4fe4-9cb6-20572ff44aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.539738 [ 3 ] {c57b1495-0dee-4155-899c-28c77c8c849b} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.539798 [ 3 ] {c57b1495-0dee-4155-899c-28c77c8c849b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.04.30 22:22:54.542094 [ 3 ] {c57b1495-0dee-4155-899c-28c77c8c849b} oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): Loading data parts 2024.04.30 22:22:54.542285 [ 3 ] {c57b1495-0dee-4155-899c-28c77c8c849b} oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): There are no data parts 2024.04.30 22:22:54.551884 [ 3 ] {c57b1495-0dee-4155-899c-28c77c8c849b} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.551928 [ 3 ] {} HTTP-Session: 4f5734a3-e419-4fe4-9cb6-20572ff44aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.552114 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.552194 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.552223 [ 3 ] {} HTTP-Session: 44f630ae-868e-475e-a663-b4a37a77ee4d Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.552251 [ 3 ] {} HTTP-Session: 44f630ae-868e-475e-a663-b4a37a77ee4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.552270 [ 3 ] {} HTTP-Session: 44f630ae-868e-475e-a663-b4a37a77ee4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.552323 [ 3 ] {} HTTP-Session: 44f630ae-868e-475e-a663-b4a37a77ee4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.552523 [ 3 ] {3cb4052d-5687-46c2-930d-15b777394899} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.552581 [ 3 ] {3cb4052d-5687-46c2-930d-15b777394899} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.04.30 22:22:54.555019 [ 3 ] {3cb4052d-5687-46c2-930d-15b777394899} oximeter.measurements_u64 (ceacbc37-22df-4fee-9f9e-bd7fb41dab62): Loading data parts 2024.04.30 22:22:54.555205 [ 3 ] {3cb4052d-5687-46c2-930d-15b777394899} oximeter.measurements_u64 (ceacbc37-22df-4fee-9f9e-bd7fb41dab62): There are no data parts 2024.04.30 22:22:54.562840 [ 3 ] {3cb4052d-5687-46c2-930d-15b777394899} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.562885 [ 3 ] {} HTTP-Session: 44f630ae-868e-475e-a663-b4a37a77ee4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.563080 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.563143 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.563177 [ 3 ] {} HTTP-Session: 3de57010-796d-48ff-b9ed-561320853563 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.563209 [ 3 ] {} HTTP-Session: 3de57010-796d-48ff-b9ed-561320853563 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.563227 [ 3 ] {} HTTP-Session: 3de57010-796d-48ff-b9ed-561320853563 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.563273 [ 3 ] {} HTTP-Session: 3de57010-796d-48ff-b9ed-561320853563 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.563485 [ 3 ] {1f427c9c-0832-44a4-a9c4-2b59033a9519} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.563548 [ 3 ] {1f427c9c-0832-44a4-a9c4-2b59033a9519} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.04.30 22:22:54.565802 [ 3 ] {1f427c9c-0832-44a4-a9c4-2b59033a9519} oximeter.measurements_f32 (af2129a2-0bae-47b5-876f-12198a19c8ff): Loading data parts 2024.04.30 22:22:54.566004 [ 3 ] {1f427c9c-0832-44a4-a9c4-2b59033a9519} oximeter.measurements_f32 (af2129a2-0bae-47b5-876f-12198a19c8ff): There are no data parts 2024.04.30 22:22:54.575608 [ 3 ] {1f427c9c-0832-44a4-a9c4-2b59033a9519} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.575644 [ 3 ] {} HTTP-Session: 3de57010-796d-48ff-b9ed-561320853563 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.575814 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.575895 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.575922 [ 3 ] {} HTTP-Session: 459db67b-fbf5-4d5e-92f5-2412e87f4391 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.575952 [ 3 ] {} HTTP-Session: 459db67b-fbf5-4d5e-92f5-2412e87f4391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.575979 [ 3 ] {} HTTP-Session: 459db67b-fbf5-4d5e-92f5-2412e87f4391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.576026 [ 3 ] {} HTTP-Session: 459db67b-fbf5-4d5e-92f5-2412e87f4391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.576278 [ 3 ] {eb00b883-c56b-4853-86a5-1181000f16e5} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.576351 [ 3 ] {eb00b883-c56b-4853-86a5-1181000f16e5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.04.30 22:22:54.578823 [ 3 ] {eb00b883-c56b-4853-86a5-1181000f16e5} oximeter.measurements_f64 (bee0b9c7-df65-4588-b46d-025233dfed1c): Loading data parts 2024.04.30 22:22:54.579005 [ 3 ] {eb00b883-c56b-4853-86a5-1181000f16e5} oximeter.measurements_f64 (bee0b9c7-df65-4588-b46d-025233dfed1c): There are no data parts 2024.04.30 22:22:54.586273 [ 3 ] {eb00b883-c56b-4853-86a5-1181000f16e5} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.586317 [ 3 ] {} HTTP-Session: 459db67b-fbf5-4d5e-92f5-2412e87f4391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.586458 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.586516 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.586537 [ 3 ] {} HTTP-Session: 18dc2b08-917b-4735-8975-303abe7fd05e Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.586563 [ 3 ] {} HTTP-Session: 18dc2b08-917b-4735-8975-303abe7fd05e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.586577 [ 3 ] {} HTTP-Session: 18dc2b08-917b-4735-8975-303abe7fd05e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.586620 [ 3 ] {} HTTP-Session: 18dc2b08-917b-4735-8975-303abe7fd05e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.586815 [ 3 ] {8f6845cf-8bb7-483c-8f69-e4415a5ef920} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.586880 [ 3 ] {8f6845cf-8bb7-483c-8f69-e4415a5ef920} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.04.30 22:22:54.589117 [ 3 ] {8f6845cf-8bb7-483c-8f69-e4415a5ef920} oximeter.measurements_string (b92a76d0-8d4e-4096-a198-8b0f910c2981): Loading data parts 2024.04.30 22:22:54.589297 [ 3 ] {8f6845cf-8bb7-483c-8f69-e4415a5ef920} oximeter.measurements_string (b92a76d0-8d4e-4096-a198-8b0f910c2981): There are no data parts 2024.04.30 22:22:54.599242 [ 3 ] {8f6845cf-8bb7-483c-8f69-e4415a5ef920} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.599278 [ 3 ] {} HTTP-Session: 18dc2b08-917b-4735-8975-303abe7fd05e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.599435 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.599494 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.599515 [ 3 ] {} HTTP-Session: 4c535173-685b-4870-b716-40353553bf63 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.599541 [ 3 ] {} HTTP-Session: 4c535173-685b-4870-b716-40353553bf63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.599563 [ 3 ] {} HTTP-Session: 4c535173-685b-4870-b716-40353553bf63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.599601 [ 3 ] {} HTTP-Session: 4c535173-685b-4870-b716-40353553bf63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.599801 [ 3 ] {6ba6c490-a4bb-44de-9515-81d840e251b7} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.599864 [ 3 ] {6ba6c490-a4bb-44de-9515-81d840e251b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.04.30 22:22:54.602376 [ 3 ] {6ba6c490-a4bb-44de-9515-81d840e251b7} oximeter.measurements_bytes (aad4b406-65ca-4af8-ab80-61e9101ed122): Loading data parts 2024.04.30 22:22:54.602566 [ 3 ] {6ba6c490-a4bb-44de-9515-81d840e251b7} oximeter.measurements_bytes (aad4b406-65ca-4af8-ab80-61e9101ed122): There are no data parts 2024.04.30 22:22:54.622490 [ 3 ] {6ba6c490-a4bb-44de-9515-81d840e251b7} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.622528 [ 3 ] {} HTTP-Session: 4c535173-685b-4870-b716-40353553bf63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.622693 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.622768 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.622805 [ 3 ] {} HTTP-Session: 8bf53b02-9d04-499b-9c6e-273db792d81d Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.622825 [ 3 ] {} HTTP-Session: 8bf53b02-9d04-499b-9c6e-273db792d81d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.622849 [ 3 ] {} HTTP-Session: 8bf53b02-9d04-499b-9c6e-273db792d81d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.622882 [ 3 ] {} HTTP-Session: 8bf53b02-9d04-499b-9c6e-273db792d81d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.623098 [ 3 ] {a556110c-45ad-4492-9e61-4189aafda3cc} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.623158 [ 3 ] {a556110c-45ad-4492-9e61-4189aafda3cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.04.30 22:22:54.645461 [ 3 ] {a556110c-45ad-4492-9e61-4189aafda3cc} oximeter.measurements_cumulativei64 (94c3c929-94dc-4889-863a-0339de503ba2): Loading data parts 2024.04.30 22:22:54.645707 [ 3 ] {a556110c-45ad-4492-9e61-4189aafda3cc} oximeter.measurements_cumulativei64 (94c3c929-94dc-4889-863a-0339de503ba2): There are no data parts 2024.04.30 22:22:54.665621 [ 3 ] {a556110c-45ad-4492-9e61-4189aafda3cc} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.665691 [ 3 ] {} HTTP-Session: 8bf53b02-9d04-499b-9c6e-273db792d81d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.665897 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.666019 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.666059 [ 3 ] {} HTTP-Session: e6d14495-61eb-4ee7-b38e-b63037646bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.666108 [ 3 ] {} HTTP-Session: e6d14495-61eb-4ee7-b38e-b63037646bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.666140 [ 3 ] {} HTTP-Session: e6d14495-61eb-4ee7-b38e-b63037646bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.666219 [ 3 ] {} HTTP-Session: e6d14495-61eb-4ee7-b38e-b63037646bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.666555 [ 3 ] {1b16767d-be87-4b01-bb48-fbb0894d27f6} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.666648 [ 3 ] {1b16767d-be87-4b01-bb48-fbb0894d27f6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.04.30 22:22:54.679667 [ 3 ] {1b16767d-be87-4b01-bb48-fbb0894d27f6} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Loading data parts 2024.04.30 22:22:54.679905 [ 3 ] {1b16767d-be87-4b01-bb48-fbb0894d27f6} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): There are no data parts 2024.04.30 22:22:54.692970 [ 3 ] {1b16767d-be87-4b01-bb48-fbb0894d27f6} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.693020 [ 3 ] {} HTTP-Session: e6d14495-61eb-4ee7-b38e-b63037646bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.693244 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.693350 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.693381 [ 3 ] {} HTTP-Session: d09b77af-903b-4458-96e5-c858d4c09629 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.693424 [ 3 ] {} HTTP-Session: d09b77af-903b-4458-96e5-c858d4c09629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.693464 [ 3 ] {} HTTP-Session: d09b77af-903b-4458-96e5-c858d4c09629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.693515 [ 3 ] {} HTTP-Session: d09b77af-903b-4458-96e5-c858d4c09629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.693803 [ 3 ] {b6421d07-62f1-4c6f-8ba5-258ac2187761} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.693886 [ 3 ] {b6421d07-62f1-4c6f-8ba5-258ac2187761} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.04.30 22:22:54.715951 [ 3 ] {b6421d07-62f1-4c6f-8ba5-258ac2187761} oximeter.measurements_cumulativef32 (b09999e7-11e5-424f-8e65-da1373f6f3a0): Loading data parts 2024.04.30 22:22:54.716157 [ 3 ] {b6421d07-62f1-4c6f-8ba5-258ac2187761} oximeter.measurements_cumulativef32 (b09999e7-11e5-424f-8e65-da1373f6f3a0): There are no data parts 2024.04.30 22:22:54.726966 [ 3 ] {b6421d07-62f1-4c6f-8ba5-258ac2187761} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.727016 [ 3 ] {} HTTP-Session: d09b77af-903b-4458-96e5-c858d4c09629 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.727155 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.727230 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.727260 [ 3 ] {} HTTP-Session: 16862970-9311-48cd-9bc1-b29751bf9e13 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.727286 [ 3 ] {} HTTP-Session: 16862970-9311-48cd-9bc1-b29751bf9e13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.727302 [ 3 ] {} HTTP-Session: 16862970-9311-48cd-9bc1-b29751bf9e13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.727343 [ 3 ] {} HTTP-Session: 16862970-9311-48cd-9bc1-b29751bf9e13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.727561 [ 3 ] {5d1ca869-35b8-481a-8d55-1b9a6f5c31c5} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.727631 [ 3 ] {5d1ca869-35b8-481a-8d55-1b9a6f5c31c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.04.30 22:22:54.730145 [ 3 ] {5d1ca869-35b8-481a-8d55-1b9a6f5c31c5} oximeter.measurements_cumulativef64 (bbf2ca46-20c4-4b0f-8140-77157014b6c2): Loading data parts 2024.04.30 22:22:54.730351 [ 3 ] {5d1ca869-35b8-481a-8d55-1b9a6f5c31c5} oximeter.measurements_cumulativef64 (bbf2ca46-20c4-4b0f-8140-77157014b6c2): There are no data parts 2024.04.30 22:22:54.739815 [ 3 ] {5d1ca869-35b8-481a-8d55-1b9a6f5c31c5} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.739852 [ 3 ] {} HTTP-Session: 16862970-9311-48cd-9bc1-b29751bf9e13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.740049 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.740131 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.740158 [ 3 ] {} HTTP-Session: 9bdbe1d9-b0d6-40f0-9f64-4428ab65599e Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.740190 [ 3 ] {} HTTP-Session: 9bdbe1d9-b0d6-40f0-9f64-4428ab65599e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.740216 [ 3 ] {} HTTP-Session: 9bdbe1d9-b0d6-40f0-9f64-4428ab65599e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.740259 [ 3 ] {} HTTP-Session: 9bdbe1d9-b0d6-40f0-9f64-4428ab65599e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.740495 [ 3 ] {3498da53-fdb1-41aa-9ea7-079b6e3b3104} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.740563 [ 3 ] {3498da53-fdb1-41aa-9ea7-079b6e3b3104} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.04.30 22:22:54.743112 [ 3 ] {3498da53-fdb1-41aa-9ea7-079b6e3b3104} oximeter.measurements_histogrami8 (25f242ba-bb31-4e97-88b4-57efbd9fc29e): Loading data parts 2024.04.30 22:22:54.743324 [ 3 ] {3498da53-fdb1-41aa-9ea7-079b6e3b3104} oximeter.measurements_histogrami8 (25f242ba-bb31-4e97-88b4-57efbd9fc29e): There are no data parts 2024.04.30 22:22:54.750868 [ 3 ] {3498da53-fdb1-41aa-9ea7-079b6e3b3104} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.750905 [ 3 ] {} HTTP-Session: 9bdbe1d9-b0d6-40f0-9f64-4428ab65599e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.751079 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.751183 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.751227 [ 3 ] {} HTTP-Session: 5249329a-137d-430b-b267-0cbe0cd0bcb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.751250 [ 3 ] {} HTTP-Session: 5249329a-137d-430b-b267-0cbe0cd0bcb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.751281 [ 3 ] {} HTTP-Session: 5249329a-137d-430b-b267-0cbe0cd0bcb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.751328 [ 3 ] {} HTTP-Session: 5249329a-137d-430b-b267-0cbe0cd0bcb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.751623 [ 3 ] {acf97f2c-c17d-4551-8779-5c94aa2ae75b} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.751714 [ 3 ] {acf97f2c-c17d-4551-8779-5c94aa2ae75b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.04.30 22:22:54.763286 [ 3 ] {acf97f2c-c17d-4551-8779-5c94aa2ae75b} oximeter.measurements_histogramu8 (9bc5a564-79d2-4ca3-a622-d5bb8e27bfad): Loading data parts 2024.04.30 22:22:54.763511 [ 3 ] {acf97f2c-c17d-4551-8779-5c94aa2ae75b} oximeter.measurements_histogramu8 (9bc5a564-79d2-4ca3-a622-d5bb8e27bfad): There are no data parts 2024.04.30 22:22:54.774223 [ 3 ] {acf97f2c-c17d-4551-8779-5c94aa2ae75b} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.774280 [ 3 ] {} HTTP-Session: 5249329a-137d-430b-b267-0cbe0cd0bcb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.774433 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.774507 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.774536 [ 3 ] {} HTTP-Session: ba1aa481-1ea7-49b3-adce-46c1c4737146 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.774563 [ 3 ] {} HTTP-Session: ba1aa481-1ea7-49b3-adce-46c1c4737146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.774576 [ 3 ] {} HTTP-Session: ba1aa481-1ea7-49b3-adce-46c1c4737146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.774618 [ 3 ] {} HTTP-Session: ba1aa481-1ea7-49b3-adce-46c1c4737146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.774839 [ 3 ] {32ba8d9e-736f-4d3a-9afc-ad34043c2a04} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.774905 [ 3 ] {32ba8d9e-736f-4d3a-9afc-ad34043c2a04} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.04.30 22:22:54.795783 [ 3 ] {32ba8d9e-736f-4d3a-9afc-ad34043c2a04} oximeter.measurements_histogrami16 (a267aff7-dafb-46c1-8531-bc4f5a4889a7): Loading data parts 2024.04.30 22:22:54.796001 [ 3 ] {32ba8d9e-736f-4d3a-9afc-ad34043c2a04} oximeter.measurements_histogrami16 (a267aff7-dafb-46c1-8531-bc4f5a4889a7): There are no data parts 2024.04.30 22:22:54.799741 [ 3 ] {32ba8d9e-736f-4d3a-9afc-ad34043c2a04} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.799776 [ 3 ] {} HTTP-Session: ba1aa481-1ea7-49b3-adce-46c1c4737146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.799964 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.800042 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.800069 [ 3 ] {} HTTP-Session: f02a9436-c0a6-47c5-ba5a-4f2fd46c2ff8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.800101 [ 3 ] {} HTTP-Session: f02a9436-c0a6-47c5-ba5a-4f2fd46c2ff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.800129 [ 3 ] {} HTTP-Session: f02a9436-c0a6-47c5-ba5a-4f2fd46c2ff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.800172 [ 3 ] {} HTTP-Session: f02a9436-c0a6-47c5-ba5a-4f2fd46c2ff8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.800423 [ 3 ] {ad2b25a9-8474-45b0-86b0-94ad32e01fef} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.800487 [ 3 ] {ad2b25a9-8474-45b0-86b0-94ad32e01fef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.04.30 22:22:54.802371 [ 3 ] {ad2b25a9-8474-45b0-86b0-94ad32e01fef} oximeter.measurements_histogramu16 (485d96b6-76f7-4f21-be3c-96fc873c681f): Loading data parts 2024.04.30 22:22:54.802530 [ 3 ] {ad2b25a9-8474-45b0-86b0-94ad32e01fef} oximeter.measurements_histogramu16 (485d96b6-76f7-4f21-be3c-96fc873c681f): There are no data parts 2024.04.30 22:22:54.812640 [ 3 ] {ad2b25a9-8474-45b0-86b0-94ad32e01fef} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.812688 [ 3 ] {} HTTP-Session: f02a9436-c0a6-47c5-ba5a-4f2fd46c2ff8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.812857 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.812932 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.812965 [ 3 ] {} HTTP-Session: ae0b90ae-e88e-4dfd-a4a7-660d10966764 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.812988 [ 3 ] {} HTTP-Session: ae0b90ae-e88e-4dfd-a4a7-660d10966764 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.813015 [ 3 ] {} HTTP-Session: ae0b90ae-e88e-4dfd-a4a7-660d10966764 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.813068 [ 3 ] {} HTTP-Session: ae0b90ae-e88e-4dfd-a4a7-660d10966764 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.813328 [ 3 ] {cb485192-902a-4eca-98f8-e69da9c0f9ea} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.813398 [ 3 ] {cb485192-902a-4eca-98f8-e69da9c0f9ea} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.04.30 22:22:54.815974 [ 3 ] {cb485192-902a-4eca-98f8-e69da9c0f9ea} oximeter.measurements_histogrami32 (14fd55aa-3b7a-4721-9d59-08820cfae8c8): Loading data parts 2024.04.30 22:22:54.816177 [ 3 ] {cb485192-902a-4eca-98f8-e69da9c0f9ea} oximeter.measurements_histogrami32 (14fd55aa-3b7a-4721-9d59-08820cfae8c8): There are no data parts 2024.04.30 22:22:54.823267 [ 3 ] {cb485192-902a-4eca-98f8-e69da9c0f9ea} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.823307 [ 3 ] {} HTTP-Session: ae0b90ae-e88e-4dfd-a4a7-660d10966764 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.823457 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.823518 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.823540 [ 3 ] {} HTTP-Session: 9575e094-f42e-4a88-9369-a09ecae2f97b Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.823571 [ 3 ] {} HTTP-Session: 9575e094-f42e-4a88-9369-a09ecae2f97b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.823588 [ 3 ] {} HTTP-Session: 9575e094-f42e-4a88-9369-a09ecae2f97b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.823634 [ 3 ] {} HTTP-Session: 9575e094-f42e-4a88-9369-a09ecae2f97b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.823856 [ 3 ] {6c06c22a-9666-4541-9569-6534d859e50d} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.823922 [ 3 ] {6c06c22a-9666-4541-9569-6534d859e50d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.04.30 22:22:54.826185 [ 3 ] {6c06c22a-9666-4541-9569-6534d859e50d} oximeter.measurements_histogramu32 (89e06f16-d536-4ef1-a15a-0944058ff1cf): Loading data parts 2024.04.30 22:22:54.826371 [ 3 ] {6c06c22a-9666-4541-9569-6534d859e50d} oximeter.measurements_histogramu32 (89e06f16-d536-4ef1-a15a-0944058ff1cf): There are no data parts 2024.04.30 22:22:54.836360 [ 3 ] {6c06c22a-9666-4541-9569-6534d859e50d} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.836399 [ 3 ] {} HTTP-Session: 9575e094-f42e-4a88-9369-a09ecae2f97b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.836547 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.836624 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.836656 [ 3 ] {} HTTP-Session: 74f8b3e6-ede5-4bdd-8a58-2eda54e20000 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.836673 [ 3 ] {} HTTP-Session: 74f8b3e6-ede5-4bdd-8a58-2eda54e20000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.836699 [ 3 ] {} HTTP-Session: 74f8b3e6-ede5-4bdd-8a58-2eda54e20000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.836753 [ 3 ] {} HTTP-Session: 74f8b3e6-ede5-4bdd-8a58-2eda54e20000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.836976 [ 3 ] {a8d1ed92-2db8-4fd9-9225-d64bcf8d28cd} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.837049 [ 3 ] {a8d1ed92-2db8-4fd9-9225-d64bcf8d28cd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.04.30 22:22:54.839598 [ 3 ] {a8d1ed92-2db8-4fd9-9225-d64bcf8d28cd} oximeter.measurements_histogrami64 (40b8508a-486b-4c47-a4d2-9bd7f085f105): Loading data parts 2024.04.30 22:22:54.839780 [ 3 ] {a8d1ed92-2db8-4fd9-9225-d64bcf8d28cd} oximeter.measurements_histogrami64 (40b8508a-486b-4c47-a4d2-9bd7f085f105): There are no data parts 2024.04.30 22:22:54.847180 [ 3 ] {a8d1ed92-2db8-4fd9-9225-d64bcf8d28cd} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.847212 [ 3 ] {} HTTP-Session: 74f8b3e6-ede5-4bdd-8a58-2eda54e20000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.847379 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.847461 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.847480 [ 3 ] {} HTTP-Session: d0273f33-7539-40df-b130-e8795abfc70d Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.847509 [ 3 ] {} HTTP-Session: d0273f33-7539-40df-b130-e8795abfc70d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.847524 [ 3 ] {} HTTP-Session: d0273f33-7539-40df-b130-e8795abfc70d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.847565 [ 3 ] {} HTTP-Session: d0273f33-7539-40df-b130-e8795abfc70d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.847766 [ 3 ] {8d9480e7-0e99-4563-a955-e0a644400029} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.847839 [ 3 ] {8d9480e7-0e99-4563-a955-e0a644400029} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.04.30 22:22:54.871135 [ 3 ] {8d9480e7-0e99-4563-a955-e0a644400029} oximeter.measurements_histogramu64 (2c72fa2a-fd35-460d-89df-2e835e92dee4): Loading data parts 2024.04.30 22:22:54.871299 [ 3 ] {8d9480e7-0e99-4563-a955-e0a644400029} oximeter.measurements_histogramu64 (2c72fa2a-fd35-460d-89df-2e835e92dee4): There are no data parts 2024.04.30 22:22:54.880801 [ 3 ] {8d9480e7-0e99-4563-a955-e0a644400029} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.880833 [ 3 ] {} HTTP-Session: d0273f33-7539-40df-b130-e8795abfc70d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.881018 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.881092 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.881130 [ 3 ] {} HTTP-Session: d1269e42-2209-489f-aafb-8fada89a7430 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.881151 [ 3 ] {} HTTP-Session: d1269e42-2209-489f-aafb-8fada89a7430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.881180 [ 3 ] {} HTTP-Session: d1269e42-2209-489f-aafb-8fada89a7430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.881229 [ 3 ] {} HTTP-Session: d1269e42-2209-489f-aafb-8fada89a7430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.881442 [ 3 ] {3215a857-c9e8-42ce-b88f-c57991ea6d22} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.881514 [ 3 ] {3215a857-c9e8-42ce-b88f-c57991ea6d22} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.04.30 22:22:54.886173 [ 3 ] {3215a857-c9e8-42ce-b88f-c57991ea6d22} oximeter.measurements_histogramf32 (f5ac426c-c7c5-484c-abd7-ed7fa633950d): Loading data parts 2024.04.30 22:22:54.886410 [ 3 ] {3215a857-c9e8-42ce-b88f-c57991ea6d22} oximeter.measurements_histogramf32 (f5ac426c-c7c5-484c-abd7-ed7fa633950d): There are no data parts 2024.04.30 22:22:54.897523 [ 3 ] {3215a857-c9e8-42ce-b88f-c57991ea6d22} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.897570 [ 3 ] {} HTTP-Session: d1269e42-2209-489f-aafb-8fada89a7430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.897744 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.897800 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.897836 [ 3 ] {} HTTP-Session: a85ef0cb-7d10-4d86-afec-fd182392a701 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.897870 [ 3 ] {} HTTP-Session: a85ef0cb-7d10-4d86-afec-fd182392a701 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.897887 [ 3 ] {} HTTP-Session: a85ef0cb-7d10-4d86-afec-fd182392a701 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.897934 [ 3 ] {} HTTP-Session: a85ef0cb-7d10-4d86-afec-fd182392a701 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.898177 [ 3 ] {9f11012b-a2f8-478c-a28f-65d12dd10130} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.898259 [ 3 ] {9f11012b-a2f8-478c-a28f-65d12dd10130} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.04.30 22:22:54.900811 [ 3 ] {9f11012b-a2f8-478c-a28f-65d12dd10130} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Loading data parts 2024.04.30 22:22:54.900990 [ 3 ] {9f11012b-a2f8-478c-a28f-65d12dd10130} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): There are no data parts 2024.04.30 22:22:54.910554 [ 3 ] {9f11012b-a2f8-478c-a28f-65d12dd10130} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.910580 [ 3 ] {} HTTP-Session: a85ef0cb-7d10-4d86-afec-fd182392a701 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.910737 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.910796 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.910815 [ 3 ] {} HTTP-Session: 82d55ed0-99a2-428d-a3b3-fa6bf0c4ce7a Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.910838 [ 3 ] {} HTTP-Session: 82d55ed0-99a2-428d-a3b3-fa6bf0c4ce7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.910859 [ 3 ] {} HTTP-Session: 82d55ed0-99a2-428d-a3b3-fa6bf0c4ce7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.910888 [ 3 ] {} HTTP-Session: 82d55ed0-99a2-428d-a3b3-fa6bf0c4ce7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.911037 [ 3 ] {592aed00-d303-4dc7-8cd4-70a85d19c946} executeQuery: (from [fd00:1122:3344:101::d]:41589) /* 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.04.30 22:22:54.911095 [ 3 ] {592aed00-d303-4dc7-8cd4-70a85d19c946} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.04.30 22:22:54.913430 [ 3 ] {592aed00-d303-4dc7-8cd4-70a85d19c946} oximeter.fields_bool (d1794057-b3e0-41cd-b669-0fa549b1e0ba): Loading data parts 2024.04.30 22:22:54.913584 [ 3 ] {592aed00-d303-4dc7-8cd4-70a85d19c946} oximeter.fields_bool (d1794057-b3e0-41cd-b669-0fa549b1e0ba): There are no data parts 2024.04.30 22:22:54.921504 [ 3 ] {592aed00-d303-4dc7-8cd4-70a85d19c946} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.921546 [ 3 ] {} HTTP-Session: 82d55ed0-99a2-428d-a3b3-fa6bf0c4ce7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.921708 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.921764 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.921797 [ 3 ] {} HTTP-Session: f6233b8e-915e-4153-b7fb-ae66b123df01 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.921826 [ 3 ] {} HTTP-Session: f6233b8e-915e-4153-b7fb-ae66b123df01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.921842 [ 3 ] {} HTTP-Session: f6233b8e-915e-4153-b7fb-ae66b123df01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.921884 [ 3 ] {} HTTP-Session: f6233b8e-915e-4153-b7fb-ae66b123df01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.922065 [ 3 ] {80b1a551-24c3-44c1-b2c9-79e253e59a64} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.922121 [ 3 ] {80b1a551-24c3-44c1-b2c9-79e253e59a64} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.04.30 22:22:54.924345 [ 3 ] {80b1a551-24c3-44c1-b2c9-79e253e59a64} oximeter.fields_i8 (95ca2e61-2eb2-43a1-b425-dd5836f2efa2): Loading data parts 2024.04.30 22:22:54.924506 [ 3 ] {80b1a551-24c3-44c1-b2c9-79e253e59a64} oximeter.fields_i8 (95ca2e61-2eb2-43a1-b425-dd5836f2efa2): There are no data parts 2024.04.30 22:22:54.934516 [ 3 ] {80b1a551-24c3-44c1-b2c9-79e253e59a64} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.934563 [ 3 ] {} HTTP-Session: f6233b8e-915e-4153-b7fb-ae66b123df01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.934705 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.934770 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.934800 [ 3 ] {} HTTP-Session: f89f2433-67a0-4be2-ad27-f24f7fc1622d Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.934819 [ 3 ] {} HTTP-Session: f89f2433-67a0-4be2-ad27-f24f7fc1622d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.934844 [ 3 ] {} HTTP-Session: f89f2433-67a0-4be2-ad27-f24f7fc1622d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.934886 [ 3 ] {} HTTP-Session: f89f2433-67a0-4be2-ad27-f24f7fc1622d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.935062 [ 3 ] {d5c908e4-ca1d-4227-b8f4-96ee5aaaa5ac} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.935126 [ 3 ] {d5c908e4-ca1d-4227-b8f4-96ee5aaaa5ac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.04.30 22:22:54.937466 [ 3 ] {d5c908e4-ca1d-4227-b8f4-96ee5aaaa5ac} oximeter.fields_u8 (d7c1f445-8e58-4cea-b9d8-9bca96935c8c): Loading data parts 2024.04.30 22:22:54.937626 [ 3 ] {d5c908e4-ca1d-4227-b8f4-96ee5aaaa5ac} oximeter.fields_u8 (d7c1f445-8e58-4cea-b9d8-9bca96935c8c): There are no data parts 2024.04.30 22:22:54.945406 [ 3 ] {d5c908e4-ca1d-4227-b8f4-96ee5aaaa5ac} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.945437 [ 3 ] {} HTTP-Session: f89f2433-67a0-4be2-ad27-f24f7fc1622d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.945593 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.945658 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.945679 [ 3 ] {} HTTP-Session: 02888d73-eb5d-4746-ac31-77f8a6d930a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.945706 [ 3 ] {} HTTP-Session: 02888d73-eb5d-4746-ac31-77f8a6d930a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.945731 [ 3 ] {} HTTP-Session: 02888d73-eb5d-4746-ac31-77f8a6d930a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.945766 [ 3 ] {} HTTP-Session: 02888d73-eb5d-4746-ac31-77f8a6d930a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.945946 [ 3 ] {8dccf29c-54dc-4c04-9485-36bd4317c3c6} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.946008 [ 3 ] {8dccf29c-54dc-4c04-9485-36bd4317c3c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.04.30 22:22:54.948112 [ 3 ] {8dccf29c-54dc-4c04-9485-36bd4317c3c6} oximeter.fields_i16 (6399d96a-e41c-4505-997d-1b5857352f07): Loading data parts 2024.04.30 22:22:54.948257 [ 3 ] {8dccf29c-54dc-4c04-9485-36bd4317c3c6} oximeter.fields_i16 (6399d96a-e41c-4505-997d-1b5857352f07): There are no data parts 2024.04.30 22:22:54.958049 [ 3 ] {8dccf29c-54dc-4c04-9485-36bd4317c3c6} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.958080 [ 3 ] {} HTTP-Session: 02888d73-eb5d-4746-ac31-77f8a6d930a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.958243 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.958307 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.958331 [ 3 ] {} HTTP-Session: 7478cfb7-2215-4c21-8b31-a54b2bf38e23 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.958358 [ 3 ] {} HTTP-Session: 7478cfb7-2215-4c21-8b31-a54b2bf38e23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.958379 [ 3 ] {} HTTP-Session: 7478cfb7-2215-4c21-8b31-a54b2bf38e23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.958408 [ 3 ] {} HTTP-Session: 7478cfb7-2215-4c21-8b31-a54b2bf38e23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.958553 [ 3 ] {6cbf7a6a-a2fc-47ab-ba02-a0253eef575e} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.958608 [ 3 ] {6cbf7a6a-a2fc-47ab-ba02-a0253eef575e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.04.30 22:22:54.960808 [ 3 ] {6cbf7a6a-a2fc-47ab-ba02-a0253eef575e} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Loading data parts 2024.04.30 22:22:54.960961 [ 3 ] {6cbf7a6a-a2fc-47ab-ba02-a0253eef575e} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): There are no data parts 2024.04.30 22:22:54.968992 [ 3 ] {6cbf7a6a-a2fc-47ab-ba02-a0253eef575e} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.969025 [ 3 ] {} HTTP-Session: 7478cfb7-2215-4c21-8b31-a54b2bf38e23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.969190 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.969257 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.969279 [ 3 ] {} HTTP-Session: 10809505-1a1a-44b3-a997-d5359e45725a Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.969307 [ 3 ] {} HTTP-Session: 10809505-1a1a-44b3-a997-d5359e45725a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.969332 [ 3 ] {} HTTP-Session: 10809505-1a1a-44b3-a997-d5359e45725a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.969362 [ 3 ] {} HTTP-Session: 10809505-1a1a-44b3-a997-d5359e45725a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.969509 [ 3 ] {c6520c7a-574d-4da0-a1ac-addb0df356c7} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.969557 [ 3 ] {c6520c7a-574d-4da0-a1ac-addb0df356c7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.04.30 22:22:54.971619 [ 3 ] {c6520c7a-574d-4da0-a1ac-addb0df356c7} oximeter.fields_i32 (5626624b-cc41-4535-b1b2-bdcb5d360db4): Loading data parts 2024.04.30 22:22:54.971775 [ 3 ] {c6520c7a-574d-4da0-a1ac-addb0df356c7} oximeter.fields_i32 (5626624b-cc41-4535-b1b2-bdcb5d360db4): There are no data parts 2024.04.30 22:22:54.981539 [ 3 ] {c6520c7a-574d-4da0-a1ac-addb0df356c7} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.981573 [ 3 ] {} HTTP-Session: 10809505-1a1a-44b3-a997-d5359e45725a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.981695 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.981742 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.981768 [ 3 ] {} HTTP-Session: 5cc5f9a3-92e1-40df-b9bd-b57ae9becb36 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.981790 [ 3 ] {} HTTP-Session: 5cc5f9a3-92e1-40df-b9bd-b57ae9becb36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.981804 [ 3 ] {} HTTP-Session: 5cc5f9a3-92e1-40df-b9bd-b57ae9becb36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.981839 [ 3 ] {} HTTP-Session: 5cc5f9a3-92e1-40df-b9bd-b57ae9becb36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.981984 [ 3 ] {e6042cb8-345e-4552-a6a3-9bff60e4943c} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.982030 [ 3 ] {e6042cb8-345e-4552-a6a3-9bff60e4943c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.04.30 22:22:54.984294 [ 3 ] {e6042cb8-345e-4552-a6a3-9bff60e4943c} oximeter.fields_u32 (3accb8df-2628-4d8c-b044-b3f03480c392): Loading data parts 2024.04.30 22:22:54.984447 [ 3 ] {e6042cb8-345e-4552-a6a3-9bff60e4943c} oximeter.fields_u32 (3accb8df-2628-4d8c-b044-b3f03480c392): There are no data parts 2024.04.30 22:22:54.992626 [ 3 ] {e6042cb8-345e-4552-a6a3-9bff60e4943c} DynamicQueryHandler: Done processing query 2024.04.30 22:22:54.992666 [ 3 ] {} HTTP-Session: 5cc5f9a3-92e1-40df-b9bd-b57ae9becb36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.992822 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:54.992886 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:54.992917 [ 3 ] {} HTTP-Session: 346ab550-134f-413a-8f1b-987159298453 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:54.992937 [ 3 ] {} HTTP-Session: 346ab550-134f-413a-8f1b-987159298453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.992961 [ 3 ] {} HTTP-Session: 346ab550-134f-413a-8f1b-987159298453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:54.993004 [ 3 ] {} HTTP-Session: 346ab550-134f-413a-8f1b-987159298453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:54.993183 [ 3 ] {3cd1e9ac-a3f5-47c4-9207-892bb5fe28fe} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.993240 [ 3 ] {3cd1e9ac-a3f5-47c4-9207-892bb5fe28fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.04.30 22:22:54.995455 [ 3 ] {3cd1e9ac-a3f5-47c4-9207-892bb5fe28fe} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Loading data parts 2024.04.30 22:22:54.995620 [ 3 ] {3cd1e9ac-a3f5-47c4-9207-892bb5fe28fe} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): There are no data parts 2024.04.30 22:22:55.000147 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 161.11 MiB, peak 161.14 MiB, free memory in arenas 0.00 B, will set to 170.92 MiB (RSS), difference: 9.81 MiB 2024.04.30 22:22:55.005295 [ 3 ] {3cd1e9ac-a3f5-47c4-9207-892bb5fe28fe} DynamicQueryHandler: Done processing query 2024.04.30 22:22:55.005329 [ 3 ] {} HTTP-Session: 346ab550-134f-413a-8f1b-987159298453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.005456 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:55.005520 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:55.005549 [ 3 ] {} HTTP-Session: 8fbbbd1b-31b4-4d62-b71e-d6ac5b66b7fa Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:55.005564 [ 3 ] {} HTTP-Session: 8fbbbd1b-31b4-4d62-b71e-d6ac5b66b7fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.005586 [ 3 ] {} HTTP-Session: 8fbbbd1b-31b4-4d62-b71e-d6ac5b66b7fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.005622 [ 3 ] {} HTTP-Session: 8fbbbd1b-31b4-4d62-b71e-d6ac5b66b7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:55.005762 [ 3 ] {156c33bf-9eeb-426a-b11e-29f081f48fb2} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:55.005816 [ 3 ] {156c33bf-9eeb-426a-b11e-29f081f48fb2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.04.30 22:22:55.024812 [ 3 ] {156c33bf-9eeb-426a-b11e-29f081f48fb2} oximeter.fields_u64 (e3eb9aba-f43b-448d-b05b-054caddd1512): Loading data parts 2024.04.30 22:22:55.025034 [ 3 ] {156c33bf-9eeb-426a-b11e-29f081f48fb2} oximeter.fields_u64 (e3eb9aba-f43b-448d-b05b-054caddd1512): There are no data parts 2024.04.30 22:22:55.029910 [ 3 ] {156c33bf-9eeb-426a-b11e-29f081f48fb2} DynamicQueryHandler: Done processing query 2024.04.30 22:22:55.029940 [ 3 ] {} HTTP-Session: 8fbbbd1b-31b4-4d62-b71e-d6ac5b66b7fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.030125 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:55.030180 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:55.030201 [ 3 ] {} HTTP-Session: 85cf6baa-5227-488b-8333-081dd428155f Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:55.030236 [ 3 ] {} HTTP-Session: 85cf6baa-5227-488b-8333-081dd428155f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.030250 [ 3 ] {} HTTP-Session: 85cf6baa-5227-488b-8333-081dd428155f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.030287 [ 3 ] {} HTTP-Session: 85cf6baa-5227-488b-8333-081dd428155f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:55.030456 [ 3 ] {6d7e28fa-f942-43eb-b21c-c7982315391f} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:55.030499 [ 3 ] {6d7e28fa-f942-43eb-b21c-c7982315391f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.04.30 22:22:55.040267 [ 3 ] {6d7e28fa-f942-43eb-b21c-c7982315391f} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Loading data parts 2024.04.30 22:22:55.040480 [ 3 ] {6d7e28fa-f942-43eb-b21c-c7982315391f} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): There are no data parts 2024.04.30 22:22:55.053360 [ 3 ] {6d7e28fa-f942-43eb-b21c-c7982315391f} DynamicQueryHandler: Done processing query 2024.04.30 22:22:55.053390 [ 3 ] {} HTTP-Session: 85cf6baa-5227-488b-8333-081dd428155f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.053557 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:55.053613 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:55.053634 [ 3 ] {} HTTP-Session: 93456446-1cac-45cd-bc89-681b7a64c338 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:55.053652 [ 3 ] {} HTTP-Session: 93456446-1cac-45cd-bc89-681b7a64c338 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.053667 [ 3 ] {} HTTP-Session: 93456446-1cac-45cd-bc89-681b7a64c338 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.053702 [ 3 ] {} HTTP-Session: 93456446-1cac-45cd-bc89-681b7a64c338 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:55.053908 [ 3 ] {0975f2c6-85e0-484c-930e-0d3bb6d2b453} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:55.053972 [ 3 ] {0975f2c6-85e0-484c-930e-0d3bb6d2b453} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.04.30 22:22:55.063743 [ 3 ] {0975f2c6-85e0-484c-930e-0d3bb6d2b453} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Loading data parts 2024.04.30 22:22:55.063921 [ 3 ] {0975f2c6-85e0-484c-930e-0d3bb6d2b453} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): There are no data parts 2024.04.30 22:22:55.065865 [ 3 ] {0975f2c6-85e0-484c-930e-0d3bb6d2b453} DynamicQueryHandler: Done processing query 2024.04.30 22:22:55.065893 [ 3 ] {} HTTP-Session: 93456446-1cac-45cd-bc89-681b7a64c338 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.066041 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:55.066096 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:55.066116 [ 3 ] {} HTTP-Session: b5bcf79c-bd63-460c-8640-2354bc18bedb Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:55.066133 [ 3 ] {} HTTP-Session: b5bcf79c-bd63-460c-8640-2354bc18bedb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.066147 [ 3 ] {} HTTP-Session: b5bcf79c-bd63-460c-8640-2354bc18bedb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.066180 [ 3 ] {} HTTP-Session: b5bcf79c-bd63-460c-8640-2354bc18bedb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:55.066324 [ 3 ] {5683027e-8226-4929-b92c-d7b81aaa5c91} executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:55.066365 [ 3 ] {5683027e-8226-4929-b92c-d7b81aaa5c91} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.04.30 22:22:55.077025 [ 3 ] {5683027e-8226-4929-b92c-d7b81aaa5c91} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Loading data parts 2024.04.30 22:22:55.077201 [ 3 ] {5683027e-8226-4929-b92c-d7b81aaa5c91} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): There are no data parts 2024.04.30 22:22:55.079296 [ 3 ] {5683027e-8226-4929-b92c-d7b81aaa5c91} DynamicQueryHandler: Done processing query 2024.04.30 22:22:55.079325 [ 3 ] {} HTTP-Session: b5bcf79c-bd63-460c-8640-2354bc18bedb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.079455 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:55.079517 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:55.079541 [ 3 ] {} HTTP-Session: e4acb3d2-5176-4c86-a1e2-190ce3b0c494 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:55.079563 [ 3 ] {} HTTP-Session: e4acb3d2-5176-4c86-a1e2-190ce3b0c494 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.079580 [ 3 ] {} HTTP-Session: e4acb3d2-5176-4c86-a1e2-190ce3b0c494 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.079619 [ 3 ] {} HTTP-Session: e4acb3d2-5176-4c86-a1e2-190ce3b0c494 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:55.079878 [ 3 ] {6ced69bf-4d0c-49d8-9746-07eafe8f4e3d} executeQuery: (from [fd00:1122:3344:101::d]:41589) /* 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.04.30 22:22:55.079952 [ 3 ] {6ced69bf-4d0c-49d8-9746-07eafe8f4e3d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.04.30 22:22:55.087696 [ 3 ] {6ced69bf-4d0c-49d8-9746-07eafe8f4e3d} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): Loading data parts 2024.04.30 22:22:55.087872 [ 3 ] {6ced69bf-4d0c-49d8-9746-07eafe8f4e3d} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): There are no data parts 2024.04.30 22:22:55.089914 [ 3 ] {6ced69bf-4d0c-49d8-9746-07eafe8f4e3d} DynamicQueryHandler: Done processing query 2024.04.30 22:22:55.089942 [ 3 ] {} HTTP-Session: e4acb3d2-5176-4c86-a1e2-190ce3b0c494 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.090070 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:22:55.090122 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:22:55.090142 [ 3 ] {} HTTP-Session: a18daeed-d0c4-4378-b05c-ab98e1cce6cf Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 2024.04.30 22:22:55.090160 [ 3 ] {} HTTP-Session: a18daeed-d0c4-4378-b05c-ab98e1cce6cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.090174 [ 3 ] {} HTTP-Session: a18daeed-d0c4-4378-b05c-ab98e1cce6cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:55.090208 [ 3 ] {} HTTP-Session: a18daeed-d0c4-4378-b05c-ab98e1cce6cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:22:55.090381 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} executeQuery: (from [fd00:1122:3344:101::d]:41589) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.04.30 22:22:55.091635 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.04.30 22:22:55.095601 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} oximeter.version (9b6955bc-de01-41ff-92d2-8996d11bb6b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:22:55.095638 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2024.04.30 22:22:55.099590 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.30 22:22:55.100145 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} oximeter.version (9b6955bc-de01-41ff-92d2-8996d11bb6b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:22:55.100420 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} executeQuery: Read 1 rows, 16.00 B in 0.010121 sec., 98.80446596186148 rows/sec., 1.54 KiB/sec. 2024.04.30 22:22:55.100595 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} DynamicQueryHandler: Done processing query 2024.04.30 22:22:55.100619 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.04.30 22:22:55.100635 [ 3 ] {} HTTP-Session: a18daeed-d0c4-4378-b05c-ab98e1cce6cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:22:56.000134 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 170.43 MiB, peak 175.57 MiB, free memory in arenas 0.00 B, will set to 173.71 MiB (RSS), difference: 3.28 MiB 2024.04.30 22:23:08.772534 [ 123 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:23:08.772598 [ 123 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:23:20.112400 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:20.112537 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:20.112565 [ 3 ] {} HTTP-Session: dc779196-c367-4afc-9149-80bb0e726180 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:20.112593 [ 3 ] {} HTTP-Session: dc779196-c367-4afc-9149-80bb0e726180 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.112611 [ 3 ] {} HTTP-Session: dc779196-c367-4afc-9149-80bb0e726180 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.112666 [ 3 ] {} HTTP-Session: dc779196-c367-4afc-9149-80bb0e726180 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:20.112867 [ 3 ] {97763331-f7a4-4012-a9c2-13f2460fa57c} executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.04.30 22:23:20.113223 [ 3 ] {97763331-f7a4-4012-a9c2-13f2460fa57c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:23:20.113357 [ 3 ] {97763331-f7a4-4012-a9c2-13f2460fa57c} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.30 22:23:20.114438 [ 3 ] {97763331-f7a4-4012-a9c2-13f2460fa57c} DynamicQueryHandler: Done processing query 2024.04.30 22:23:20.114472 [ 3 ] {97763331-f7a4-4012-a9c2-13f2460fa57c} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.30 22:23:20.114490 [ 3 ] {} HTTP-Session: dc779196-c367-4afc-9149-80bb0e726180 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.119087 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:20.119140 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:20.119160 [ 3 ] {} HTTP-Session: f42d7df2-fcca-4b7e-a2be-7a963367a2f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:20.119176 [ 3 ] {} HTTP-Session: f42d7df2-fcca-4b7e-a2be-7a963367a2f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.119190 [ 3 ] {} HTTP-Session: f42d7df2-fcca-4b7e-a2be-7a963367a2f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.119222 [ 3 ] {} HTTP-Session: f42d7df2-fcca-4b7e-a2be-7a963367a2f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:20.119362 [ 3 ] {8d949715-ce61-49e6-adbb-c5458ac5b681} executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.04.30 22:23:20.121471 [ 3 ] {8d949715-ce61-49e6-adbb-c5458ac5b681} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:23:20.121522 [ 3 ] {8d949715-ce61-49e6-adbb-c5458ac5b681} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.30 22:23:20.122456 [ 3 ] {8d949715-ce61-49e6-adbb-c5458ac5b681} DynamicQueryHandler: Done processing query 2024.04.30 22:23:20.122482 [ 3 ] {8d949715-ce61-49e6-adbb-c5458ac5b681} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.30 22:23:20.122499 [ 3 ] {} HTTP-Session: f42d7df2-fcca-4b7e-a2be-7a963367a2f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.122843 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:20.122888 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:20.122907 [ 3 ] {} HTTP-Session: f4aca7ed-b4cb-409c-b7b6-fc747546124d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:20.122926 [ 3 ] {} HTTP-Session: f4aca7ed-b4cb-409c-b7b6-fc747546124d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.122941 [ 3 ] {} HTTP-Session: f4aca7ed-b4cb-409c-b7b6-fc747546124d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.122972 [ 3 ] {} HTTP-Session: f4aca7ed-b4cb-409c-b7b6-fc747546124d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:20.123091 [ 3 ] {eda6432a-4de9-43d2-9c9b-36320ebf6699} executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.04.30 22:23:20.123438 [ 3 ] {eda6432a-4de9-43d2-9c9b-36320ebf6699} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:23:20.123487 [ 3 ] {eda6432a-4de9-43d2-9c9b-36320ebf6699} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.30 22:23:20.124398 [ 3 ] {eda6432a-4de9-43d2-9c9b-36320ebf6699} DynamicQueryHandler: Done processing query 2024.04.30 22:23:20.124424 [ 3 ] {eda6432a-4de9-43d2-9c9b-36320ebf6699} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.30 22:23:20.124440 [ 3 ] {} HTTP-Session: f4aca7ed-b4cb-409c-b7b6-fc747546124d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.124759 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:20.124805 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:20.124823 [ 3 ] {} HTTP-Session: 7676df23-d72e-4f8a-8fa3-68f22b82ab7b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:20.124839 [ 3 ] {} HTTP-Session: 7676df23-d72e-4f8a-8fa3-68f22b82ab7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.124853 [ 3 ] {} HTTP-Session: 7676df23-d72e-4f8a-8fa3-68f22b82ab7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.124884 [ 3 ] {} HTTP-Session: 7676df23-d72e-4f8a-8fa3-68f22b82ab7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:20.125003 [ 3 ] {3aaef6b8-3b63-47b4-8911-4cc3a011ec70} executeQuery: (from [fd00:1122:3344:101::d]:35917) 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.04.30 22:23:20.125315 [ 3 ] {3aaef6b8-3b63-47b4-8911-4cc3a011ec70} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:23:20.125366 [ 3 ] {3aaef6b8-3b63-47b4-8911-4cc3a011ec70} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.30 22:23:20.126196 [ 3 ] {3aaef6b8-3b63-47b4-8911-4cc3a011ec70} DynamicQueryHandler: Done processing query 2024.04.30 22:23:20.126221 [ 3 ] {3aaef6b8-3b63-47b4-8911-4cc3a011ec70} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.30 22:23:20.126237 [ 3 ] {} HTTP-Session: 7676df23-d72e-4f8a-8fa3-68f22b82ab7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.126883 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:20.126933 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:20.126953 [ 3 ] {} HTTP-Session: 239f7537-1587-408f-971d-4f8d42cefd88 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:20.126968 [ 3 ] {} HTTP-Session: 239f7537-1587-408f-971d-4f8d42cefd88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.126982 [ 3 ] {} HTTP-Session: 239f7537-1587-408f-971d-4f8d42cefd88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.127012 [ 3 ] {} HTTP-Session: 239f7537-1587-408f-971d-4f8d42cefd88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:20.127120 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:20.127165 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:23:20.127349 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:20.127786 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:20.127822 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2024.04.30 22:23:20.128355 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.30 22:23:20.128663 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:20.128795 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} executeQuery: Read 4 rows, 443.00 B in 0.00171 sec., 2339.1812865497077 rows/sec., 252.99 KiB/sec. 2024.04.30 22:23:20.128995 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} DynamicQueryHandler: Done processing query 2024.04.30 22:23:20.129018 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.30 22:23:20.129034 [ 3 ] {} HTTP-Session: 239f7537-1587-408f-971d-4f8d42cefd88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.129186 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:20.129232 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:20.129249 [ 3 ] {} HTTP-Session: 020589a6-5129-4aa7-aa8c-0bf9893aed04 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:20.129266 [ 3 ] {} HTTP-Session: 020589a6-5129-4aa7-aa8c-0bf9893aed04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.129279 [ 3 ] {} HTTP-Session: 020589a6-5129-4aa7-aa8c-0bf9893aed04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.129310 [ 3 ] {} HTTP-Session: 020589a6-5129-4aa7-aa8c-0bf9893aed04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:20.129409 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:20.129451 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:23:20.129573 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:20.131481 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:20.131515 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2024.04.30 22:23:20.131812 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.30 22:23:20.132103 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:20.132217 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} executeQuery: Read 15 rows, 1.22 KiB in 0.002835 sec., 5291.005291005291 rows/sec., 428.86 KiB/sec. 2024.04.30 22:23:20.132362 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} DynamicQueryHandler: Done processing query 2024.04.30 22:23:20.132386 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:23:20.132401 [ 3 ] {} HTTP-Session: 020589a6-5129-4aa7-aa8c-0bf9893aed04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.132556 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:20.132603 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:20.132621 [ 3 ] {} HTTP-Session: e402f797-1cb1-4709-9154-051f40db8cb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:20.132637 [ 3 ] {} HTTP-Session: e402f797-1cb1-4709-9154-051f40db8cb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.132652 [ 3 ] {} HTTP-Session: e402f797-1cb1-4709-9154-051f40db8cb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.132683 [ 3 ] {} HTTP-Session: e402f797-1cb1-4709-9154-051f40db8cb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:20.132786 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:20.132830 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:23:20.132951 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:20.133278 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:20.133311 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2024.04.30 22:23:20.133611 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.30 22:23:20.133902 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:20.134019 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} executeQuery: Read 45 rows, 4.01 KiB in 0.001265 sec., 35573.122529644264 rows/sec., 3.10 MiB/sec. 2024.04.30 22:23:20.134171 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} DynamicQueryHandler: Done processing query 2024.04.30 22:23:20.134195 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:23:20.134210 [ 3 ] {} HTTP-Session: e402f797-1cb1-4709-9154-051f40db8cb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.134342 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 4300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:20.134389 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:20.134407 [ 3 ] {} HTTP-Session: 56229c0d-fe32-45f4-a0d8-a7eed4a5f702 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:20.134423 [ 3 ] {} HTTP-Session: 56229c0d-fe32-45f4-a0d8-a7eed4a5f702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.134436 [ 3 ] {} HTTP-Session: 56229c0d-fe32-45f4-a0d8-a7eed4a5f702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.134466 [ 3 ] {} HTTP-Session: 56229c0d-fe32-45f4-a0d8-a7eed4a5f702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:20.134564 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:20.134604 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:23:20.135253 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:20.136090 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:20.136123 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2024.04.30 22:23:20.136446 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.30 22:23:20.136737 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:20.136851 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} executeQuery: Read 25 rows, 2.01 KiB in 0.002315 sec., 10799.136069114471 rows/sec., 870.26 KiB/sec. 2024.04.30 22:23:20.137029 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} DynamicQueryHandler: Done processing query 2024.04.30 22:23:20.137053 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:23:20.137068 [ 3 ] {} HTTP-Session: 56229c0d-fe32-45f4-a0d8-a7eed4a5f702 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.137261 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:20.137315 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:20.137335 [ 3 ] {} HTTP-Session: be19ded8-b65d-421a-b34a-014a344b1c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:20.137352 [ 3 ] {} HTTP-Session: be19ded8-b65d-421a-b34a-014a344b1c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.137365 [ 3 ] {} HTTP-Session: be19ded8-b65d-421a-b34a-014a344b1c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.137399 [ 3 ] {} HTTP-Session: be19ded8-b65d-421a-b34a-014a344b1c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:20.137572 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:20.137617 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:23:20.137784 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:20.138218 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:20.138253 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2024.04.30 22:23:20.141296 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.30 22:23:20.141630 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:20.141748 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} executeQuery: Read 15 rows, 20.73 KiB in 0.004275 sec., 3508.771929824561 rows/sec., 4.73 MiB/sec. 2024.04.30 22:23:20.142014 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} DynamicQueryHandler: Done processing query 2024.04.30 22:23:20.142037 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:23:20.142053 [ 3 ] {} HTTP-Session: be19ded8-b65d-421a-b34a-014a344b1c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.142220 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:20.142267 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:20.142286 [ 3 ] {} HTTP-Session: 7717566d-0c2d-4bc7-b7c6-5f584a878a29 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:20.142302 [ 3 ] {} HTTP-Session: 7717566d-0c2d-4bc7-b7c6-5f584a878a29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.142316 [ 3 ] {} HTTP-Session: 7717566d-0c2d-4bc7-b7c6-5f584a878a29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:20.142346 [ 3 ] {} HTTP-Session: 7717566d-0c2d-4bc7-b7c6-5f584a878a29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:20.142444 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:20.142487 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.04.30 22:23:20.142633 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:20.142926 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:20.142958 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2024.04.30 22:23:20.143316 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.30 22:23:20.143626 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:20.143742 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} executeQuery: Read 15 rows, 1.12 KiB in 0.001327 sec., 11303.692539562924 rows/sec., 841.15 KiB/sec. 2024.04.30 22:23:20.143885 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} DynamicQueryHandler: Done processing query 2024.04.30 22:23:20.143908 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.30 22:23:20.143926 [ 3 ] {} HTTP-Session: 7717566d-0c2d-4bc7-b7c6-5f584a878a29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:23.772643 [ 102 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:23:23.772715 [ 102 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:23:30.103214 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:30.103388 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:30.103430 [ 3 ] {} HTTP-Session: a02efa71-6af4-40e7-90b1-33bee1acd9bb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:30.103466 [ 3 ] {} HTTP-Session: a02efa71-6af4-40e7-90b1-33bee1acd9bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:30.103483 [ 3 ] {} HTTP-Session: a02efa71-6af4-40e7-90b1-33bee1acd9bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:30.103540 [ 3 ] {} HTTP-Session: a02efa71-6af4-40e7-90b1-33bee1acd9bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:30.103740 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:30.103816 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:23:30.104031 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:30.104483 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:30.104528 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2024.04.30 22:23:30.104889 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.30 22:23:30.105219 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:30.105403 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} executeQuery: Read 15 rows, 1.22 KiB in 0.001724 sec., 8700.696055684455 rows/sec., 705.23 KiB/sec. 2024.04.30 22:23:30.105634 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} DynamicQueryHandler: Done processing query 2024.04.30 22:23:30.105661 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:23:30.105677 [ 3 ] {} HTTP-Session: a02efa71-6af4-40e7-90b1-33bee1acd9bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:30.105829 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:30.105884 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:30.105905 [ 3 ] {} HTTP-Session: 28160458-276e-4e04-a1fc-981a7bf48ef4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:30.105922 [ 3 ] {} HTTP-Session: 28160458-276e-4e04-a1fc-981a7bf48ef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:30.105936 [ 3 ] {} HTTP-Session: 28160458-276e-4e04-a1fc-981a7bf48ef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:30.105973 [ 3 ] {} HTTP-Session: 28160458-276e-4e04-a1fc-981a7bf48ef4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:30.106088 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:30.106133 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:23:30.106259 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:30.106569 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:30.106606 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2024.04.30 22:23:30.106908 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.30 22:23:30.107205 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:30.107357 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} executeQuery: Read 45 rows, 4.01 KiB in 0.001301 sec., 34588.777863182164 rows/sec., 3.01 MiB/sec. 2024.04.30 22:23:30.107514 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} DynamicQueryHandler: Done processing query 2024.04.30 22:23:30.107537 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:23:30.107552 [ 3 ] {} HTTP-Session: 28160458-276e-4e04-a1fc-981a7bf48ef4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:30.107716 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:30.107763 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:30.107782 [ 3 ] {} HTTP-Session: 034e6643-0cb2-4710-983c-22d8dc7f859f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:30.107798 [ 3 ] {} HTTP-Session: 034e6643-0cb2-4710-983c-22d8dc7f859f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:30.107812 [ 3 ] {} HTTP-Session: 034e6643-0cb2-4710-983c-22d8dc7f859f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:30.107844 [ 3 ] {} HTTP-Session: 034e6643-0cb2-4710-983c-22d8dc7f859f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:30.107955 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:30.107997 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:23:30.108121 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:30.108497 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:30.108532 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2024.04.30 22:23:30.108829 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.30 22:23:30.109125 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:30.109270 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} executeQuery: Read 15 rows, 1.20 KiB in 0.00134 sec., 11194.029850746268 rows/sec., 896.40 KiB/sec. 2024.04.30 22:23:30.109436 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} DynamicQueryHandler: Done processing query 2024.04.30 22:23:30.109460 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:23:30.109475 [ 3 ] {} HTTP-Session: 034e6643-0cb2-4710-983c-22d8dc7f859f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:30.109672 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:30.109719 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:30.109738 [ 3 ] {} HTTP-Session: 1613e386-8e57-425f-8bd7-4f42e97afa43 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:30.109754 [ 3 ] {} HTTP-Session: 1613e386-8e57-425f-8bd7-4f42e97afa43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:30.109767 [ 3 ] {} HTTP-Session: 1613e386-8e57-425f-8bd7-4f42e97afa43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:30.109799 [ 3 ] {} HTTP-Session: 1613e386-8e57-425f-8bd7-4f42e97afa43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:30.109974 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:30.110022 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:23:30.110178 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:30.110525 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:30.110559 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2024.04.30 22:23:30.110949 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.30 22:23:30.111273 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:30.111425 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} executeQuery: Read 15 rows, 20.73 KiB in 0.001542 sec., 9727.626459143969 rows/sec., 13.13 MiB/sec. 2024.04.30 22:23:30.111583 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} DynamicQueryHandler: Done processing query 2024.04.30 22:23:30.111606 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:23:30.111622 [ 3 ] {} HTTP-Session: 1613e386-8e57-425f-8bd7-4f42e97afa43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:38.772767 [ 92 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:23:38.772843 [ 92 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:23:40.103454 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:40.103579 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:40.103607 [ 3 ] {} HTTP-Session: da3de8b1-c503-49bf-a62d-0fc6063e6d51 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:40.103635 [ 3 ] {} HTTP-Session: da3de8b1-c503-49bf-a62d-0fc6063e6d51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:40.103654 [ 3 ] {} HTTP-Session: da3de8b1-c503-49bf-a62d-0fc6063e6d51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:40.103712 [ 3 ] {} HTTP-Session: da3de8b1-c503-49bf-a62d-0fc6063e6d51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:40.103925 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:40.104002 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:23:40.104215 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:40.104673 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:40.104713 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:23:40.105100 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.30 22:23:40.105442 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:40.105583 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} executeQuery: Read 15 rows, 1.22 KiB in 0.001727 sec., 8685.581933989577 rows/sec., 704.01 KiB/sec. 2024.04.30 22:23:40.105794 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} DynamicQueryHandler: Done processing query 2024.04.30 22:23:40.105822 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:23:40.105838 [ 3 ] {} HTTP-Session: da3de8b1-c503-49bf-a62d-0fc6063e6d51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:40.105976 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:40.106028 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:40.106048 [ 3 ] {} HTTP-Session: 11b0c74f-ae85-4eab-8090-aabaebd7ad78 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:40.106067 [ 3 ] {} HTTP-Session: 11b0c74f-ae85-4eab-8090-aabaebd7ad78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:40.106080 [ 3 ] {} HTTP-Session: 11b0c74f-ae85-4eab-8090-aabaebd7ad78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:40.106117 [ 3 ] {} HTTP-Session: 11b0c74f-ae85-4eab-8090-aabaebd7ad78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:40.106233 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:40.106280 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:23:40.106407 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:40.106712 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:40.106748 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:23:40.107058 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.30 22:23:40.107352 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:40.107475 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} executeQuery: Read 45 rows, 4.01 KiB in 0.001284 sec., 35046.72897196262 rows/sec., 3.05 MiB/sec. 2024.04.30 22:23:40.107629 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} DynamicQueryHandler: Done processing query 2024.04.30 22:23:40.107652 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:23:40.107668 [ 3 ] {} HTTP-Session: 11b0c74f-ae85-4eab-8090-aabaebd7ad78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:40.107834 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:40.107883 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:40.107902 [ 3 ] {} HTTP-Session: dbb7e910-b9b1-41f1-a833-c4fe4917c000 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:40.107919 [ 3 ] {} HTTP-Session: dbb7e910-b9b1-41f1-a833-c4fe4917c000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:40.107932 [ 3 ] {} HTTP-Session: dbb7e910-b9b1-41f1-a833-c4fe4917c000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:40.107965 [ 3 ] {} HTTP-Session: dbb7e910-b9b1-41f1-a833-c4fe4917c000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:40.108065 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:40.108107 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:23:40.108230 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:40.108498 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:40.108532 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:23:40.108825 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.30 22:23:40.109119 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:40.109237 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} executeQuery: Read 15 rows, 1.20 KiB in 0.001201 sec., 12489.592006661116 rows/sec., 1000.14 KiB/sec. 2024.04.30 22:23:40.109513 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} DynamicQueryHandler: Done processing query 2024.04.30 22:23:40.109538 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:23:40.109554 [ 3 ] {} HTTP-Session: dbb7e910-b9b1-41f1-a833-c4fe4917c000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:40.109698 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:40.109746 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:40.109765 [ 3 ] {} HTTP-Session: f422a953-6e38-4df2-9449-ea2264f0ce87 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:40.109781 [ 3 ] {} HTTP-Session: f422a953-6e38-4df2-9449-ea2264f0ce87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:40.109795 [ 3 ] {} HTTP-Session: f422a953-6e38-4df2-9449-ea2264f0ce87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:40.109826 [ 3 ] {} HTTP-Session: f422a953-6e38-4df2-9449-ea2264f0ce87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:40.110000 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:40.110051 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:23:40.110226 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:40.110581 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:40.110616 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:23:40.111033 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.30 22:23:40.111376 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:40.111499 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} executeQuery: Read 15 rows, 20.73 KiB in 0.001599 sec., 9380.863039399625 rows/sec., 12.66 MiB/sec. 2024.04.30 22:23:40.111698 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} DynamicQueryHandler: Done processing query 2024.04.30 22:23:40.111722 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:23:40.111737 [ 3 ] {} HTTP-Session: f422a953-6e38-4df2-9449-ea2264f0ce87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:50.103661 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:50.103851 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:50.103897 [ 3 ] {} HTTP-Session: e5a5875e-8743-44ef-b306-dffb0106a086 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:50.103939 [ 3 ] {} HTTP-Session: e5a5875e-8743-44ef-b306-dffb0106a086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:50.103968 [ 3 ] {} HTTP-Session: e5a5875e-8743-44ef-b306-dffb0106a086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:50.104050 [ 3 ] {} HTTP-Session: e5a5875e-8743-44ef-b306-dffb0106a086 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:50.104269 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:50.104335 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:23:50.104527 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:50.104947 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:50.104991 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:23:50.105359 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.30 22:23:50.105687 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:50.105850 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} executeQuery: Read 15 rows, 1.22 KiB in 0.00163 sec., 9202.453987730061 rows/sec., 745.90 KiB/sec. 2024.04.30 22:23:50.106060 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} DynamicQueryHandler: Done processing query 2024.04.30 22:23:50.106087 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:23:50.106103 [ 3 ] {} HTTP-Session: e5a5875e-8743-44ef-b306-dffb0106a086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:50.106231 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:50.106284 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:50.106304 [ 3 ] {} HTTP-Session: c5a27fe8-703e-42e9-90f5-6fcbd339b199 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:50.106322 [ 3 ] {} HTTP-Session: c5a27fe8-703e-42e9-90f5-6fcbd339b199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:50.106335 [ 3 ] {} HTTP-Session: c5a27fe8-703e-42e9-90f5-6fcbd339b199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:50.106371 [ 3 ] {} HTTP-Session: c5a27fe8-703e-42e9-90f5-6fcbd339b199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:50.106485 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:50.106530 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:23:50.106658 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:50.106963 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:50.107001 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:23:50.107305 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.30 22:23:50.107602 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:50.107753 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} executeQuery: Read 45 rows, 4.01 KiB in 0.001304 sec., 34509.20245398773 rows/sec., 3.01 MiB/sec. 2024.04.30 22:23:50.107913 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} DynamicQueryHandler: Done processing query 2024.04.30 22:23:50.107937 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:23:50.107952 [ 3 ] {} HTTP-Session: c5a27fe8-703e-42e9-90f5-6fcbd339b199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:50.108084 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:50.108131 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:50.108150 [ 3 ] {} HTTP-Session: 005228e5-fc94-4a09-b1e3-705cf3a195f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:50.108166 [ 3 ] {} HTTP-Session: 005228e5-fc94-4a09-b1e3-705cf3a195f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:50.108180 [ 3 ] {} HTTP-Session: 005228e5-fc94-4a09-b1e3-705cf3a195f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:50.108212 [ 3 ] {} HTTP-Session: 005228e5-fc94-4a09-b1e3-705cf3a195f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:50.108311 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:50.108354 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:23:50.108477 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:50.108810 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:50.108845 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:23:50.109146 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.30 22:23:50.109447 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:50.109591 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} executeQuery: Read 15 rows, 1.20 KiB in 0.001308 sec., 11467.889908256882 rows/sec., 918.33 KiB/sec. 2024.04.30 22:23:50.109752 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} DynamicQueryHandler: Done processing query 2024.04.30 22:23:50.109777 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:23:50.109792 [ 3 ] {} HTTP-Session: 005228e5-fc94-4a09-b1e3-705cf3a195f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:50.109944 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:50.109992 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:50.110011 [ 3 ] {} HTTP-Session: 5ee0fccf-7457-42e1-9802-dd67eba7a9c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:50.110028 [ 3 ] {} HTTP-Session: 5ee0fccf-7457-42e1-9802-dd67eba7a9c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:50.110041 [ 3 ] {} HTTP-Session: 5ee0fccf-7457-42e1-9802-dd67eba7a9c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:50.110072 [ 3 ] {} HTTP-Session: 5ee0fccf-7457-42e1-9802-dd67eba7a9c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:50.110245 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:50.110293 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:23:50.110455 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:50.110825 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:50.110860 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:23:50.111251 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.30 22:23:50.111604 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:50.111764 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} executeQuery: Read 15 rows, 20.73 KiB in 0.001618 sec., 9270.70457354759 rows/sec., 12.51 MiB/sec. 2024.04.30 22:23:50.111922 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} DynamicQueryHandler: Done processing query 2024.04.30 22:23:50.111946 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:23:50.111962 [ 3 ] {} HTTP-Session: 5ee0fccf-7457-42e1-9802-dd67eba7a9c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:53.772890 [ 81 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:23:53.772951 [ 81 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:23:55.102194 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:55.102362 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:55.102414 [ 3 ] {} HTTP-Session: c070ab06-f984-4293-9238-34a91ea6b66e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:55.102461 [ 3 ] {} HTTP-Session: c070ab06-f984-4293-9238-34a91ea6b66e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.102489 [ 3 ] {} HTTP-Session: c070ab06-f984-4293-9238-34a91ea6b66e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.102571 [ 3 ] {} HTTP-Session: c070ab06-f984-4293-9238-34a91ea6b66e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:55.102912 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} executeQuery: (from [fd00:1122:3344:101::d]:35917) 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.04.30 22:23:55.103611 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.30 22:23:55.103691 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} 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.04.30 22:23:55.103935 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:23:55.104113 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.30 22:23:55.104470 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 4-element set) 2024.04.30 22:23:55.105668 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.30 22:23:55.105719 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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.04.30 22:23:55.105738 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.30 22:23:55.105844 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} 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.04.30 22:23:55.105870 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.04.30 22:23:55.107899 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} executeQuery: Read 4 rows, 189.00 B in 0.005136 sec., 778.816199376947 rows/sec., 35.94 KiB/sec. 2024.04.30 22:23:55.108211 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} DynamicQueryHandler: Done processing query 2024.04.30 22:23:55.108240 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.30 22:23:55.108257 [ 3 ] {} HTTP-Session: c070ab06-f984-4293-9238-34a91ea6b66e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.108510 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:55.108562 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:55.108582 [ 3 ] {} HTTP-Session: 46a0d3c5-6757-492e-9dd7-eae470a0fe2d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:55.108602 [ 3 ] {} HTTP-Session: 46a0d3c5-6757-492e-9dd7-eae470a0fe2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.108616 [ 3 ] {} HTTP-Session: 46a0d3c5-6757-492e-9dd7-eae470a0fe2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.108655 [ 3 ] {} HTTP-Session: 46a0d3c5-6757-492e-9dd7-eae470a0fe2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:55.108811 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) 2024.04.30 22:23:55.109057 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.30 22:23:55.109090 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} 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', 'physical_data_link:errors_received')" moved to PREWHERE 2024.04.30 22:23:55.109291 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:23:55.109355 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.30 22:23:55.109498 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2024.04.30 22:23:55.109532 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.30 22:23:55.109556 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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.04.30 22:23:55.109573 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.30 22:23:55.109611 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} 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', 'physical_data_link:errors_received'))" 2024.04.30 22:23:55.109632 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.04.30 22:23:55.110413 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} executeQuery: Read 4 rows, 189.00 B in 0.001674 sec., 2389.4862604540026 rows/sec., 110.26 KiB/sec. 2024.04.30 22:23:55.110634 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} DynamicQueryHandler: Done processing query 2024.04.30 22:23:55.110659 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.30 22:23:55.110675 [ 3 ] {} HTTP-Session: 46a0d3c5-6757-492e-9dd7-eae470a0fe2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.110974 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:55.111024 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:55.111042 [ 3 ] {} HTTP-Session: 63c189eb-733c-444e-a2e7-29484f962784 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:55.111060 [ 3 ] {} HTTP-Session: 63c189eb-733c-444e-a2e7-29484f962784 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.111073 [ 3 ] {} HTTP-Session: 63c189eb-733c-444e-a2e7-29484f962784 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.111107 [ 3 ] {} HTTP-Session: 63c189eb-733c-444e-a2e7-29484f962784 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:55.111238 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) 2024.04.30 22:23:55.111472 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.30 22:23:55.111506 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} 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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE 2024.04.30 22:23:55.111708 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:23:55.111772 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.30 22:23:55.111909 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2024.04.30 22:23:55.111943 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.30 22:23:55.111965 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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.04.30 22:23:55.111982 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.30 22:23:55.112020 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} 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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.04.30 22:23:55.112039 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.04.30 22:23:55.112893 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} executeQuery: Read 4 rows, 189.00 B in 0.00171 sec., 2339.1812865497077 rows/sec., 107.94 KiB/sec. 2024.04.30 22:23:55.113123 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} DynamicQueryHandler: Done processing query 2024.04.30 22:23:55.113148 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.30 22:23:55.113164 [ 3 ] {} HTTP-Session: 63c189eb-733c-444e-a2e7-29484f962784 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.113437 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:55.113483 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:55.113503 [ 3 ] {} HTTP-Session: 71bef2f1-ae40-43ac-b9ef-ad33a0bf2789 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:55.113519 [ 3 ] {} HTTP-Session: 71bef2f1-ae40-43ac-b9ef-ad33a0bf2789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.113532 [ 3 ] {} HTTP-Session: 71bef2f1-ae40-43ac-b9ef-ad33a0bf2789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.113563 [ 3 ] {} HTTP-Session: 71bef2f1-ae40-43ac-b9ef-ad33a0bf2789 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:55.113687 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) 2024.04.30 22:23:55.113917 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.30 22:23:55.113950 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} 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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE 2024.04.30 22:23:55.114157 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:23:55.114219 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.30 22:23:55.114352 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2024.04.30 22:23:55.114385 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.30 22:23:55.114407 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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.04.30 22:23:55.114424 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.30 22:23:55.114462 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} 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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.04.30 22:23:55.114481 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.04.30 22:23:55.115252 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} executeQuery: Read 4 rows, 189.00 B in 0.001617 sec., 2473.7167594310454 rows/sec., 114.14 KiB/sec. 2024.04.30 22:23:55.115462 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} DynamicQueryHandler: Done processing query 2024.04.30 22:23:55.115486 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.30 22:23:55.115502 [ 3 ] {} HTTP-Session: 71bef2f1-ae40-43ac-b9ef-ad33a0bf2789 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.115694 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:55.115740 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:55.115760 [ 3 ] {} HTTP-Session: 426ba19d-39e5-4d91-a6fb-c404e4deeb09 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:55.115776 [ 3 ] {} HTTP-Session: 426ba19d-39e5-4d91-a6fb-c404e4deeb09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.115790 [ 3 ] {} HTTP-Session: 426ba19d-39e5-4d91-a6fb-c404e4deeb09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.115820 [ 3 ] {} HTTP-Session: 426ba19d-39e5-4d91-a6fb-c404e4deeb09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:55.115946 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) 2024.04.30 22:23:55.116179 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.30 22:23:55.116212 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} 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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE 2024.04.30 22:23:55.116421 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:23:55.116484 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.30 22:23:55.116617 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2024.04.30 22:23:55.116651 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.30 22:23:55.116674 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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.04.30 22:23:55.116690 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.30 22:23:55.116729 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} 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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" 2024.04.30 22:23:55.116749 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.04.30 22:23:55.117537 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} executeQuery: Read 4 rows, 189.00 B in 0.001644 sec., 2433.0900243309 rows/sec., 112.27 KiB/sec. 2024.04.30 22:23:55.117771 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} DynamicQueryHandler: Done processing query 2024.04.30 22:23:55.117794 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.30 22:23:55.117810 [ 3 ] {} HTTP-Session: 426ba19d-39e5-4d91-a6fb-c404e4deeb09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.118137 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:55.118184 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:55.118203 [ 3 ] {} HTTP-Session: 4b3d9ca0-099b-46d4-8e21-09557b3b7cbb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:55.118219 [ 3 ] {} HTTP-Session: 4b3d9ca0-099b-46d4-8e21-09557b3b7cbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.118233 [ 3 ] {} HTTP-Session: 4b3d9ca0-099b-46d4-8e21-09557b3b7cbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.118263 [ 3 ] {} HTTP-Session: 4b3d9ca0-099b-46d4-8e21-09557b3b7cbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:55.118387 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) 2024.04.30 22:23:55.118623 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.30 22:23:55.118657 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} 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', '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')" moved to PREWHERE 2024.04.30 22:23:55.118867 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:23:55.118929 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.30 22:23:55.119062 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 9-element set) 2024.04.30 22:23:55.119094 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.30 22:23:55.119117 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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.04.30 22:23:55.119133 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.30 22:23:55.119172 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} 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', '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'))" 2024.04.30 22:23:55.119193 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.04.30 22:23:55.120066 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} executeQuery: Read 4 rows, 189.00 B in 0.001728 sec., 2314.814814814815 rows/sec., 106.81 KiB/sec. 2024.04.30 22:23:55.120313 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} DynamicQueryHandler: Done processing query 2024.04.30 22:23:55.120340 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.30 22:23:55.120357 [ 3 ] {} HTTP-Session: 4b3d9ca0-099b-46d4-8e21-09557b3b7cbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.130822 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:55.130882 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:55.130907 [ 3 ] {} HTTP-Session: e51f311f-92ba-4412-8d69-0c5d581ff766 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:55.130927 [ 3 ] {} HTTP-Session: e51f311f-92ba-4412-8d69-0c5d581ff766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.130944 [ 3 ] {} HTTP-Session: e51f311f-92ba-4412-8d69-0c5d581ff766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.130984 [ 3 ] {} HTTP-Session: e51f311f-92ba-4412-8d69-0c5d581ff766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:55.131124 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:55.131180 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:23:55.131358 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:55.131727 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:55.131767 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:23:55.132280 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.30 22:23:55.132619 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:55.132780 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} executeQuery: Read 6 rows, 996.00 B in 0.001696 sec., 3537.735849056604 rows/sec., 573.50 KiB/sec. 2024.04.30 22:23:55.133251 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} DynamicQueryHandler: Done processing query 2024.04.30 22:23:55.133278 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.30 22:23:55.133294 [ 3 ] {} HTTP-Session: e51f311f-92ba-4412-8d69-0c5d581ff766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.133459 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 5001, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:55.133509 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:55.133528 [ 3 ] {} HTTP-Session: 3a80f20d-0119-4077-b592-6c1254882cd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:55.133545 [ 3 ] {} HTTP-Session: 3a80f20d-0119-4077-b592-6c1254882cd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.133559 [ 3 ] {} HTTP-Session: 3a80f20d-0119-4077-b592-6c1254882cd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.133590 [ 3 ] {} HTTP-Session: 3a80f20d-0119-4077-b592-6c1254882cd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:55.133700 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:55.133744 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:23:55.133896 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:55.134221 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:55.134259 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:23:55.134587 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.30 22:23:55.134915 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:55.135078 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} executeQuery: Read 36 rows, 2.77 KiB in 0.001405 sec., 25622.775800711745 rows/sec., 1.92 MiB/sec. 2024.04.30 22:23:55.135269 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} DynamicQueryHandler: Done processing query 2024.04.30 22:23:55.135294 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:23:55.135310 [ 3 ] {} HTTP-Session: 3a80f20d-0119-4077-b592-6c1254882cd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.135477 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 4102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:55.135524 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:55.135543 [ 3 ] {} HTTP-Session: 14be5036-7f41-466a-bef1-8e8965f4bc60 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:55.135559 [ 3 ] {} HTTP-Session: 14be5036-7f41-466a-bef1-8e8965f4bc60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.135573 [ 3 ] {} HTTP-Session: 14be5036-7f41-466a-bef1-8e8965f4bc60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.135604 [ 3 ] {} HTTP-Session: 14be5036-7f41-466a-bef1-8e8965f4bc60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:55.135707 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:55.135749 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:23:55.135873 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:55.136163 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:55.136200 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:23:55.136521 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.30 22:23:55.136848 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:55.137009 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} executeQuery: Read 24 rows, 1.90 KiB in 0.001317 sec., 18223.234624145785 rows/sec., 1.41 MiB/sec. 2024.04.30 22:23:55.137269 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} DynamicQueryHandler: Done processing query 2024.04.30 22:23:55.137294 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:23:55.137309 [ 3 ] {} HTTP-Session: 14be5036-7f41-466a-bef1-8e8965f4bc60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.137556 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 55556, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:23:55.137606 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:23:55.137624 [ 3 ] {} HTTP-Session: aa9c51f0-8546-4d06-bd62-3eea5c72392b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:23:55.137641 [ 3 ] {} HTTP-Session: aa9c51f0-8546-4d06-bd62-3eea5c72392b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.137656 [ 3 ] {} HTTP-Session: aa9c51f0-8546-4d06-bd62-3eea5c72392b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:23:55.137686 [ 3 ] {} HTTP-Session: aa9c51f0-8546-4d06-bd62-3eea5c72392b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:23:55.137879 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:23:55.137927 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:23:55.138085 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:23:55.138503 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:23:55.138539 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:23:55.138952 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.30 22:23:55.139289 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:23:55.139450 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} executeQuery: Read 288 rows, 20.81 KiB in 0.001669 sec., 172558.41821449972 rows/sec., 12.18 MiB/sec. 2024.04.30 22:23:55.139871 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} DynamicQueryHandler: Done processing query 2024.04.30 22:23:55.139897 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} MemoryTracker: Peak memory usage (for query): 4.34 MiB. 2024.04.30 22:23:55.139913 [ 3 ] {} HTTP-Session: aa9c51f0-8546-4d06-bd62-3eea5c72392b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:00.103137 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:00.103282 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:00.103312 [ 3 ] {} HTTP-Session: a6e2e1bb-94d2-44d2-9463-4a90bc24b464 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:00.103341 [ 3 ] {} HTTP-Session: a6e2e1bb-94d2-44d2-9463-4a90bc24b464 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:00.103358 [ 3 ] {} HTTP-Session: a6e2e1bb-94d2-44d2-9463-4a90bc24b464 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:00.103415 [ 3 ] {} HTTP-Session: a6e2e1bb-94d2-44d2-9463-4a90bc24b464 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:00.103608 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:00.103676 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:24:00.103869 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:00.104292 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:00.104335 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:00.104692 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.30 22:24:00.105037 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:00.105195 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} executeQuery: Read 15 rows, 1.22 KiB in 0.001646 sec., 9113.00121506683 rows/sec., 738.65 KiB/sec. 2024.04.30 22:24:00.105229 [ 78 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.04.30 22:24:00.105346 [ 78 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:00.105385 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:00.105469 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} DynamicQueryHandler: Done processing query 2024.04.30 22:24:00.105512 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:00.105529 [ 3 ] {} HTTP-Session: a6e2e1bb-94d2-44d2-9463-4a90bc24b464 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:00.105603 [ 196 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::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.04.30 22:24:00.105671 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:00.105742 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:00.105759 [ 196 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:24:00.105767 [ 3 ] {} HTTP-Session: a8e2a68d-16da-45ce-83ed-fdeb43592106 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:00.105790 [ 3 ] {} HTTP-Session: a8e2a68d-16da-45ce-83ed-fdeb43592106 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:00.105805 [ 3 ] {} HTTP-Session: a8e2a68d-16da-45ce-83ed-fdeb43592106 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:00.105818 [ 196 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:00.105845 [ 3 ] {} HTTP-Session: a8e2a68d-16da-45ce-83ed-fdeb43592106 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:00.105954 [ 196 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::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.04.30 22:24:00.106074 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:00.106266 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:24:00.106302 [ 196 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:00.106733 [ 196 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:00.107045 [ 196 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:00.107646 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:00.108457 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:00.108506 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:00.108789 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 75 rows, containing 4 columns (4 merged, 0 gathered) in 0.003293123 sec., 22774.733892417626 rows/sec., 1.80 MiB/sec. 2024.04.30 22:24:00.109088 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.04.30 22:24:00.109098 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.30 22:24:00.109945 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:00.110043 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:00.110256 [ 78 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.04.30 22:24:00.110268 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} executeQuery: Read 45 rows, 4.01 KiB in 0.004309 sec., 10443.258296588534 rows/sec., 931.46 KiB/sec. 2024.04.30 22:24:00.110290 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.04.30 22:24:00.110332 [ 78 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:00.110442 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:00.110665 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.04.30 22:24:00.110732 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} DynamicQueryHandler: Done processing query 2024.04.30 22:24:00.110732 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:24:00.110766 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:24:00.110795 [ 3 ] {} HTTP-Session: a8e2a68d-16da-45ce-83ed-fdeb43592106 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:00.110877 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:24:00.110908 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:24:00.110963 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:00.111014 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:24:00.111062 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:00.111161 [ 3 ] {} HTTP-Session: d5d42cad-8403-41e9-b9bc-4010217353d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:00.111209 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 45 rows starting from the beginning of the part 2024.04.30 22:24:00.111238 [ 3 ] {} HTTP-Session: d5d42cad-8403-41e9-b9bc-4010217353d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:00.111306 [ 3 ] {} HTTP-Session: d5d42cad-8403-41e9-b9bc-4010217353d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:00.111486 [ 3 ] {} HTTP-Session: d5d42cad-8403-41e9-b9bc-4010217353d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:00.111533 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 45 rows starting from the beginning of the part 2024.04.30 22:24:00.111704 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2024.04.30 22:24:00.111751 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:00.111979 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:24:00.112002 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 45 rows starting from the beginning of the part 2024.04.30 22:24:00.112447 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:00.112934 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:00.112977 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:00.113500 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.30 22:24:00.113525 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 261 rows, containing 4 columns (4 merged, 0 gathered) in 0.002927444 sec., 89156.27421053998 rows/sec., 7.62 MiB/sec. 2024.04.30 22:24:00.113663 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.04.30 22:24:00.113954 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:00.114177 [ 78 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.04.30 22:24:00.114207 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} executeQuery: Read 15 rows, 1.20 KiB in 0.002567 sec., 5843.39696143358 rows/sec., 467.93 KiB/sec. 2024.04.30 22:24:00.114268 [ 78 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:00.114284 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:00.114431 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:00.114616 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.04.30 22:24:00.114661 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} DynamicQueryHandler: Done processing query 2024.04.30 22:24:00.114787 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:00.114969 [ 3 ] {} HTTP-Session: d5d42cad-8403-41e9-b9bc-4010217353d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:00.115081 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.04.30 22:24:00.115163 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:24:00.115302 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:00.115358 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:24:00.115392 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:00.115412 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 25 rows starting from the beginning of the part 2024.04.30 22:24:00.115433 [ 3 ] {} HTTP-Session: 20f4e95d-ecd7-44fb-af7f-dcf04fcb8ed5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:00.115460 [ 3 ] {} HTTP-Session: 20f4e95d-ecd7-44fb-af7f-dcf04fcb8ed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:00.115492 [ 3 ] {} HTTP-Session: 20f4e95d-ecd7-44fb-af7f-dcf04fcb8ed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:00.115606 [ 3 ] {} HTTP-Session: 20f4e95d-ecd7-44fb-af7f-dcf04fcb8ed5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:00.115696 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:24:00.115905 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:00.116044 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:00.116162 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:00.116257 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:24:00.116450 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:24:00.116806 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:00.117574 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:00.118633 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:00.118695 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:00.119548 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.004943814 sec., 22047.7550328552 rows/sec., 1.72 MiB/sec. 2024.04.30 22:24:00.119701 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.04.30 22:24:00.119724 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.30 22:24:00.120349 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:00.120405 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:00.120590 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} executeQuery: Read 15 rows, 20.73 KiB in 0.004831 sec., 3104.9472158973294 rows/sec., 4.19 MiB/sec. 2024.04.30 22:24:00.120611 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.04.30 22:24:00.120976 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.04.30 22:24:00.121227 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} DynamicQueryHandler: Done processing query 2024.04.30 22:24:00.121253 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:24:00.121269 [ 3 ] {} HTTP-Session: 20f4e95d-ecd7-44fb-af7f-dcf04fcb8ed5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:08.773199 [ 72 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:24:08.773304 [ 72 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:24:10.102478 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:10.102592 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:10.102616 [ 3 ] {} HTTP-Session: a9d5447a-19de-4e27-8204-551c05d4fb00 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:10.102640 [ 3 ] {} HTTP-Session: a9d5447a-19de-4e27-8204-551c05d4fb00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.102655 [ 3 ] {} HTTP-Session: a9d5447a-19de-4e27-8204-551c05d4fb00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.102705 [ 3 ] {} HTTP-Session: a9d5447a-19de-4e27-8204-551c05d4fb00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:10.102969 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) 2024.04.30 22:24:10.103376 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.30 22:24:10.103417 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} 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', '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')" moved to PREWHERE 2024.04.30 22:24:10.103679 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:24:10.103759 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.30 22:24:10.103934 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2024.04.30 22:24:10.104020 [ 250 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.30 22:24:10.104076 [ 255 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.04.30 22:24:10.104197 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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.04.30 22:24:10.104229 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.30 22:24:10.104370 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.04.30 22:24:10.104408 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Reading approx. 10 rows with 2 streams 2024.04.30 22:24:10.104461 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} 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', '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'))" 2024.04.30 22:24:10.104504 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} 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', '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'))" 2024.04.30 22:24:10.106293 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} executeQuery: Read 10 rows, 435.00 B in 0.003459 sec., 2891.0089621277825 rows/sec., 122.81 KiB/sec. 2024.04.30 22:24:10.106612 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} DynamicQueryHandler: Done processing query 2024.04.30 22:24:10.106639 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.04.30 22:24:10.106656 [ 3 ] {} HTTP-Session: a9d5447a-19de-4e27-8204-551c05d4fb00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.106949 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 509, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:10.107004 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:10.107023 [ 3 ] {} HTTP-Session: c2cebaaf-3f38-4ec2-ba7e-4ec215cfb0ed Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:10.107042 [ 3 ] {} HTTP-Session: c2cebaaf-3f38-4ec2-ba7e-4ec215cfb0ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.107056 [ 3 ] {} HTTP-Session: c2cebaaf-3f38-4ec2-ba7e-4ec215cfb0ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.107091 [ 3 ] {} HTTP-Session: c2cebaaf-3f38-4ec2-ba7e-4ec215cfb0ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:10.107235 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} executeQuery: (from [fd00:1122:3344:101::d]:35917) 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', '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') FORMAT JSONEachRow; (stage: Complete) 2024.04.30 22:24:10.107488 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.30 22:24:10.107524 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} 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', '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')" moved to PREWHERE 2024.04.30 22:24:10.107753 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:24:10.107817 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.30 22:24:10.107959 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2024.04.30 22:24:10.108066 [ 260 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.04.30 22:24:10.108078 [ 259 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.30 22:24:10.108190 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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.04.30 22:24:10.108218 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.30 22:24:10.108294 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.04.30 22:24:10.108316 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Reading approx. 10 rows with 2 streams 2024.04.30 22:24:10.108353 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} 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', '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'))" 2024.04.30 22:24:10.108389 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} 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', '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'))" 2024.04.30 22:24:10.109746 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} executeQuery: Read 10 rows, 435.00 B in 0.002574 sec., 3885.003885003885 rows/sec., 165.04 KiB/sec. 2024.04.30 22:24:10.110049 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} DynamicQueryHandler: Done processing query 2024.04.30 22:24:10.110075 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.04.30 22:24:10.110092 [ 3 ] {} HTTP-Session: c2cebaaf-3f38-4ec2-ba7e-4ec215cfb0ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.111615 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:10.111669 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:10.111688 [ 3 ] {} HTTP-Session: b2d63ae2-6e95-4cc2-9e12-0db715c99a8a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:10.111706 [ 3 ] {} HTTP-Session: b2d63ae2-6e95-4cc2-9e12-0db715c99a8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.111719 [ 3 ] {} HTTP-Session: b2d63ae2-6e95-4cc2-9e12-0db715c99a8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.111754 [ 3 ] {} HTTP-Session: b2d63ae2-6e95-4cc2-9e12-0db715c99a8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:10.111871 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:10.111918 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.30 22:24:10.112089 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:10.112410 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:10.112448 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:10.112949 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.30 22:24:10.113273 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:10.113404 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} executeQuery: Read 2 rows, 488.00 B in 0.001573 sec., 1271.4558169103625 rows/sec., 302.96 KiB/sec. 2024.04.30 22:24:10.113711 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} DynamicQueryHandler: Done processing query 2024.04.30 22:24:10.113736 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.30 22:24:10.113752 [ 3 ] {} HTTP-Session: b2d63ae2-6e95-4cc2-9e12-0db715c99a8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.113896 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:10.113945 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:10.113965 [ 3 ] {} HTTP-Session: 3348fd52-6882-4db8-9086-e65cbd0d1e46 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:10.113982 [ 3 ] {} HTTP-Session: 3348fd52-6882-4db8-9086-e65cbd0d1e46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.113996 [ 3 ] {} HTTP-Session: 3348fd52-6882-4db8-9086-e65cbd0d1e46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.114028 [ 3 ] {} HTTP-Session: 3348fd52-6882-4db8-9086-e65cbd0d1e46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:10.114135 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:10.114179 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:24:10.114323 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:10.114615 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:10.114650 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:10.114956 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.30 22:24:10.115273 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:10.115394 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} executeQuery: Read 15 rows, 1.22 KiB in 0.001292 sec., 11609.907120743035 rows/sec., 941.04 KiB/sec. 2024.04.30 22:24:10.115554 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} DynamicQueryHandler: Done processing query 2024.04.30 22:24:10.115578 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:10.115594 [ 3 ] {} HTTP-Session: 3348fd52-6882-4db8-9086-e65cbd0d1e46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.115711 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:10.115760 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:10.115778 [ 3 ] {} HTTP-Session: 5a9a3d96-f353-4c84-a6a8-df844f02a8ca Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:10.115795 [ 3 ] {} HTTP-Session: 5a9a3d96-f353-4c84-a6a8-df844f02a8ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.115808 [ 3 ] {} HTTP-Session: 5a9a3d96-f353-4c84-a6a8-df844f02a8ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.115840 [ 3 ] {} HTTP-Session: 5a9a3d96-f353-4c84-a6a8-df844f02a8ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:10.115939 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:10.115982 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:24:10.116134 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:10.116434 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:10.116468 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:10.116790 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.30 22:24:10.117101 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:10.117222 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} executeQuery: Read 14 rows, 1.18 KiB in 0.00131 sec., 10687.022900763359 rows/sec., 902.76 KiB/sec. 2024.04.30 22:24:10.117468 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} DynamicQueryHandler: Done processing query 2024.04.30 22:24:10.117492 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:10.117507 [ 3 ] {} HTTP-Session: 5a9a3d96-f353-4c84-a6a8-df844f02a8ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.117696 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 8238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:10.117750 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:10.117770 [ 3 ] {} HTTP-Session: d3ce4866-0e25-4d1e-923a-29bdb9ea9ddb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:10.117786 [ 3 ] {} HTTP-Session: d3ce4866-0e25-4d1e-923a-29bdb9ea9ddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.117799 [ 3 ] {} HTTP-Session: d3ce4866-0e25-4d1e-923a-29bdb9ea9ddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.117830 [ 3 ] {} HTTP-Session: d3ce4866-0e25-4d1e-923a-29bdb9ea9ddb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:10.117939 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:10.117982 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:24:10.118121 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:10.118429 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:10.118464 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:10.118776 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.30 22:24:10.119080 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:10.119203 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} executeQuery: Read 55 rows, 4.86 KiB in 0.0013 sec., 42307.69230769231 rows/sec., 3.65 MiB/sec. 2024.04.30 22:24:10.119465 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} DynamicQueryHandler: Done processing query 2024.04.30 22:24:10.119489 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.30 22:24:10.119505 [ 3 ] {} HTTP-Session: d3ce4866-0e25-4d1e-923a-29bdb9ea9ddb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.119624 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:10.119673 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:10.119691 [ 3 ] {} HTTP-Session: d2385144-0e36-4caf-901b-adcd0475f7e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:10.119708 [ 3 ] {} HTTP-Session: d2385144-0e36-4caf-901b-adcd0475f7e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.119721 [ 3 ] {} HTTP-Session: d2385144-0e36-4caf-901b-adcd0475f7e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.119751 [ 3 ] {} HTTP-Session: d2385144-0e36-4caf-901b-adcd0475f7e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:10.119849 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:10.119892 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:24:10.120029 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:10.120378 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:10.120411 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:10.120709 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.30 22:24:10.121008 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:10.121121 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} executeQuery: Read 14 rows, 1.02 KiB in 0.0013 sec., 10769.23076923077 rows/sec., 783.50 KiB/sec. 2024.04.30 22:24:10.121269 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} DynamicQueryHandler: Done processing query 2024.04.30 22:24:10.121293 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:10.121308 [ 3 ] {} HTTP-Session: d2385144-0e36-4caf-901b-adcd0475f7e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.121462 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 5031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:10.121510 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:10.121529 [ 3 ] {} HTTP-Session: 8b82733e-5490-4e8a-a8eb-81431700029a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:10.121545 [ 3 ] {} HTTP-Session: 8b82733e-5490-4e8a-a8eb-81431700029a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.121558 [ 3 ] {} HTTP-Session: 8b82733e-5490-4e8a-a8eb-81431700029a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.121588 [ 3 ] {} HTTP-Session: 8b82733e-5490-4e8a-a8eb-81431700029a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:10.121689 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:10.121731 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:24:10.121851 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:10.122130 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:10.122165 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:10.122459 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.30 22:24:10.122760 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:10.122880 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} executeQuery: Read 29 rows, 2.38 KiB in 0.001219 sec., 23789.991796554554 rows/sec., 1.91 MiB/sec. 2024.04.30 22:24:10.123137 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} DynamicQueryHandler: Done processing query 2024.04.30 22:24:10.123161 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:24:10.123177 [ 3 ] {} HTTP-Session: 8b82733e-5490-4e8a-a8eb-81431700029a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.123287 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 1419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:10.123337 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:10.123355 [ 3 ] {} HTTP-Session: c3556df0-9dff-48e9-89f0-02dfcce3cb0f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:10.123372 [ 3 ] {} HTTP-Session: c3556df0-9dff-48e9-89f0-02dfcce3cb0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.123386 [ 3 ] {} HTTP-Session: c3556df0-9dff-48e9-89f0-02dfcce3cb0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.123416 [ 3 ] {} HTTP-Session: c3556df0-9dff-48e9-89f0-02dfcce3cb0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:10.123526 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:10.123572 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:24:10.123732 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:10.123997 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:10.124031 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:10.124387 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.30 22:24:10.124725 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:10.124893 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} executeQuery: Read 7 rows, 525.00 B in 0.001385 sec., 5054.151624548736 rows/sec., 370.18 KiB/sec. 2024.04.30 22:24:10.125170 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} DynamicQueryHandler: Done processing query 2024.04.30 22:24:10.125194 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:10.125210 [ 3 ] {} HTTP-Session: c3556df0-9dff-48e9-89f0-02dfcce3cb0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.125376 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:10.125424 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:10.125442 [ 3 ] {} HTTP-Session: a7083ea2-2ff0-4e77-8ae0-1a42411c357e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:10.125458 [ 3 ] {} HTTP-Session: a7083ea2-2ff0-4e77-8ae0-1a42411c357e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.125471 [ 3 ] {} HTTP-Session: a7083ea2-2ff0-4e77-8ae0-1a42411c357e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.125501 [ 3 ] {} HTTP-Session: a7083ea2-2ff0-4e77-8ae0-1a42411c357e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:10.125675 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:10.125721 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:24:10.125897 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:10.126251 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:10.126287 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:10.126675 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.30 22:24:10.127013 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:10.127171 [ 71 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.04.30 22:24:10.127182 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} executeQuery: Read 15 rows, 20.73 KiB in 0.001599 sec., 9380.863039399625 rows/sec., 12.66 MiB/sec. 2024.04.30 22:24:10.127252 [ 71 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:10.127326 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2024.04.30 22:24:10.127567 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} DynamicQueryHandler: Done processing query 2024.04.30 22:24:10.127652 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:24:10.127734 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:24:10.127750 [ 3 ] {} HTTP-Session: a7083ea2-2ff0-4e77-8ae0-1a42411c357e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:10.128053 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:24:10.128102 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:24:10.128204 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:24:10.128339 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:10.128536 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:10.128793 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:10.128953 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:10.130442 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 6 columns (6 merged, 0 gathered) in 0.002999926 sec., 30000.740018253782 rows/sec., 40.48 MiB/sec. 2024.04.30 22:24:10.130629 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.04.30 22:24:10.131057 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:10.131130 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.04.30 22:24:10.131219 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2024.04.30 22:24:15.104520 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:15.104656 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:15.104681 [ 3 ] {} HTTP-Session: 3e8e941f-0484-49ba-b8fc-a92ae2edd219 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:15.104706 [ 3 ] {} HTTP-Session: 3e8e941f-0484-49ba-b8fc-a92ae2edd219 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:15.104721 [ 3 ] {} HTTP-Session: 3e8e941f-0484-49ba-b8fc-a92ae2edd219 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:15.104772 [ 3 ] {} HTTP-Session: 3e8e941f-0484-49ba-b8fc-a92ae2edd219 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:15.104963 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:15.105049 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:24:15.105251 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:15.105689 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:15.105735 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:15.106110 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.30 22:24:15.106460 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:15.106618 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} executeQuery: Read 16 rows, 1.30 KiB in 0.001711 sec., 9351.25657510228 rows/sec., 757.96 KiB/sec. 2024.04.30 22:24:15.106842 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} DynamicQueryHandler: Done processing query 2024.04.30 22:24:15.106869 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:15.106886 [ 3 ] {} HTTP-Session: 3e8e941f-0484-49ba-b8fc-a92ae2edd219 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:15.107021 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:15.107077 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:15.107097 [ 3 ] {} HTTP-Session: 92b48b42-3530-4b60-8f7e-a6eda6af3192 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:15.107115 [ 3 ] {} HTTP-Session: 92b48b42-3530-4b60-8f7e-a6eda6af3192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:15.107128 [ 3 ] {} HTTP-Session: 92b48b42-3530-4b60-8f7e-a6eda6af3192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:15.107163 [ 3 ] {} HTTP-Session: 92b48b42-3530-4b60-8f7e-a6eda6af3192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:15.107284 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:15.107330 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:24:15.107461 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:15.107803 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:15.107840 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:15.108151 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.30 22:24:15.108455 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:15.108619 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} executeQuery: Read 48 rows, 4.39 KiB in 0.001374 sec., 34934.49781659389 rows/sec., 3.12 MiB/sec. 2024.04.30 22:24:15.108793 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} DynamicQueryHandler: Done processing query 2024.04.30 22:24:15.108817 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:24:15.108833 [ 3 ] {} HTTP-Session: 92b48b42-3530-4b60-8f7e-a6eda6af3192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:15.108990 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 4981, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:15.109041 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:15.109060 [ 3 ] {} HTTP-Session: ad777825-da3e-41bf-bf00-1b853b19c806 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:15.109076 [ 3 ] {} HTTP-Session: ad777825-da3e-41bf-bf00-1b853b19c806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:15.109090 [ 3 ] {} HTTP-Session: ad777825-da3e-41bf-bf00-1b853b19c806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:15.109120 [ 3 ] {} HTTP-Session: ad777825-da3e-41bf-bf00-1b853b19c806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:15.109223 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:15.109266 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:24:15.109392 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:15.109695 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:15.109730 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:15.110032 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.30 22:24:15.110335 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:15.110485 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} executeQuery: Read 29 rows, 2.34 KiB in 0.001291 sec., 22463.206816421378 rows/sec., 1.77 MiB/sec. 2024.04.30 22:24:15.110653 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} DynamicQueryHandler: Done processing query 2024.04.30 22:24:15.110677 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:24:15.110692 [ 3 ] {} HTTP-Session: ad777825-da3e-41bf-bf00-1b853b19c806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:15.110886 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:15.110934 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:15.110952 [ 3 ] {} HTTP-Session: 005849b4-b1c3-4c28-bc02-0454060cd864 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:15.110968 [ 3 ] {} HTTP-Session: 005849b4-b1c3-4c28-bc02-0454060cd864 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:15.110982 [ 3 ] {} HTTP-Session: 005849b4-b1c3-4c28-bc02-0454060cd864 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:15.111012 [ 3 ] {} HTTP-Session: 005849b4-b1c3-4c28-bc02-0454060cd864 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:15.111193 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:15.111245 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:24:15.111408 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:15.111806 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:15.111841 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:15.112249 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.30 22:24:15.112638 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:15.112801 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} executeQuery: Read 16 rows, 22.11 KiB in 0.001711 sec., 9351.25657510228 rows/sec., 12.62 MiB/sec. 2024.04.30 22:24:15.112981 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} DynamicQueryHandler: Done processing query 2024.04.30 22:24:15.113006 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:24:15.113022 [ 3 ] {} HTTP-Session: 005849b4-b1c3-4c28-bc02-0454060cd864 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:15.113170 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:15.113223 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:15.113243 [ 3 ] {} HTTP-Session: ea5b9e68-481d-4e5d-84bd-e44ea8a7d06d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:15.113259 [ 3 ] {} HTTP-Session: ea5b9e68-481d-4e5d-84bd-e44ea8a7d06d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:15.113272 [ 3 ] {} HTTP-Session: ea5b9e68-481d-4e5d-84bd-e44ea8a7d06d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:15.113303 [ 3 ] {} HTTP-Session: ea5b9e68-481d-4e5d-84bd-e44ea8a7d06d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:15.113404 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:15.113449 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.04.30 22:24:15.113574 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:15.113868 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:15.113903 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:15.114258 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.30 22:24:15.114577 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:15.114740 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} executeQuery: Read 15 rows, 1.09 KiB in 0.001356 sec., 11061.946902654867 rows/sec., 802.28 KiB/sec. 2024.04.30 22:24:15.115003 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} DynamicQueryHandler: Done processing query 2024.04.30 22:24:15.115028 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.30 22:24:15.115045 [ 3 ] {} HTTP-Session: ea5b9e68-481d-4e5d-84bd-e44ea8a7d06d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:20.103937 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:20.104134 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:20.104181 [ 3 ] {} HTTP-Session: 8200ef73-cea3-48e1-99f3-c6b0e8492863 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:20.104223 [ 3 ] {} HTTP-Session: 8200ef73-cea3-48e1-99f3-c6b0e8492863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:20.104251 [ 3 ] {} HTTP-Session: 8200ef73-cea3-48e1-99f3-c6b0e8492863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:20.104334 [ 3 ] {} HTTP-Session: 8200ef73-cea3-48e1-99f3-c6b0e8492863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:20.104587 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:20.104656 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:24:20.104850 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:20.105359 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:20.105408 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:20.105776 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.30 22:24:20.106110 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:20.106275 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} executeQuery: Read 15 rows, 1.22 KiB in 0.00174 sec., 8620.689655172413 rows/sec., 698.75 KiB/sec. 2024.04.30 22:24:20.106604 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} DynamicQueryHandler: Done processing query 2024.04.30 22:24:20.106631 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:20.106649 [ 3 ] {} HTTP-Session: 8200ef73-cea3-48e1-99f3-c6b0e8492863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:20.106823 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:20.106883 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:20.106902 [ 3 ] {} HTTP-Session: b211f3bf-244a-4974-b88c-c619f77d2a7f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:20.106921 [ 3 ] {} HTTP-Session: b211f3bf-244a-4974-b88c-c619f77d2a7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:20.106935 [ 3 ] {} HTTP-Session: b211f3bf-244a-4974-b88c-c619f77d2a7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:20.106971 [ 3 ] {} HTTP-Session: b211f3bf-244a-4974-b88c-c619f77d2a7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:20.107092 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:20.107140 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:24:20.107291 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:20.107620 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:20.107658 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:20.107988 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.30 22:24:20.108299 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:20.108460 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} executeQuery: Read 45 rows, 4.01 KiB in 0.001408 sec., 31960.227272727272 rows/sec., 2.78 MiB/sec. 2024.04.30 22:24:20.108750 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} DynamicQueryHandler: Done processing query 2024.04.30 22:24:20.108776 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:24:20.108793 [ 3 ] {} HTTP-Session: b211f3bf-244a-4974-b88c-c619f77d2a7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:20.108952 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:20.109003 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:20.109023 [ 3 ] {} HTTP-Session: 90fe07f8-e86a-439c-b183-ad36c79046cb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:20.109040 [ 3 ] {} HTTP-Session: 90fe07f8-e86a-439c-b183-ad36c79046cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:20.109054 [ 3 ] {} HTTP-Session: 90fe07f8-e86a-439c-b183-ad36c79046cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:20.109087 [ 3 ] {} HTTP-Session: 90fe07f8-e86a-439c-b183-ad36c79046cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:20.109194 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:20.109239 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:24:20.109380 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:20.109682 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:20.109720 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:20.110028 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.30 22:24:20.110337 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:20.110489 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} executeQuery: Read 15 rows, 1.20 KiB in 0.001316 sec., 11398.176291793314 rows/sec., 912.74 KiB/sec. 2024.04.30 22:24:20.110773 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} DynamicQueryHandler: Done processing query 2024.04.30 22:24:20.110799 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:20.110815 [ 3 ] {} HTTP-Session: 90fe07f8-e86a-439c-b183-ad36c79046cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:20.110941 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:20.110990 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:20.111009 [ 3 ] {} HTTP-Session: 00552b49-e9d6-49a2-9319-a6ed67859f8f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:20.111025 [ 3 ] {} HTTP-Session: 00552b49-e9d6-49a2-9319-a6ed67859f8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:20.111039 [ 3 ] {} HTTP-Session: 00552b49-e9d6-49a2-9319-a6ed67859f8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:20.111068 [ 3 ] {} HTTP-Session: 00552b49-e9d6-49a2-9319-a6ed67859f8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:20.111321 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:20.111382 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:24:20.111567 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:20.111950 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:20.111988 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:20.112399 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.30 22:24:20.112746 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:20.112905 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} executeQuery: Read 15 rows, 20.73 KiB in 0.001761 sec., 8517.887563884156 rows/sec., 11.49 MiB/sec. 2024.04.30 22:24:20.113070 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} DynamicQueryHandler: Done processing query 2024.04.30 22:24:20.113095 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:24:20.113111 [ 3 ] {} HTTP-Session: 00552b49-e9d6-49a2-9319-a6ed67859f8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:23.773356 [ 62 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:24:23.773456 [ 62 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:24:25.105194 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:25.105369 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:25.105413 [ 3 ] {} HTTP-Session: 52736090-2956-4b18-834f-06279f5df6e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:25.105456 [ 3 ] {} HTTP-Session: 52736090-2956-4b18-834f-06279f5df6e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.105484 [ 3 ] {} HTTP-Session: 52736090-2956-4b18-834f-06279f5df6e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.105563 [ 3 ] {} HTTP-Session: 52736090-2956-4b18-834f-06279f5df6e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:25.105792 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:25.105860 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:24:25.106057 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:25.106476 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:25.106518 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:25.106896 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.30 22:24:25.107232 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:25.107376 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} executeQuery: Read 16 rows, 1.30 KiB in 0.001642 sec., 9744.2143727162 rows/sec., 789.81 KiB/sec. 2024.04.30 22:24:25.107587 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} DynamicQueryHandler: Done processing query 2024.04.30 22:24:25.107615 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:25.107632 [ 3 ] {} HTTP-Session: 52736090-2956-4b18-834f-06279f5df6e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.107795 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:25.107849 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:25.107869 [ 3 ] {} HTTP-Session: ab2fcd2e-75cb-4a5c-a2ba-185beafd04a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:25.107887 [ 3 ] {} HTTP-Session: ab2fcd2e-75cb-4a5c-a2ba-185beafd04a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.107900 [ 3 ] {} HTTP-Session: ab2fcd2e-75cb-4a5c-a2ba-185beafd04a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.107937 [ 3 ] {} HTTP-Session: ab2fcd2e-75cb-4a5c-a2ba-185beafd04a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:25.108039 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:25.108085 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:24:25.108220 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:25.108498 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:25.108534 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:25.108837 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.30 22:24:25.109150 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:25.109274 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} executeQuery: Read 2 rows, 167.00 B in 0.001261 sec., 1586.0428231562253 rows/sec., 129.33 KiB/sec. 2024.04.30 22:24:25.109532 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} DynamicQueryHandler: Done processing query 2024.04.30 22:24:25.109558 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:25.109573 [ 3 ] {} HTTP-Session: ab2fcd2e-75cb-4a5c-a2ba-185beafd04a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.109741 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:25.109790 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:25.109810 [ 3 ] {} HTTP-Session: 9cfa37da-8137-47fc-84db-0e260e1d38a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:25.109827 [ 3 ] {} HTTP-Session: 9cfa37da-8137-47fc-84db-0e260e1d38a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.109841 [ 3 ] {} HTTP-Session: 9cfa37da-8137-47fc-84db-0e260e1d38a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.109874 [ 3 ] {} HTTP-Session: 9cfa37da-8137-47fc-84db-0e260e1d38a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:25.109994 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:25.110039 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:24:25.110182 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:25.110512 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:25.110548 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:25.110876 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.30 22:24:25.111202 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:25.111327 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} executeQuery: Read 85 rows, 7.23 KiB in 0.001378 sec., 61683.599419448474 rows/sec., 5.12 MiB/sec. 2024.04.30 22:24:25.111482 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} DynamicQueryHandler: Done processing query 2024.04.30 22:24:25.111507 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.30 22:24:25.111523 [ 3 ] {} HTTP-Session: 9cfa37da-8137-47fc-84db-0e260e1d38a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.111643 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:25.111692 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:25.111711 [ 3 ] {} HTTP-Session: 5413e2f1-86f3-4140-aded-7b0c503d87e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:25.111727 [ 3 ] {} HTTP-Session: 5413e2f1-86f3-4140-aded-7b0c503d87e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.111740 [ 3 ] {} HTTP-Session: 5413e2f1-86f3-4140-aded-7b0c503d87e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.111771 [ 3 ] {} HTTP-Session: 5413e2f1-86f3-4140-aded-7b0c503d87e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:25.111862 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:25.111905 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:24:25.112031 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:25.112290 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:25.112325 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:25.112616 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.30 22:24:25.112914 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:25.113031 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} executeQuery: Read 2 rows, 143.00 B in 0.001193 sec., 1676.4459346186086 rows/sec., 117.06 KiB/sec. 2024.04.30 22:24:25.113279 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} DynamicQueryHandler: Done processing query 2024.04.30 22:24:25.113303 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:25.113320 [ 3 ] {} HTTP-Session: 5413e2f1-86f3-4140-aded-7b0c503d87e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.113436 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:25.113484 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:25.113504 [ 3 ] {} HTTP-Session: be3b9d3a-1cf8-4300-b646-140d1c6a7cf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:25.113520 [ 3 ] {} HTTP-Session: be3b9d3a-1cf8-4300-b646-140d1c6a7cf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.113534 [ 3 ] {} HTTP-Session: be3b9d3a-1cf8-4300-b646-140d1c6a7cf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.113565 [ 3 ] {} HTTP-Session: be3b9d3a-1cf8-4300-b646-140d1c6a7cf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:25.113672 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:25.113715 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:24:25.113857 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:25.114216 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:25.114252 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:25.114556 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.30 22:24:25.114858 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:25.114981 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} executeQuery: Read 42 rows, 3.34 KiB in 0.001345 sec., 31226.765799256504 rows/sec., 2.43 MiB/sec. 2024.04.30 22:24:25.115137 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} DynamicQueryHandler: Done processing query 2024.04.30 22:24:25.115162 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:24:25.115178 [ 3 ] {} HTTP-Session: be3b9d3a-1cf8-4300-b646-140d1c6a7cf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.115293 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:25.115341 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:25.115361 [ 3 ] {} HTTP-Session: 1ab4c2a8-604f-4d94-902b-1a34d7121813 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:25.115377 [ 3 ] {} HTTP-Session: 1ab4c2a8-604f-4d94-902b-1a34d7121813 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.115391 [ 3 ] {} HTTP-Session: 1ab4c2a8-604f-4d94-902b-1a34d7121813 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.115422 [ 3 ] {} HTTP-Session: 1ab4c2a8-604f-4d94-902b-1a34d7121813 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:25.115530 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:25.115578 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:24:25.115719 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:25.116026 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:25.116062 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:25.116467 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.30 22:24:25.116807 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:25.116939 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} executeQuery: Read 37 rows, 2.67 KiB in 0.001448 sec., 25552.4861878453 rows/sec., 1.80 MiB/sec. 2024.04.30 22:24:25.117272 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} DynamicQueryHandler: Done processing query 2024.04.30 22:24:25.117296 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:24:25.117312 [ 3 ] {} HTTP-Session: 1ab4c2a8-604f-4d94-902b-1a34d7121813 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.117448 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:25.117495 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:25.117514 [ 3 ] {} HTTP-Session: 1df2c546-2b41-4e7c-b657-77f4c5470f65 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:25.117530 [ 3 ] {} HTTP-Session: 1df2c546-2b41-4e7c-b657-77f4c5470f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.117544 [ 3 ] {} HTTP-Session: 1df2c546-2b41-4e7c-b657-77f4c5470f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:25.117573 [ 3 ] {} HTTP-Session: 1df2c546-2b41-4e7c-b657-77f4c5470f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:25.117835 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:25.117883 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:24:25.118054 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:25.118557 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:25.118592 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:25.119032 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.30 22:24:25.119371 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:25.119495 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} executeQuery: Read 16 rows, 22.11 KiB in 0.001844 sec., 8676.789587852494 rows/sec., 11.71 MiB/sec. 2024.04.30 22:24:25.119655 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} DynamicQueryHandler: Done processing query 2024.04.30 22:24:25.119678 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:24:25.119694 [ 3 ] {} HTTP-Session: 1df2c546-2b41-4e7c-b657-77f4c5470f65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:30.103813 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:30.103958 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:30.103987 [ 3 ] {} HTTP-Session: f2cf262f-6c48-4eca-99ea-2ea1308574b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:30.104016 [ 3 ] {} HTTP-Session: f2cf262f-6c48-4eca-99ea-2ea1308574b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:30.104034 [ 3 ] {} HTTP-Session: f2cf262f-6c48-4eca-99ea-2ea1308574b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:30.104090 [ 3 ] {} HTTP-Session: f2cf262f-6c48-4eca-99ea-2ea1308574b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:30.104297 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:30.104371 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:24:30.104596 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:30.105002 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:30.105048 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:30.105436 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.30 22:24:30.105806 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:30.105940 [ 56 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2024.04.30 22:24:30.105956 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} executeQuery: Read 15 rows, 1.22 KiB in 0.001726 sec., 8690.614136732329 rows/sec., 704.42 KiB/sec. 2024.04.30 22:24:30.105983 [ 56 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:30.106017 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:30.106138 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2024.04.30 22:24:30.106201 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} DynamicQueryHandler: Done processing query 2024.04.30 22:24:30.106231 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:30.106260 [ 3 ] {} HTTP-Session: f2cf262f-6c48-4eca-99ea-2ea1308574b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:30.106272 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:24:30.106307 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 15 rows starting from the beginning of the part 2024.04.30 22:24:30.106397 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:30.106421 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:30.106591 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part 2024.04.30 22:24:30.106657 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:30.106824 [ 3 ] {} HTTP-Session: 4f440e3e-82f1-47a6-9131-8bcc7aadced5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:30.106959 [ 3 ] {} HTTP-Session: 4f440e3e-82f1-47a6-9131-8bcc7aadced5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:30.106980 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:30.107007 [ 3 ] {} HTTP-Session: 4f440e3e-82f1-47a6-9131-8bcc7aadced5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:30.107163 [ 3 ] {} HTTP-Session: 4f440e3e-82f1-47a6-9131-8bcc7aadced5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:30.107198 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part 2024.04.30 22:24:30.107396 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:30.107466 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:30.107630 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:24:30.107969 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:30.108578 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:30.108623 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:30.109252 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 92 rows, containing 4 columns (4 merged, 0 gathered) in 0.003155549 sec., 29154.99014593023 rows/sec., 2.31 MiB/sec. 2024.04.30 22:24:30.109257 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.30 22:24:30.109523 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2024.04.30 22:24:30.109936 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:30.110249 [ 56 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.04.30 22:24:30.110309 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} executeQuery: Read 45 rows, 4.01 KiB in 0.002939 sec., 15311.330384484518 rows/sec., 1.33 MiB/sec. 2024.04.30 22:24:30.110327 [ 56 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:30.110408 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:30.110693 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:30.110859 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} DynamicQueryHandler: Done processing query 2024.04.30 22:24:30.110885 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:24:30.110946 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2024.04.30 22:24:30.110921 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:24:30.111029 [ 3 ] {} HTTP-Session: 4f440e3e-82f1-47a6-9131-8bcc7aadced5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:30.111209 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:24:30.111334 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:30.111427 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:24:30.111448 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:30.111520 [ 3 ] {} HTTP-Session: d5a62e02-54bc-4927-b1b0-1f56348be5b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:30.111525 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 81 rows starting from the beginning of the part 2024.04.30 22:24:30.111549 [ 3 ] {} HTTP-Session: d5a62e02-54bc-4927-b1b0-1f56348be5b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:30.111594 [ 3 ] {} HTTP-Session: d5a62e02-54bc-4927-b1b0-1f56348be5b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:30.111653 [ 3 ] {} HTTP-Session: d5a62e02-54bc-4927-b1b0-1f56348be5b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:30.111907 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 55 rows starting from the beginning of the part 2024.04.30 22:24:30.112072 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:30.112140 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part 2024.04.30 22:24:30.112272 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:24:30.112515 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 45 rows starting from the beginning of the part 2024.04.30 22:24:30.112818 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 85 rows starting from the beginning of the part 2024.04.30 22:24:30.113180 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 45 rows starting from the beginning of the part 2024.04.30 22:24:30.113445 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:30.114222 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:30.114294 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:30.115240 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.30 22:24:30.115946 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 359 rows, containing 4 columns (4 merged, 0 gathered) in 0.005360436 sec., 66972.16420455351 rows/sec., 5.70 MiB/sec. 2024.04.30 22:24:30.116029 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:30.116100 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.04.30 22:24:30.116180 [ 56 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.04.30 22:24:30.116238 [ 56 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:30.116242 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} executeQuery: Read 15 rows, 1.20 KiB in 0.004363 sec., 3438.0013752005502 rows/sec., 275.31 KiB/sec. 2024.04.30 22:24:30.116260 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:30.116817 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:24:30.116888 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} DynamicQueryHandler: Done processing query 2024.04.30 22:24:30.116957 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:30.117060 [ 3 ] {} HTTP-Session: d5a62e02-54bc-4927-b1b0-1f56348be5b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:30.117267 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:24:30.117319 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:30.117350 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 49 rows starting from the beginning of the part 2024.04.30 22:24:30.117503 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:30.117544 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:30.117682 [ 3 ] {} HTTP-Session: fd6a6888-6955-4287-9d63-81247b2921e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:30.117747 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 29 rows starting from the beginning of the part 2024.04.30 22:24:30.117810 [ 3 ] {} HTTP-Session: fd6a6888-6955-4287-9d63-81247b2921e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:30.117905 [ 3 ] {} HTTP-Session: fd6a6888-6955-4287-9d63-81247b2921e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:30.118043 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.04.30 22:24:30.118110 [ 3 ] {} HTTP-Session: fd6a6888-6955-4287-9d63-81247b2921e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:30.118198 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 29 rows starting from the beginning of the part 2024.04.30 22:24:30.118408 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.04.30 22:24:30.118624 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:30.118864 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part 2024.04.30 22:24:30.118858 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:30.119136 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:24:30.119149 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:30.120009 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:30.121016 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:30.121091 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:30.121747 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 4 columns (4 merged, 0 gathered) in 0.005353625 sec., 33435.28917322375 rows/sec., 2.62 MiB/sec. 2024.04.30 22:24:30.121963 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.04.30 22:24:30.122240 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.30 22:24:30.122721 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:30.122844 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.04.30 22:24:30.123006 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:30.123022 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.04.30 22:24:30.123189 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} executeQuery: Read 15 rows, 20.73 KiB in 0.004763 sec., 3149.2756665966826 rows/sec., 4.25 MiB/sec. 2024.04.30 22:24:30.123393 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} DynamicQueryHandler: Done processing query 2024.04.30 22:24:30.123419 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:24:30.123435 [ 3 ] {} HTTP-Session: fd6a6888-6955-4287-9d63-81247b2921e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:35.103806 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:35.103939 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:35.103964 [ 3 ] {} HTTP-Session: 42219bec-0ca9-4f9b-85ab-6eab65538032 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:35.103989 [ 3 ] {} HTTP-Session: 42219bec-0ca9-4f9b-85ab-6eab65538032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:35.104003 [ 3 ] {} HTTP-Session: 42219bec-0ca9-4f9b-85ab-6eab65538032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:35.104054 [ 3 ] {} HTTP-Session: 42219bec-0ca9-4f9b-85ab-6eab65538032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:35.104243 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:35.104311 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:24:35.104504 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:35.104912 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:35.104960 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:35.105419 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.30 22:24:35.105780 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:35.105953 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} executeQuery: Read 16 rows, 1.30 KiB in 0.001763 sec., 9075.439591605218 rows/sec., 735.61 KiB/sec. 2024.04.30 22:24:35.106274 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} DynamicQueryHandler: Done processing query 2024.04.30 22:24:35.106303 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:35.106322 [ 3 ] {} HTTP-Session: 42219bec-0ca9-4f9b-85ab-6eab65538032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:35.106468 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:35.106522 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:35.106542 [ 3 ] {} HTTP-Session: f88c6e63-26fd-4b0a-8a1c-e6951422e608 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:35.106561 [ 3 ] {} HTTP-Session: f88c6e63-26fd-4b0a-8a1c-e6951422e608 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:35.106576 [ 3 ] {} HTTP-Session: f88c6e63-26fd-4b0a-8a1c-e6951422e608 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:35.106613 [ 3 ] {} HTTP-Session: f88c6e63-26fd-4b0a-8a1c-e6951422e608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:35.106736 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:35.106786 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:24:35.106939 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:35.107284 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:35.107324 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:35.107645 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.30 22:24:35.107963 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:35.108122 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} executeQuery: Read 48 rows, 4.39 KiB in 0.001421 sec., 33779.02885292048 rows/sec., 3.02 MiB/sec. 2024.04.30 22:24:35.108302 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} DynamicQueryHandler: Done processing query 2024.04.30 22:24:35.108327 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:24:35.108343 [ 3 ] {} HTTP-Session: f88c6e63-26fd-4b0a-8a1c-e6951422e608 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:35.108505 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:35.108555 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:35.108574 [ 3 ] {} HTTP-Session: aad58ddc-b2bc-4244-a9d8-e6e716dea289 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:35.108591 [ 3 ] {} HTTP-Session: aad58ddc-b2bc-4244-a9d8-e6e716dea289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:35.108605 [ 3 ] {} HTTP-Session: aad58ddc-b2bc-4244-a9d8-e6e716dea289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:35.108638 [ 3 ] {} HTTP-Session: aad58ddc-b2bc-4244-a9d8-e6e716dea289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:35.108740 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:35.108783 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:24:35.108909 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:35.109195 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:35.109232 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:35.109534 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.30 22:24:35.109842 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:35.109994 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} executeQuery: Read 16 rows, 1.28 KiB in 0.001277 sec., 12529.365700861395 rows/sec., 1003.33 KiB/sec. 2024.04.30 22:24:35.110267 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} DynamicQueryHandler: Done processing query 2024.04.30 22:24:35.110292 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:35.110307 [ 3 ] {} HTTP-Session: aad58ddc-b2bc-4244-a9d8-e6e716dea289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:35.110447 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:35.110495 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:35.110514 [ 3 ] {} HTTP-Session: 6cbd6219-b733-4b2b-9b5b-a960f98f67e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:35.110530 [ 3 ] {} HTTP-Session: 6cbd6219-b733-4b2b-9b5b-a960f98f67e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:35.110544 [ 3 ] {} HTTP-Session: 6cbd6219-b733-4b2b-9b5b-a960f98f67e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:35.110574 [ 3 ] {} HTTP-Session: 6cbd6219-b733-4b2b-9b5b-a960f98f67e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:35.110829 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:35.110879 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:24:35.111055 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:35.111461 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:35.111501 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:35.111946 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.30 22:24:35.112372 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:35.112528 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} executeQuery: Read 16 rows, 22.11 KiB in 0.001869 sec., 8560.727661851257 rows/sec., 11.55 MiB/sec. 2024.04.30 22:24:35.112524 [ 54 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.04.30 22:24:35.112642 [ 54 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:35.112692 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2024.04.30 22:24:35.112796 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} DynamicQueryHandler: Done processing query 2024.04.30 22:24:35.112845 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:24:35.112888 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:24:35.112897 [ 3 ] {} HTTP-Session: 6cbd6219-b733-4b2b-9b5b-a960f98f67e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:35.113088 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:24:35.113127 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 90 rows starting from the beginning of the part 2024.04.30 22:24:35.113334 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part 2024.04.30 22:24:35.113566 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:35.113789 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part 2024.04.30 22:24:35.113939 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:35.114089 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part 2024.04.30 22:24:35.115671 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 6 columns (6 merged, 0 gathered) in 0.002904733 sec., 57836.64109575647 rows/sec., 78.05 MiB/sec. 2024.04.30 22:24:35.116069 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.04.30 22:24:35.116671 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:35.116782 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.04.30 22:24:35.116904 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2024.04.30 22:24:38.773512 [ 52 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:24:38.773575 [ 52 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:24:40.103684 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:40.103842 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:40.103882 [ 3 ] {} HTTP-Session: 494dd72d-4935-4384-94d3-259fe1036fa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:40.103920 [ 3 ] {} HTTP-Session: 494dd72d-4935-4384-94d3-259fe1036fa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:40.103945 [ 3 ] {} HTTP-Session: 494dd72d-4935-4384-94d3-259fe1036fa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:40.104020 [ 3 ] {} HTTP-Session: 494dd72d-4935-4384-94d3-259fe1036fa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:40.104242 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:40.104310 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:24:40.104500 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:40.104990 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:40.105030 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:40.105392 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.30 22:24:40.105722 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:40.105879 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} executeQuery: Read 15 rows, 1.22 KiB in 0.00169 sec., 8875.739644970414 rows/sec., 719.42 KiB/sec. 2024.04.30 22:24:40.106081 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} DynamicQueryHandler: Done processing query 2024.04.30 22:24:40.106108 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:40.106124 [ 3 ] {} HTTP-Session: 494dd72d-4935-4384-94d3-259fe1036fa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:40.106259 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:40.106308 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:40.106326 [ 3 ] {} HTTP-Session: 15e90a19-280e-4331-9968-0c7375637133 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:40.106343 [ 3 ] {} HTTP-Session: 15e90a19-280e-4331-9968-0c7375637133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:40.106356 [ 3 ] {} HTTP-Session: 15e90a19-280e-4331-9968-0c7375637133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:40.106387 [ 3 ] {} HTTP-Session: 15e90a19-280e-4331-9968-0c7375637133 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:40.106492 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:40.106535 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:24:40.106658 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:40.106991 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:40.107026 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:40.107327 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.30 22:24:40.107649 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:40.107802 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} executeQuery: Read 45 rows, 4.01 KiB in 0.001341 sec., 33557.04697986577 rows/sec., 2.92 MiB/sec. 2024.04.30 22:24:40.107968 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} DynamicQueryHandler: Done processing query 2024.04.30 22:24:40.107991 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:24:40.108007 [ 3 ] {} HTTP-Session: 15e90a19-280e-4331-9968-0c7375637133 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:40.108127 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:40.108175 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:40.108194 [ 3 ] {} HTTP-Session: cc50451e-53bf-4593-b27d-1a941f47c5ce Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:40.108210 [ 3 ] {} HTTP-Session: cc50451e-53bf-4593-b27d-1a941f47c5ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:40.108223 [ 3 ] {} HTTP-Session: cc50451e-53bf-4593-b27d-1a941f47c5ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:40.108253 [ 3 ] {} HTTP-Session: cc50451e-53bf-4593-b27d-1a941f47c5ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:40.108353 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:40.108394 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:24:40.108521 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:40.108802 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:40.108837 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:40.109132 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.30 22:24:40.109433 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:40.109584 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} executeQuery: Read 15 rows, 1.20 KiB in 0.001259 sec., 11914.217633042097 rows/sec., 954.07 KiB/sec. 2024.04.30 22:24:40.109871 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} DynamicQueryHandler: Done processing query 2024.04.30 22:24:40.109897 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:40.109914 [ 3 ] {} HTTP-Session: cc50451e-53bf-4593-b27d-1a941f47c5ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:40.110081 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:40.110132 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:40.110150 [ 3 ] {} HTTP-Session: a9cd6c4f-e7b5-48f0-ba76-6a3b2e1d8bd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:40.110166 [ 3 ] {} HTTP-Session: a9cd6c4f-e7b5-48f0-ba76-6a3b2e1d8bd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:40.110180 [ 3 ] {} HTTP-Session: a9cd6c4f-e7b5-48f0-ba76-6a3b2e1d8bd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:40.110209 [ 3 ] {} HTTP-Session: a9cd6c4f-e7b5-48f0-ba76-6a3b2e1d8bd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:40.110386 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:40.110435 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:24:40.110612 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:40.111108 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:40.111142 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:40.111565 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.30 22:24:40.111901 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:40.112056 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} executeQuery: Read 15 rows, 20.73 KiB in 0.00177 sec., 8474.57627118644 rows/sec., 11.44 MiB/sec. 2024.04.30 22:24:40.112229 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} DynamicQueryHandler: Done processing query 2024.04.30 22:24:40.112253 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:24:40.112268 [ 3 ] {} HTTP-Session: a9cd6c4f-e7b5-48f0-ba76-6a3b2e1d8bd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:45.103420 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:45.103558 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:45.103588 [ 3 ] {} HTTP-Session: 51bf843d-1d3e-4ae0-bacb-024f3ca32c21 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:45.103615 [ 3 ] {} HTTP-Session: 51bf843d-1d3e-4ae0-bacb-024f3ca32c21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:45.103632 [ 3 ] {} HTTP-Session: 51bf843d-1d3e-4ae0-bacb-024f3ca32c21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:45.103687 [ 3 ] {} HTTP-Session: 51bf843d-1d3e-4ae0-bacb-024f3ca32c21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:45.103901 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:45.103979 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:24:45.104198 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:45.104636 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:45.104678 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:45.105056 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.30 22:24:45.105411 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:45.105598 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} executeQuery: Read 16 rows, 1.30 KiB in 0.001768 sec., 9049.773755656108 rows/sec., 733.53 KiB/sec. 2024.04.30 22:24:45.105808 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} DynamicQueryHandler: Done processing query 2024.04.30 22:24:45.105834 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:45.105851 [ 3 ] {} HTTP-Session: 51bf843d-1d3e-4ae0-bacb-024f3ca32c21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:45.105990 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:45.106045 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:45.106064 [ 3 ] {} HTTP-Session: edf73d62-2ce3-47d3-92fd-e6586309ecdd Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:45.106083 [ 3 ] {} HTTP-Session: edf73d62-2ce3-47d3-92fd-e6586309ecdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:45.106097 [ 3 ] {} HTTP-Session: edf73d62-2ce3-47d3-92fd-e6586309ecdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:45.106132 [ 3 ] {} HTTP-Session: edf73d62-2ce3-47d3-92fd-e6586309ecdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:45.106249 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:45.106294 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:24:45.106425 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:45.106758 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:45.106794 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:45.107110 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.30 22:24:45.107413 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:45.107557 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} executeQuery: Read 48 rows, 4.39 KiB in 0.001343 sec., 35740.87862993299 rows/sec., 3.19 MiB/sec. 2024.04.30 22:24:45.107725 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} DynamicQueryHandler: Done processing query 2024.04.30 22:24:45.107748 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:24:45.107764 [ 3 ] {} HTTP-Session: edf73d62-2ce3-47d3-92fd-e6586309ecdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:45.107916 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:45.107965 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:45.107983 [ 3 ] {} HTTP-Session: de8696f0-0d03-415e-8654-00f349c3c1ed Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:45.108000 [ 3 ] {} HTTP-Session: de8696f0-0d03-415e-8654-00f349c3c1ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:45.108014 [ 3 ] {} HTTP-Session: de8696f0-0d03-415e-8654-00f349c3c1ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:45.108046 [ 3 ] {} HTTP-Session: de8696f0-0d03-415e-8654-00f349c3c1ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:45.108150 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:45.108193 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:24:45.108315 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:45.108604 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:45.108638 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:45.108936 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.30 22:24:45.109229 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:45.109384 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} executeQuery: Read 16 rows, 1.28 KiB in 0.001262 sec., 12678.288431061806 rows/sec., 1015.25 KiB/sec. 2024.04.30 22:24:45.109547 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} DynamicQueryHandler: Done processing query 2024.04.30 22:24:45.109570 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:45.109586 [ 3 ] {} HTTP-Session: de8696f0-0d03-415e-8654-00f349c3c1ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:45.109714 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:45.109761 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:45.109780 [ 3 ] {} HTTP-Session: 53c81526-615e-4af0-815e-3a1978571337 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:45.109795 [ 3 ] {} HTTP-Session: 53c81526-615e-4af0-815e-3a1978571337 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:45.109809 [ 3 ] {} HTTP-Session: 53c81526-615e-4af0-815e-3a1978571337 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:45.109840 [ 3 ] {} HTTP-Session: 53c81526-615e-4af0-815e-3a1978571337 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:45.110017 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:45.110063 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:24:45.110221 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:45.110622 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:45.110656 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:45.111059 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.30 22:24:45.111400 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:45.111549 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} executeQuery: Read 16 rows, 22.11 KiB in 0.001629 sec., 9821.976672805402 rows/sec., 13.25 MiB/sec. 2024.04.30 22:24:45.111719 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} DynamicQueryHandler: Done processing query 2024.04.30 22:24:45.111742 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:24:45.111757 [ 3 ] {} HTTP-Session: 53c81526-615e-4af0-815e-3a1978571337 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:50.103743 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:50.103872 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:50.103897 [ 3 ] {} HTTP-Session: 71e1c958-1c3f-4d33-adfe-45899ed8d1df Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:50.103922 [ 3 ] {} HTTP-Session: 71e1c958-1c3f-4d33-adfe-45899ed8d1df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:50.103937 [ 3 ] {} HTTP-Session: 71e1c958-1c3f-4d33-adfe-45899ed8d1df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:50.103987 [ 3 ] {} HTTP-Session: 71e1c958-1c3f-4d33-adfe-45899ed8d1df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:50.104183 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:50.104253 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:24:50.104446 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:50.104884 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:50.104932 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:50.105299 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.30 22:24:50.105645 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:50.105789 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} executeQuery: Read 15 rows, 1.22 KiB in 0.001665 sec., 9009.009009009009 rows/sec., 730.22 KiB/sec. 2024.04.30 22:24:50.106098 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} DynamicQueryHandler: Done processing query 2024.04.30 22:24:50.106127 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:50.106144 [ 3 ] {} HTTP-Session: 71e1c958-1c3f-4d33-adfe-45899ed8d1df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:50.106280 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:50.106339 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:50.106358 [ 3 ] {} HTTP-Session: 0fba6600-7c81-46b2-9777-69126bff50ef Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:50.106378 [ 3 ] {} HTTP-Session: 0fba6600-7c81-46b2-9777-69126bff50ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:50.106391 [ 3 ] {} HTTP-Session: 0fba6600-7c81-46b2-9777-69126bff50ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:50.106428 [ 3 ] {} HTTP-Session: 0fba6600-7c81-46b2-9777-69126bff50ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:50.106549 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:50.106597 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:24:50.106742 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:50.107082 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:50.107119 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:50.107437 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.30 22:24:50.107746 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:50.107872 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} executeQuery: Read 45 rows, 4.01 KiB in 0.001364 sec., 32991.20234604106 rows/sec., 2.87 MiB/sec. 2024.04.30 22:24:50.108035 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} DynamicQueryHandler: Done processing query 2024.04.30 22:24:50.108063 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:24:50.108078 [ 3 ] {} HTTP-Session: 0fba6600-7c81-46b2-9777-69126bff50ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:50.108196 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:50.108248 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:50.108267 [ 3 ] {} HTTP-Session: faae8135-11b8-4c39-b5a0-6cb9b75a5fe4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:50.108284 [ 3 ] {} HTTP-Session: faae8135-11b8-4c39-b5a0-6cb9b75a5fe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:50.108297 [ 3 ] {} HTTP-Session: faae8135-11b8-4c39-b5a0-6cb9b75a5fe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:50.108329 [ 3 ] {} HTTP-Session: faae8135-11b8-4c39-b5a0-6cb9b75a5fe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:50.108432 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:50.108475 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:24:50.108598 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:50.108877 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:50.108912 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:50.109219 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.30 22:24:50.109558 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:50.109688 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} executeQuery: Read 15 rows, 1.20 KiB in 0.001288 sec., 11645.962732919254 rows/sec., 932.59 KiB/sec. 2024.04.30 22:24:50.109849 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} DynamicQueryHandler: Done processing query 2024.04.30 22:24:50.109873 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:50.109891 [ 3 ] {} HTTP-Session: faae8135-11b8-4c39-b5a0-6cb9b75a5fe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:50.110061 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:50.110110 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:50.110130 [ 3 ] {} HTTP-Session: 218a56e3-1f69-4586-97c1-72cdeeda7187 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:50.110146 [ 3 ] {} HTTP-Session: 218a56e3-1f69-4586-97c1-72cdeeda7187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:50.110162 [ 3 ] {} HTTP-Session: 218a56e3-1f69-4586-97c1-72cdeeda7187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:50.110194 [ 3 ] {} HTTP-Session: 218a56e3-1f69-4586-97c1-72cdeeda7187 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:50.110369 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:50.110418 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:24:50.110574 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:50.110952 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:50.110987 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:50.111411 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.30 22:24:50.111758 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:50.111893 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} executeQuery: Read 15 rows, 20.73 KiB in 0.001624 sec., 9236.453201970444 rows/sec., 12.46 MiB/sec. 2024.04.30 22:24:50.112064 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} DynamicQueryHandler: Done processing query 2024.04.30 22:24:50.112089 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:24:50.112105 [ 3 ] {} HTTP-Session: 218a56e3-1f69-4586-97c1-72cdeeda7187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:53.773814 [ 39 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:24:53.773886 [ 39 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:24:55.001266 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000879822 sec. 2024.04.30 22:24:55.105780 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:55.105897 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:55.105921 [ 3 ] {} HTTP-Session: 979cf298-c5e4-4cc4-b64d-37e899c9b587 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:55.105945 [ 3 ] {} HTTP-Session: 979cf298-c5e4-4cc4-b64d-37e899c9b587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:55.105960 [ 3 ] {} HTTP-Session: 979cf298-c5e4-4cc4-b64d-37e899c9b587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:55.106011 [ 3 ] {} HTTP-Session: 979cf298-c5e4-4cc4-b64d-37e899c9b587 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:55.106210 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:55.106279 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:24:55.106473 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:55.106907 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:55.106952 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:55.107331 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.30 22:24:55.107673 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:55.107848 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} executeQuery: Read 16 rows, 1.30 KiB in 0.00169 sec., 9467.455621301775 rows/sec., 767.38 KiB/sec. 2024.04.30 22:24:55.107856 [ 37 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2024.04.30 22:24:55.107950 [ 37 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:55.108006 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:55.108139 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} DynamicQueryHandler: Done processing query 2024.04.30 22:24:55.108142 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2024.04.30 22:24:55.108173 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:24:55.108202 [ 3 ] {} HTTP-Session: 979cf298-c5e4-4cc4-b64d-37e899c9b587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:55.108289 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:24:55.108319 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 31 rows starting from the beginning of the part 2024.04.30 22:24:55.108358 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:55.108421 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part 2024.04.30 22:24:55.108489 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:55.108563 [ 3 ] {} HTTP-Session: a93e8f84-7f94-47f8-bc70-5c85f47b1363 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:55.108675 [ 3 ] {} HTTP-Session: a93e8f84-7f94-47f8-bc70-5c85f47b1363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:55.108762 [ 3 ] {} HTTP-Session: a93e8f84-7f94-47f8-bc70-5c85f47b1363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:55.108795 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:55.108847 [ 3 ] {} HTTP-Session: a93e8f84-7f94-47f8-bc70-5c85f47b1363 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:55.109100 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part 2024.04.30 22:24:55.109306 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:55.109353 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:55.109398 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:24:55.109617 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part 2024.04.30 22:24:55.110203 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:55.110781 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:55.110831 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:55.111296 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.003211291 sec., 33942.735180337135 rows/sec., 2.69 MiB/sec. 2024.04.30 22:24:55.111341 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.30 22:24:55.111533 [ 194 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2024.04.30 22:24:55.111942 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:55.112292 [ 37 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.04.30 22:24:55.112387 [ 37 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:55.112395 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} executeQuery: Read 84 rows, 7.16 KiB in 0.003239 sec., 25933.9302253782 rows/sec., 2.16 MiB/sec. 2024.04.30 22:24:55.112448 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:55.112758 [ 194 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:55.112835 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:24:55.112981 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} DynamicQueryHandler: Done processing query 2024.04.30 22:24:55.112992 [ 194 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2024.04.30 22:24:55.113052 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.30 22:24:55.113142 [ 3 ] {} HTTP-Session: a93e8f84-7f94-47f8-bc70-5c85f47b1363 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:55.113259 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:24:55.113273 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:24:55.113320 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 140 rows starting from the beginning of the part 2024.04.30 22:24:55.113438 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:55.113555 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 48 rows starting from the beginning of the part 2024.04.30 22:24:55.113589 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:55.113671 [ 3 ] {} HTTP-Session: 9b519055-b922-4a14-9ce2-73610d0c3189 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:55.113739 [ 3 ] {} HTTP-Session: 9b519055-b922-4a14-9ce2-73610d0c3189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:55.113812 [ 3 ] {} HTTP-Session: 9b519055-b922-4a14-9ce2-73610d0c3189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:55.113851 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 45 rows starting from the beginning of the part 2024.04.30 22:24:55.113937 [ 3 ] {} HTTP-Session: 9b519055-b922-4a14-9ce2-73610d0c3189 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:55.114104 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part 2024.04.30 22:24:55.114325 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:55.114366 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 45 rows starting from the beginning of the part 2024.04.30 22:24:55.114456 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:24:55.114600 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 84 rows starting from the beginning of the part 2024.04.30 22:24:55.115321 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:55.116181 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:55.116249 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:55.116998 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.30 22:24:55.117232 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 410 rows, containing 4 columns (4 merged, 0 gathered) in 0.004608856 sec., 88959.16904325066 rows/sec., 7.64 MiB/sec. 2024.04.30 22:24:55.117454 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.04.30 22:24:55.117728 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:55.118066 [ 37 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.04.30 22:24:55.118157 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} executeQuery: Read 40 rows, 3.18 KiB in 0.003978 sec., 10055.304172951232 rows/sec., 799.32 KiB/sec. 2024.04.30 22:24:55.118156 [ 37 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:55.118253 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:55.118414 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:55.118648 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:24:55.118680 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.04.30 22:24:55.118717 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} DynamicQueryHandler: Done processing query 2024.04.30 22:24:55.118803 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:24:55.118887 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.04.30 22:24:55.118901 [ 3 ] {} HTTP-Session: 9b519055-b922-4a14-9ce2-73610d0c3189 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:55.119006 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:24:55.119040 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 92 rows starting from the beginning of the part 2024.04.30 22:24:55.119182 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:55.119239 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:24:55.119338 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:55.119432 [ 3 ] {} HTTP-Session: 6f1aebcf-c814-4a04-bb67-c4bee76b959c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:55.119512 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:55.119510 [ 3 ] {} HTTP-Session: 6f1aebcf-c814-4a04-bb67-c4bee76b959c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:55.119588 [ 3 ] {} HTTP-Session: 6f1aebcf-c814-4a04-bb67-c4bee76b959c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:55.119730 [ 3 ] {} HTTP-Session: 6f1aebcf-c814-4a04-bb67-c4bee76b959c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:55.119781 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:24:55.120040 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 15 rows starting from the beginning of the part 2024.04.30 22:24:55.120108 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:55.120334 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part 2024.04.30 22:24:55.120333 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:24:55.121142 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:55.121990 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:55.122063 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:55.123022 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 4 columns (4 merged, 0 gathered) in 0.004606397 sec., 42115.345247055346 rows/sec., 3.30 MiB/sec. 2024.04.30 22:24:55.123140 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.30 22:24:55.123219 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.04.30 22:24:55.124128 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:55.124141 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:55.124285 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.04.30 22:24:55.124541 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:24:55.124544 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} executeQuery: Read 36 rows, 2.60 KiB in 0.004604 sec., 7819.287576020852 rows/sec., 565.07 KiB/sec. 2024.04.30 22:24:55.124837 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} DynamicQueryHandler: Done processing query 2024.04.30 22:24:55.124862 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:24:55.124878 [ 3 ] {} HTTP-Session: 6f1aebcf-c814-4a04-bb67-c4bee76b959c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:55.125023 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:24:55.125073 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:24:55.125092 [ 3 ] {} HTTP-Session: 816016d4-2940-42f9-8134-9486c0a7c555 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:24:55.125108 [ 3 ] {} HTTP-Session: 816016d4-2940-42f9-8134-9486c0a7c555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:55.125122 [ 3 ] {} HTTP-Session: 816016d4-2940-42f9-8134-9486c0a7c555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:24:55.125153 [ 3 ] {} HTTP-Session: 816016d4-2940-42f9-8134-9486c0a7c555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:24:55.125357 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:24:55.125405 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:24:55.125570 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:24:55.125963 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:24:55.125998 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:24:55.126439 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.30 22:24:55.126783 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:24:55.126947 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} executeQuery: Read 16 rows, 22.11 KiB in 0.001702 sec., 9400.705052878966 rows/sec., 12.69 MiB/sec. 2024.04.30 22:24:55.127124 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} DynamicQueryHandler: Done processing query 2024.04.30 22:24:55.127151 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:24:55.127167 [ 3 ] {} HTTP-Session: 816016d4-2940-42f9-8134-9486c0a7c555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:00.103840 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:00.103985 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:00.104020 [ 3 ] {} HTTP-Session: e8447a9e-6dc7-433d-9230-e38a0b480758 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:00.104048 [ 3 ] {} HTTP-Session: e8447a9e-6dc7-433d-9230-e38a0b480758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:00.104066 [ 3 ] {} HTTP-Session: e8447a9e-6dc7-433d-9230-e38a0b480758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:00.104125 [ 3 ] {} HTTP-Session: e8447a9e-6dc7-433d-9230-e38a0b480758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:00.104336 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:00.104415 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:25:00.104637 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:00.105069 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:00.105116 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:25:00.105491 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.30 22:25:00.105839 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:00.106010 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} executeQuery: Read 15 rows, 1.22 KiB in 0.001737 sec., 8635.578583765113 rows/sec., 699.95 KiB/sec. 2024.04.30 22:25:00.106217 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} DynamicQueryHandler: Done processing query 2024.04.30 22:25:00.106245 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:00.106263 [ 3 ] {} HTTP-Session: e8447a9e-6dc7-433d-9230-e38a0b480758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:00.106385 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:00.106441 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:00.106462 [ 3 ] {} HTTP-Session: 34603bbf-47f4-4c3e-95f2-c96413f80322 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:00.106481 [ 3 ] {} HTTP-Session: 34603bbf-47f4-4c3e-95f2-c96413f80322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:00.106495 [ 3 ] {} HTTP-Session: 34603bbf-47f4-4c3e-95f2-c96413f80322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:00.106532 [ 3 ] {} HTTP-Session: 34603bbf-47f4-4c3e-95f2-c96413f80322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:00.106652 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:00.106701 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:25:00.106840 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:00.107155 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:00.107193 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:25:00.107503 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.30 22:25:00.107820 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:00.107973 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} executeQuery: Read 45 rows, 4.01 KiB in 0.001357 sec., 33161.38540899042 rows/sec., 2.89 MiB/sec. 2024.04.30 22:25:00.108293 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} DynamicQueryHandler: Done processing query 2024.04.30 22:25:00.108319 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:25:00.108336 [ 3 ] {} HTTP-Session: 34603bbf-47f4-4c3e-95f2-c96413f80322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:00.108451 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:00.108502 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:00.108522 [ 3 ] {} HTTP-Session: 5ac3e89f-9052-4601-936c-e2ae386c9f0a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:00.108540 [ 3 ] {} HTTP-Session: 5ac3e89f-9052-4601-936c-e2ae386c9f0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:00.108554 [ 3 ] {} HTTP-Session: 5ac3e89f-9052-4601-936c-e2ae386c9f0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:00.108588 [ 3 ] {} HTTP-Session: 5ac3e89f-9052-4601-936c-e2ae386c9f0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:00.108692 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:00.108738 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:25:00.108887 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:00.109172 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:00.109208 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:25:00.109510 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.30 22:25:00.109852 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:00.110008 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} executeQuery: Read 15 rows, 1.20 KiB in 0.001339 sec., 11202.389843166542 rows/sec., 897.07 KiB/sec. 2024.04.30 22:25:00.110171 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} DynamicQueryHandler: Done processing query 2024.04.30 22:25:00.110196 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:00.110212 [ 3 ] {} HTTP-Session: 5ac3e89f-9052-4601-936c-e2ae386c9f0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:00.110381 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:00.110431 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:00.110451 [ 3 ] {} HTTP-Session: 297bf731-e5fe-4011-8fb7-75eaa578f05b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:00.110468 [ 3 ] {} HTTP-Session: 297bf731-e5fe-4011-8fb7-75eaa578f05b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:00.110481 [ 3 ] {} HTTP-Session: 297bf731-e5fe-4011-8fb7-75eaa578f05b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:00.110513 [ 3 ] {} HTTP-Session: 297bf731-e5fe-4011-8fb7-75eaa578f05b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:00.110686 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:00.110736 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:25:00.110898 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:00.111262 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:00.111302 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:25:00.111725 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.30 22:25:00.112069 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:00.112231 [ 34 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.04.30 22:25:00.112234 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} executeQuery: Read 15 rows, 20.73 KiB in 0.001642 sec., 9135.200974421437 rows/sec., 12.33 MiB/sec. 2024.04.30 22:25:00.112305 [ 34 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:00.112373 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2024.04.30 22:25:00.112560 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:25:00.112622 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} DynamicQueryHandler: Done processing query 2024.04.30 22:25:00.112673 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:25:00.112714 [ 3 ] {} HTTP-Session: 297bf731-e5fe-4011-8fb7-75eaa578f05b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:00.112834 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:25:00.112881 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:25:00.112970 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:00.113279 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part 2024.04.30 22:25:00.113423 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:00.113611 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part 2024.04.30 22:25:00.113776 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:00.115475 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 245 rows, containing 6 columns (6 merged, 0 gathered) in 0.003004676 sec., 81539.57365120233 rows/sec., 110.03 MiB/sec. 2024.04.30 22:25:00.115711 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.04.30 22:25:00.116128 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:00.116208 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.04.30 22:25:00.116292 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. 2024.04.30 22:25:05.103668 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:05.103809 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:05.103853 [ 3 ] {} HTTP-Session: 7c5c183a-981b-4df0-89cd-40c9ef233938 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:05.103891 [ 3 ] {} HTTP-Session: 7c5c183a-981b-4df0-89cd-40c9ef233938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.103918 [ 3 ] {} HTTP-Session: 7c5c183a-981b-4df0-89cd-40c9ef233938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.103991 [ 3 ] {} HTTP-Session: 7c5c183a-981b-4df0-89cd-40c9ef233938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:05.104261 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:05.104359 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:25:05.104652 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:05.105086 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:05.105128 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:05.105487 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.30 22:25:05.105817 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:05.105957 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} executeQuery: Read 16 rows, 1.30 KiB in 0.001783 sec., 8973.6399326977 rows/sec., 727.36 KiB/sec. 2024.04.30 22:25:05.106170 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} DynamicQueryHandler: Done processing query 2024.04.30 22:25:05.106200 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:05.106216 [ 3 ] {} HTTP-Session: 7c5c183a-981b-4df0-89cd-40c9ef233938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.106344 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:05.106398 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:05.106417 [ 3 ] {} HTTP-Session: ddce64b5-ff32-407f-96a4-4299ffeaf59a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:05.106436 [ 3 ] {} HTTP-Session: ddce64b5-ff32-407f-96a4-4299ffeaf59a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.106449 [ 3 ] {} HTTP-Session: ddce64b5-ff32-407f-96a4-4299ffeaf59a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.106484 [ 3 ] {} HTTP-Session: ddce64b5-ff32-407f-96a4-4299ffeaf59a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:05.106585 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:05.106631 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:25:05.106756 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:05.107009 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:05.107044 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:05.107338 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.30 22:25:05.107645 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:05.107763 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} executeQuery: Read 4 rows, 334.00 B in 0.001208 sec., 3311.258278145695 rows/sec., 270.01 KiB/sec. 2024.04.30 22:25:05.108056 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} DynamicQueryHandler: Done processing query 2024.04.30 22:25:05.108083 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:05.108099 [ 3 ] {} HTTP-Session: ddce64b5-ff32-407f-96a4-4299ffeaf59a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.108263 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:05.108312 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:05.108331 [ 3 ] {} HTTP-Session: 140d5745-7777-47d5-94c7-35605e3db53b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:05.108347 [ 3 ] {} HTTP-Session: 140d5745-7777-47d5-94c7-35605e3db53b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.108360 [ 3 ] {} HTTP-Session: 140d5745-7777-47d5-94c7-35605e3db53b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.108393 [ 3 ] {} HTTP-Session: 140d5745-7777-47d5-94c7-35605e3db53b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:05.108507 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:05.108551 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:25:05.108691 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:05.108960 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:05.108995 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:05.109293 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.04.30 22:25:05.109587 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:05.109712 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} executeQuery: Read 50 rows, 4.54 KiB in 0.001244 sec., 40192.92604501607 rows/sec., 3.56 MiB/sec. 2024.04.30 22:25:05.109871 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} DynamicQueryHandler: Done processing query 2024.04.30 22:25:05.109896 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:25:05.109912 [ 3 ] {} HTTP-Session: 140d5745-7777-47d5-94c7-35605e3db53b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.110031 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:05.110077 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:05.110096 [ 3 ] {} HTTP-Session: 34a0bd67-03ca-4caa-a184-2ecdbb05d3e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:05.110112 [ 3 ] {} HTTP-Session: 34a0bd67-03ca-4caa-a184-2ecdbb05d3e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.110126 [ 3 ] {} HTTP-Session: 34a0bd67-03ca-4caa-a184-2ecdbb05d3e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.110156 [ 3 ] {} HTTP-Session: 34a0bd67-03ca-4caa-a184-2ecdbb05d3e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:05.110249 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:05.110291 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:25:05.110410 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:05.110674 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:05.110708 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:05.110995 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.30 22:25:05.111286 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:05.111405 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} executeQuery: Read 4 rows, 286.00 B in 0.00118 sec., 3389.830508474576 rows/sec., 236.69 KiB/sec. 2024.04.30 22:25:05.111607 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} DynamicQueryHandler: Done processing query 2024.04.30 22:25:05.111645 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:05.111663 [ 3 ] {} HTTP-Session: 34a0bd67-03ca-4caa-a184-2ecdbb05d3e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.111796 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 3449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:05.111850 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:05.111870 [ 3 ] {} HTTP-Session: 07aa8037-217a-4e6f-baf3-48f03090d2f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:05.111887 [ 3 ] {} HTTP-Session: 07aa8037-217a-4e6f-baf3-48f03090d2f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.111901 [ 3 ] {} HTTP-Session: 07aa8037-217a-4e6f-baf3-48f03090d2f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.111932 [ 3 ] {} HTTP-Session: 07aa8037-217a-4e6f-baf3-48f03090d2f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:05.112044 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:05.112086 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:25:05.112211 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:05.112472 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:05.112509 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:05.112821 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.04.30 22:25:05.113136 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:05.113277 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} executeQuery: Read 20 rows, 1.61 KiB in 0.001262 sec., 15847.860538827257 rows/sec., 1.24 MiB/sec. 2024.04.30 22:25:05.113423 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} DynamicQueryHandler: Done processing query 2024.04.30 22:25:05.113450 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:25:05.113466 [ 3 ] {} HTTP-Session: 07aa8037-217a-4e6f-baf3-48f03090d2f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.113569 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:05.113618 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:05.113637 [ 3 ] {} HTTP-Session: 1fb79cb4-e8f7-4663-8777-a819c6eda052 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:05.113655 [ 3 ] {} HTTP-Session: 1fb79cb4-e8f7-4663-8777-a819c6eda052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.113668 [ 3 ] {} HTTP-Session: 1fb79cb4-e8f7-4663-8777-a819c6eda052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.113699 [ 3 ] {} HTTP-Session: 1fb79cb4-e8f7-4663-8777-a819c6eda052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:05.113795 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:05.113841 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:25:05.113984 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:05.114221 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:05.114257 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:05.114625 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.30 22:25:05.114965 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:05.115100 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} executeQuery: Read 2 rows, 144.00 B in 0.001326 sec., 1508.2956259426849 rows/sec., 106.05 KiB/sec. 2024.04.30 22:25:05.115383 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} DynamicQueryHandler: Done processing query 2024.04.30 22:25:05.115419 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.30 22:25:05.115437 [ 3 ] {} HTTP-Session: 1fb79cb4-e8f7-4663-8777-a819c6eda052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.115583 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:05.115638 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:05.115659 [ 3 ] {} HTTP-Session: a81422a1-601e-4a6a-91c3-84887d5fb664 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:05.115676 [ 3 ] {} HTTP-Session: a81422a1-601e-4a6a-91c3-84887d5fb664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.115691 [ 3 ] {} HTTP-Session: a81422a1-601e-4a6a-91c3-84887d5fb664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:05.115723 [ 3 ] {} HTTP-Session: a81422a1-601e-4a6a-91c3-84887d5fb664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:05.115904 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:05.115952 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:25:05.116133 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:05.116471 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:05.116508 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:05.116907 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.30 22:25:05.117273 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:05.117404 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} executeQuery: Read 16 rows, 22.11 KiB in 0.001605 sec., 9968.84735202492 rows/sec., 13.45 MiB/sec. 2024.04.30 22:25:05.117556 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} DynamicQueryHandler: Done processing query 2024.04.30 22:25:05.117581 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:25:05.117597 [ 3 ] {} HTTP-Session: a81422a1-601e-4a6a-91c3-84887d5fb664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:08.773929 [ 26 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:25:08.774002 [ 26 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:25:10.103604 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:10.103731 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:10.103761 [ 3 ] {} HTTP-Session: cc700ee5-791d-46b0-a3d9-0daeaa47ea3e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:10.103794 [ 3 ] {} HTTP-Session: cc700ee5-791d-46b0-a3d9-0daeaa47ea3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.103812 [ 3 ] {} HTTP-Session: cc700ee5-791d-46b0-a3d9-0daeaa47ea3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.103869 [ 3 ] {} HTTP-Session: cc700ee5-791d-46b0-a3d9-0daeaa47ea3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:10.104081 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:10.104157 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:25:10.104375 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:10.104780 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:10.104834 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:10.105210 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.04.30 22:25:10.105547 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:10.105709 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} executeQuery: Read 15 rows, 1.22 KiB in 0.001693 sec., 8860.011813349083 rows/sec., 718.15 KiB/sec. 2024.04.30 22:25:10.106040 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} DynamicQueryHandler: Done processing query 2024.04.30 22:25:10.106071 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:10.106088 [ 3 ] {} HTTP-Session: cc700ee5-791d-46b0-a3d9-0daeaa47ea3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.106217 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:10.106272 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:10.106292 [ 3 ] {} HTTP-Session: ee932bf5-ddf0-4b9b-8777-88acc0ec2cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:10.106310 [ 3 ] {} HTTP-Session: ee932bf5-ddf0-4b9b-8777-88acc0ec2cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.106324 [ 3 ] {} HTTP-Session: ee932bf5-ddf0-4b9b-8777-88acc0ec2cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.106360 [ 3 ] {} HTTP-Session: ee932bf5-ddf0-4b9b-8777-88acc0ec2cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:10.106471 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:10.106519 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:25:10.106666 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:10.106932 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:10.106970 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:10.107284 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.30 22:25:10.107596 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:10.107746 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} executeQuery: Read 14 rows, 1.18 KiB in 0.001303 sec., 10744.435917114351 rows/sec., 907.61 KiB/sec. 2024.04.30 22:25:10.107904 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} DynamicQueryHandler: Done processing query 2024.04.30 22:25:10.107928 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:10.107944 [ 3 ] {} HTTP-Session: ee932bf5-ddf0-4b9b-8777-88acc0ec2cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.108131 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 8238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:10.108179 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:10.108197 [ 3 ] {} HTTP-Session: 7e994b5f-8900-4e54-98a7-c482214c7066 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:10.108213 [ 3 ] {} HTTP-Session: 7e994b5f-8900-4e54-98a7-c482214c7066 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.108227 [ 3 ] {} HTTP-Session: 7e994b5f-8900-4e54-98a7-c482214c7066 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.108258 [ 3 ] {} HTTP-Session: 7e994b5f-8900-4e54-98a7-c482214c7066 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:10.108370 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:10.108413 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:25:10.108535 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:10.108813 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:10.108850 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:10.109178 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.04.30 22:25:10.109479 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:10.109626 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} executeQuery: Read 55 rows, 4.86 KiB in 0.001294 sec., 42503.86398763524 rows/sec., 3.66 MiB/sec. 2024.04.30 22:25:10.109777 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} DynamicQueryHandler: Done processing query 2024.04.30 22:25:10.109802 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.30 22:25:10.109818 [ 3 ] {} HTTP-Session: 7e994b5f-8900-4e54-98a7-c482214c7066 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.109979 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:10.110026 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:10.110045 [ 3 ] {} HTTP-Session: eb7c7565-c30e-4912-bda3-449c95958da4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:10.110062 [ 3 ] {} HTTP-Session: eb7c7565-c30e-4912-bda3-449c95958da4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.110075 [ 3 ] {} HTTP-Session: eb7c7565-c30e-4912-bda3-449c95958da4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.110105 [ 3 ] {} HTTP-Session: eb7c7565-c30e-4912-bda3-449c95958da4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:10.110202 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:10.110244 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:25:10.110368 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:10.110608 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:10.110644 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:10.110948 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.30 22:25:10.111257 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:10.111408 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} executeQuery: Read 14 rows, 1.02 KiB in 0.001234 sec., 11345.218800648297 rows/sec., 825.41 KiB/sec. 2024.04.30 22:25:10.111558 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} DynamicQueryHandler: Done processing query 2024.04.30 22:25:10.111582 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:10.111597 [ 3 ] {} HTTP-Session: eb7c7565-c30e-4912-bda3-449c95958da4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.111713 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 5031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:10.111761 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:10.111779 [ 3 ] {} HTTP-Session: a3e9e83f-741e-4c50-841e-b02c603b7249 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:10.111796 [ 3 ] {} HTTP-Session: a3e9e83f-741e-4c50-841e-b02c603b7249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.111810 [ 3 ] {} HTTP-Session: a3e9e83f-741e-4c50-841e-b02c603b7249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.111840 [ 3 ] {} HTTP-Session: a3e9e83f-741e-4c50-841e-b02c603b7249 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:10.111940 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:10.111981 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:25:10.112104 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:10.112455 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:10.112491 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:10.112792 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.04.30 22:25:10.113091 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:10.113240 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} executeQuery: Read 29 rows, 2.38 KiB in 0.001326 sec., 21870.28657616893 rows/sec., 1.76 MiB/sec. 2024.04.30 22:25:10.113402 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} DynamicQueryHandler: Done processing query 2024.04.30 22:25:10.113426 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:25:10.113442 [ 3 ] {} HTTP-Session: a3e9e83f-741e-4c50-841e-b02c603b7249 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.113586 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 1423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:10.113633 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:10.113651 [ 3 ] {} HTTP-Session: 6fd45b25-fc84-4c7d-b219-acff32d4a51f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:10.113668 [ 3 ] {} HTTP-Session: 6fd45b25-fc84-4c7d-b219-acff32d4a51f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.113681 [ 3 ] {} HTTP-Session: 6fd45b25-fc84-4c7d-b219-acff32d4a51f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.113712 [ 3 ] {} HTTP-Session: 6fd45b25-fc84-4c7d-b219-acff32d4a51f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:10.113810 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:10.113855 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:25:10.114003 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:10.114272 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:10.114308 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:10.114687 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.30 22:25:10.115026 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:10.115178 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} executeQuery: Read 7 rows, 525.00 B in 0.001388 sec., 5043.227665706052 rows/sec., 369.38 KiB/sec. 2024.04.30 22:25:10.115178 [ 25 ] {} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.04.30 22:25:10.115310 [ 25 ] {} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:10.115354 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:10.115436 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} DynamicQueryHandler: Done processing query 2024.04.30 22:25:10.115473 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:10.115504 [ 3 ] {} HTTP-Session: 6fd45b25-fc84-4c7d-b219-acff32d4a51f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.115552 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::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.04.30 22:25:10.115688 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:10.115717 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:25:10.115749 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:10.115773 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 288 rows starting from the beginning of the part 2024.04.30 22:25:10.115778 [ 3 ] {} HTTP-Session: b2149ec1-1aca-46ff-85c9-013bdf4abbf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:10.115808 [ 3 ] {} HTTP-Session: b2149ec1-1aca-46ff-85c9-013bdf4abbf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.115822 [ 3 ] {} HTTP-Session: b2149ec1-1aca-46ff-85c9-013bdf4abbf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.115866 [ 3 ] {} HTTP-Session: b2149ec1-1aca-46ff-85c9-013bdf4abbf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:10.115896 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 7 rows starting from the beginning of the part 2024.04.30 22:25:10.116202 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 37 rows starting from the beginning of the part 2024.04.30 22:25:10.116273 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:10.116578 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:25:10.116617 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2024.04.30 22:25:10.116870 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2024.04.30 22:25:10.117200 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 7 rows starting from the beginning of the part 2024.04.30 22:25:10.117618 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:10.118145 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:10.118189 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:10.118858 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.04.30 22:25:10.118948 [ 186 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 377 rows, containing 5 columns (5 merged, 0 gathered) in 0.003479038 sec., 108363.28893217034 rows/sec., 7.65 MiB/sec. 2024.04.30 22:25:10.119308 [ 186 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.04.30 22:25:10.119497 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:10.119950 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} executeQuery: Read 15 rows, 20.73 KiB in 0.00391 sec., 3836.3171355498716 rows/sec., 5.18 MiB/sec. 2024.04.30 22:25:10.120352 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} DynamicQueryHandler: Done processing query 2024.04.30 22:25:10.120401 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:25:10.120411 [ 186 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:10.120427 [ 3 ] {} HTTP-Session: b2149ec1-1aca-46ff-85c9-013bdf4abbf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:10.120551 [ 186 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.04.30 22:25:10.120656 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.04.30 22:25:15.102924 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:15.103072 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:15.103104 [ 3 ] {} HTTP-Session: 340e8cbc-d739-4cf9-9234-43f1f6e23496 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:15.103132 [ 3 ] {} HTTP-Session: 340e8cbc-d739-4cf9-9234-43f1f6e23496 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:15.103150 [ 3 ] {} HTTP-Session: 340e8cbc-d739-4cf9-9234-43f1f6e23496 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:15.103207 [ 3 ] {} HTTP-Session: 340e8cbc-d739-4cf9-9234-43f1f6e23496 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:15.103421 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:15.103497 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:25:15.103715 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:15.104145 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:15.104190 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:15.104569 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.04.30 22:25:15.104939 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:15.105088 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} executeQuery: Read 16 rows, 1.30 KiB in 0.001732 sec., 9237.875288683603 rows/sec., 748.77 KiB/sec. 2024.04.30 22:25:15.105386 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} DynamicQueryHandler: Done processing query 2024.04.30 22:25:15.105415 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:15.105432 [ 3 ] {} HTTP-Session: 340e8cbc-d739-4cf9-9234-43f1f6e23496 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:15.105574 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:15.105711 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:15.105732 [ 3 ] {} HTTP-Session: f1cb773b-18fa-4126-b926-8e58488aa3ab Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:15.105751 [ 3 ] {} HTTP-Session: f1cb773b-18fa-4126-b926-8e58488aa3ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:15.105766 [ 3 ] {} HTTP-Session: f1cb773b-18fa-4126-b926-8e58488aa3ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:15.105804 [ 3 ] {} HTTP-Session: f1cb773b-18fa-4126-b926-8e58488aa3ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:15.105925 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:15.105974 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:25:15.106124 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:15.106466 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:15.106503 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:15.106901 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.04.30 22:25:15.107217 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:15.107347 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} executeQuery: Read 48 rows, 4.39 KiB in 0.001463 sec., 32809.2959671907 rows/sec., 2.93 MiB/sec. 2024.04.30 22:25:15.107514 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} DynamicQueryHandler: Done processing query 2024.04.30 22:25:15.107539 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:25:15.107554 [ 3 ] {} HTTP-Session: f1cb773b-18fa-4126-b926-8e58488aa3ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:15.107691 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:15.107741 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:15.107761 [ 3 ] {} HTTP-Session: 4ef6a703-8689-42fd-a6ab-746faee77636 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:15.107778 [ 3 ] {} HTTP-Session: 4ef6a703-8689-42fd-a6ab-746faee77636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:15.107792 [ 3 ] {} HTTP-Session: 4ef6a703-8689-42fd-a6ab-746faee77636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:15.107825 [ 3 ] {} HTTP-Session: 4ef6a703-8689-42fd-a6ab-746faee77636 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:15.107932 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:15.107977 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:25:15.108101 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:15.108371 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:15.108407 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:15.108709 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.04.30 22:25:15.109012 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:15.109137 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} executeQuery: Read 16 rows, 1.28 KiB in 0.001239 sec., 12913.6400322841 rows/sec., 1.01 MiB/sec. 2024.04.30 22:25:15.109406 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} DynamicQueryHandler: Done processing query 2024.04.30 22:25:15.109448 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:15.109464 [ 3 ] {} HTTP-Session: 4ef6a703-8689-42fd-a6ab-746faee77636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:15.109619 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:15.109670 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:15.109689 [ 3 ] {} HTTP-Session: 7fb0a0da-f42b-4d09-b3d6-b96de59d2b71 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:15.109705 [ 3 ] {} HTTP-Session: 7fb0a0da-f42b-4d09-b3d6-b96de59d2b71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:15.109718 [ 3 ] {} HTTP-Session: 7fb0a0da-f42b-4d09-b3d6-b96de59d2b71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:15.109748 [ 3 ] {} HTTP-Session: 7fb0a0da-f42b-4d09-b3d6-b96de59d2b71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:15.109927 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:15.109976 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:25:15.110149 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:15.110521 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:15.110557 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:15.110975 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.04.30 22:25:15.111336 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:15.111464 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} executeQuery: Read 16 rows, 22.11 KiB in 0.001636 sec., 9779.951100244498 rows/sec., 13.20 MiB/sec. 2024.04.30 22:25:15.111629 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} DynamicQueryHandler: Done processing query 2024.04.30 22:25:15.111655 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:25:15.111671 [ 3 ] {} HTTP-Session: 7fb0a0da-f42b-4d09-b3d6-b96de59d2b71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:20.103088 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:20.103282 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:20.103329 [ 3 ] {} HTTP-Session: fba13077-38a9-476a-b21e-9ace0d3ea881 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:20.103371 [ 3 ] {} HTTP-Session: fba13077-38a9-476a-b21e-9ace0d3ea881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:20.103399 [ 3 ] {} HTTP-Session: fba13077-38a9-476a-b21e-9ace0d3ea881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:20.103482 [ 3 ] {} HTTP-Session: fba13077-38a9-476a-b21e-9ace0d3ea881 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:20.103781 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:20.103890 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:25:20.104093 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:20.104534 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:20.104580 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:20.104958 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.04.30 22:25:20.105305 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:20.105476 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} executeQuery: Read 15 rows, 1.22 KiB in 0.001783 sec., 8412.787436904095 rows/sec., 681.90 KiB/sec. 2024.04.30 22:25:20.105487 [ 103 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2024.04.30 22:25:20.105586 [ 103 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:20.105643 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:20.105800 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} DynamicQueryHandler: Done processing query 2024.04.30 22:25:20.105886 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2024.04.30 22:25:20.105896 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:20.106007 [ 3 ] {} HTTP-Session: fba13077-38a9-476a-b21e-9ace0d3ea881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:20.106161 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:25:20.106214 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 31 rows starting from the beginning of the part 2024.04.30 22:25:20.106224 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:20.106348 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:20.106436 [ 3 ] {} HTTP-Session: 444f839c-0414-44a8-9038-078a25fd6831 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:20.106508 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:20.106525 [ 3 ] {} HTTP-Session: 444f839c-0414-44a8-9038-078a25fd6831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:20.106588 [ 3 ] {} HTTP-Session: 444f839c-0414-44a8-9038-078a25fd6831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:20.106711 [ 3 ] {} HTTP-Session: 444f839c-0414-44a8-9038-078a25fd6831 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:20.106822 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part 2024.04.30 22:25:20.107097 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:20.107101 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:20.107205 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:25:20.107421 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part 2024.04.30 22:25:20.107734 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:20.108325 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:20.109149 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:20.109236 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:20.110105 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.04.30 22:25:20.110641 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.004907343 sec., 22007.836012277927 rows/sec., 1.74 MiB/sec. 2024.04.30 22:25:20.110851 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2024.04.30 22:25:20.111015 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:20.111379 [ 121 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.04.30 22:25:20.111496 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} executeQuery: Read 45 rows, 4.01 KiB in 0.004526 sec., 9942.554131683606 rows/sec., 886.80 KiB/sec. 2024.04.30 22:25:20.111511 [ 121 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:20.111614 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:20.112082 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:20.112191 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:25:20.112206 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} DynamicQueryHandler: Done processing query 2024.04.30 22:25:20.112350 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:25:20.112486 [ 3 ] {} HTTP-Session: 444f839c-0414-44a8-9038-078a25fd6831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:20.112567 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2024.04.30 22:25:20.112935 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:25:20.112942 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:20.113037 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:25:20.113089 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:20.113091 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 140 rows starting from the beginning of the part 2024.04.30 22:25:20.113114 [ 3 ] {} HTTP-Session: 4404a809-fced-4895-892e-1b66a6e9c999 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:20.113137 [ 3 ] {} HTTP-Session: 4404a809-fced-4895-892e-1b66a6e9c999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:20.113180 [ 3 ] {} HTTP-Session: 4404a809-fced-4895-892e-1b66a6e9c999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:20.113222 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 45 rows starting from the beginning of the part 2024.04.30 22:25:20.113265 [ 3 ] {} HTTP-Session: 4404a809-fced-4895-892e-1b66a6e9c999 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:20.113354 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 50 rows starting from the beginning of the part 2024.04.30 22:25:20.113508 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 55 rows starting from the beginning of the part 2024.04.30 22:25:20.113515 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:20.113606 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:25:20.113619 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part 2024.04.30 22:25:20.114042 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 45 rows starting from the beginning of the part 2024.04.30 22:25:20.114487 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:20.115058 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:20.115109 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:20.115587 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.04.30 22:25:20.115739 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 383 rows, containing 4 columns (4 merged, 0 gathered) in 0.00392932 sec., 97472.33618030601 rows/sec., 8.43 MiB/sec. 2024.04.30 22:25:20.116103 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.04.30 22:25:20.116118 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:20.116423 [ 121 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.04.30 22:25:20.116490 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} executeQuery: Read 15 rows, 1.20 KiB in 0.003064 sec., 4895.5613577023505 rows/sec., 392.03 KiB/sec. 2024.04.30 22:25:20.116519 [ 121 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:20.116622 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:20.117175 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:25:20.117291 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} DynamicQueryHandler: Done processing query 2024.04.30 22:25:20.117334 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:20.117398 [ 3 ] {} HTTP-Session: 4404a809-fced-4895-892e-1b66a6e9c999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:20.117525 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:25:20.117572 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 92 rows starting from the beginning of the part 2024.04.30 22:25:20.117643 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:20.117693 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:20.117888 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:20.117936 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:20.118067 [ 3 ] {} HTTP-Session: 74074c8d-4a52-48a3-b8b5-793c91ea16f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:20.118169 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.04.30 22:25:20.118191 [ 3 ] {} HTTP-Session: 74074c8d-4a52-48a3-b8b5-793c91ea16f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:20.118278 [ 3 ] {} HTTP-Session: 74074c8d-4a52-48a3-b8b5-793c91ea16f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:20.118346 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part 2024.04.30 22:25:20.118492 [ 3 ] {} HTTP-Session: 74074c8d-4a52-48a3-b8b5-793c91ea16f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:20.118716 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.04.30 22:25:20.118827 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 29 rows starting from the beginning of the part 2024.04.30 22:25:20.119065 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:25:20.119101 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:20.119324 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:25:20.119344 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:20.120096 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:20.120765 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:20.120812 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:20.121157 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 4 columns (4 merged, 0 gathered) in 0.004377771 sec., 42715.80217421149 rows/sec., 3.37 MiB/sec. 2024.04.30 22:25:20.121408 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.04.30 22:25:20.121469 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.04.30 22:25:20.122643 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:20.122681 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:20.122822 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.04.30 22:25:20.123006 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} executeQuery: Read 15 rows, 20.73 KiB in 0.00417 sec., 3597.122302158273 rows/sec., 4.85 MiB/sec. 2024.04.30 22:25:20.123038 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.04.30 22:25:20.123292 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} DynamicQueryHandler: Done processing query 2024.04.30 22:25:20.123323 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:25:20.123339 [ 3 ] {} HTTP-Session: 74074c8d-4a52-48a3-b8b5-793c91ea16f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:23.774059 [ 142 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:25:23.774136 [ 142 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:25:25.103872 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:25.104046 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:25.104090 [ 3 ] {} HTTP-Session: bd10a4d5-2e1e-4d11-94e9-43b405ffe6d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:25.104132 [ 3 ] {} HTTP-Session: bd10a4d5-2e1e-4d11-94e9-43b405ffe6d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.104160 [ 3 ] {} HTTP-Session: bd10a4d5-2e1e-4d11-94e9-43b405ffe6d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.104244 [ 3 ] {} HTTP-Session: bd10a4d5-2e1e-4d11-94e9-43b405ffe6d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:25.104543 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:25.104651 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:25:25.104961 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:25.105388 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:25.105432 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:25.105804 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.04.30 22:25:25.106149 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:25.106323 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} executeQuery: Read 16 rows, 1.30 KiB in 0.001873 sec., 8542.445274959957 rows/sec., 692.41 KiB/sec. 2024.04.30 22:25:25.106528 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} DynamicQueryHandler: Done processing query 2024.04.30 22:25:25.106555 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:25.106571 [ 3 ] {} HTTP-Session: bd10a4d5-2e1e-4d11-94e9-43b405ffe6d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.106696 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:25.106749 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:25.106768 [ 3 ] {} HTTP-Session: 40e9ac31-7208-4881-ad0a-f49a2863668e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:25.106786 [ 3 ] {} HTTP-Session: 40e9ac31-7208-4881-ad0a-f49a2863668e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.106800 [ 3 ] {} HTTP-Session: 40e9ac31-7208-4881-ad0a-f49a2863668e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.106835 [ 3 ] {} HTTP-Session: 40e9ac31-7208-4881-ad0a-f49a2863668e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:25.106936 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:25.106980 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:25:25.107113 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:25.107415 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:25.107452 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:25.107755 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.30 22:25:25.108095 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:25.108268 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} executeQuery: Read 2 rows, 167.00 B in 0.001342 sec., 1490.3129657228017 rows/sec., 121.52 KiB/sec. 2024.04.30 22:25:25.108570 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} DynamicQueryHandler: Done processing query 2024.04.30 22:25:25.108595 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:25.108611 [ 3 ] {} HTTP-Session: 40e9ac31-7208-4881-ad0a-f49a2863668e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.108744 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:25.108794 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:25.108814 [ 3 ] {} HTTP-Session: ec4dd4a1-f709-45bc-bb10-885688de45e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:25.108830 [ 3 ] {} HTTP-Session: ec4dd4a1-f709-45bc-bb10-885688de45e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.108844 [ 3 ] {} HTTP-Session: ec4dd4a1-f709-45bc-bb10-885688de45e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.108877 [ 3 ] {} HTTP-Session: ec4dd4a1-f709-45bc-bb10-885688de45e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:25.108999 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:25.109043 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:25:25.109188 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:25.109520 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:25.109556 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:25.109872 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.04.30 22:25:25.110186 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:25.110342 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} executeQuery: Read 85 rows, 7.23 KiB in 0.001388 sec., 61239.19308357349 rows/sec., 5.09 MiB/sec. 2024.04.30 22:25:25.110520 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} DynamicQueryHandler: Done processing query 2024.04.30 22:25:25.110548 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.30 22:25:25.110564 [ 3 ] {} HTTP-Session: ec4dd4a1-f709-45bc-bb10-885688de45e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.110713 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:25.110761 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:25.110781 [ 3 ] {} HTTP-Session: 5f766550-7f5e-4f5c-86b0-a58210be745f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:25.110797 [ 3 ] {} HTTP-Session: 5f766550-7f5e-4f5c-86b0-a58210be745f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.110811 [ 3 ] {} HTTP-Session: 5f766550-7f5e-4f5c-86b0-a58210be745f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.110843 [ 3 ] {} HTTP-Session: 5f766550-7f5e-4f5c-86b0-a58210be745f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:25.110942 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:25.110985 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:25:25.111117 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:25.111411 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:25.111448 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:25.111757 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.30 22:25:25.112082 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:25.112254 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} executeQuery: Read 2 rows, 143.00 B in 0.001318 sec., 1517.4506828528074 rows/sec., 105.95 KiB/sec. 2024.04.30 22:25:25.112452 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} DynamicQueryHandler: Done processing query 2024.04.30 22:25:25.112477 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:25.112492 [ 3 ] {} HTTP-Session: 5f766550-7f5e-4f5c-86b0-a58210be745f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.112615 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:25.112662 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:25.112681 [ 3 ] {} HTTP-Session: cc9f48b7-a199-437b-9bc7-58a6aa631bc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:25.112697 [ 3 ] {} HTTP-Session: cc9f48b7-a199-437b-9bc7-58a6aa631bc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.112711 [ 3 ] {} HTTP-Session: cc9f48b7-a199-437b-9bc7-58a6aa631bc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.112741 [ 3 ] {} HTTP-Session: cc9f48b7-a199-437b-9bc7-58a6aa631bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:25.112845 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:25.112887 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:25:25.113012 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:25.113306 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:25.113343 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:25.113643 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.04.30 22:25:25.113977 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:25.114113 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} executeQuery: Read 42 rows, 3.34 KiB in 0.001301 sec., 32282.85933897002 rows/sec., 2.51 MiB/sec. 2024.04.30 22:25:25.114291 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} DynamicQueryHandler: Done processing query 2024.04.30 22:25:25.114316 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:25:25.114332 [ 3 ] {} HTTP-Session: cc9f48b7-a199-437b-9bc7-58a6aa631bc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.114474 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:25.114521 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:25.114540 [ 3 ] {} HTTP-Session: 7a88cc30-ac0a-491c-9501-dbebce7c2f6d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:25.114556 [ 3 ] {} HTTP-Session: 7a88cc30-ac0a-491c-9501-dbebce7c2f6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.114570 [ 3 ] {} HTTP-Session: 7a88cc30-ac0a-491c-9501-dbebce7c2f6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.114600 [ 3 ] {} HTTP-Session: 7a88cc30-ac0a-491c-9501-dbebce7c2f6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:25.114705 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:25.114751 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:25:25.114899 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:25.115175 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:25.115212 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:25.115579 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.30 22:25:25.115915 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:25.116077 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} executeQuery: Read 37 rows, 2.67 KiB in 0.001398 sec., 26466.380543633764 rows/sec., 1.87 MiB/sec. 2024.04.30 22:25:25.116232 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} DynamicQueryHandler: Done processing query 2024.04.30 22:25:25.116255 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:25:25.116271 [ 3 ] {} HTTP-Session: 7a88cc30-ac0a-491c-9501-dbebce7c2f6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.116435 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:25.116481 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:25.116501 [ 3 ] {} HTTP-Session: b183ee09-6e5d-43b3-a9c2-ca9a2e7c1f8e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:25.116518 [ 3 ] {} HTTP-Session: b183ee09-6e5d-43b3-a9c2-ca9a2e7c1f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.116532 [ 3 ] {} HTTP-Session: b183ee09-6e5d-43b3-a9c2-ca9a2e7c1f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.116562 [ 3 ] {} HTTP-Session: b183ee09-6e5d-43b3-a9c2-ca9a2e7c1f8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:25.116745 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:25.116792 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:25:25.116976 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:25.117366 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:25.117403 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:25.117801 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.04.30 22:25:25.118141 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:25.118296 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} executeQuery: Read 16 rows, 22.11 KiB in 0.001648 sec., 9708.73786407767 rows/sec., 13.10 MiB/sec. 2024.04.30 22:25:25.118309 [ 129 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.04.30 22:25:25.118422 [ 129 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:25.118463 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:25.118548 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} DynamicQueryHandler: Done processing query 2024.04.30 22:25:25.118612 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:25:25.118644 [ 3 ] {} HTTP-Session: b183ee09-6e5d-43b3-a9c2-ca9a2e7c1f8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:25.118657 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:25:25.118853 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:25:25.118891 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 245 rows starting from the beginning of the part 2024.04.30 22:25:25.118989 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part 2024.04.30 22:25:25.119235 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:25.119392 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part 2024.04.30 22:25:25.119518 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:25.119613 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part 2024.04.30 22:25:25.121698 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 323 rows, containing 6 columns (6 merged, 0 gathered) in 0.00316095 sec., 102184.469858745 rows/sec., 137.89 MiB/sec. 2024.04.30 22:25:25.122131 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.04.30 22:25:25.122711 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:25.122818 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.04.30 22:25:25.122928 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2024.04.30 22:25:30.102550 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:30.102691 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:30.102722 [ 3 ] {} HTTP-Session: 3fcf9784-81c1-478f-b4d5-a6b0fa74c6d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:30.102750 [ 3 ] {} HTTP-Session: 3fcf9784-81c1-478f-b4d5-a6b0fa74c6d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:30.102768 [ 3 ] {} HTTP-Session: 3fcf9784-81c1-478f-b4d5-a6b0fa74c6d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:30.102824 [ 3 ] {} HTTP-Session: 3fcf9784-81c1-478f-b4d5-a6b0fa74c6d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:30.103021 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:30.103090 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:25:30.103281 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:30.103640 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:30.103686 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:30.104082 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.04.30 22:25:30.104418 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:30.104571 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} executeQuery: Read 15 rows, 1.22 KiB in 0.001608 sec., 9328.358208955224 rows/sec., 756.11 KiB/sec. 2024.04.30 22:25:30.104780 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} DynamicQueryHandler: Done processing query 2024.04.30 22:25:30.104807 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:30.104823 [ 3 ] {} HTTP-Session: 3fcf9784-81c1-478f-b4d5-a6b0fa74c6d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:30.104957 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:30.105014 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:30.105034 [ 3 ] {} HTTP-Session: c39607a6-1307-4c21-bd08-fc57313f666f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:30.105052 [ 3 ] {} HTTP-Session: c39607a6-1307-4c21-bd08-fc57313f666f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:30.105066 [ 3 ] {} HTTP-Session: c39607a6-1307-4c21-bd08-fc57313f666f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:30.105102 [ 3 ] {} HTTP-Session: c39607a6-1307-4c21-bd08-fc57313f666f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:30.105217 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:30.105263 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:25:30.105391 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:30.105675 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:30.105712 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:30.106020 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.04.30 22:25:30.106349 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:30.106476 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} executeQuery: Read 45 rows, 4.01 KiB in 0.001297 sec., 34695.45104086353 rows/sec., 3.02 MiB/sec. 2024.04.30 22:25:30.106659 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} DynamicQueryHandler: Done processing query 2024.04.30 22:25:30.106683 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:25:30.106699 [ 3 ] {} HTTP-Session: c39607a6-1307-4c21-bd08-fc57313f666f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:30.106817 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:30.106865 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:30.106885 [ 3 ] {} HTTP-Session: 4ef27f4e-a07f-4855-a6ef-f77120f22e15 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:30.106902 [ 3 ] {} HTTP-Session: 4ef27f4e-a07f-4855-a6ef-f77120f22e15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:30.106915 [ 3 ] {} HTTP-Session: 4ef27f4e-a07f-4855-a6ef-f77120f22e15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:30.106946 [ 3 ] {} HTTP-Session: 4ef27f4e-a07f-4855-a6ef-f77120f22e15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:30.107043 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:30.107086 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:25:30.107216 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:30.107497 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:30.107534 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:30.107831 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.04.30 22:25:30.108138 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:30.108302 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} executeQuery: Read 15 rows, 1.20 KiB in 0.001274 sec., 11773.940345368917 rows/sec., 942.84 KiB/sec. 2024.04.30 22:25:30.108568 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} DynamicQueryHandler: Done processing query 2024.04.30 22:25:30.108599 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:30.108615 [ 3 ] {} HTTP-Session: 4ef27f4e-a07f-4855-a6ef-f77120f22e15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:30.108764 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:30.108811 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:30.108831 [ 3 ] {} HTTP-Session: 634ba1d8-f753-4fab-8ef5-b84d5d7dcd38 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:30.108847 [ 3 ] {} HTTP-Session: 634ba1d8-f753-4fab-8ef5-b84d5d7dcd38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:30.108860 [ 3 ] {} HTTP-Session: 634ba1d8-f753-4fab-8ef5-b84d5d7dcd38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:30.108890 [ 3 ] {} HTTP-Session: 634ba1d8-f753-4fab-8ef5-b84d5d7dcd38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:30.109063 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:30.109111 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:25:30.109296 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:30.109651 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:30.109686 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2024.04.30 22:25:30.110130 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.04.30 22:25:30.110476 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:30.110644 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} executeQuery: Read 15 rows, 20.73 KiB in 0.001671 sec., 8976.660682226213 rows/sec., 12.11 MiB/sec. 2024.04.30 22:25:30.110957 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} DynamicQueryHandler: Done processing query 2024.04.30 22:25:30.110982 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:25:30.110998 [ 3 ] {} HTTP-Session: 634ba1d8-f753-4fab-8ef5-b84d5d7dcd38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:35.102412 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:35.102553 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:35.102584 [ 3 ] {} HTTP-Session: e5a2ea9a-3b5e-4087-bac7-defe31a88cc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:35.102612 [ 3 ] {} HTTP-Session: e5a2ea9a-3b5e-4087-bac7-defe31a88cc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:35.102630 [ 3 ] {} HTTP-Session: e5a2ea9a-3b5e-4087-bac7-defe31a88cc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:35.102688 [ 3 ] {} HTTP-Session: e5a2ea9a-3b5e-4087-bac7-defe31a88cc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:35.102900 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:35.102978 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:25:35.103183 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:35.103558 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:35.103604 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:35.103983 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.04.30 22:25:35.104331 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:35.104478 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} executeQuery: Read 16 rows, 1.30 KiB in 0.001642 sec., 9744.2143727162 rows/sec., 789.81 KiB/sec. 2024.04.30 22:25:35.104671 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} DynamicQueryHandler: Done processing query 2024.04.30 22:25:35.104699 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:35.104716 [ 3 ] {} HTTP-Session: e5a2ea9a-3b5e-4087-bac7-defe31a88cc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:35.104845 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:35.104899 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:35.104919 [ 3 ] {} HTTP-Session: 927f99b5-1c0a-4cc1-820b-77ee562a936e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:35.104937 [ 3 ] {} HTTP-Session: 927f99b5-1c0a-4cc1-820b-77ee562a936e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:35.104951 [ 3 ] {} HTTP-Session: 927f99b5-1c0a-4cc1-820b-77ee562a936e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:35.104986 [ 3 ] {} HTTP-Session: 927f99b5-1c0a-4cc1-820b-77ee562a936e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:35.105102 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:35.105148 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:25:35.105278 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:35.105564 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:35.105600 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:35.105909 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.04.30 22:25:35.106220 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:35.106343 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} executeQuery: Read 48 rows, 4.39 KiB in 0.00128 sec., 37500 rows/sec., 3.35 MiB/sec. 2024.04.30 22:25:35.106490 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} DynamicQueryHandler: Done processing query 2024.04.30 22:25:35.106516 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:25:35.106531 [ 3 ] {} HTTP-Session: 927f99b5-1c0a-4cc1-820b-77ee562a936e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:35.106645 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:35.106692 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:35.106711 [ 3 ] {} HTTP-Session: daa9ed7d-bd78-45ce-a68c-fb14a8f30cac Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:35.106727 [ 3 ] {} HTTP-Session: daa9ed7d-bd78-45ce-a68c-fb14a8f30cac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:35.106740 [ 3 ] {} HTTP-Session: daa9ed7d-bd78-45ce-a68c-fb14a8f30cac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:35.106771 [ 3 ] {} HTTP-Session: daa9ed7d-bd78-45ce-a68c-fb14a8f30cac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:35.106871 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:35.106914 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:25:35.107038 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:35.107380 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:35.107417 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:35.107723 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.04.30 22:25:35.108031 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:35.108160 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} executeQuery: Read 16 rows, 1.28 KiB in 0.001317 sec., 12148.823082763856 rows/sec., 972.85 KiB/sec. 2024.04.30 22:25:35.108318 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} DynamicQueryHandler: Done processing query 2024.04.30 22:25:35.108343 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:35.108359 [ 3 ] {} HTTP-Session: daa9ed7d-bd78-45ce-a68c-fb14a8f30cac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:35.108534 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:35.108582 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:35.108601 [ 3 ] {} HTTP-Session: 66262d83-5492-470b-8af2-c4da2653cf8f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:35.108618 [ 3 ] {} HTTP-Session: 66262d83-5492-470b-8af2-c4da2653cf8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:35.108631 [ 3 ] {} HTTP-Session: 66262d83-5492-470b-8af2-c4da2653cf8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:35.108662 [ 3 ] {} HTTP-Session: 66262d83-5492-470b-8af2-c4da2653cf8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:35.108845 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:35.108895 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:25:35.109050 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:35.109404 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:35.109438 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:35.109832 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.04.30 22:25:35.110176 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:35.110305 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} executeQuery: Read 16 rows, 22.11 KiB in 0.001567 sec., 10210.593490746649 rows/sec., 13.78 MiB/sec. 2024.04.30 22:25:35.110568 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} DynamicQueryHandler: Done processing query 2024.04.30 22:25:35.110609 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:25:35.110634 [ 3 ] {} HTTP-Session: 66262d83-5492-470b-8af2-c4da2653cf8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:36.594276 [ 44 ] {} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.04.30 22:25:36.594342 [ 44 ] {} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:36.594364 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:36.594576 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::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.04.30 22:25:36.594754 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:25:36.594792 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part 2024.04.30 22:25:36.594869 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::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.04.30 22:25:36.595086 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::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.04.30 22:25:36.595298 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::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.04.30 22:25:36.595435 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2024.04.30 22:25:36.596434 [ 195 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00199114 sec., 18080.094820052833 rows/sec., 1.48 MiB/sec. 2024.04.30 22:25:36.596595 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.04.30 22:25:36.596967 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:36.597048 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.04.30 22:25:36.597128 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.04.30 22:25:37.451068 [ 44 ] {} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.04.30 22:25:37.451175 [ 44 ] {} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:37.451223 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:37.451560 [ 192 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::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.04.30 22:25:37.451741 [ 192 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:25:37.451780 [ 192 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part 2024.04.30 22:25:37.451900 [ 192 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::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.04.30 22:25:37.452112 [ 192 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::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.04.30 22:25:37.452273 [ 192 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::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.04.30 22:25:37.452444 [ 192 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2024.04.30 22:25:37.453475 [ 198 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002122804 sec., 16958.70179253478 rows/sec., 1.19 MiB/sec. 2024.04.30 22:25:37.453702 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.04.30 22:25:37.454193 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:37.454280 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.04.30 22:25:37.454376 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.04.30 22:25:38.774175 [ 18 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:25:38.774250 [ 18 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:25:40.102484 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:40.102656 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:40.102703 [ 3 ] {} HTTP-Session: b3b9cb8f-8a62-48f2-b2b1-8d7b6f5123da Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:40.102744 [ 3 ] {} HTTP-Session: b3b9cb8f-8a62-48f2-b2b1-8d7b6f5123da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:40.102773 [ 3 ] {} HTTP-Session: b3b9cb8f-8a62-48f2-b2b1-8d7b6f5123da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:40.102854 [ 3 ] {} HTTP-Session: b3b9cb8f-8a62-48f2-b2b1-8d7b6f5123da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:40.103147 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:40.103257 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:25:40.103449 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:40.103877 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:40.103925 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:40.104305 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.04.30 22:25:40.104640 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:40.104793 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} executeQuery: Read 15 rows, 1.22 KiB in 0.001742 sec., 8610.792192881745 rows/sec., 697.95 KiB/sec. 2024.04.30 22:25:40.105028 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} DynamicQueryHandler: Done processing query 2024.04.30 22:25:40.105055 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:40.105072 [ 3 ] {} HTTP-Session: b3b9cb8f-8a62-48f2-b2b1-8d7b6f5123da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:40.105255 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:40.105308 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:40.105328 [ 3 ] {} HTTP-Session: 4add8f48-7750-4f02-bcf0-bf6aa1509ebe Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:40.105346 [ 3 ] {} HTTP-Session: 4add8f48-7750-4f02-bcf0-bf6aa1509ebe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:40.105359 [ 3 ] {} HTTP-Session: 4add8f48-7750-4f02-bcf0-bf6aa1509ebe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:40.105394 [ 3 ] {} HTTP-Session: 4add8f48-7750-4f02-bcf0-bf6aa1509ebe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:40.105510 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:40.105555 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:25:40.105691 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:40.106003 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:40.106040 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:40.106347 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.04.30 22:25:40.106659 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:40.106827 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} executeQuery: Read 45 rows, 4.01 KiB in 0.001345 sec., 33457.249070631966 rows/sec., 2.91 MiB/sec. 2024.04.30 22:25:40.106987 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} DynamicQueryHandler: Done processing query 2024.04.30 22:25:40.107011 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:25:40.107027 [ 3 ] {} HTTP-Session: 4add8f48-7750-4f02-bcf0-bf6aa1509ebe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:40.107181 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:40.107228 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:40.107246 [ 3 ] {} HTTP-Session: 7fcc158a-ff37-46ad-a30a-4c56f44286aa Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:40.107263 [ 3 ] {} HTTP-Session: 7fcc158a-ff37-46ad-a30a-4c56f44286aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:40.107276 [ 3 ] {} HTTP-Session: 7fcc158a-ff37-46ad-a30a-4c56f44286aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:40.107308 [ 3 ] {} HTTP-Session: 7fcc158a-ff37-46ad-a30a-4c56f44286aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:40.107411 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:40.107454 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:25:40.107579 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:40.107850 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:40.107886 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:40.108201 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.04.30 22:25:40.108507 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:40.108666 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} executeQuery: Read 15 rows, 1.20 KiB in 0.001275 sec., 11764.70588235294 rows/sec., 942.10 KiB/sec. 2024.04.30 22:25:40.108951 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} DynamicQueryHandler: Done processing query 2024.04.30 22:25:40.108978 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:40.108993 [ 3 ] {} HTTP-Session: 7fcc158a-ff37-46ad-a30a-4c56f44286aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:40.109118 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:40.109167 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:40.109185 [ 3 ] {} HTTP-Session: 7261d3ef-8cdc-4457-8e2e-4db7e6f24c5c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:40.109201 [ 3 ] {} HTTP-Session: 7261d3ef-8cdc-4457-8e2e-4db7e6f24c5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:40.109214 [ 3 ] {} HTTP-Session: 7261d3ef-8cdc-4457-8e2e-4db7e6f24c5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:40.109247 [ 3 ] {} HTTP-Session: 7261d3ef-8cdc-4457-8e2e-4db7e6f24c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:40.109419 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:40.109467 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:25:40.109644 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:40.109990 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:40.110026 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:40.110425 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.04.30 22:25:40.110761 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:40.110916 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} executeQuery: Read 15 rows, 20.73 KiB in 0.001591 sec., 9428.032683846637 rows/sec., 12.72 MiB/sec. 2024.04.30 22:25:40.111208 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} DynamicQueryHandler: Done processing query 2024.04.30 22:25:40.111246 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:25:40.111262 [ 3 ] {} HTTP-Session: 7261d3ef-8cdc-4457-8e2e-4db7e6f24c5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:45.102793 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:45.102990 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:45.103036 [ 3 ] {} HTTP-Session: 90106b40-cc98-4fc9-ba6e-6580ea5bb47b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:45.103077 [ 3 ] {} HTTP-Session: 90106b40-cc98-4fc9-ba6e-6580ea5bb47b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:45.103107 [ 3 ] {} HTTP-Session: 90106b40-cc98-4fc9-ba6e-6580ea5bb47b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:45.103186 [ 3 ] {} HTTP-Session: 90106b40-cc98-4fc9-ba6e-6580ea5bb47b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:45.103453 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:45.103521 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:25:45.103719 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:45.104204 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:45.104251 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:45.104625 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.04.30 22:25:45.104961 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:45.105124 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} executeQuery: Read 16 rows, 1.30 KiB in 0.00174 sec., 9195.402298850575 rows/sec., 745.33 KiB/sec. 2024.04.30 22:25:45.105168 [ 38 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2024.04.30 22:25:45.105315 [ 38 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:45.105376 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:45.105447 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} DynamicQueryHandler: Done processing query 2024.04.30 22:25:45.105513 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:45.105566 [ 3 ] {} HTTP-Session: 90106b40-cc98-4fc9-ba6e-6580ea5bb47b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:45.105595 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2024.04.30 22:25:45.105782 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:45.105846 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:25:45.105880 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:45.105915 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 31 rows starting from the beginning of the part 2024.04.30 22:25:45.105925 [ 3 ] {} HTTP-Session: 999c22be-3790-450d-b980-dd98edeed2ae Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:45.105979 [ 3 ] {} HTTP-Session: 999c22be-3790-450d-b980-dd98edeed2ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:45.106011 [ 3 ] {} HTTP-Session: 999c22be-3790-450d-b980-dd98edeed2ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:45.106135 [ 3 ] {} HTTP-Session: 999c22be-3790-450d-b980-dd98edeed2ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:45.106206 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part 2024.04.30 22:25:45.106498 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:45.106515 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:45.106618 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:25:45.106790 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part 2024.04.30 22:25:45.107149 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:45.107455 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part 2024.04.30 22:25:45.107795 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:45.108756 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:45.108816 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:45.109713 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.04.30 22:25:45.110274 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.004813022 sec., 22646.894196619087 rows/sec., 1.79 MiB/sec. 2024.04.30 22:25:45.110455 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2024.04.30 22:25:45.110616 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:45.110862 [ 38 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.04.30 22:25:45.110991 [ 38 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:45.111057 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} executeQuery: Read 48 rows, 4.39 KiB in 0.004701 sec., 10210.593490746649 rows/sec., 934.18 KiB/sec. 2024.04.30 22:25:45.111064 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:45.111603 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:25:45.111969 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} DynamicQueryHandler: Done processing query 2024.04.30 22:25:45.112126 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:25:45.112190 [ 3 ] {} HTTP-Session: 999c22be-3790-450d-b980-dd98edeed2ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:45.112188 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:25:45.112270 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 142 rows starting from the beginning of the part 2024.04.30 22:25:45.112322 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:45.112528 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 85 rows starting from the beginning of the part 2024.04.30 22:25:45.112593 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:45.112840 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 45 rows starting from the beginning of the part 2024.04.30 22:25:45.113024 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:45.113090 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 48 rows starting from the beginning of the part 2024.04.30 22:25:45.113131 [ 3 ] {} HTTP-Session: 6548c68d-6c58-47dd-b187-74e95da0258a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:45.113157 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2024.04.30 22:25:45.113240 [ 3 ] {} HTTP-Session: 6548c68d-6c58-47dd-b187-74e95da0258a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:45.113366 [ 3 ] {} HTTP-Session: 6548c68d-6c58-47dd-b187-74e95da0258a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:45.113378 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 45 rows starting from the beginning of the part 2024.04.30 22:25:45.113628 [ 3 ] {} HTTP-Session: 6548c68d-6c58-47dd-b187-74e95da0258a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:45.113679 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part 2024.04.30 22:25:45.114212 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:25:45.114282 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:45.114388 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:25:45.114803 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:45.115704 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:45.115765 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:45.116548 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.04.30 22:25:45.116742 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 413 rows, containing 4 columns (4 merged, 0 gathered) in 0.005485819 sec., 75285.02125206828 rows/sec., 6.46 MiB/sec. 2024.04.30 22:25:45.117107 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.04.30 22:25:45.117267 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:45.117515 [ 38 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.04.30 22:25:45.117615 [ 38 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:45.117635 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} executeQuery: Read 16 rows, 1.28 KiB in 0.003632 sec., 4405.286343612335 rows/sec., 352.77 KiB/sec. 2024.04.30 22:25:45.117671 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:45.118278 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:25:45.118626 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} DynamicQueryHandler: Done processing query 2024.04.30 22:25:45.118782 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:45.118904 [ 3 ] {} HTTP-Session: 6548c68d-6c58-47dd-b187-74e95da0258a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:45.119094 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:25:45.119217 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 96 rows starting from the beginning of the part 2024.04.30 22:25:45.119239 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:45.119298 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:45.119367 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:45.119541 [ 3 ] {} HTTP-Session: 593b233a-d68c-421d-a021-45ac0339d55a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:45.119593 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part 2024.04.30 22:25:45.119651 [ 3 ] {} HTTP-Session: 593b233a-d68c-421d-a021-45ac0339d55a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:45.119767 [ 3 ] {} HTTP-Session: 593b233a-d68c-421d-a021-45ac0339d55a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:45.119947 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.04.30 22:25:45.120019 [ 3 ] {} HTTP-Session: 593b233a-d68c-421d-a021-45ac0339d55a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:45.120060 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:45.120503 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:25:45.120625 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:45.120700 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.04.30 22:25:45.120938 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:45.120988 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:25:45.121233 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:25:45.122005 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:45.122927 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:45.122997 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:45.124114 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 4 columns (4 merged, 0 gathered) in 0.006273868 sec., 31878.260747596218 rows/sec., 2.50 MiB/sec. 2024.04.30 22:25:45.124209 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.04.30 22:25:45.124440 [ 198 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.04.30 22:25:45.125105 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:45.125510 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} executeQuery: Read 16 rows, 22.11 KiB in 0.005147 sec., 3108.606955508063 rows/sec., 4.19 MiB/sec. 2024.04.30 22:25:45.125772 [ 198 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:45.125885 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} DynamicQueryHandler: Done processing query 2024.04.30 22:25:45.125900 [ 198 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.04.30 22:25:45.125929 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:25:45.125968 [ 3 ] {} HTTP-Session: 593b233a-d68c-421d-a021-45ac0339d55a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:45.126088 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.04.30 22:25:50.102581 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:50.102723 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:50.102752 [ 3 ] {} HTTP-Session: f6131e4e-b96f-445d-b945-c7cbc9198f08 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:50.102781 [ 3 ] {} HTTP-Session: f6131e4e-b96f-445d-b945-c7cbc9198f08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:50.102798 [ 3 ] {} HTTP-Session: f6131e4e-b96f-445d-b945-c7cbc9198f08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:50.102857 [ 3 ] {} HTTP-Session: f6131e4e-b96f-445d-b945-c7cbc9198f08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:50.103066 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:50.103143 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:25:50.103365 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:50.103816 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:50.103860 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:50.104236 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.04.30 22:25:50.104574 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:50.104731 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} executeQuery: Read 15 rows, 1.22 KiB in 0.001727 sec., 8685.581933989577 rows/sec., 704.01 KiB/sec. 2024.04.30 22:25:50.104944 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} DynamicQueryHandler: Done processing query 2024.04.30 22:25:50.104971 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:50.104988 [ 3 ] {} HTTP-Session: f6131e4e-b96f-445d-b945-c7cbc9198f08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:50.105128 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:50.105179 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:50.105199 [ 3 ] {} HTTP-Session: e2299c7d-50e6-4b7a-9de7-97bba1745407 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:50.105216 [ 3 ] {} HTTP-Session: e2299c7d-50e6-4b7a-9de7-97bba1745407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:50.105230 [ 3 ] {} HTTP-Session: e2299c7d-50e6-4b7a-9de7-97bba1745407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:50.105266 [ 3 ] {} HTTP-Session: e2299c7d-50e6-4b7a-9de7-97bba1745407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:50.105385 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:50.105432 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:25:50.105563 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:50.105874 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:50.105912 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:50.106224 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.04.30 22:25:50.106534 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:50.106698 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} executeQuery: Read 45 rows, 4.01 KiB in 0.001346 sec., 33432.39227340268 rows/sec., 2.91 MiB/sec. 2024.04.30 22:25:50.106977 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} DynamicQueryHandler: Done processing query 2024.04.30 22:25:50.107016 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:25:50.107033 [ 3 ] {} HTTP-Session: e2299c7d-50e6-4b7a-9de7-97bba1745407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:50.107214 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:50.107275 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:50.107297 [ 3 ] {} HTTP-Session: e6762351-1f98-4f2a-a9a2-9c5076175d6a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:50.107315 [ 3 ] {} HTTP-Session: e6762351-1f98-4f2a-a9a2-9c5076175d6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:50.107329 [ 3 ] {} HTTP-Session: e6762351-1f98-4f2a-a9a2-9c5076175d6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:50.107361 [ 3 ] {} HTTP-Session: e6762351-1f98-4f2a-a9a2-9c5076175d6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:50.107476 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:50.107520 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:25:50.107673 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:50.107957 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:50.107995 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:50.108312 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.04.30 22:25:50.108637 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:50.108782 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} executeQuery: Read 15 rows, 1.20 KiB in 0.001333 sec., 11252.813203300826 rows/sec., 901.10 KiB/sec. 2024.04.30 22:25:50.109042 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} DynamicQueryHandler: Done processing query 2024.04.30 22:25:50.109093 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:50.109116 [ 3 ] {} HTTP-Session: e6762351-1f98-4f2a-a9a2-9c5076175d6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:50.109246 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:50.109296 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:50.109316 [ 3 ] {} HTTP-Session: 9f52ad8b-d544-410f-9fd3-f095439c017f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:50.109332 [ 3 ] {} HTTP-Session: 9f52ad8b-d544-410f-9fd3-f095439c017f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:50.109346 [ 3 ] {} HTTP-Session: 9f52ad8b-d544-410f-9fd3-f095439c017f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:50.109377 [ 3 ] {} HTTP-Session: 9f52ad8b-d544-410f-9fd3-f095439c017f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:50.109559 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:50.109610 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:25:50.109792 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:50.110163 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:50.110227 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:50.110633 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.04.30 22:25:50.110967 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:50.111092 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} executeQuery: Read 15 rows, 20.73 KiB in 0.001638 sec., 9157.509157509157 rows/sec., 12.36 MiB/sec. 2024.04.30 22:25:50.111103 [ 48 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.04.30 22:25:50.111155 [ 48 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:50.111187 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:50.111308 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} DynamicQueryHandler: Done processing query 2024.04.30 22:25:50.111381 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:25:50.111410 [ 3 ] {} HTTP-Session: 9f52ad8b-d544-410f-9fd3-f095439c017f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:50.111429 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:25:50.111958 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:25:50.111994 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 323 rows starting from the beginning of the part 2024.04.30 22:25:50.112068 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:50.112223 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part 2024.04.30 22:25:50.112597 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:50.112706 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part 2024.04.30 22:25:50.112790 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 15 rows starting from the beginning of the part 2024.04.30 22:25:50.114992 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 400 rows, containing 6 columns (6 merged, 0 gathered) in 0.003738315 sec., 107000.07891255821 rows/sec., 144.39 MiB/sec. 2024.04.30 22:25:50.115396 [ 189 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.04.30 22:25:50.115883 [ 189 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:50.115969 [ 189 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.04.30 22:25:50.116078 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2024.04.30 22:25:53.774496 [ 50 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:25:53.774568 [ 50 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:25:55.103495 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:55.103668 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:55.103713 [ 3 ] {} HTTP-Session: f9fbbf4b-8473-4431-a5fb-8f969e42dd92 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:55.103754 [ 3 ] {} HTTP-Session: f9fbbf4b-8473-4431-a5fb-8f969e42dd92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:55.103782 [ 3 ] {} HTTP-Session: f9fbbf4b-8473-4431-a5fb-8f969e42dd92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:55.103864 [ 3 ] {} HTTP-Session: f9fbbf4b-8473-4431-a5fb-8f969e42dd92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:55.104159 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:55.104267 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:25:55.104582 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:55.105059 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:55.105104 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:55.105466 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.04.30 22:25:55.105801 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:55.105981 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} executeQuery: Read 16 rows, 1.30 KiB in 0.001916 sec., 8350.730688935282 rows/sec., 676.87 KiB/sec. 2024.04.30 22:25:55.106189 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} DynamicQueryHandler: Done processing query 2024.04.30 22:25:55.106216 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:25:55.106232 [ 3 ] {} HTTP-Session: f9fbbf4b-8473-4431-a5fb-8f969e42dd92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:55.106373 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:55.106422 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:55.106442 [ 3 ] {} HTTP-Session: 6a2c6ac3-6e6c-4c58-b7a1-85ccb2992fcd Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:55.106459 [ 3 ] {} HTTP-Session: 6a2c6ac3-6e6c-4c58-b7a1-85ccb2992fcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:55.106472 [ 3 ] {} HTTP-Session: 6a2c6ac3-6e6c-4c58-b7a1-85ccb2992fcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:55.106504 [ 3 ] {} HTTP-Session: 6a2c6ac3-6e6c-4c58-b7a1-85ccb2992fcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:55.106631 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:55.106677 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:25:55.106809 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:55.107153 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:55.107189 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:55.107496 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.04.30 22:25:55.107810 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:55.107964 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} executeQuery: Read 84 rows, 7.16 KiB in 0.001382 sec., 60781.476121562955 rows/sec., 5.06 MiB/sec. 2024.04.30 22:25:55.108118 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} DynamicQueryHandler: Done processing query 2024.04.30 22:25:55.108142 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.30 22:25:55.108157 [ 3 ] {} HTTP-Session: 6a2c6ac3-6e6c-4c58-b7a1-85ccb2992fcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:55.108287 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:55.108333 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:55.108352 [ 3 ] {} HTTP-Session: c918f8cf-eae0-4a37-b181-b7a8c97dc564 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:55.108367 [ 3 ] {} HTTP-Session: c918f8cf-eae0-4a37-b181-b7a8c97dc564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:55.108381 [ 3 ] {} HTTP-Session: c918f8cf-eae0-4a37-b181-b7a8c97dc564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:55.108412 [ 3 ] {} HTTP-Session: c918f8cf-eae0-4a37-b181-b7a8c97dc564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:55.108521 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:55.108563 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:25:55.108687 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:55.109055 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:55.109092 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:55.109389 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.04.30 22:25:55.109691 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:55.109845 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} executeQuery: Read 40 rows, 3.18 KiB in 0.00136 sec., 29411.76470588235 rows/sec., 2.28 MiB/sec. 2024.04.30 22:25:55.110156 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} DynamicQueryHandler: Done processing query 2024.04.30 22:25:55.110201 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:25:55.110218 [ 3 ] {} HTTP-Session: c918f8cf-eae0-4a37-b181-b7a8c97dc564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:55.110381 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:55.110430 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:55.110448 [ 3 ] {} HTTP-Session: 74ca0cf6-bbf6-444e-8e86-bc2c444150d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:55.110464 [ 3 ] {} HTTP-Session: 74ca0cf6-bbf6-444e-8e86-bc2c444150d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:55.110477 [ 3 ] {} HTTP-Session: 74ca0cf6-bbf6-444e-8e86-bc2c444150d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:55.110507 [ 3 ] {} HTTP-Session: 74ca0cf6-bbf6-444e-8e86-bc2c444150d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:55.110621 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:55.110669 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:25:55.110830 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:55.111123 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:55.111159 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:55.111523 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.30 22:25:55.111855 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:55.112014 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} executeQuery: Read 36 rows, 2.60 KiB in 0.001425 sec., 25263.15789473684 rows/sec., 1.78 MiB/sec. 2024.04.30 22:25:55.112303 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} DynamicQueryHandler: Done processing query 2024.04.30 22:25:55.112328 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:25:55.112344 [ 3 ] {} HTTP-Session: 74ca0cf6-bbf6-444e-8e86-bc2c444150d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:55.112491 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:25:55.112539 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:25:55.112557 [ 3 ] {} HTTP-Session: a2dd71ad-d0a0-4ac4-a50e-d81ed45cb975 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:25:55.112573 [ 3 ] {} HTTP-Session: a2dd71ad-d0a0-4ac4-a50e-d81ed45cb975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:55.112587 [ 3 ] {} HTTP-Session: a2dd71ad-d0a0-4ac4-a50e-d81ed45cb975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:25:55.112618 [ 3 ] {} HTTP-Session: a2dd71ad-d0a0-4ac4-a50e-d81ed45cb975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:25:55.112793 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:25:55.112840 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:25:55.113017 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:25:55.113409 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:25:55.113444 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2024.04.30 22:25:55.113836 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.04.30 22:25:55.114174 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:25:55.114329 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} executeQuery: Read 16 rows, 22.11 KiB in 0.00163 sec., 9815.9509202454 rows/sec., 13.25 MiB/sec. 2024.04.30 22:25:55.114498 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} DynamicQueryHandler: Done processing query 2024.04.30 22:25:55.114521 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:25:55.114537 [ 3 ] {} HTTP-Session: a2dd71ad-d0a0-4ac4-a50e-d81ed45cb975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:00.102499 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:00.102653 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:00.102692 [ 3 ] {} HTTP-Session: 865ff611-aae9-417e-9448-f76fa4ed99f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:00.102727 [ 3 ] {} HTTP-Session: 865ff611-aae9-417e-9448-f76fa4ed99f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:00.102749 [ 3 ] {} HTTP-Session: 865ff611-aae9-417e-9448-f76fa4ed99f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:00.102814 [ 3 ] {} HTTP-Session: 865ff611-aae9-417e-9448-f76fa4ed99f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:00.103050 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:00.103138 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:26:00.103396 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:00.103890 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:00.103943 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:00.104443 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.04.30 22:26:00.104903 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:00.105099 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} executeQuery: Read 15 rows, 1.22 KiB in 0.002125 sec., 7058.823529411764 rows/sec., 572.15 KiB/sec. 2024.04.30 22:26:00.105355 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} DynamicQueryHandler: Done processing query 2024.04.30 22:26:00.105390 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:00.105414 [ 3 ] {} HTTP-Session: 865ff611-aae9-417e-9448-f76fa4ed99f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:00.105567 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:00.105638 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:00.105668 [ 3 ] {} HTTP-Session: 9b24d30f-0908-4c2c-8868-24267dcc967e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:00.105693 [ 3 ] {} HTTP-Session: 9b24d30f-0908-4c2c-8868-24267dcc967e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:00.105713 [ 3 ] {} HTTP-Session: 9b24d30f-0908-4c2c-8868-24267dcc967e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:00.105761 [ 3 ] {} HTTP-Session: 9b24d30f-0908-4c2c-8868-24267dcc967e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:00.105909 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:00.105965 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:26:00.106147 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:00.106554 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:00.106598 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:00.107016 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.04.30 22:26:00.107450 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:00.107613 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} executeQuery: Read 45 rows, 4.01 KiB in 0.001758 sec., 25597.26962457338 rows/sec., 2.23 MiB/sec. 2024.04.30 22:26:00.107812 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} DynamicQueryHandler: Done processing query 2024.04.30 22:26:00.107843 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:26:00.107865 [ 3 ] {} HTTP-Session: 9b24d30f-0908-4c2c-8868-24267dcc967e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:00.108010 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:00.108071 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:00.108091 [ 3 ] {} HTTP-Session: 96f48c3a-16ff-4673-a9c0-9359ae18c778 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:00.108109 [ 3 ] {} HTTP-Session: 96f48c3a-16ff-4673-a9c0-9359ae18c778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:00.108123 [ 3 ] {} HTTP-Session: 96f48c3a-16ff-4673-a9c0-9359ae18c778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:00.108156 [ 3 ] {} HTTP-Session: 96f48c3a-16ff-4673-a9c0-9359ae18c778 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:00.108265 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:00.108309 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:26:00.108458 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:00.108760 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:00.108795 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:00.109114 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.04.30 22:26:00.109458 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:00.109584 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} executeQuery: Read 15 rows, 1.20 KiB in 0.001348 sec., 11127.59643916914 rows/sec., 891.08 KiB/sec. 2024.04.30 22:26:00.109734 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} DynamicQueryHandler: Done processing query 2024.04.30 22:26:00.109759 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:00.109775 [ 3 ] {} HTTP-Session: 96f48c3a-16ff-4673-a9c0-9359ae18c778 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:00.109953 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:00.110006 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:00.110026 [ 3 ] {} HTTP-Session: 8b0e70f0-e8b7-4501-b764-41f52aa25a3a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:00.110042 [ 3 ] {} HTTP-Session: 8b0e70f0-e8b7-4501-b764-41f52aa25a3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:00.110056 [ 3 ] {} HTTP-Session: 8b0e70f0-e8b7-4501-b764-41f52aa25a3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:00.110087 [ 3 ] {} HTTP-Session: 8b0e70f0-e8b7-4501-b764-41f52aa25a3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:00.110263 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:00.110311 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:26:00.110465 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:00.110831 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:00.110866 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:00.111277 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.04.30 22:26:00.111625 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:00.111753 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} executeQuery: Read 15 rows, 20.73 KiB in 0.001593 sec., 9416.195856873823 rows/sec., 12.71 MiB/sec. 2024.04.30 22:26:00.112021 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} DynamicQueryHandler: Done processing query 2024.04.30 22:26:00.112058 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:26:00.112077 [ 3 ] {} HTTP-Session: 8b0e70f0-e8b7-4501-b764-41f52aa25a3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.102246 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:05.102388 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:05.102418 [ 3 ] {} HTTP-Session: 56be1ffc-05d0-4fb7-a144-9cb6b2b63fbb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:05.102446 [ 3 ] {} HTTP-Session: 56be1ffc-05d0-4fb7-a144-9cb6b2b63fbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.102465 [ 3 ] {} HTTP-Session: 56be1ffc-05d0-4fb7-a144-9cb6b2b63fbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.102522 [ 3 ] {} HTTP-Session: 56be1ffc-05d0-4fb7-a144-9cb6b2b63fbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:05.102732 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:05.102806 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:26:05.103019 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:05.103429 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:05.103472 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:05.103844 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.04.30 22:26:05.104192 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:05.104344 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} executeQuery: Read 16 rows, 1.30 KiB in 0.001679 sec., 9529.481834425253 rows/sec., 772.41 KiB/sec. 2024.04.30 22:26:05.104562 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} DynamicQueryHandler: Done processing query 2024.04.30 22:26:05.104588 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:05.104605 [ 3 ] {} HTTP-Session: 56be1ffc-05d0-4fb7-a144-9cb6b2b63fbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.104732 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:05.104781 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:05.104800 [ 3 ] {} HTTP-Session: 4a4e1a1b-7838-4f4c-a4a2-eb00762c36ea Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:05.104817 [ 3 ] {} HTTP-Session: 4a4e1a1b-7838-4f4c-a4a2-eb00762c36ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.104830 [ 3 ] {} HTTP-Session: 4a4e1a1b-7838-4f4c-a4a2-eb00762c36ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.104862 [ 3 ] {} HTTP-Session: 4a4e1a1b-7838-4f4c-a4a2-eb00762c36ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:05.104958 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:05.105001 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:26:05.105131 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:05.105407 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:05.105443 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:05.105736 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.30 22:26:05.106038 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:05.106189 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} executeQuery: Read 4 rows, 334.00 B in 0.001246 sec., 3210.2728731942216 rows/sec., 261.78 KiB/sec. 2024.04.30 22:26:05.106485 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} DynamicQueryHandler: Done processing query 2024.04.30 22:26:05.106510 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:05.106527 [ 3 ] {} HTTP-Session: 4a4e1a1b-7838-4f4c-a4a2-eb00762c36ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.106669 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:05.106718 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:05.106736 [ 3 ] {} HTTP-Session: e25c2c7e-5058-4d27-b9f9-40ee4cec06bd Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:05.106752 [ 3 ] {} HTTP-Session: e25c2c7e-5058-4d27-b9f9-40ee4cec06bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.106766 [ 3 ] {} HTTP-Session: e25c2c7e-5058-4d27-b9f9-40ee4cec06bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.106796 [ 3 ] {} HTTP-Session: e25c2c7e-5058-4d27-b9f9-40ee4cec06bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:05.106904 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:05.106947 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:26:05.107091 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:05.107373 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:05.107409 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:05.107715 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.04.30 22:26:05.108024 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:05.108187 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} executeQuery: Read 50 rows, 4.54 KiB in 0.001309 sec., 38197.09702062643 rows/sec., 3.39 MiB/sec. 2024.04.30 22:26:05.108446 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} DynamicQueryHandler: Done processing query 2024.04.30 22:26:05.108497 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:26:05.108543 [ 3 ] {} HTTP-Session: e25c2c7e-5058-4d27-b9f9-40ee4cec06bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.108719 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:05.108769 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:05.108788 [ 3 ] {} HTTP-Session: 540529ad-28fb-45ca-98f4-bfea3081fec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:05.108804 [ 3 ] {} HTTP-Session: 540529ad-28fb-45ca-98f4-bfea3081fec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.108817 [ 3 ] {} HTTP-Session: 540529ad-28fb-45ca-98f4-bfea3081fec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.108848 [ 3 ] {} HTTP-Session: 540529ad-28fb-45ca-98f4-bfea3081fec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:05.108948 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:05.108993 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:26:05.109137 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:05.109387 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:05.109423 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:05.109717 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.30 22:26:05.110033 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:05.110186 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} executeQuery: Read 4 rows, 286.00 B in 0.001262 sec., 3169.5721077654516 rows/sec., 221.31 KiB/sec. 2024.04.30 22:26:05.110468 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} DynamicQueryHandler: Done processing query 2024.04.30 22:26:05.110491 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:05.110507 [ 3 ] {} HTTP-Session: 540529ad-28fb-45ca-98f4-bfea3081fec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.110630 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 3449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:05.110678 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:05.110697 [ 3 ] {} HTTP-Session: da6e1bca-b83c-4fed-9fe2-59e96b1f7fec Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:05.110713 [ 3 ] {} HTTP-Session: da6e1bca-b83c-4fed-9fe2-59e96b1f7fec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.110727 [ 3 ] {} HTTP-Session: da6e1bca-b83c-4fed-9fe2-59e96b1f7fec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.110758 [ 3 ] {} HTTP-Session: da6e1bca-b83c-4fed-9fe2-59e96b1f7fec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:05.110856 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:05.110899 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:26:05.111048 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:05.111304 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:05.111339 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:05.111638 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.04.30 22:26:05.111942 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:05.112078 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} executeQuery: Read 20 rows, 1.61 KiB in 0.001244 sec., 16077.17041800643 rows/sec., 1.26 MiB/sec. 2024.04.30 22:26:05.112354 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} DynamicQueryHandler: Done processing query 2024.04.30 22:26:05.112395 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:26:05.112418 [ 3 ] {} HTTP-Session: da6e1bca-b83c-4fed-9fe2-59e96b1f7fec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.112557 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:05.112605 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:05.112624 [ 3 ] {} HTTP-Session: dbd15743-93c7-4487-951c-799b24c5bc38 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:05.112640 [ 3 ] {} HTTP-Session: dbd15743-93c7-4487-951c-799b24c5bc38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.112653 [ 3 ] {} HTTP-Session: dbd15743-93c7-4487-951c-799b24c5bc38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.112684 [ 3 ] {} HTTP-Session: dbd15743-93c7-4487-951c-799b24c5bc38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:05.112779 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:05.112828 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:26:05.112994 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:05.113235 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:05.113270 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:05.113628 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.30 22:26:05.113967 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:05.114122 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} executeQuery: Read 2 rows, 144.00 B in 0.00136 sec., 1470.5882352941176 rows/sec., 103.40 KiB/sec. 2024.04.30 22:26:05.114410 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} DynamicQueryHandler: Done processing query 2024.04.30 22:26:05.114435 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.30 22:26:05.114451 [ 3 ] {} HTTP-Session: dbd15743-93c7-4487-951c-799b24c5bc38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.114586 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:05.114633 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:05.114652 [ 3 ] {} HTTP-Session: 6e10cd21-4f58-483d-9163-fbd4eda78e54 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:05.114669 [ 3 ] {} HTTP-Session: 6e10cd21-4f58-483d-9163-fbd4eda78e54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.114682 [ 3 ] {} HTTP-Session: 6e10cd21-4f58-483d-9163-fbd4eda78e54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:05.114713 [ 3 ] {} HTTP-Session: 6e10cd21-4f58-483d-9163-fbd4eda78e54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:05.114917 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:05.114968 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:26:05.115147 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:05.115477 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:05.115513 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:05.115916 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.04.30 22:26:05.116262 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:05.116423 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} executeQuery: Read 16 rows, 22.11 KiB in 0.00163 sec., 9815.9509202454 rows/sec., 13.25 MiB/sec. 2024.04.30 22:26:05.116579 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} DynamicQueryHandler: Done processing query 2024.04.30 22:26:05.116603 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:26:05.116618 [ 3 ] {} HTTP-Session: 6e10cd21-4f58-483d-9163-fbd4eda78e54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:08.774825 [ 151 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:26:08.774922 [ 151 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:26:10.102811 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:10.102932 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:10.102960 [ 3 ] {} HTTP-Session: 7d8b49d4-0729-46e2-914e-44a0d94a0f12 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:10.102989 [ 3 ] {} HTTP-Session: 7d8b49d4-0729-46e2-914e-44a0d94a0f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.103007 [ 3 ] {} HTTP-Session: 7d8b49d4-0729-46e2-914e-44a0d94a0f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.103064 [ 3 ] {} HTTP-Session: 7d8b49d4-0729-46e2-914e-44a0d94a0f12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:10.103271 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:10.103346 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:26:10.103566 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:10.103975 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:10.104025 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:10.104415 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.04.30 22:26:10.104760 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:10.104902 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} executeQuery: Read 15 rows, 1.22 KiB in 0.001696 sec., 8844.33962264151 rows/sec., 716.88 KiB/sec. 2024.04.30 22:26:10.104904 [ 144 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2024.04.30 22:26:10.104960 [ 144 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:10.104987 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:10.105155 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} DynamicQueryHandler: Done processing query 2024.04.30 22:26:10.105209 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:10.105241 [ 3 ] {} HTTP-Session: 7d8b49d4-0729-46e2-914e-44a0d94a0f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.105265 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2024.04.30 22:26:10.105408 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:10.105512 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:10.105574 [ 3 ] {} HTTP-Session: 6ad5b911-6582-4f96-a551-d7052d6a683d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:10.105630 [ 3 ] {} HTTP-Session: 6ad5b911-6582-4f96-a551-d7052d6a683d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.105669 [ 3 ] {} HTTP-Session: 6ad5b911-6582-4f96-a551-d7052d6a683d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.105711 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:26:10.105751 [ 3 ] {} HTTP-Session: 6ad5b911-6582-4f96-a551-d7052d6a683d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:10.105815 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 31 rows starting from the beginning of the part 2024.04.30 22:26:10.106040 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:10.106149 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 15 rows starting from the beginning of the part 2024.04.30 22:26:10.106206 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:26:10.106451 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 16 rows starting from the beginning of the part 2024.04.30 22:26:10.106794 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 15 rows starting from the beginning of the part 2024.04.30 22:26:10.107139 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part 2024.04.30 22:26:10.107498 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 15 rows starting from the beginning of the part 2024.04.30 22:26:10.107505 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:10.108429 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:10.108497 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:10.109423 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.30 22:26:10.110268 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.00516506 sec., 20909.7280573701 rows/sec., 1.66 MiB/sec. 2024.04.30 22:26:10.110339 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:10.110565 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2024.04.30 22:26:10.110609 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} executeQuery: Read 14 rows, 1.18 KiB in 0.004714 sec., 2969.8769622401355 rows/sec., 250.87 KiB/sec. 2024.04.30 22:26:10.111139 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} DynamicQueryHandler: Done processing query 2024.04.30 22:26:10.111199 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:10.111247 [ 3 ] {} HTTP-Session: 6ad5b911-6582-4f96-a551-d7052d6a683d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.111420 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 8238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:10.111476 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:10.111513 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:10.111561 [ 3 ] {} HTTP-Session: 5381f893-e3c1-481c-a6aa-3c939dc3a945 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:10.111595 [ 3 ] {} HTTP-Session: 5381f893-e3c1-481c-a6aa-3c939dc3a945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.111612 [ 3 ] {} HTTP-Session: 5381f893-e3c1-481c-a6aa-3c939dc3a945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.111636 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2024.04.30 22:26:10.111663 [ 3 ] {} HTTP-Session: 5381f893-e3c1-481c-a6aa-3c939dc3a945 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:10.111801 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:26:10.111878 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:10.111929 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:26:10.112079 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:10.112517 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:10.112554 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:10.112885 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.04.30 22:26:10.113206 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:10.113330 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} executeQuery: Read 55 rows, 4.86 KiB in 0.00153 sec., 35947.71241830065 rows/sec., 3.10 MiB/sec. 2024.04.30 22:26:10.113337 [ 144 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.04.30 22:26:10.113394 [ 144 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:10.113433 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:10.113540 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} DynamicQueryHandler: Done processing query 2024.04.30 22:26:10.113595 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.30 22:26:10.113609 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:26:10.113625 [ 3 ] {} HTTP-Session: 5381f893-e3c1-481c-a6aa-3c939dc3a945 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.113777 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:26:10.113823 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 142 rows starting from the beginning of the part 2024.04.30 22:26:10.113858 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:10.114013 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:10.114025 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 45 rows starting from the beginning of the part 2024.04.30 22:26:10.114078 [ 3 ] {} HTTP-Session: 80494d0e-9213-4203-873c-bc9fb99ad62b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:10.114150 [ 3 ] {} HTTP-Session: 80494d0e-9213-4203-873c-bc9fb99ad62b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.114222 [ 3 ] {} HTTP-Session: 80494d0e-9213-4203-873c-bc9fb99ad62b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.114297 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 84 rows starting from the beginning of the part 2024.04.30 22:26:10.114368 [ 3 ] {} HTTP-Session: 80494d0e-9213-4203-873c-bc9fb99ad62b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:10.114634 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 45 rows starting from the beginning of the part 2024.04.30 22:26:10.114850 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:10.114982 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 50 rows starting from the beginning of the part 2024.04.30 22:26:10.115004 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:26:10.115310 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 55 rows starting from the beginning of the part 2024.04.30 22:26:10.115978 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:10.116719 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:10.116784 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:10.117744 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.30 22:26:10.118538 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 421 rows, containing 4 columns (4 merged, 0 gathered) in 0.005023037 sec., 83813.83613140814 rows/sec., 7.16 MiB/sec. 2024.04.30 22:26:10.118672 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:10.118859 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.04.30 22:26:10.118916 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} executeQuery: Read 14 rows, 1.02 KiB in 0.004258 sec., 3287.9286049788634 rows/sec., 239.21 KiB/sec. 2024.04.30 22:26:10.119309 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} DynamicQueryHandler: Done processing query 2024.04.30 22:26:10.119357 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:10.119420 [ 3 ] {} HTTP-Session: 80494d0e-9213-4203-873c-bc9fb99ad62b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.119598 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 5031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:10.119681 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:10.119691 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:10.119774 [ 3 ] {} HTTP-Session: fd6a78d2-7875-4c4b-bb3e-59989f622a91 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:10.119805 [ 3 ] {} HTTP-Session: fd6a78d2-7875-4c4b-bb3e-59989f622a91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.119827 [ 3 ] {} HTTP-Session: fd6a78d2-7875-4c4b-bb3e-59989f622a91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.119878 [ 3 ] {} HTTP-Session: fd6a78d2-7875-4c4b-bb3e-59989f622a91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:10.119892 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.04.30 22:26:10.120054 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.04.30 22:26:10.120108 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:10.120159 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:26:10.120301 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:10.120604 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:10.120640 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:10.120964 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.04.30 22:26:10.121290 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:10.121413 [ 144 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.04.30 22:26:10.121418 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} executeQuery: Read 29 rows, 2.38 KiB in 0.001402 sec., 20684.736091298146 rows/sec., 1.66 MiB/sec. 2024.04.30 22:26:10.121446 [ 144 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:10.121485 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:10.121642 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:26:10.121652 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} DynamicQueryHandler: Done processing query 2024.04.30 22:26:10.121704 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:26:10.121752 [ 3 ] {} HTTP-Session: fd6a78d2-7875-4c4b-bb3e-59989f622a91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.121849 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:26:10.121883 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 96 rows starting from the beginning of the part 2024.04.30 22:26:10.121963 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 1423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:10.122154 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:10.122151 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 15 rows starting from the beginning of the part 2024.04.30 22:26:10.122224 [ 3 ] {} HTTP-Session: e75fa514-e67d-44db-90a5-09ea06b8b3d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:10.122285 [ 3 ] {} HTTP-Session: e75fa514-e67d-44db-90a5-09ea06b8b3d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.122378 [ 3 ] {} HTTP-Session: e75fa514-e67d-44db-90a5-09ea06b8b3d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.122436 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part 2024.04.30 22:26:10.122471 [ 3 ] {} HTTP-Session: e75fa514-e67d-44db-90a5-09ea06b8b3d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:10.122714 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 15 rows starting from the beginning of the part 2024.04.30 22:26:10.122759 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:10.122946 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 20 rows starting from the beginning of the part 2024.04.30 22:26:10.122956 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:26:10.123282 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 29 rows starting from the beginning of the part 2024.04.30 22:26:10.124047 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:10.124870 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:10.124951 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:10.126112 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 215 rows, containing 4 columns (4 merged, 0 gathered) in 0.004547215 sec., 47281.68780231416 rows/sec., 3.72 MiB/sec. 2024.04.30 22:26:10.126117 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.30 22:26:10.126277 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.04.30 22:26:10.127008 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:10.127148 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:10.127359 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} executeQuery: Read 7 rows, 525.00 B in 0.004679 sec., 1496.0461637101944 rows/sec., 109.57 KiB/sec. 2024.04.30 22:26:10.127542 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.04.30 22:26:10.127867 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.04.30 22:26:10.127954 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} DynamicQueryHandler: Done processing query 2024.04.30 22:26:10.127985 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:10.128002 [ 3 ] {} HTTP-Session: e75fa514-e67d-44db-90a5-09ea06b8b3d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.128124 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:10.128173 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:10.128192 [ 3 ] {} HTTP-Session: b71795c1-5e8e-43e9-aa54-d68037766bdc Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:10.128209 [ 3 ] {} HTTP-Session: b71795c1-5e8e-43e9-aa54-d68037766bdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.128223 [ 3 ] {} HTTP-Session: b71795c1-5e8e-43e9-aa54-d68037766bdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:10.128254 [ 3 ] {} HTTP-Session: b71795c1-5e8e-43e9-aa54-d68037766bdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:10.128577 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:10.128626 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:26:10.128820 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:10.129244 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:10.129280 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:10.129715 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.04.30 22:26:10.130075 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:10.130203 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} executeQuery: Read 15 rows, 20.73 KiB in 0.001871 sec., 8017.103153393907 rows/sec., 10.82 MiB/sec. 2024.04.30 22:26:10.130370 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} DynamicQueryHandler: Done processing query 2024.04.30 22:26:10.130395 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:26:10.130410 [ 3 ] {} HTTP-Session: b71795c1-5e8e-43e9-aa54-d68037766bdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:15.102127 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:15.102296 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:15.102340 [ 3 ] {} HTTP-Session: df7b84a6-e137-48cd-9fff-2e839b6190f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:15.102380 [ 3 ] {} HTTP-Session: df7b84a6-e137-48cd-9fff-2e839b6190f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:15.102408 [ 3 ] {} HTTP-Session: df7b84a6-e137-48cd-9fff-2e839b6190f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:15.102489 [ 3 ] {} HTTP-Session: df7b84a6-e137-48cd-9fff-2e839b6190f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:15.102780 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:15.102889 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:26:15.103210 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:15.103692 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:15.103736 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:15.104121 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.04.30 22:26:15.104482 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:15.104637 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} executeQuery: Read 16 rows, 1.30 KiB in 0.001955 sec., 8184.143222506394 rows/sec., 663.36 KiB/sec. 2024.04.30 22:26:15.104846 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} DynamicQueryHandler: Done processing query 2024.04.30 22:26:15.104873 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:15.104890 [ 3 ] {} HTTP-Session: df7b84a6-e137-48cd-9fff-2e839b6190f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:15.105072 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:15.105127 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:15.105147 [ 3 ] {} HTTP-Session: 939fc8fd-c167-4ea1-a659-a79dfde65d93 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:15.105166 [ 3 ] {} HTTP-Session: 939fc8fd-c167-4ea1-a659-a79dfde65d93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:15.105179 [ 3 ] {} HTTP-Session: 939fc8fd-c167-4ea1-a659-a79dfde65d93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:15.105217 [ 3 ] {} HTTP-Session: 939fc8fd-c167-4ea1-a659-a79dfde65d93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:15.105335 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:15.105380 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:26:15.105508 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:15.105847 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:15.105883 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:15.106196 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.04.30 22:26:15.106514 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:15.106643 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} executeQuery: Read 48 rows, 4.39 KiB in 0.001351 sec., 35529.23760177646 rows/sec., 3.17 MiB/sec. 2024.04.30 22:26:15.106906 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} DynamicQueryHandler: Done processing query 2024.04.30 22:26:15.106948 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:26:15.106965 [ 3 ] {} HTTP-Session: 939fc8fd-c167-4ea1-a659-a79dfde65d93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:15.107088 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:15.107139 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:15.107159 [ 3 ] {} HTTP-Session: 9e3a80b9-576f-4381-bdba-9bf44bc556ea Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:15.107175 [ 3 ] {} HTTP-Session: 9e3a80b9-576f-4381-bdba-9bf44bc556ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:15.107189 [ 3 ] {} HTTP-Session: 9e3a80b9-576f-4381-bdba-9bf44bc556ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:15.107221 [ 3 ] {} HTTP-Session: 9e3a80b9-576f-4381-bdba-9bf44bc556ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:15.107327 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:15.107371 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:26:15.107516 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:15.107797 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:15.107831 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:15.108135 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.04.30 22:26:15.108445 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:15.108567 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} executeQuery: Read 16 rows, 1.28 KiB in 0.001271 sec., 12588.512981904012 rows/sec., 1008.06 KiB/sec. 2024.04.30 22:26:15.108716 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} DynamicQueryHandler: Done processing query 2024.04.30 22:26:15.108741 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:15.108757 [ 3 ] {} HTTP-Session: 9e3a80b9-576f-4381-bdba-9bf44bc556ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:15.108918 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:15.108966 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:15.108984 [ 3 ] {} HTTP-Session: 2252dffa-686a-4fe9-8265-dd8ae63f7166 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:15.109000 [ 3 ] {} HTTP-Session: 2252dffa-686a-4fe9-8265-dd8ae63f7166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:15.109013 [ 3 ] {} HTTP-Session: 2252dffa-686a-4fe9-8265-dd8ae63f7166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:15.109044 [ 3 ] {} HTTP-Session: 2252dffa-686a-4fe9-8265-dd8ae63f7166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:15.109235 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:15.109284 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:26:15.109437 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:15.109861 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:15.109896 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:15.110323 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.04.30 22:26:15.110678 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:15.110806 [ 148 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.04.30 22:26:15.110812 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} executeQuery: Read 16 rows, 22.11 KiB in 0.00169 sec., 9467.455621301775 rows/sec., 12.78 MiB/sec. 2024.04.30 22:26:15.110858 [ 148 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:15.110899 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:15.111048 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} DynamicQueryHandler: Done processing query 2024.04.30 22:26:15.111096 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:26:15.111106 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:26:15.111118 [ 3 ] {} HTTP-Session: 2252dffa-686a-4fe9-8265-dd8ae63f7166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:15.111350 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:26:15.111401 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 400 rows starting from the beginning of the part 2024.04.30 22:26:15.111517 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 16 rows starting from the beginning of the part 2024.04.30 22:26:15.111725 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 15 rows starting from the beginning of the part 2024.04.30 22:26:15.111896 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part 2024.04.30 22:26:15.112025 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 15 rows starting from the beginning of the part 2024.04.30 22:26:15.112142 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part 2024.04.30 22:26:15.114609 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 478 rows, containing 6 columns (6 merged, 0 gathered) in 0.003615071 sec., 132224.23570657393 rows/sec., 178.43 MiB/sec. 2024.04.30 22:26:15.115146 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.04.30 22:26:15.115649 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:15.115749 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.04.30 22:26:15.115857 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. 2024.04.30 22:26:20.102742 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:20.102877 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:20.102903 [ 3 ] {} HTTP-Session: e1832796-ebb2-41b5-b232-2cda3e531483 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:20.102929 [ 3 ] {} HTTP-Session: e1832796-ebb2-41b5-b232-2cda3e531483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:20.102945 [ 3 ] {} HTTP-Session: e1832796-ebb2-41b5-b232-2cda3e531483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:20.102997 [ 3 ] {} HTTP-Session: e1832796-ebb2-41b5-b232-2cda3e531483 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:20.103194 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:20.103262 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:26:20.103457 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:20.103827 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:20.103876 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:20.104258 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.04.30 22:26:20.104606 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:20.104771 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} executeQuery: Read 15 rows, 1.22 KiB in 0.001635 sec., 9174.311926605506 rows/sec., 743.62 KiB/sec. 2024.04.30 22:26:20.105091 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} DynamicQueryHandler: Done processing query 2024.04.30 22:26:20.105135 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:20.105159 [ 3 ] {} HTTP-Session: e1832796-ebb2-41b5-b232-2cda3e531483 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:20.105298 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:20.105354 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:20.105377 [ 3 ] {} HTTP-Session: 79cb03d6-a67f-484e-b7f6-3124e33727ed Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:20.105395 [ 3 ] {} HTTP-Session: 79cb03d6-a67f-484e-b7f6-3124e33727ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:20.105409 [ 3 ] {} HTTP-Session: 79cb03d6-a67f-484e-b7f6-3124e33727ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:20.105443 [ 3 ] {} HTTP-Session: 79cb03d6-a67f-484e-b7f6-3124e33727ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:20.105563 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:20.105609 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:26:20.105758 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:20.106051 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:20.106089 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:20.106408 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.04.30 22:26:20.106720 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:20.106858 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} executeQuery: Read 45 rows, 4.01 KiB in 0.001333 sec., 33758.439609902474 rows/sec., 2.94 MiB/sec. 2024.04.30 22:26:20.107125 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} DynamicQueryHandler: Done processing query 2024.04.30 22:26:20.107179 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:26:20.107225 [ 3 ] {} HTTP-Session: 79cb03d6-a67f-484e-b7f6-3124e33727ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:20.107352 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:20.107403 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:20.107423 [ 3 ] {} HTTP-Session: 00a6a250-9ef1-4e06-9aeb-6b06eee948bd Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:20.107440 [ 3 ] {} HTTP-Session: 00a6a250-9ef1-4e06-9aeb-6b06eee948bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:20.107454 [ 3 ] {} HTTP-Session: 00a6a250-9ef1-4e06-9aeb-6b06eee948bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:20.107487 [ 3 ] {} HTTP-Session: 00a6a250-9ef1-4e06-9aeb-6b06eee948bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:20.107593 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:20.107639 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:26:20.107788 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:20.108059 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:20.108097 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:20.108409 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.04.30 22:26:20.108729 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:20.108891 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} executeQuery: Read 15 rows, 1.20 KiB in 0.00132 sec., 11363.636363636364 rows/sec., 909.98 KiB/sec. 2024.04.30 22:26:20.109180 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} DynamicQueryHandler: Done processing query 2024.04.30 22:26:20.109221 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:20.109238 [ 3 ] {} HTTP-Session: 00a6a250-9ef1-4e06-9aeb-6b06eee948bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:20.109397 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:20.109446 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:20.109466 [ 3 ] {} HTTP-Session: 2e599002-fb69-45b3-9896-76041d0e5fe3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:20.109483 [ 3 ] {} HTTP-Session: 2e599002-fb69-45b3-9896-76041d0e5fe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:20.109497 [ 3 ] {} HTTP-Session: 2e599002-fb69-45b3-9896-76041d0e5fe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:20.109528 [ 3 ] {} HTTP-Session: 2e599002-fb69-45b3-9896-76041d0e5fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:20.109734 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:20.109786 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:26:20.109964 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:20.110330 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:20.110367 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:20.110782 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.04.30 22:26:20.111121 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:20.111272 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} executeQuery: Read 15 rows, 20.73 KiB in 0.001666 sec., 9003.60144057623 rows/sec., 12.15 MiB/sec. 2024.04.30 22:26:20.111426 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} DynamicQueryHandler: Done processing query 2024.04.30 22:26:20.111450 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:26:20.111466 [ 3 ] {} HTTP-Session: 2e599002-fb69-45b3-9896-76041d0e5fe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:22.645637 [ 143 ] {} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2024.04.30 22:26:22.645710 [ 143 ] {} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:22.645735 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2024.04.30 22:26:22.645957 [ 188 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2024.04.30 22:26:22.646208 [ 188 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:26:22.646257 [ 188 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 377 rows starting from the beginning of the part 2024.04.30 22:26:22.646351 [ 188 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 37 rows starting from the beginning of the part 2024.04.30 22:26:22.646559 [ 188 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2024.04.30 22:26:22.646871 [ 188 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2024.04.30 22:26:22.647027 [ 188 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 7 rows starting from the beginning of the part 2024.04.30 22:26:22.648283 [ 190 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 459 rows, containing 5 columns (5 merged, 0 gathered) in 0.002459142 sec., 186650.46589420212 rows/sec., 13.18 MiB/sec. 2024.04.30 22:26:22.648561 [ 187 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2024.04.30 22:26:22.649107 [ 187 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:22.649210 [ 187 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2024.04.30 22:26:22.649317 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.04.30 22:26:23.775175 [ 141 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:26:23.775232 [ 141 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:26:25.104514 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:25.104644 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:25.104673 [ 3 ] {} HTTP-Session: 84099754-d962-4775-8033-69fbb5877f22 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:25.104702 [ 3 ] {} HTTP-Session: 84099754-d962-4775-8033-69fbb5877f22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.104719 [ 3 ] {} HTTP-Session: 84099754-d962-4775-8033-69fbb5877f22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.104775 [ 3 ] {} HTTP-Session: 84099754-d962-4775-8033-69fbb5877f22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:25.104987 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:25.105067 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:26:25.105288 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:25.105677 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:25.105723 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:25.106104 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.04.30 22:26:25.106455 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:25.106621 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} executeQuery: Read 16 rows, 1.30 KiB in 0.001695 sec., 9439.528023598821 rows/sec., 765.12 KiB/sec. 2024.04.30 22:26:25.106828 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} DynamicQueryHandler: Done processing query 2024.04.30 22:26:25.106856 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:25.106873 [ 3 ] {} HTTP-Session: 84099754-d962-4775-8033-69fbb5877f22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.107006 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:25.107060 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:25.107080 [ 3 ] {} HTTP-Session: bd8f68e0-3b8c-4ae6-a048-6ddc698bda9f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:25.107098 [ 3 ] {} HTTP-Session: bd8f68e0-3b8c-4ae6-a048-6ddc698bda9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.107111 [ 3 ] {} HTTP-Session: bd8f68e0-3b8c-4ae6-a048-6ddc698bda9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.107148 [ 3 ] {} HTTP-Session: bd8f68e0-3b8c-4ae6-a048-6ddc698bda9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:25.107251 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:25.107298 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:26:25.107431 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:25.107683 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:25.107721 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:25.108047 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.30 22:26:25.108360 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:25.108512 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} executeQuery: Read 2 rows, 167.00 B in 0.001281 sec., 1561.28024980484 rows/sec., 127.31 KiB/sec. 2024.04.30 22:26:25.108792 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} DynamicQueryHandler: Done processing query 2024.04.30 22:26:25.108818 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:25.108835 [ 3 ] {} HTTP-Session: bd8f68e0-3b8c-4ae6-a048-6ddc698bda9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.108967 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:25.109017 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:25.109036 [ 3 ] {} HTTP-Session: f0894854-a248-4fb3-adf8-98efa402e718 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:25.109053 [ 3 ] {} HTTP-Session: f0894854-a248-4fb3-adf8-98efa402e718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.109066 [ 3 ] {} HTTP-Session: f0894854-a248-4fb3-adf8-98efa402e718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.109099 [ 3 ] {} HTTP-Session: f0894854-a248-4fb3-adf8-98efa402e718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:25.109223 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:25.109268 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:26:25.109413 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:25.109722 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:25.109758 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:25.110069 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.04.30 22:26:25.110374 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:25.110521 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} executeQuery: Read 85 rows, 7.23 KiB in 0.001338 sec., 63527.653213751866 rows/sec., 5.28 MiB/sec. 2024.04.30 22:26:25.110676 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} DynamicQueryHandler: Done processing query 2024.04.30 22:26:25.110701 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.30 22:26:25.110716 [ 3 ] {} HTTP-Session: f0894854-a248-4fb3-adf8-98efa402e718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.110909 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:25.110957 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:25.110975 [ 3 ] {} HTTP-Session: 3591b061-e196-47b7-aeca-c18a88f443c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:25.110991 [ 3 ] {} HTTP-Session: 3591b061-e196-47b7-aeca-c18a88f443c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.111004 [ 3 ] {} HTTP-Session: 3591b061-e196-47b7-aeca-c18a88f443c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.111035 [ 3 ] {} HTTP-Session: 3591b061-e196-47b7-aeca-c18a88f443c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:25.111129 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:25.111171 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:26:25.111293 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:25.111663 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:25.111698 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:25.111991 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.30 22:26:25.112289 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:25.112440 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} executeQuery: Read 2 rows, 143.00 B in 0.001331 sec., 1502.6296018031555 rows/sec., 104.92 KiB/sec. 2024.04.30 22:26:25.112635 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} DynamicQueryHandler: Done processing query 2024.04.30 22:26:25.112660 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:25.112676 [ 3 ] {} HTTP-Session: 3591b061-e196-47b7-aeca-c18a88f443c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.112787 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:25.112836 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:25.112854 [ 3 ] {} HTTP-Session: 785cfef4-d620-4d68-a57e-6d97daec1e8f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:25.112870 [ 3 ] {} HTTP-Session: 785cfef4-d620-4d68-a57e-6d97daec1e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.112883 [ 3 ] {} HTTP-Session: 785cfef4-d620-4d68-a57e-6d97daec1e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.112916 [ 3 ] {} HTTP-Session: 785cfef4-d620-4d68-a57e-6d97daec1e8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:25.113020 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:25.113062 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:26:25.113188 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:25.113480 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:25.113516 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:25.113821 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.04.30 22:26:25.114125 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:25.114281 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} executeQuery: Read 42 rows, 3.34 KiB in 0.001293 sec., 32482.598607888627 rows/sec., 2.52 MiB/sec. 2024.04.30 22:26:25.114430 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} DynamicQueryHandler: Done processing query 2024.04.30 22:26:25.114454 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:26:25.114470 [ 3 ] {} HTTP-Session: 785cfef4-d620-4d68-a57e-6d97daec1e8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.114594 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:25.114670 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:25.114688 [ 3 ] {} HTTP-Session: 2425c706-5b44-4ab7-b1a6-1a0132e4aa5e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:25.114704 [ 3 ] {} HTTP-Session: 2425c706-5b44-4ab7-b1a6-1a0132e4aa5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.114717 [ 3 ] {} HTTP-Session: 2425c706-5b44-4ab7-b1a6-1a0132e4aa5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.114749 [ 3 ] {} HTTP-Session: 2425c706-5b44-4ab7-b1a6-1a0132e4aa5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:25.114852 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:25.114899 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:26:25.115044 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:25.115345 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:25.115381 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:25.115751 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.30 22:26:25.116113 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:25.116269 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} executeQuery: Read 37 rows, 2.67 KiB in 0.001449 sec., 25534.851621808142 rows/sec., 1.80 MiB/sec. 2024.04.30 22:26:25.116436 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} DynamicQueryHandler: Done processing query 2024.04.30 22:26:25.116460 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:26:25.116476 [ 3 ] {} HTTP-Session: 2425c706-5b44-4ab7-b1a6-1a0132e4aa5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.116585 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:25.116634 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:25.116653 [ 3 ] {} HTTP-Session: 912ff2c1-99c5-44c5-aa55-ce4d73107b09 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:25.116668 [ 3 ] {} HTTP-Session: 912ff2c1-99c5-44c5-aa55-ce4d73107b09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.116682 [ 3 ] {} HTTP-Session: 912ff2c1-99c5-44c5-aa55-ce4d73107b09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:25.116712 [ 3 ] {} HTTP-Session: 912ff2c1-99c5-44c5-aa55-ce4d73107b09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:25.116895 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:25.116943 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:26:25.117103 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:25.117497 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:25.117533 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:25.117913 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.04.30 22:26:25.118248 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:25.118401 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} executeQuery: Read 16 rows, 22.11 KiB in 0.001615 sec., 9907.120743034056 rows/sec., 13.37 MiB/sec. 2024.04.30 22:26:25.118554 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} DynamicQueryHandler: Done processing query 2024.04.30 22:26:25.118577 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:26:25.118592 [ 3 ] {} HTTP-Session: 912ff2c1-99c5-44c5-aa55-ce4d73107b09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:30.102371 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:30.102514 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:30.102547 [ 3 ] {} HTTP-Session: acb40a75-135a-4ade-9282-f138213435c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:30.102576 [ 3 ] {} HTTP-Session: acb40a75-135a-4ade-9282-f138213435c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:30.102594 [ 3 ] {} HTTP-Session: acb40a75-135a-4ade-9282-f138213435c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:30.102648 [ 3 ] {} HTTP-Session: acb40a75-135a-4ade-9282-f138213435c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:30.102860 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:30.102930 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:26:30.103122 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:30.103546 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:30.103591 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:30.103980 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.04.30 22:26:30.104317 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:30.104482 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} executeQuery: Read 15 rows, 1.22 KiB in 0.001677 sec., 8944.543828264757 rows/sec., 725.00 KiB/sec. 2024.04.30 22:26:30.104709 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} DynamicQueryHandler: Done processing query 2024.04.30 22:26:30.104737 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:30.104754 [ 3 ] {} HTTP-Session: acb40a75-135a-4ade-9282-f138213435c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:30.104890 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:30.104949 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:30.104968 [ 3 ] {} HTTP-Session: bc4343fd-2714-471f-bd0b-bea65ed135fe Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:30.104986 [ 3 ] {} HTTP-Session: bc4343fd-2714-471f-bd0b-bea65ed135fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:30.105000 [ 3 ] {} HTTP-Session: bc4343fd-2714-471f-bd0b-bea65ed135fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:30.105035 [ 3 ] {} HTTP-Session: bc4343fd-2714-471f-bd0b-bea65ed135fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:30.105156 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:30.105203 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:26:30.105334 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:30.105657 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:30.105695 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:30.106014 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.04.30 22:26:30.106331 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:30.106484 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} executeQuery: Read 45 rows, 4.01 KiB in 0.001363 sec., 33015.40719002201 rows/sec., 2.88 MiB/sec. 2024.04.30 22:26:30.106652 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} DynamicQueryHandler: Done processing query 2024.04.30 22:26:30.106676 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:26:30.106692 [ 3 ] {} HTTP-Session: bc4343fd-2714-471f-bd0b-bea65ed135fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:30.106831 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:30.106880 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:30.106898 [ 3 ] {} HTTP-Session: b90b19f1-997f-4aa5-ba32-d3985b2550ac Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:30.106917 [ 3 ] {} HTTP-Session: b90b19f1-997f-4aa5-ba32-d3985b2550ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:30.106931 [ 3 ] {} HTTP-Session: b90b19f1-997f-4aa5-ba32-d3985b2550ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:30.106964 [ 3 ] {} HTTP-Session: b90b19f1-997f-4aa5-ba32-d3985b2550ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:30.107071 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:30.107115 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:26:30.107243 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:30.107524 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:30.107561 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:30.107869 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.04.30 22:26:30.108188 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:30.108344 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} executeQuery: Read 15 rows, 1.20 KiB in 0.001298 sec., 11556.240369799692 rows/sec., 925.40 KiB/sec. 2024.04.30 22:26:30.108507 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} DynamicQueryHandler: Done processing query 2024.04.30 22:26:30.108532 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:30.108548 [ 3 ] {} HTTP-Session: b90b19f1-997f-4aa5-ba32-d3985b2550ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:30.108706 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:30.108755 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:30.108773 [ 3 ] {} HTTP-Session: 9c2daaf7-a99c-4345-94de-10c88e2ec9d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:30.108790 [ 3 ] {} HTTP-Session: 9c2daaf7-a99c-4345-94de-10c88e2ec9d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:30.108803 [ 3 ] {} HTTP-Session: 9c2daaf7-a99c-4345-94de-10c88e2ec9d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:30.108835 [ 3 ] {} HTTP-Session: 9c2daaf7-a99c-4345-94de-10c88e2ec9d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:30.109008 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:30.109057 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:26:30.109217 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:30.109566 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:30.109603 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:30.110002 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.04.30 22:26:30.110352 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:30.110515 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} executeQuery: Read 15 rows, 20.73 KiB in 0.001597 sec., 9392.61114589856 rows/sec., 12.67 MiB/sec. 2024.04.30 22:26:30.110672 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} DynamicQueryHandler: Done processing query 2024.04.30 22:26:30.110696 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:26:30.110712 [ 3 ] {} HTTP-Session: 9c2daaf7-a99c-4345-94de-10c88e2ec9d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:35.102332 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:35.102473 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:35.102502 [ 3 ] {} HTTP-Session: 29d9bdc0-e149-48f7-96db-f7b730dd466c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:35.102531 [ 3 ] {} HTTP-Session: 29d9bdc0-e149-48f7-96db-f7b730dd466c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:35.102549 [ 3 ] {} HTTP-Session: 29d9bdc0-e149-48f7-96db-f7b730dd466c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:35.102607 [ 3 ] {} HTTP-Session: 29d9bdc0-e149-48f7-96db-f7b730dd466c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:35.102815 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:35.102889 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:26:35.103090 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:35.103463 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:35.103506 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:35.103883 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.04.30 22:26:35.104233 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:35.104376 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} executeQuery: Read 16 rows, 1.30 KiB in 0.001629 sec., 9821.976672805402 rows/sec., 796.12 KiB/sec. 2024.04.30 22:26:35.104383 [ 136 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2024.04.30 22:26:35.104447 [ 136 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:35.104482 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:35.104605 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} DynamicQueryHandler: Done processing query 2024.04.30 22:26:35.104606 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2024.04.30 22:26:35.104633 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:35.104666 [ 3 ] {} HTTP-Session: 29d9bdc0-e149-48f7-96db-f7b730dd466c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:35.104768 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:26:35.104809 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 31 rows starting from the beginning of the part 2024.04.30 22:26:35.104816 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:35.104893 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:35.104908 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part 2024.04.30 22:26:35.104951 [ 3 ] {} HTTP-Session: 06dcef15-86aa-47d6-bbf0-97bb0372fdf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:35.105027 [ 3 ] {} HTTP-Session: 06dcef15-86aa-47d6-bbf0-97bb0372fdf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:35.105092 [ 3 ] {} HTTP-Session: 06dcef15-86aa-47d6-bbf0-97bb0372fdf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:35.105271 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 15 rows starting from the beginning of the part 2024.04.30 22:26:35.105280 [ 3 ] {} HTTP-Session: 06dcef15-86aa-47d6-bbf0-97bb0372fdf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:35.105642 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part 2024.04.30 22:26:35.105677 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:35.105747 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 15 rows starting from the beginning of the part 2024.04.30 22:26:35.105796 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:26:35.106173 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part 2024.04.30 22:26:35.106723 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:35.107164 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:35.107208 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:35.107872 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.04.30 22:26:35.107932 [ 190 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.003382095 sec., 32228.54473336793 rows/sec., 2.55 MiB/sec. 2024.04.30 22:26:35.108292 [ 190 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2024.04.30 22:26:35.108601 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:35.108988 [ 136 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.04.30 22:26:35.109028 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} executeQuery: Read 48 rows, 4.39 KiB in 0.003435 sec., 13973.799126637554 rows/sec., 1.25 MiB/sec. 2024.04.30 22:26:35.109056 [ 136 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:35.109123 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:35.109396 [ 190 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:35.109495 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:26:35.109570 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} DynamicQueryHandler: Done processing query 2024.04.30 22:26:35.109587 [ 190 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2024.04.30 22:26:35.109661 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:26:35.109756 [ 3 ] {} HTTP-Session: 06dcef15-86aa-47d6-bbf0-97bb0372fdf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:35.109886 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:26:35.109913 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:26:35.109953 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 142 rows starting from the beginning of the part 2024.04.30 22:26:35.110020 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:35.110190 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:35.110238 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part 2024.04.30 22:26:35.110269 [ 3 ] {} HTTP-Session: 3ae86df3-d95f-405b-801b-a739114b1c94 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:35.110350 [ 3 ] {} HTTP-Session: 3ae86df3-d95f-405b-801b-a739114b1c94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:35.110425 [ 3 ] {} HTTP-Session: 3ae86df3-d95f-405b-801b-a739114b1c94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:35.110659 [ 3 ] {} HTTP-Session: 3ae86df3-d95f-405b-801b-a739114b1c94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:35.110780 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 45 rows starting from the beginning of the part 2024.04.30 22:26:35.111011 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:35.111094 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 85 rows starting from the beginning of the part 2024.04.30 22:26:35.111151 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:26:35.111425 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 45 rows starting from the beginning of the part 2024.04.30 22:26:35.111748 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part 2024.04.30 22:26:35.112187 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:35.112935 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:35.113001 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:35.113897 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.04.30 22:26:35.114601 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 413 rows, containing 4 columns (4 merged, 0 gathered) in 0.005308914 sec., 77793.68812529267 rows/sec., 6.67 MiB/sec. 2024.04.30 22:26:35.114669 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:35.114764 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.04.30 22:26:35.114821 [ 136 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.04.30 22:26:35.114868 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} executeQuery: Read 16 rows, 1.28 KiB in 0.004012 sec., 3988.035892323031 rows/sec., 319.35 KiB/sec. 2024.04.30 22:26:35.114891 [ 136 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:35.114971 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:35.115341 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} DynamicQueryHandler: Done processing query 2024.04.30 22:26:35.115436 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:35.115510 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:26:35.115515 [ 3 ] {} HTTP-Session: 3ae86df3-d95f-405b-801b-a739114b1c94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:35.115854 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:35.115903 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:26:35.116013 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:35.116005 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 96 rows starting from the beginning of the part 2024.04.30 22:26:35.116082 [ 3 ] {} HTTP-Session: 4d8e260e-57d9-4e1e-9bae-f0b71b601433 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:35.116133 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:35.116154 [ 3 ] {} HTTP-Session: 4d8e260e-57d9-4e1e-9bae-f0b71b601433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:35.116262 [ 3 ] {} HTTP-Session: 4d8e260e-57d9-4e1e-9bae-f0b71b601433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:35.116473 [ 3 ] {} HTTP-Session: 4d8e260e-57d9-4e1e-9bae-f0b71b601433 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:35.116472 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:26:35.116587 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.04.30 22:26:35.116931 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 15 rows starting from the beginning of the part 2024.04.30 22:26:35.116972 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.04.30 22:26:35.117102 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:35.117295 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 42 rows starting from the beginning of the part 2024.04.30 22:26:35.117320 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:26:35.117597 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 15 rows starting from the beginning of the part 2024.04.30 22:26:35.117942 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:26:35.118686 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:35.119635 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:35.119725 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:35.120722 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 4 columns (4 merged, 0 gathered) in 0.005611402 sec., 35641.71663338324 rows/sec., 2.79 MiB/sec. 2024.04.30 22:26:35.120940 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.04.30 22:26:35.120946 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.04.30 22:26:35.121943 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:35.122055 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:35.122134 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.04.30 22:26:35.122287 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.04.30 22:26:35.122409 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} executeQuery: Read 16 rows, 22.11 KiB in 0.005693 sec., 2810.4689970138766 rows/sec., 3.79 MiB/sec. 2024.04.30 22:26:35.122609 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} DynamicQueryHandler: Done processing query 2024.04.30 22:26:35.122634 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:26:35.122650 [ 3 ] {} HTTP-Session: 4d8e260e-57d9-4e1e-9bae-f0b71b601433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:38.775281 [ 133 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:26:38.775351 [ 133 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:26:40.102148 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:40.102272 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:40.102302 [ 3 ] {} HTTP-Session: feec491f-eee2-4f38-91e1-29a301352a36 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:40.102333 [ 3 ] {} HTTP-Session: feec491f-eee2-4f38-91e1-29a301352a36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:40.102349 [ 3 ] {} HTTP-Session: feec491f-eee2-4f38-91e1-29a301352a36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:40.102399 [ 3 ] {} HTTP-Session: feec491f-eee2-4f38-91e1-29a301352a36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:40.102604 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:40.102679 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:26:40.102888 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:40.103260 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:40.103302 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:40.103686 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.04.30 22:26:40.104046 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:40.104192 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} executeQuery: Read 15 rows, 1.22 KiB in 0.00165 sec., 9090.90909090909 rows/sec., 736.86 KiB/sec. 2024.04.30 22:26:40.104387 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} DynamicQueryHandler: Done processing query 2024.04.30 22:26:40.104414 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:40.104431 [ 3 ] {} HTTP-Session: feec491f-eee2-4f38-91e1-29a301352a36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:40.104574 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:40.104629 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:40.104648 [ 3 ] {} HTTP-Session: b1d53f56-9c23-4b31-940a-ad0112ea75be Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:40.104667 [ 3 ] {} HTTP-Session: b1d53f56-9c23-4b31-940a-ad0112ea75be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:40.104681 [ 3 ] {} HTTP-Session: b1d53f56-9c23-4b31-940a-ad0112ea75be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:40.104715 [ 3 ] {} HTTP-Session: b1d53f56-9c23-4b31-940a-ad0112ea75be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:40.104838 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:40.104883 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:26:40.105013 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:40.105302 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:40.105338 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:40.105655 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.04.30 22:26:40.105977 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:40.106101 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} executeQuery: Read 45 rows, 4.01 KiB in 0.001302 sec., 34562.21198156682 rows/sec., 3.01 MiB/sec. 2024.04.30 22:26:40.106252 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} DynamicQueryHandler: Done processing query 2024.04.30 22:26:40.106287 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:26:40.106310 [ 3 ] {} HTTP-Session: b1d53f56-9c23-4b31-940a-ad0112ea75be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:40.106467 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:40.106536 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:40.106568 [ 3 ] {} HTTP-Session: 14572190-8ec0-404e-a6f2-6d117b782f36 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:40.106594 [ 3 ] {} HTTP-Session: 14572190-8ec0-404e-a6f2-6d117b782f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:40.106616 [ 3 ] {} HTTP-Session: 14572190-8ec0-404e-a6f2-6d117b782f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:40.106662 [ 3 ] {} HTTP-Session: 14572190-8ec0-404e-a6f2-6d117b782f36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:40.106798 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:40.106859 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:26:40.107042 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:40.107384 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:40.107433 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:40.107877 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.04.30 22:26:40.108357 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:40.108532 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} executeQuery: Read 15 rows, 1.20 KiB in 0.001776 sec., 8445.945945945947 rows/sec., 676.34 KiB/sec. 2024.04.30 22:26:40.108732 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} DynamicQueryHandler: Done processing query 2024.04.30 22:26:40.108764 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:40.108784 [ 3 ] {} HTTP-Session: 14572190-8ec0-404e-a6f2-6d117b782f36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:40.108964 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:40.109024 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:40.109047 [ 3 ] {} HTTP-Session: 8f904250-f07a-4298-81a3-4f6d57c02e24 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:40.109069 [ 3 ] {} HTTP-Session: 8f904250-f07a-4298-81a3-4f6d57c02e24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:40.109086 [ 3 ] {} HTTP-Session: 8f904250-f07a-4298-81a3-4f6d57c02e24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:40.109122 [ 3 ] {} HTTP-Session: 8f904250-f07a-4298-81a3-4f6d57c02e24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:40.109339 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:40.109389 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:26:40.109547 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:40.109903 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:40.109940 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:40.110353 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.04.30 22:26:40.110698 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:40.110824 [ 132 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.04.30 22:26:40.110829 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} executeQuery: Read 15 rows, 20.73 KiB in 0.001627 sec., 9219.42224953903 rows/sec., 12.44 MiB/sec. 2024.04.30 22:26:40.110864 [ 132 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:40.110899 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:40.111109 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} DynamicQueryHandler: Done processing query 2024.04.30 22:26:40.111184 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:26:40.111186 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:26:40.111258 [ 3 ] {} HTTP-Session: 8f904250-f07a-4298-81a3-4f6d57c02e24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:40.111558 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:26:40.111611 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 478 rows starting from the beginning of the part 2024.04.30 22:26:40.111718 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 15 rows starting from the beginning of the part 2024.04.30 22:26:40.111818 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part 2024.04.30 22:26:40.112109 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 15 rows starting from the beginning of the part 2024.04.30 22:26:40.112206 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part 2024.04.30 22:26:40.112326 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 15 rows starting from the beginning of the part 2024.04.30 22:26:40.115782 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 555 rows, containing 6 columns (6 merged, 0 gathered) in 0.004789131 sec., 115887.41255981513 rows/sec., 156.38 MiB/sec. 2024.04.30 22:26:40.116535 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.04.30 22:26:40.117037 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:40.117132 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.04.30 22:26:40.117243 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. 2024.04.30 22:26:41.000146 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 183.03 MiB, peak 191.34 MiB, free memory in arenas 0.00 B, will set to 185.06 MiB (RSS), difference: 2.02 MiB 2024.04.30 22:26:45.102924 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:45.103120 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:45.103167 [ 3 ] {} HTTP-Session: 19e45715-a4b5-49d1-ae0b-ec2ea63cd560 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:45.103208 [ 3 ] {} HTTP-Session: 19e45715-a4b5-49d1-ae0b-ec2ea63cd560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:45.103237 [ 3 ] {} HTTP-Session: 19e45715-a4b5-49d1-ae0b-ec2ea63cd560 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:45.103317 [ 3 ] {} HTTP-Session: 19e45715-a4b5-49d1-ae0b-ec2ea63cd560 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:45.103511 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:45.103580 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:26:45.103773 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:45.104262 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:45.104308 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:45.104679 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.04.30 22:26:45.105032 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:45.105183 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} executeQuery: Read 16 rows, 1.30 KiB in 0.001729 sec., 9253.903990746096 rows/sec., 750.07 KiB/sec. 2024.04.30 22:26:45.105454 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} DynamicQueryHandler: Done processing query 2024.04.30 22:26:45.105487 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:45.105504 [ 3 ] {} HTTP-Session: 19e45715-a4b5-49d1-ae0b-ec2ea63cd560 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:45.105676 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:45.105734 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:45.105754 [ 3 ] {} HTTP-Session: 191d2fc5-fb08-4468-82fb-9c21f594c40d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:45.105773 [ 3 ] {} HTTP-Session: 191d2fc5-fb08-4468-82fb-9c21f594c40d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:45.105787 [ 3 ] {} HTTP-Session: 191d2fc5-fb08-4468-82fb-9c21f594c40d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:45.105822 [ 3 ] {} HTTP-Session: 191d2fc5-fb08-4468-82fb-9c21f594c40d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:45.105939 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:45.105986 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:26:45.106125 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:45.106465 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:45.106502 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:45.106808 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.04.30 22:26:45.107130 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:45.107287 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} executeQuery: Read 48 rows, 4.39 KiB in 0.001386 sec., 34632.03463203463 rows/sec., 3.09 MiB/sec. 2024.04.30 22:26:45.107448 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} DynamicQueryHandler: Done processing query 2024.04.30 22:26:45.107473 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:26:45.107488 [ 3 ] {} HTTP-Session: 191d2fc5-fb08-4468-82fb-9c21f594c40d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:45.107654 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:45.107703 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:45.107722 [ 3 ] {} HTTP-Session: eaffed00-03d3-40f3-8d5e-29ba0b95142d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:45.107739 [ 3 ] {} HTTP-Session: eaffed00-03d3-40f3-8d5e-29ba0b95142d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:45.107753 [ 3 ] {} HTTP-Session: eaffed00-03d3-40f3-8d5e-29ba0b95142d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:45.107785 [ 3 ] {} HTTP-Session: eaffed00-03d3-40f3-8d5e-29ba0b95142d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:45.107892 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:45.107937 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:26:45.108062 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:45.108336 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:45.108372 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:45.108675 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.04.30 22:26:45.108976 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:45.109134 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} executeQuery: Read 16 rows, 1.28 KiB in 0.00127 sec., 12598.425196850392 rows/sec., 1008.86 KiB/sec. 2024.04.30 22:26:45.109296 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} DynamicQueryHandler: Done processing query 2024.04.30 22:26:45.109320 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:45.109336 [ 3 ] {} HTTP-Session: eaffed00-03d3-40f3-8d5e-29ba0b95142d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:45.109464 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:45.109513 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:45.109533 [ 3 ] {} HTTP-Session: 5cad3aa5-d002-4f98-9964-ab3aadfeb4f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:45.109549 [ 3 ] {} HTTP-Session: 5cad3aa5-d002-4f98-9964-ab3aadfeb4f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:45.109563 [ 3 ] {} HTTP-Session: 5cad3aa5-d002-4f98-9964-ab3aadfeb4f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:45.109594 [ 3 ] {} HTTP-Session: 5cad3aa5-d002-4f98-9964-ab3aadfeb4f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:45.109774 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:45.109822 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:26:45.109981 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:45.110326 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:45.110362 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:45.110762 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.04.30 22:26:45.111104 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:45.111257 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} executeQuery: Read 16 rows, 22.11 KiB in 0.001587 sec., 10081.91556395715 rows/sec., 13.61 MiB/sec. 2024.04.30 22:26:45.111417 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} DynamicQueryHandler: Done processing query 2024.04.30 22:26:45.111441 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:26:45.111457 [ 3 ] {} HTTP-Session: 5cad3aa5-d002-4f98-9964-ab3aadfeb4f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:50.102207 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:50.102355 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:50.102386 [ 3 ] {} HTTP-Session: bb55f473-3670-4b3a-92dc-a06c0740e5c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:50.102415 [ 3 ] {} HTTP-Session: bb55f473-3670-4b3a-92dc-a06c0740e5c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:50.102433 [ 3 ] {} HTTP-Session: bb55f473-3670-4b3a-92dc-a06c0740e5c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:50.102492 [ 3 ] {} HTTP-Session: bb55f473-3670-4b3a-92dc-a06c0740e5c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:50.102704 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:50.102783 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:26:50.103009 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:50.103473 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:50.103518 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:50.103896 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.04.30 22:26:50.104249 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:50.104401 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} executeQuery: Read 15 rows, 1.22 KiB in 0.001762 sec., 8513.05334846765 rows/sec., 690.02 KiB/sec. 2024.04.30 22:26:50.104618 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} DynamicQueryHandler: Done processing query 2024.04.30 22:26:50.104645 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:50.104663 [ 3 ] {} HTTP-Session: bb55f473-3670-4b3a-92dc-a06c0740e5c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:50.104806 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:50.104862 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:50.104882 [ 3 ] {} HTTP-Session: 1933fc65-dbd1-417c-b844-1a7305fc4da1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:50.104900 [ 3 ] {} HTTP-Session: 1933fc65-dbd1-417c-b844-1a7305fc4da1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:50.104916 [ 3 ] {} HTTP-Session: 1933fc65-dbd1-417c-b844-1a7305fc4da1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:50.104952 [ 3 ] {} HTTP-Session: 1933fc65-dbd1-417c-b844-1a7305fc4da1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:50.105077 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:50.105125 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:26:50.105258 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:50.105569 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:50.105608 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:50.105923 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.04.30 22:26:50.106238 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:50.106364 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} executeQuery: Read 45 rows, 4.01 KiB in 0.001332 sec., 33783.78378378378 rows/sec., 2.94 MiB/sec. 2024.04.30 22:26:50.106520 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} DynamicQueryHandler: Done processing query 2024.04.30 22:26:50.106545 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:26:50.106562 [ 3 ] {} HTTP-Session: 1933fc65-dbd1-417c-b844-1a7305fc4da1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:50.106731 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:50.106779 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:50.106799 [ 3 ] {} HTTP-Session: 36f14c33-9605-4f13-a68f-3a28db3f11b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:50.106817 [ 3 ] {} HTTP-Session: 36f14c33-9605-4f13-a68f-3a28db3f11b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:50.106831 [ 3 ] {} HTTP-Session: 36f14c33-9605-4f13-a68f-3a28db3f11b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:50.106864 [ 3 ] {} HTTP-Session: 36f14c33-9605-4f13-a68f-3a28db3f11b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:50.106966 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:50.107010 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:26:50.107136 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:50.107427 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:50.107463 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:50.107766 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.04.30 22:26:50.108077 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:50.108207 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} executeQuery: Read 15 rows, 1.20 KiB in 0.001266 sec., 11848.341232227489 rows/sec., 948.79 KiB/sec. 2024.04.30 22:26:50.108409 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} DynamicQueryHandler: Done processing query 2024.04.30 22:26:50.108434 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:50.108450 [ 3 ] {} HTTP-Session: 36f14c33-9605-4f13-a68f-3a28db3f11b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:50.108676 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:50.108726 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:50.108745 [ 3 ] {} HTTP-Session: 95c9dc60-71d0-44d5-a479-1262c4cd0db9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:50.108762 [ 3 ] {} HTTP-Session: 95c9dc60-71d0-44d5-a479-1262c4cd0db9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:50.108776 [ 3 ] {} HTTP-Session: 95c9dc60-71d0-44d5-a479-1262c4cd0db9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:50.108807 [ 3 ] {} HTTP-Session: 95c9dc60-71d0-44d5-a479-1262c4cd0db9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:50.108985 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:50.109034 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:26:50.109202 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:50.109547 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:50.109584 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2024.04.30 22:26:50.109988 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.04.30 22:26:50.110343 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:50.110514 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} executeQuery: Read 15 rows, 20.73 KiB in 0.001622 sec., 9247.842170160297 rows/sec., 12.48 MiB/sec. 2024.04.30 22:26:50.110798 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} DynamicQueryHandler: Done processing query 2024.04.30 22:26:50.110854 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:26:50.110884 [ 3 ] {} HTTP-Session: 95c9dc60-71d0-44d5-a479-1262c4cd0db9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:53.775403 [ 122 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:26:53.775500 [ 122 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:26:55.001437 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000985795 sec. 2024.04.30 22:26:55.104441 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:55.104564 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:55.104589 [ 3 ] {} HTTP-Session: 19217b4b-5b04-4c86-b4c3-04816516d6a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:55.104615 [ 3 ] {} HTTP-Session: 19217b4b-5b04-4c86-b4c3-04816516d6a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:55.104629 [ 3 ] {} HTTP-Session: 19217b4b-5b04-4c86-b4c3-04816516d6a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:55.104679 [ 3 ] {} HTTP-Session: 19217b4b-5b04-4c86-b4c3-04816516d6a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:55.104877 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:55.104946 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:26:55.105144 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:55.105560 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:55.105609 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:26:55.105992 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.04.30 22:26:55.106332 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:55.106511 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} executeQuery: Read 16 rows, 1.30 KiB in 0.001681 sec., 9518.143961927424 rows/sec., 771.49 KiB/sec. 2024.04.30 22:26:55.106729 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} DynamicQueryHandler: Done processing query 2024.04.30 22:26:55.106757 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:26:55.106774 [ 3 ] {} HTTP-Session: 19217b4b-5b04-4c86-b4c3-04816516d6a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:55.106932 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:55.106997 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:55.107018 [ 3 ] {} HTTP-Session: 848ad4f0-8508-4481-9b8c-dc1da53cab91 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:55.107042 [ 3 ] {} HTTP-Session: 848ad4f0-8508-4481-9b8c-dc1da53cab91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:55.107058 [ 3 ] {} HTTP-Session: 848ad4f0-8508-4481-9b8c-dc1da53cab91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:55.107098 [ 3 ] {} HTTP-Session: 848ad4f0-8508-4481-9b8c-dc1da53cab91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:55.107244 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:55.107299 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:26:55.107457 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:55.107792 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:55.107830 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:26:55.108150 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.04.30 22:26:55.108466 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:55.108626 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} executeQuery: Read 84 rows, 7.16 KiB in 0.001432 sec., 58659.217877094976 rows/sec., 4.88 MiB/sec. 2024.04.30 22:26:55.108894 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} DynamicQueryHandler: Done processing query 2024.04.30 22:26:55.108956 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.30 22:26:55.109015 [ 3 ] {} HTTP-Session: 848ad4f0-8508-4481-9b8c-dc1da53cab91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:55.109192 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:55.109244 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:55.109263 [ 3 ] {} HTTP-Session: 70f613b6-99d0-4e3a-b293-57b7a700450c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:55.109281 [ 3 ] {} HTTP-Session: 70f613b6-99d0-4e3a-b293-57b7a700450c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:55.109294 [ 3 ] {} HTTP-Session: 70f613b6-99d0-4e3a-b293-57b7a700450c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:55.109326 [ 3 ] {} HTTP-Session: 70f613b6-99d0-4e3a-b293-57b7a700450c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:55.109443 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:55.109488 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:26:55.109633 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:55.109930 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:55.109969 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:26:55.110279 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.04.30 22:26:55.110604 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:55.110770 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} executeQuery: Read 40 rows, 3.18 KiB in 0.001357 sec., 29476.78703021371 rows/sec., 2.29 MiB/sec. 2024.04.30 22:26:55.111101 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} DynamicQueryHandler: Done processing query 2024.04.30 22:26:55.111131 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:26:55.111146 [ 3 ] {} HTTP-Session: 70f613b6-99d0-4e3a-b293-57b7a700450c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:55.111294 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:55.111345 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:55.111364 [ 3 ] {} HTTP-Session: 4c42fd8a-38e1-488c-b8a1-d8107f9a9e89 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:55.111381 [ 3 ] {} HTTP-Session: 4c42fd8a-38e1-488c-b8a1-d8107f9a9e89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:55.111395 [ 3 ] {} HTTP-Session: 4c42fd8a-38e1-488c-b8a1-d8107f9a9e89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:55.111427 [ 3 ] {} HTTP-Session: 4c42fd8a-38e1-488c-b8a1-d8107f9a9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:55.111541 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:55.111593 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:26:55.111763 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:55.112057 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:55.112094 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:26:55.112471 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.30 22:26:55.112817 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:55.112941 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} executeQuery: Read 36 rows, 2.60 KiB in 0.001437 sec., 25052.19206680585 rows/sec., 1.77 MiB/sec. 2024.04.30 22:26:55.113191 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} DynamicQueryHandler: Done processing query 2024.04.30 22:26:55.113232 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:26:55.113249 [ 3 ] {} HTTP-Session: 4c42fd8a-38e1-488c-b8a1-d8107f9a9e89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:55.113384 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:26:55.113432 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:26:55.113451 [ 3 ] {} HTTP-Session: cd0de16f-781f-4798-98e9-aed17903edcc Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:26:55.113467 [ 3 ] {} HTTP-Session: cd0de16f-781f-4798-98e9-aed17903edcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:55.113481 [ 3 ] {} HTTP-Session: cd0de16f-781f-4798-98e9-aed17903edcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:26:55.113512 [ 3 ] {} HTTP-Session: cd0de16f-781f-4798-98e9-aed17903edcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:26:55.113688 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:26:55.113738 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:26:55.113911 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:26:55.114265 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:26:55.114301 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:26:55.114684 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.04.30 22:26:55.115018 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:26:55.115138 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} executeQuery: Read 16 rows, 22.11 KiB in 0.00155 sec., 10322.58064516129 rows/sec., 13.93 MiB/sec. 2024.04.30 22:26:55.115289 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} DynamicQueryHandler: Done processing query 2024.04.30 22:26:55.115314 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:26:55.115329 [ 3 ] {} HTTP-Session: cd0de16f-781f-4798-98e9-aed17903edcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:00.101674 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:00.101808 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:00.101834 [ 3 ] {} HTTP-Session: 905ba9a5-79ab-47db-a05b-48b0fba877a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:00.101859 [ 3 ] {} HTTP-Session: 905ba9a5-79ab-47db-a05b-48b0fba877a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:00.101873 [ 3 ] {} HTTP-Session: 905ba9a5-79ab-47db-a05b-48b0fba877a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:00.101925 [ 3 ] {} HTTP-Session: 905ba9a5-79ab-47db-a05b-48b0fba877a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:00.102117 [ 3 ] {73684864-3748-4455-805e-67af990815d7} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:00.102188 [ 3 ] {73684864-3748-4455-805e-67af990815d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:27:00.102397 [ 3 ] {73684864-3748-4455-805e-67af990815d7} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:00.102830 [ 3 ] {73684864-3748-4455-805e-67af990815d7} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:00.102877 [ 3 ] {73684864-3748-4455-805e-67af990815d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:00.103254 [ 3 ] {73684864-3748-4455-805e-67af990815d7} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.04.30 22:27:00.103591 [ 3 ] {73684864-3748-4455-805e-67af990815d7} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:00.103746 [ 3 ] {73684864-3748-4455-805e-67af990815d7} executeQuery: Read 15 rows, 1.22 KiB in 0.001686 sec., 8896.79715302491 rows/sec., 721.13 KiB/sec. 2024.04.30 22:27:00.103805 [ 119 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2024.04.30 22:27:00.103917 [ 119 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:00.103952 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:00.104050 [ 3 ] {73684864-3748-4455-805e-67af990815d7} DynamicQueryHandler: Done processing query 2024.04.30 22:27:00.104114 [ 3 ] {73684864-3748-4455-805e-67af990815d7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:00.104148 [ 3 ] {} HTTP-Session: 905ba9a5-79ab-47db-a05b-48b0fba877a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:00.104159 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2024.04.30 22:27:00.104322 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:00.104409 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:00.104429 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:00.104482 [ 3 ] {} HTTP-Session: b30bb92b-d914-437f-8514-4f84f029bdb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:00.104484 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 31 rows starting from the beginning of the part 2024.04.30 22:27:00.104512 [ 3 ] {} HTTP-Session: b30bb92b-d914-437f-8514-4f84f029bdb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:00.104553 [ 3 ] {} HTTP-Session: b30bb92b-d914-437f-8514-4f84f029bdb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:00.104690 [ 3 ] {} HTTP-Session: b30bb92b-d914-437f-8514-4f84f029bdb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:00.104740 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:00.105065 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:00.105099 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:00.105251 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:27:00.105393 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:00.105707 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:00.106081 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:00.106300 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:00.107148 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:00.107217 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:00.108104 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.04.30 22:27:00.108894 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.004855843 sec., 22241.246267640858 rows/sec., 1.76 MiB/sec. 2024.04.30 22:27:00.109092 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2024.04.30 22:27:00.109102 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:00.109371 [ 119 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.04.30 22:27:00.109489 [ 119 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:00.109531 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} executeQuery: Read 45 rows, 4.01 KiB in 0.004546 sec., 9898.812142542896 rows/sec., 882.90 KiB/sec. 2024.04.30 22:27:00.109575 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:00.110218 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} DynamicQueryHandler: Done processing query 2024.04.30 22:27:00.110237 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:27:00.110274 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:27:00.110341 [ 3 ] {} HTTP-Session: b30bb92b-d914-437f-8514-4f84f029bdb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:00.110490 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:00.110621 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:00.110798 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2024.04.30 22:27:00.110800 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:00.110815 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:00.110883 [ 3 ] {} HTTP-Session: 4944ff86-3296-4480-8d2d-3eedb3854ae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:00.110957 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 142 rows starting from the beginning of the part 2024.04.30 22:27:00.110976 [ 3 ] {} HTTP-Session: 4944ff86-3296-4480-8d2d-3eedb3854ae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:00.111012 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.04.30 22:27:00.111051 [ 3 ] {} HTTP-Session: 4944ff86-3296-4480-8d2d-3eedb3854ae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:00.111207 [ 3 ] {} HTTP-Session: 4944ff86-3296-4480-8d2d-3eedb3854ae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:00.111269 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 45 rows starting from the beginning of the part 2024.04.30 22:27:00.111545 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:00.111594 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part 2024.04.30 22:27:00.111664 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:27:00.111861 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 45 rows starting from the beginning of the part 2024.04.30 22:27:00.112189 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 84 rows starting from the beginning of the part 2024.04.30 22:27:00.112548 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 45 rows starting from the beginning of the part 2024.04.30 22:27:00.112842 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:00.113680 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:00.113731 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:00.114641 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.04.30 22:27:00.115348 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 409 rows, containing 4 columns (4 merged, 0 gathered) in 0.005494898 sec., 74432.68282686958 rows/sec., 6.37 MiB/sec. 2024.04.30 22:27:00.115412 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:00.115519 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.04.30 22:27:00.115628 [ 119 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.04.30 22:27:00.115688 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} executeQuery: Read 15 rows, 1.20 KiB in 0.004282 sec., 3503.0359645025687 rows/sec., 280.52 KiB/sec. 2024.04.30 22:27:00.115722 [ 119 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:00.115858 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:00.116243 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} DynamicQueryHandler: Done processing query 2024.04.30 22:27:00.116351 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:00.116427 [ 3 ] {} HTTP-Session: 4944ff86-3296-4480-8d2d-3eedb3854ae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:00.116443 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:27:00.116727 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:00.116885 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:00.116901 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:00.116948 [ 3 ] {} HTTP-Session: 2fc1b84b-a48d-451d-9336-ef61598867a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:00.116979 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 96 rows starting from the beginning of the part 2024.04.30 22:27:00.117028 [ 3 ] {} HTTP-Session: 2fc1b84b-a48d-451d-9336-ef61598867a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:00.117062 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:00.117098 [ 3 ] {} HTTP-Session: 2fc1b84b-a48d-451d-9336-ef61598867a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:00.117302 [ 3 ] {} HTTP-Session: 2fc1b84b-a48d-451d-9336-ef61598867a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:00.117409 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:00.117649 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.04.30 22:27:00.117819 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:27:00.117968 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:00.117982 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.04.30 22:27:00.118197 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:00.118285 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:27:00.118575 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part 2024.04.30 22:27:00.118997 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:00.119697 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:00.120629 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:00.120697 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:00.121746 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 4 columns (4 merged, 0 gathered) in 0.005733705 sec., 34358.23782353644 rows/sec., 2.69 MiB/sec. 2024.04.30 22:27:00.121891 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.04.30 22:27:00.121933 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.04.30 22:27:00.122825 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:00.122849 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:00.123042 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.04.30 22:27:00.123135 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} executeQuery: Read 15 rows, 20.73 KiB in 0.005511 sec., 2721.829069134458 rows/sec., 3.67 MiB/sec. 2024.04.30 22:27:00.123224 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:27:00.123464 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} DynamicQueryHandler: Done processing query 2024.04.30 22:27:00.123494 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:27:00.123510 [ 3 ] {} HTTP-Session: 2fc1b84b-a48d-451d-9336-ef61598867a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.102825 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:05.103020 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:05.103065 [ 3 ] {} HTTP-Session: dd1a1906-c0c0-493a-a81d-0c7c5923cac5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:05.103108 [ 3 ] {} HTTP-Session: dd1a1906-c0c0-493a-a81d-0c7c5923cac5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.103136 [ 3 ] {} HTTP-Session: dd1a1906-c0c0-493a-a81d-0c7c5923cac5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.103220 [ 3 ] {} HTTP-Session: dd1a1906-c0c0-493a-a81d-0c7c5923cac5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:05.103518 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:05.103629 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:27:05.103953 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:05.104485 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:05.104532 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:05.104909 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.04.30 22:27:05.105250 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:05.105408 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} executeQuery: Read 16 rows, 1.30 KiB in 0.001989 sec., 8044.243338360986 rows/sec., 652.02 KiB/sec. 2024.04.30 22:27:05.105718 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} DynamicQueryHandler: Done processing query 2024.04.30 22:27:05.105764 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:05.105790 [ 3 ] {} HTTP-Session: dd1a1906-c0c0-493a-a81d-0c7c5923cac5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.105962 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:05.106019 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:05.106038 [ 3 ] {} HTTP-Session: 16595018-7527-486b-ac85-80167c7581eb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:05.106057 [ 3 ] {} HTTP-Session: 16595018-7527-486b-ac85-80167c7581eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.106072 [ 3 ] {} HTTP-Session: 16595018-7527-486b-ac85-80167c7581eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.106107 [ 3 ] {} HTTP-Session: 16595018-7527-486b-ac85-80167c7581eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:05.106213 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:05.106260 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:27:05.106414 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:05.106705 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:05.106742 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:05.107054 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.30 22:27:05.107369 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:05.107538 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} executeQuery: Read 4 rows, 334.00 B in 0.001341 sec., 2982.848620432513 rows/sec., 243.23 KiB/sec. 2024.04.30 22:27:05.108042 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} DynamicQueryHandler: Done processing query 2024.04.30 22:27:05.108067 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:05.108085 [ 3 ] {} HTTP-Session: 16595018-7527-486b-ac85-80167c7581eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.108252 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:05.108302 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:05.108322 [ 3 ] {} HTTP-Session: 851170b4-576b-4b74-ae98-563d14f8a38d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:05.108339 [ 3 ] {} HTTP-Session: 851170b4-576b-4b74-ae98-563d14f8a38d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.108353 [ 3 ] {} HTTP-Session: 851170b4-576b-4b74-ae98-563d14f8a38d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.108385 [ 3 ] {} HTTP-Session: 851170b4-576b-4b74-ae98-563d14f8a38d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:05.108499 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:05.108543 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:27:05.108695 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:05.109013 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:05.109050 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:05.109357 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.04.30 22:27:05.109662 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:05.109817 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} executeQuery: Read 50 rows, 4.54 KiB in 0.001352 sec., 36982.24852071006 rows/sec., 3.28 MiB/sec. 2024.04.30 22:27:05.110093 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} DynamicQueryHandler: Done processing query 2024.04.30 22:27:05.110152 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:27:05.110222 [ 3 ] {} HTTP-Session: 851170b4-576b-4b74-ae98-563d14f8a38d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.110427 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:05.110482 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:05.110502 [ 3 ] {} HTTP-Session: 9f5ec991-50b2-4f3c-bc43-5ecc7b7ac9e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:05.110518 [ 3 ] {} HTTP-Session: 9f5ec991-50b2-4f3c-bc43-5ecc7b7ac9e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.110532 [ 3 ] {} HTTP-Session: 9f5ec991-50b2-4f3c-bc43-5ecc7b7ac9e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.110565 [ 3 ] {} HTTP-Session: 9f5ec991-50b2-4f3c-bc43-5ecc7b7ac9e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:05.110669 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:05.110714 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:27:05.110862 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:05.111150 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:05.111189 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:05.111484 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.30 22:27:05.111787 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:05.111944 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} executeQuery: Read 4 rows, 286.00 B in 0.001293 sec., 3093.580819798917 rows/sec., 216.01 KiB/sec. 2024.04.30 22:27:05.112415 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} DynamicQueryHandler: Done processing query 2024.04.30 22:27:05.112440 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:05.112456 [ 3 ] {} HTTP-Session: 9f5ec991-50b2-4f3c-bc43-5ecc7b7ac9e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.112572 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 3449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:05.112620 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:05.112640 [ 3 ] {} HTTP-Session: 8cf0044a-0ef5-4352-ad93-0a81079d55e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:05.112656 [ 3 ] {} HTTP-Session: 8cf0044a-0ef5-4352-ad93-0a81079d55e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.112670 [ 3 ] {} HTTP-Session: 8cf0044a-0ef5-4352-ad93-0a81079d55e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.112701 [ 3 ] {} HTTP-Session: 8cf0044a-0ef5-4352-ad93-0a81079d55e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:05.112805 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:05.112876 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:27:05.113034 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:05.113322 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:05.113360 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:05.113673 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.04.30 22:27:05.113977 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:05.114098 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} executeQuery: Read 20 rows, 1.61 KiB in 0.001324 sec., 15105.74018126888 rows/sec., 1.19 MiB/sec. 2024.04.30 22:27:05.114257 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} DynamicQueryHandler: Done processing query 2024.04.30 22:27:05.114285 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:27:05.114301 [ 3 ] {} HTTP-Session: 8cf0044a-0ef5-4352-ad93-0a81079d55e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.114442 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:05.114492 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:05.114512 [ 3 ] {} HTTP-Session: 21a48235-9216-4711-a1fa-e374ab11e44c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:05.114528 [ 3 ] {} HTTP-Session: 21a48235-9216-4711-a1fa-e374ab11e44c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.114542 [ 3 ] {} HTTP-Session: 21a48235-9216-4711-a1fa-e374ab11e44c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.114572 [ 3 ] {} HTTP-Session: 21a48235-9216-4711-a1fa-e374ab11e44c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:05.114666 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:05.114715 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:27:05.114853 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:05.115111 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:05.115146 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:05.115501 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.30 22:27:05.115823 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:05.115946 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} executeQuery: Read 2 rows, 144.00 B in 0.001305 sec., 1532.5670498084291 rows/sec., 107.76 KiB/sec. 2024.04.30 22:27:05.116249 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} DynamicQueryHandler: Done processing query 2024.04.30 22:27:05.116274 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.30 22:27:05.116290 [ 3 ] {} HTTP-Session: 21a48235-9216-4711-a1fa-e374ab11e44c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.116414 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:05.116462 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:05.116481 [ 3 ] {} HTTP-Session: 39547e90-fd4a-42e3-a35c-59ad92103b79 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:05.116497 [ 3 ] {} HTTP-Session: 39547e90-fd4a-42e3-a35c-59ad92103b79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.116511 [ 3 ] {} HTTP-Session: 39547e90-fd4a-42e3-a35c-59ad92103b79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.116541 [ 3 ] {} HTTP-Session: 39547e90-fd4a-42e3-a35c-59ad92103b79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:05.116746 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:05.116795 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:27:05.116972 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:05.117371 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:05.117407 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:05.117795 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.04.30 22:27:05.118140 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:05.118264 [ 116 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.04.30 22:27:05.118269 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} executeQuery: Read 16 rows, 22.11 KiB in 0.001652 sec., 9685.230024213075 rows/sec., 13.07 MiB/sec. 2024.04.30 22:27:05.118303 [ 116 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:05.118341 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:05.118452 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:27:05.118482 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} DynamicQueryHandler: Done processing query 2024.04.30 22:27:05.118514 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:27:05.118537 [ 3 ] {} HTTP-Session: 39547e90-fd4a-42e3-a35c-59ad92103b79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:05.118610 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:05.118642 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 555 rows starting from the beginning of the part 2024.04.30 22:27:05.118706 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:05.118931 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:05.119182 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:05.119352 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:05.119452 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:05.121779 [ 191 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 633 rows, containing 6 columns (6 merged, 0 gathered) in 0.003370655 sec., 187797.32722571725 rows/sec., 253.42 MiB/sec. 2024.04.30 22:27:05.122426 [ 201 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.04.30 22:27:05.122993 [ 201 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:05.123084 [ 201 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.04.30 22:27:05.123193 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB. 2024.04.30 22:27:08.775551 [ 114 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:27:08.775623 [ 114 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:27:10.103063 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:10.103223 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:10.103265 [ 3 ] {} HTTP-Session: c83f81cc-8f4c-4aa2-845b-5c49d8addda6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:10.103304 [ 3 ] {} HTTP-Session: c83f81cc-8f4c-4aa2-845b-5c49d8addda6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.103331 [ 3 ] {} HTTP-Session: c83f81cc-8f4c-4aa2-845b-5c49d8addda6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.103407 [ 3 ] {} HTTP-Session: c83f81cc-8f4c-4aa2-845b-5c49d8addda6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:10.103682 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:10.103785 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:27:10.104081 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:10.104601 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:10.104650 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:10.105016 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.04.30 22:27:10.105357 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:10.105523 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} executeQuery: Read 15 rows, 1.22 KiB in 0.001928 sec., 7780.0829875518675 rows/sec., 630.61 KiB/sec. 2024.04.30 22:27:10.105777 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} DynamicQueryHandler: Done processing query 2024.04.30 22:27:10.105811 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:10.105829 [ 3 ] {} HTTP-Session: c83f81cc-8f4c-4aa2-845b-5c49d8addda6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.105994 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:10.106052 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:10.106072 [ 3 ] {} HTTP-Session: b381c8f1-1e77-4334-b6b8-248ceb2b7e4d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:10.106090 [ 3 ] {} HTTP-Session: b381c8f1-1e77-4334-b6b8-248ceb2b7e4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.106104 [ 3 ] {} HTTP-Session: b381c8f1-1e77-4334-b6b8-248ceb2b7e4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.106139 [ 3 ] {} HTTP-Session: b381c8f1-1e77-4334-b6b8-248ceb2b7e4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:10.106248 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:10.106293 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:27:10.106423 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:10.106737 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:10.106775 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:10.107085 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.30 22:27:10.107393 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:10.107552 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} executeQuery: Read 14 rows, 1.18 KiB in 0.001326 sec., 10558.069381598794 rows/sec., 891.87 KiB/sec. 2024.04.30 22:27:10.107555 [ 113 ] {} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2024.04.30 22:27:10.107646 [ 113 ] {} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:10.107698 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:10.107816 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} DynamicQueryHandler: Done processing query 2024.04.30 22:27:10.107843 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2024.04.30 22:27:10.107851 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:10.107890 [ 3 ] {} HTTP-Session: b381c8f1-1e77-4334-b6b8-248ceb2b7e4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.107974 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:10.108003 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part 2024.04.30 22:27:10.108040 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 8238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:10.108080 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2024.04.30 22:27:10.108180 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:10.108290 [ 3 ] {} HTTP-Session: 952e3169-b6d4-4d8c-94da-70c11f9fdafd Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:10.108418 [ 3 ] {} HTTP-Session: 952e3169-b6d4-4d8c-94da-70c11f9fdafd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.108448 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part 2024.04.30 22:27:10.108513 [ 3 ] {} HTTP-Session: 952e3169-b6d4-4d8c-94da-70c11f9fdafd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.108668 [ 3 ] {} HTTP-Session: 952e3169-b6d4-4d8c-94da-70c11f9fdafd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:10.108807 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2024.04.30 22:27:10.109065 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:10.109069 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2024.04.30 22:27:10.109157 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:27:10.109292 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part 2024.04.30 22:27:10.109796 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:10.110321 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:10.110365 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:10.110912 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.04.30 22:27:10.110916 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 58 rows, containing 4 columns (4 merged, 0 gathered) in 0.003132528 sec., 18515.397148884225 rows/sec., 1.51 MiB/sec. 2024.04.30 22:27:10.111081 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2024.04.30 22:27:10.111442 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:10.111664 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:10.111676 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} executeQuery: Read 55 rows, 4.86 KiB in 0.002775 sec., 19819.81981981982 rows/sec., 1.71 MiB/sec. 2024.04.30 22:27:10.111787 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2024.04.30 22:27:10.111869 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:27:10.111899 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} DynamicQueryHandler: Done processing query 2024.04.30 22:27:10.111924 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.30 22:27:10.111941 [ 3 ] {} HTTP-Session: 952e3169-b6d4-4d8c-94da-70c11f9fdafd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.112093 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:10.112141 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:10.112161 [ 3 ] {} HTTP-Session: 1822f8c4-ef5f-449f-8d84-74315167c72d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:10.112176 [ 3 ] {} HTTP-Session: 1822f8c4-ef5f-449f-8d84-74315167c72d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.112190 [ 3 ] {} HTTP-Session: 1822f8c4-ef5f-449f-8d84-74315167c72d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.112221 [ 3 ] {} HTTP-Session: 1822f8c4-ef5f-449f-8d84-74315167c72d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:10.112317 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:10.112360 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:27:10.112484 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:10.112763 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:10.112800 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:10.113099 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.30 22:27:10.113401 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:10.113544 [ 113 ] {} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2024.04.30 22:27:10.113556 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} executeQuery: Read 14 rows, 1.02 KiB in 0.001254 sec., 11164.27432216906 rows/sec., 812.24 KiB/sec. 2024.04.30 22:27:10.113590 [ 113 ] {} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:10.113657 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:10.113861 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2024.04.30 22:27:10.113883 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} DynamicQueryHandler: Done processing query 2024.04.30 22:27:10.113943 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:10.113968 [ 3 ] {} HTTP-Session: 1822f8c4-ef5f-449f-8d84-74315167c72d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.114086 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:10.114143 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 5031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:10.114156 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part 2024.04.30 22:27:10.114232 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:10.114330 [ 3 ] {} HTTP-Session: 221795d6-896f-4470-a6d4-bb53341f25eb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:10.114398 [ 3 ] {} HTTP-Session: 221795d6-896f-4470-a6d4-bb53341f25eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.114398 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2024.04.30 22:27:10.114445 [ 3 ] {} HTTP-Session: 221795d6-896f-4470-a6d4-bb53341f25eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.114608 [ 3 ] {} HTTP-Session: 221795d6-896f-4470-a6d4-bb53341f25eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:10.114634 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part 2024.04.30 22:27:10.114944 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2024.04.30 22:27:10.114999 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:10.115176 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:27:10.115215 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2024.04.30 22:27:10.115583 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part 2024.04.30 22:27:10.116270 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:10.116990 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:10.117042 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:10.117939 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.04.30 22:27:10.118296 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 58 rows, containing 4 columns (4 merged, 0 gathered) in 0.004529944 sec., 12803.690288445066 rows/sec., 921.17 KiB/sec. 2024.04.30 22:27:10.118527 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2024.04.30 22:27:10.118719 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:10.119233 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} executeQuery: Read 29 rows, 2.38 KiB in 0.004329 sec., 6699.006699006698 rows/sec., 550.66 KiB/sec. 2024.04.30 22:27:10.119637 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:10.119908 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2024.04.30 22:27:10.119916 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} DynamicQueryHandler: Done processing query 2024.04.30 22:27:10.119988 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:27:10.120059 [ 3 ] {} HTTP-Session: 221795d6-896f-4470-a6d4-bb53341f25eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.120068 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:27:10.120243 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 1423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:10.120300 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:10.120320 [ 3 ] {} HTTP-Session: 13d81942-5fdd-4edd-9a45-d3dd2264bedc Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:10.120337 [ 3 ] {} HTTP-Session: 13d81942-5fdd-4edd-9a45-d3dd2264bedc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.120351 [ 3 ] {} HTTP-Session: 13d81942-5fdd-4edd-9a45-d3dd2264bedc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.120384 [ 3 ] {} HTTP-Session: 13d81942-5fdd-4edd-9a45-d3dd2264bedc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:10.120491 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:10.120540 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:27:10.120716 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:10.121005 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:10.121041 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:10.121415 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.30 22:27:10.121782 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:10.121951 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} executeQuery: Read 7 rows, 525.00 B in 0.001483 sec., 4720.161834120027 rows/sec., 345.71 KiB/sec. 2024.04.30 22:27:10.122166 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} DynamicQueryHandler: Done processing query 2024.04.30 22:27:10.122190 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:10.122206 [ 3 ] {} HTTP-Session: 13d81942-5fdd-4edd-9a45-d3dd2264bedc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.122337 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:10.122388 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:10.122408 [ 3 ] {} HTTP-Session: d148fc1a-e9a9-40fa-9396-da185bf17ce2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:10.122424 [ 3 ] {} HTTP-Session: d148fc1a-e9a9-40fa-9396-da185bf17ce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.122438 [ 3 ] {} HTTP-Session: d148fc1a-e9a9-40fa-9396-da185bf17ce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:10.122468 [ 3 ] {} HTTP-Session: d148fc1a-e9a9-40fa-9396-da185bf17ce2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:10.122651 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:10.122698 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:27:10.122860 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:10.123239 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:10.123276 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:10.123676 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.04.30 22:27:10.124016 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:10.124175 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} executeQuery: Read 15 rows, 20.73 KiB in 0.001622 sec., 9247.842170160297 rows/sec., 12.48 MiB/sec. 2024.04.30 22:27:10.124515 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} DynamicQueryHandler: Done processing query 2024.04.30 22:27:10.124566 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:27:10.124590 [ 3 ] {} HTTP-Session: d148fc1a-e9a9-40fa-9396-da185bf17ce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:15.101874 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:15.102007 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:15.102031 [ 3 ] {} HTTP-Session: 226f858b-1a59-41ca-94e1-de3fe8a36213 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:15.102055 [ 3 ] {} HTTP-Session: 226f858b-1a59-41ca-94e1-de3fe8a36213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:15.102070 [ 3 ] {} HTTP-Session: 226f858b-1a59-41ca-94e1-de3fe8a36213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:15.102120 [ 3 ] {} HTTP-Session: 226f858b-1a59-41ca-94e1-de3fe8a36213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:15.102307 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:15.102376 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:27:15.102577 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:15.103020 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:15.103066 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:15.103437 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.04.30 22:27:15.103772 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:15.103934 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} executeQuery: Read 16 rows, 1.30 KiB in 0.00168 sec., 9523.809523809523 rows/sec., 771.95 KiB/sec. 2024.04.30 22:27:15.104161 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} DynamicQueryHandler: Done processing query 2024.04.30 22:27:15.104189 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:15.104205 [ 3 ] {} HTTP-Session: 226f858b-1a59-41ca-94e1-de3fe8a36213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:15.104376 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:15.104433 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:15.104454 [ 3 ] {} HTTP-Session: ba0fa41f-ad4b-407e-8492-b32035a89213 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:15.104472 [ 3 ] {} HTTP-Session: ba0fa41f-ad4b-407e-8492-b32035a89213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:15.104486 [ 3 ] {} HTTP-Session: ba0fa41f-ad4b-407e-8492-b32035a89213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:15.104523 [ 3 ] {} HTTP-Session: ba0fa41f-ad4b-407e-8492-b32035a89213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:15.104640 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:15.104686 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:27:15.104819 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:15.105174 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:15.105212 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:15.105528 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.04.30 22:27:15.105839 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:15.105980 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} executeQuery: Read 48 rows, 4.39 KiB in 0.001378 sec., 34833.09143686502 rows/sec., 3.11 MiB/sec. 2024.04.30 22:27:15.106140 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} DynamicQueryHandler: Done processing query 2024.04.30 22:27:15.106164 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:27:15.106179 [ 3 ] {} HTTP-Session: ba0fa41f-ad4b-407e-8492-b32035a89213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:15.106303 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:15.106353 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:15.106371 [ 3 ] {} HTTP-Session: 1bd443e3-4e28-4a73-81be-3d98a0fa90b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:15.106387 [ 3 ] {} HTTP-Session: 1bd443e3-4e28-4a73-81be-3d98a0fa90b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:15.106402 [ 3 ] {} HTTP-Session: 1bd443e3-4e28-4a73-81be-3d98a0fa90b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:15.106433 [ 3 ] {} HTTP-Session: 1bd443e3-4e28-4a73-81be-3d98a0fa90b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:15.106535 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:15.106578 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:27:15.106705 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:15.106975 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:15.107011 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:15.107307 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.04.30 22:27:15.107608 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:15.107757 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} executeQuery: Read 16 rows, 1.28 KiB in 0.001246 sec., 12841.091492776886 rows/sec., 1.00 MiB/sec. 2024.04.30 22:27:15.107919 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} DynamicQueryHandler: Done processing query 2024.04.30 22:27:15.107944 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:15.107960 [ 3 ] {} HTTP-Session: 1bd443e3-4e28-4a73-81be-3d98a0fa90b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:15.108120 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:15.108168 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:15.108186 [ 3 ] {} HTTP-Session: def59b43-1582-4576-83ac-2cc7f4c51ca7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:15.108202 [ 3 ] {} HTTP-Session: def59b43-1582-4576-83ac-2cc7f4c51ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:15.108216 [ 3 ] {} HTTP-Session: def59b43-1582-4576-83ac-2cc7f4c51ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:15.108248 [ 3 ] {} HTTP-Session: def59b43-1582-4576-83ac-2cc7f4c51ca7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:15.108424 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:15.108472 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:27:15.108632 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:15.108985 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:15.109021 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:15.109421 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.04.30 22:27:15.109749 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:15.109913 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} executeQuery: Read 16 rows, 22.11 KiB in 0.001587 sec., 10081.91556395715 rows/sec., 13.61 MiB/sec. 2024.04.30 22:27:15.110191 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} DynamicQueryHandler: Done processing query 2024.04.30 22:27:15.110240 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:27:15.110271 [ 3 ] {} HTTP-Session: def59b43-1582-4576-83ac-2cc7f4c51ca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:20.102202 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:20.102359 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:20.102391 [ 3 ] {} HTTP-Session: 31199570-cbb5-451d-bea3-ddf1c85900b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:20.102420 [ 3 ] {} HTTP-Session: 31199570-cbb5-451d-bea3-ddf1c85900b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:20.102438 [ 3 ] {} HTTP-Session: 31199570-cbb5-451d-bea3-ddf1c85900b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:20.102497 [ 3 ] {} HTTP-Session: 31199570-cbb5-451d-bea3-ddf1c85900b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:20.102717 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:20.102796 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:27:20.103025 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:20.103485 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:20.103536 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:20.103947 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.04.30 22:27:20.104316 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:20.104535 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} executeQuery: Read 15 rows, 1.22 KiB in 0.001874 sec., 8004.268943436499 rows/sec., 648.78 KiB/sec. 2024.04.30 22:27:20.105208 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} DynamicQueryHandler: Done processing query 2024.04.30 22:27:20.105245 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:20.105271 [ 3 ] {} HTTP-Session: 31199570-cbb5-451d-bea3-ddf1c85900b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:20.105498 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:20.105572 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:20.105597 [ 3 ] {} HTTP-Session: 60ea8738-65fe-44f9-b26e-790209767099 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:20.105628 [ 3 ] {} HTTP-Session: 60ea8738-65fe-44f9-b26e-790209767099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:20.105644 [ 3 ] {} HTTP-Session: 60ea8738-65fe-44f9-b26e-790209767099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:20.105683 [ 3 ] {} HTTP-Session: 60ea8738-65fe-44f9-b26e-790209767099 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:20.105816 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:20.105876 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:27:20.106040 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:20.106397 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:20.106440 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:20.106912 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.04.30 22:27:20.107272 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:20.107445 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} executeQuery: Read 45 rows, 4.01 KiB in 0.001667 sec., 26994.601079784043 rows/sec., 2.35 MiB/sec. 2024.04.30 22:27:20.107621 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} DynamicQueryHandler: Done processing query 2024.04.30 22:27:20.107646 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:27:20.107662 [ 3 ] {} HTTP-Session: 60ea8738-65fe-44f9-b26e-790209767099 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:20.107799 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:20.107850 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:20.107872 [ 3 ] {} HTTP-Session: 618d294c-9edb-49df-b58d-733dc1ffd8ec Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:20.107890 [ 3 ] {} HTTP-Session: 618d294c-9edb-49df-b58d-733dc1ffd8ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:20.107904 [ 3 ] {} HTTP-Session: 618d294c-9edb-49df-b58d-733dc1ffd8ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:20.107937 [ 3 ] {} HTTP-Session: 618d294c-9edb-49df-b58d-733dc1ffd8ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:20.108042 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:20.108090 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:27:20.108221 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:20.108517 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:20.108556 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:20.108868 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.04.30 22:27:20.109178 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:20.109342 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} executeQuery: Read 15 rows, 1.20 KiB in 0.001323 sec., 11337.868480725623 rows/sec., 907.92 KiB/sec. 2024.04.30 22:27:20.109514 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} DynamicQueryHandler: Done processing query 2024.04.30 22:27:20.109539 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:20.109555 [ 3 ] {} HTTP-Session: 618d294c-9edb-49df-b58d-733dc1ffd8ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:20.109715 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:20.109764 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:20.109783 [ 3 ] {} HTTP-Session: f2d2cd51-84fe-4fb1-92ce-2a806a6458d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:20.109800 [ 3 ] {} HTTP-Session: f2d2cd51-84fe-4fb1-92ce-2a806a6458d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:20.109814 [ 3 ] {} HTTP-Session: f2d2cd51-84fe-4fb1-92ce-2a806a6458d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:20.109844 [ 3 ] {} HTTP-Session: f2d2cd51-84fe-4fb1-92ce-2a806a6458d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:20.110022 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:20.110069 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:27:20.110231 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:20.110585 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:20.110623 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2024.04.30 22:27:20.111022 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.04.30 22:27:20.111365 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:20.111527 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} executeQuery: Read 15 rows, 20.73 KiB in 0.001604 sec., 9351.620947630923 rows/sec., 12.62 MiB/sec. 2024.04.30 22:27:20.111699 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} DynamicQueryHandler: Done processing query 2024.04.30 22:27:20.111726 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:27:20.111743 [ 3 ] {} HTTP-Session: f2d2cd51-84fe-4fb1-92ce-2a806a6458d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:23.539810 [ 104 ] {} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2024.04.30 22:27:23.539939 [ 104 ] {} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:23.539982 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:23.540306 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2024.04.30 22:27:23.540608 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:23.540647 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 459 rows starting from the beginning of the part 2024.04.30 22:27:23.540726 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 37 rows starting from the beginning of the part 2024.04.30 22:27:23.540900 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part 2024.04.30 22:27:23.541183 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part 2024.04.30 22:27:23.541440 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 7 rows starting from the beginning of the part 2024.04.30 22:27:23.542539 [ 196 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.002441851 sec., 221553.23973493878 rows/sec., 15.64 MiB/sec. 2024.04.30 22:27:23.542754 [ 196 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2024.04.30 22:27:23.543294 [ 196 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:23.543392 [ 196 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2024.04.30 22:27:23.543504 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.04.30 22:27:23.775664 [ 104 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:27:23.775709 [ 104 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:27:25.103321 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:25.103434 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:25.103459 [ 3 ] {} HTTP-Session: 8cec6c9d-aa83-47d6-8b3d-b0a696281c1c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:25.103484 [ 3 ] {} HTTP-Session: 8cec6c9d-aa83-47d6-8b3d-b0a696281c1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.103498 [ 3 ] {} HTTP-Session: 8cec6c9d-aa83-47d6-8b3d-b0a696281c1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.103556 [ 3 ] {} HTTP-Session: 8cec6c9d-aa83-47d6-8b3d-b0a696281c1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:25.103792 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:25.103867 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:27:25.104066 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:25.104497 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:25.104540 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:25.104917 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.04.30 22:27:25.105259 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:25.105410 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} executeQuery: Read 16 rows, 1.30 KiB in 0.001688 sec., 9478.67298578199 rows/sec., 768.29 KiB/sec. 2024.04.30 22:27:25.105416 [ 104 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2024.04.30 22:27:25.105474 [ 104 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:25.105504 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:25.105720 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} DynamicQueryHandler: Done processing query 2024.04.30 22:27:25.105765 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:25.105777 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2024.04.30 22:27:25.105854 [ 3 ] {} HTTP-Session: 8cec6c9d-aa83-47d6-8b3d-b0a696281c1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.106358 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:25.106420 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:25.106519 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 31 rows starting from the beginning of the part 2024.04.30 22:27:25.106584 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:25.106655 [ 3 ] {} HTTP-Session: b39d3021-ab7d-47fc-86c9-f829bb23ddee Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:25.106771 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:25.106772 [ 3 ] {} HTTP-Session: b39d3021-ab7d-47fc-86c9-f829bb23ddee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.106857 [ 3 ] {} HTTP-Session: b39d3021-ab7d-47fc-86c9-f829bb23ddee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.106979 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:25.107017 [ 3 ] {} HTTP-Session: b39d3021-ab7d-47fc-86c9-f829bb23ddee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:25.107266 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:25.107506 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:25.107544 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:25.107706 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:27:25.107813 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:25.108526 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:25.109447 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:25.109520 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:25.110406 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.004826192 sec., 22585.094003719703 rows/sec., 1.79 MiB/sec. 2024.04.30 22:27:25.110416 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.30 22:27:25.110590 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2024.04.30 22:27:25.111243 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:25.111488 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:25.111601 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} executeQuery: Read 2 rows, 167.00 B in 0.004286 sec., 466.63555762949136 rows/sec., 38.05 KiB/sec. 2024.04.30 22:27:25.111708 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2024.04.30 22:27:25.111873 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:27:25.111943 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} DynamicQueryHandler: Done processing query 2024.04.30 22:27:25.111974 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:25.111990 [ 3 ] {} HTTP-Session: b39d3021-ab7d-47fc-86c9-f829bb23ddee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.112144 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:25.112194 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:25.112214 [ 3 ] {} HTTP-Session: 41fe40a1-e020-4b6c-b672-26d36b49292c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:25.112231 [ 3 ] {} HTTP-Session: 41fe40a1-e020-4b6c-b672-26d36b49292c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.112245 [ 3 ] {} HTTP-Session: 41fe40a1-e020-4b6c-b672-26d36b49292c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.112278 [ 3 ] {} HTTP-Session: 41fe40a1-e020-4b6c-b672-26d36b49292c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:25.112406 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:25.112450 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:27:25.112598 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:25.112952 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:25.112987 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:25.113309 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.04.30 22:27:25.113624 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:25.113781 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} executeQuery: Read 85 rows, 7.23 KiB in 0.001421 sec., 59817.030260380016 rows/sec., 4.97 MiB/sec. 2024.04.30 22:27:25.113794 [ 102 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.04.30 22:27:25.113897 [ 102 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:25.113950 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:25.114039 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} DynamicQueryHandler: Done processing query 2024.04.30 22:27:25.114094 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.30 22:27:25.114144 [ 3 ] {} HTTP-Session: 41fe40a1-e020-4b6c-b672-26d36b49292c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.114168 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:27:25.114374 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:25.114392 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:25.114466 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:25.114472 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 142 rows starting from the beginning of the part 2024.04.30 22:27:25.114514 [ 3 ] {} HTTP-Session: ee9cb971-ae2b-4d64-ad63-c4b16e2323b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:25.114578 [ 3 ] {} HTTP-Session: ee9cb971-ae2b-4d64-ad63-c4b16e2323b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.114684 [ 3 ] {} HTTP-Session: ee9cb971-ae2b-4d64-ad63-c4b16e2323b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.114817 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 50 rows starting from the beginning of the part 2024.04.30 22:27:25.114862 [ 3 ] {} HTTP-Session: ee9cb971-ae2b-4d64-ad63-c4b16e2323b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:25.115215 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 55 rows starting from the beginning of the part 2024.04.30 22:27:25.115280 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:25.115455 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:27:25.115500 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part 2024.04.30 22:27:25.115863 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 45 rows starting from the beginning of the part 2024.04.30 22:27:25.116245 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 85 rows starting from the beginning of the part 2024.04.30 22:27:25.116595 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:25.117505 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:25.117562 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:25.118360 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.30 22:27:25.119104 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:25.119112 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 425 rows, containing 4 columns (4 merged, 0 gathered) in 0.005062588 sec., 83949.15801957418 rows/sec., 7.19 MiB/sec. 2024.04.30 22:27:25.119365 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.04.30 22:27:25.119394 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} executeQuery: Read 2 rows, 143.00 B in 0.004232 sec., 472.5897920604915 rows/sec., 33.00 KiB/sec. 2024.04.30 22:27:25.120156 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} DynamicQueryHandler: Done processing query 2024.04.30 22:27:25.120200 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:25.120240 [ 3 ] {} HTTP-Session: ee9cb971-ae2b-4d64-ad63-c4b16e2323b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.120372 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:25.120462 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:25.120518 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.04.30 22:27:25.120547 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:25.120591 [ 3 ] {} HTTP-Session: c5ef99cd-cf3c-49ee-bb80-ee097e6275e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:25.120658 [ 3 ] {} HTTP-Session: c5ef99cd-cf3c-49ee-bb80-ee097e6275e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.120686 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.04.30 22:27:25.120692 [ 3 ] {} HTTP-Session: c5ef99cd-cf3c-49ee-bb80-ee097e6275e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.120772 [ 3 ] {} HTTP-Session: c5ef99cd-cf3c-49ee-bb80-ee097e6275e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:25.120906 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:25.120952 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:27:25.121103 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:25.121455 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:25.121497 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:25.121902 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.04.30 22:27:25.122221 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:25.122390 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} executeQuery: Read 42 rows, 3.34 KiB in 0.00152 sec., 27631.57894736842 rows/sec., 2.15 MiB/sec. 2024.04.30 22:27:25.122395 [ 102 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.04.30 22:27:25.122486 [ 102 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:25.122535 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:25.122637 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} DynamicQueryHandler: Done processing query 2024.04.30 22:27:25.122667 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:27:25.122670 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:27:25.122711 [ 3 ] {} HTTP-Session: c5ef99cd-cf3c-49ee-bb80-ee097e6275e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.122799 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:25.122829 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 96 rows starting from the beginning of the part 2024.04.30 22:27:25.122869 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:25.122967 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 20 rows starting from the beginning of the part 2024.04.30 22:27:25.123001 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:25.123111 [ 3 ] {} HTTP-Session: 1dec9086-1b36-4f5d-a7a3-3773107865a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:25.123225 [ 3 ] {} HTTP-Session: 1dec9086-1b36-4f5d-a7a3-3773107865a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.123331 [ 3 ] {} HTTP-Session: 1dec9086-1b36-4f5d-a7a3-3773107865a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.123354 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 29 rows starting from the beginning of the part 2024.04.30 22:27:25.123403 [ 3 ] {} HTTP-Session: 1dec9086-1b36-4f5d-a7a3-3773107865a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:25.123492 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:27:25.123779 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:25.123811 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:25.123871 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:27:25.123986 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 42 rows starting from the beginning of the part 2024.04.30 22:27:25.124441 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:25.124965 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:25.125008 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:25.125626 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 4 columns (4 merged, 0 gathered) in 0.003016386 sec., 72271.91745353545 rows/sec., 5.68 MiB/sec. 2024.04.30 22:27:25.125662 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.30 22:27:25.125829 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.04.30 22:27:25.126518 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:25.126840 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} executeQuery: Read 37 rows, 2.67 KiB in 0.003266 sec., 11328.84262094305 rows/sec., 818.09 KiB/sec. 2024.04.30 22:27:25.126845 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:25.127086 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.04.30 22:27:25.127224 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} DynamicQueryHandler: Done processing query 2024.04.30 22:27:25.127240 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:27:25.127260 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:27:25.127298 [ 3 ] {} HTTP-Session: 1dec9086-1b36-4f5d-a7a3-3773107865a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.127474 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:25.127523 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:25.127543 [ 3 ] {} HTTP-Session: 4f1e1ccc-ceba-4f7e-a467-a4f51bad5a5a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:25.127559 [ 3 ] {} HTTP-Session: 4f1e1ccc-ceba-4f7e-a467-a4f51bad5a5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.127573 [ 3 ] {} HTTP-Session: 4f1e1ccc-ceba-4f7e-a467-a4f51bad5a5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:25.127605 [ 3 ] {} HTTP-Session: 4f1e1ccc-ceba-4f7e-a467-a4f51bad5a5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:25.127804 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:25.127852 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:27:25.128033 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:25.128403 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:25.128439 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:25.128838 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.04.30 22:27:25.129174 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:25.129337 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} executeQuery: Read 16 rows, 22.11 KiB in 0.001647 sec., 9714.632665452338 rows/sec., 13.11 MiB/sec. 2024.04.30 22:27:25.129502 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} DynamicQueryHandler: Done processing query 2024.04.30 22:27:25.129525 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:27:25.129540 [ 3 ] {} HTTP-Session: 4f1e1ccc-ceba-4f7e-a467-a4f51bad5a5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:30.102098 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:30.102294 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:30.102339 [ 3 ] {} HTTP-Session: f0babb3f-227d-4b9d-ac9f-3321f40472a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:30.102381 [ 3 ] {} HTTP-Session: f0babb3f-227d-4b9d-ac9f-3321f40472a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:30.102410 [ 3 ] {} HTTP-Session: f0babb3f-227d-4b9d-ac9f-3321f40472a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:30.102492 [ 3 ] {} HTTP-Session: f0babb3f-227d-4b9d-ac9f-3321f40472a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:30.102761 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:30.102830 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:27:30.103025 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:30.103469 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:30.103517 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:30.103896 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.04.30 22:27:30.104231 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:30.104387 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} executeQuery: Read 15 rows, 1.22 KiB in 0.001686 sec., 8896.79715302491 rows/sec., 721.13 KiB/sec. 2024.04.30 22:27:30.104692 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} DynamicQueryHandler: Done processing query 2024.04.30 22:27:30.104732 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:30.104754 [ 3 ] {} HTTP-Session: f0babb3f-227d-4b9d-ac9f-3321f40472a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:30.104898 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:30.104953 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:30.104972 [ 3 ] {} HTTP-Session: cea63b88-8a50-4660-90ab-688166a73170 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:30.104991 [ 3 ] {} HTTP-Session: cea63b88-8a50-4660-90ab-688166a73170 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:30.105005 [ 3 ] {} HTTP-Session: cea63b88-8a50-4660-90ab-688166a73170 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:30.105045 [ 3 ] {} HTTP-Session: cea63b88-8a50-4660-90ab-688166a73170 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:30.105165 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:30.105213 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:27:30.105363 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:30.105674 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:30.105710 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:30.106022 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.04.30 22:27:30.106332 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:30.106454 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} executeQuery: Read 45 rows, 4.01 KiB in 0.00133 sec., 33834.58646616541 rows/sec., 2.95 MiB/sec. 2024.04.30 22:27:30.106607 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} DynamicQueryHandler: Done processing query 2024.04.30 22:27:30.106632 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:27:30.106648 [ 3 ] {} HTTP-Session: cea63b88-8a50-4660-90ab-688166a73170 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:30.106781 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:30.106830 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:30.106848 [ 3 ] {} HTTP-Session: 91d05634-1af2-47f6-b600-d48cefdf583f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:30.106865 [ 3 ] {} HTTP-Session: 91d05634-1af2-47f6-b600-d48cefdf583f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:30.106879 [ 3 ] {} HTTP-Session: 91d05634-1af2-47f6-b600-d48cefdf583f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:30.106912 [ 3 ] {} HTTP-Session: 91d05634-1af2-47f6-b600-d48cefdf583f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:30.107010 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:30.107054 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:27:30.107177 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:30.107471 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:30.107506 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:30.107801 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.04.30 22:27:30.108110 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:30.108235 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} executeQuery: Read 15 rows, 1.20 KiB in 0.001252 sec., 11980.830670926516 rows/sec., 959.40 KiB/sec. 2024.04.30 22:27:30.108414 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} DynamicQueryHandler: Done processing query 2024.04.30 22:27:30.108438 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:30.108453 [ 3 ] {} HTTP-Session: 91d05634-1af2-47f6-b600-d48cefdf583f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:30.108604 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:30.108651 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:30.108669 [ 3 ] {} HTTP-Session: 90b6feb4-d126-4bf5-b6cf-ed1083887547 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:30.108687 [ 3 ] {} HTTP-Session: 90b6feb4-d126-4bf5-b6cf-ed1083887547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:30.108700 [ 3 ] {} HTTP-Session: 90b6feb4-d126-4bf5-b6cf-ed1083887547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:30.108732 [ 3 ] {} HTTP-Session: 90b6feb4-d126-4bf5-b6cf-ed1083887547 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:30.108906 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:30.108953 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:27:30.109116 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:30.109438 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:30.109473 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:30.109871 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.04.30 22:27:30.110203 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:30.110363 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} executeQuery: Read 15 rows, 20.73 KiB in 0.001553 sec., 9658.725048293625 rows/sec., 13.03 MiB/sec. 2024.04.30 22:27:30.110374 [ 99 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.04.30 22:27:30.110488 [ 99 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:30.110529 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:30.110598 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} DynamicQueryHandler: Done processing query 2024.04.30 22:27:30.110638 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:27:30.110658 [ 3 ] {} HTTP-Session: 90b6feb4-d126-4bf5-b6cf-ed1083887547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:30.110664 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:27:30.110805 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:30.110838 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 633 rows starting from the beginning of the part 2024.04.30 22:27:30.110921 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:30.111004 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:30.111251 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:30.111378 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:30.111497 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:30.114513 [ 189 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 710 rows, containing 6 columns (6 merged, 0 gathered) in 0.003911249 sec., 181527.69102657487 rows/sec., 244.96 MiB/sec. 2024.04.30 22:27:30.115209 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.04.30 22:27:30.115855 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:30.115953 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.04.30 22:27:30.116064 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. 2024.04.30 22:27:31.000195 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 186.21 MiB, peak 194.80 MiB, free memory in arenas 0.00 B, will set to 187.30 MiB (RSS), difference: 1.10 MiB 2024.04.30 22:27:35.101846 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:35.101984 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:35.102016 [ 3 ] {} HTTP-Session: 4f76d2a1-3720-4da4-898c-246eecd4b505 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:35.102041 [ 3 ] {} HTTP-Session: 4f76d2a1-3720-4da4-898c-246eecd4b505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:35.102057 [ 3 ] {} HTTP-Session: 4f76d2a1-3720-4da4-898c-246eecd4b505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:35.102113 [ 3 ] {} HTTP-Session: 4f76d2a1-3720-4da4-898c-246eecd4b505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:35.102317 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:35.102391 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:27:35.102599 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:35.102980 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:35.103025 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:35.103391 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.04.30 22:27:35.103726 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:35.103881 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} executeQuery: Read 16 rows, 1.30 KiB in 0.001624 sec., 9852.216748768473 rows/sec., 798.57 KiB/sec. 2024.04.30 22:27:35.104081 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} DynamicQueryHandler: Done processing query 2024.04.30 22:27:35.104108 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:35.104124 [ 3 ] {} HTTP-Session: 4f76d2a1-3720-4da4-898c-246eecd4b505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:35.104250 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:35.104302 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:35.104321 [ 3 ] {} HTTP-Session: 4ab28083-7f27-40e3-850e-1c84f990505d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:35.104340 [ 3 ] {} HTTP-Session: 4ab28083-7f27-40e3-850e-1c84f990505d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:35.104353 [ 3 ] {} HTTP-Session: 4ab28083-7f27-40e3-850e-1c84f990505d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:35.104390 [ 3 ] {} HTTP-Session: 4ab28083-7f27-40e3-850e-1c84f990505d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:35.104506 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:35.104553 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:27:35.104680 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:35.104966 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:35.105003 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:35.105315 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.04.30 22:27:35.105627 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:35.105770 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} executeQuery: Read 48 rows, 4.39 KiB in 0.001298 sec., 36979.96918335902 rows/sec., 3.30 MiB/sec. 2024.04.30 22:27:35.105927 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} DynamicQueryHandler: Done processing query 2024.04.30 22:27:35.105951 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:27:35.105966 [ 3 ] {} HTTP-Session: 4ab28083-7f27-40e3-850e-1c84f990505d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:35.106090 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:35.106138 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:35.106158 [ 3 ] {} HTTP-Session: c6afd358-dabe-4184-9c94-d948bb87b535 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:35.106174 [ 3 ] {} HTTP-Session: c6afd358-dabe-4184-9c94-d948bb87b535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:35.106188 [ 3 ] {} HTTP-Session: c6afd358-dabe-4184-9c94-d948bb87b535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:35.106220 [ 3 ] {} HTTP-Session: c6afd358-dabe-4184-9c94-d948bb87b535 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:35.106318 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:35.106361 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:27:35.106485 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:35.106727 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:35.106764 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:35.107058 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.04.30 22:27:35.107356 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:35.107501 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} executeQuery: Read 16 rows, 1.28 KiB in 0.001211 sec., 13212.221304706853 rows/sec., 1.03 MiB/sec. 2024.04.30 22:27:35.107648 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} DynamicQueryHandler: Done processing query 2024.04.30 22:27:35.107672 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:35.107687 [ 3 ] {} HTTP-Session: c6afd358-dabe-4184-9c94-d948bb87b535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:35.107853 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:35.107900 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:35.107919 [ 3 ] {} HTTP-Session: e870bea3-b1fe-4d6c-93a4-974a5221ce61 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:35.107936 [ 3 ] {} HTTP-Session: e870bea3-b1fe-4d6c-93a4-974a5221ce61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:35.107949 [ 3 ] {} HTTP-Session: e870bea3-b1fe-4d6c-93a4-974a5221ce61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:35.107980 [ 3 ] {} HTTP-Session: e870bea3-b1fe-4d6c-93a4-974a5221ce61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:35.108156 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:35.108203 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:27:35.108360 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:35.108682 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:35.108717 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:35.109110 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.04.30 22:27:35.109437 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:35.109587 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} executeQuery: Read 16 rows, 22.11 KiB in 0.001531 sec., 10450.685826257348 rows/sec., 14.10 MiB/sec. 2024.04.30 22:27:35.109747 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} DynamicQueryHandler: Done processing query 2024.04.30 22:27:35.109771 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:27:35.109787 [ 3 ] {} HTTP-Session: e870bea3-b1fe-4d6c-93a4-974a5221ce61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:38.775749 [ 95 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:27:38.775816 [ 95 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:27:40.101815 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:40.101970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:40.102014 [ 3 ] {} HTTP-Session: fff81239-da39-4a13-9fb3-d6274e39c747 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:40.102055 [ 3 ] {} HTTP-Session: fff81239-da39-4a13-9fb3-d6274e39c747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:40.102083 [ 3 ] {} HTTP-Session: fff81239-da39-4a13-9fb3-d6274e39c747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:40.102163 [ 3 ] {} HTTP-Session: fff81239-da39-4a13-9fb3-d6274e39c747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:40.102453 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:40.102560 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:27:40.102877 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:40.103280 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:40.103326 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:40.103694 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.04.30 22:27:40.104037 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:40.104203 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} executeQuery: Read 15 rows, 1.22 KiB in 0.00184 sec., 8152.173913043478 rows/sec., 660.77 KiB/sec. 2024.04.30 22:27:40.104503 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} DynamicQueryHandler: Done processing query 2024.04.30 22:27:40.104563 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:40.104608 [ 3 ] {} HTTP-Session: fff81239-da39-4a13-9fb3-d6274e39c747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:40.104769 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:40.104824 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:40.104843 [ 3 ] {} HTTP-Session: bb862a3d-fb2e-4c7e-9744-db1b4687f9d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:40.104862 [ 3 ] {} HTTP-Session: bb862a3d-fb2e-4c7e-9744-db1b4687f9d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:40.104876 [ 3 ] {} HTTP-Session: bb862a3d-fb2e-4c7e-9744-db1b4687f9d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:40.104912 [ 3 ] {} HTTP-Session: bb862a3d-fb2e-4c7e-9744-db1b4687f9d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:40.105031 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:40.105078 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:27:40.105223 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:40.105511 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:40.105548 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:40.105855 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.04.30 22:27:40.106189 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:40.106343 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} executeQuery: Read 45 rows, 4.01 KiB in 0.001346 sec., 33432.39227340268 rows/sec., 2.91 MiB/sec. 2024.04.30 22:27:40.106497 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} DynamicQueryHandler: Done processing query 2024.04.30 22:27:40.106522 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:27:40.106538 [ 3 ] {} HTTP-Session: bb862a3d-fb2e-4c7e-9744-db1b4687f9d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:40.106657 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:40.106705 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:40.106725 [ 3 ] {} HTTP-Session: 433ab2f6-c74a-46b3-afec-acaeee25561a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:40.106741 [ 3 ] {} HTTP-Session: 433ab2f6-c74a-46b3-afec-acaeee25561a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:40.106755 [ 3 ] {} HTTP-Session: 433ab2f6-c74a-46b3-afec-acaeee25561a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:40.106787 [ 3 ] {} HTTP-Session: 433ab2f6-c74a-46b3-afec-acaeee25561a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:40.106909 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:40.106952 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:27:40.107077 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:40.107400 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:40.107436 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:40.107736 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.04.30 22:27:40.108040 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:40.108191 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} executeQuery: Read 15 rows, 1.20 KiB in 0.001301 sec., 11529.592621060721 rows/sec., 923.27 KiB/sec. 2024.04.30 22:27:40.108355 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} DynamicQueryHandler: Done processing query 2024.04.30 22:27:40.108378 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:40.108394 [ 3 ] {} HTTP-Session: 433ab2f6-c74a-46b3-afec-acaeee25561a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:40.108559 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:40.108612 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:40.108630 [ 3 ] {} HTTP-Session: 2410a9af-9a02-41ca-85e7-bdfea1973621 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:40.108646 [ 3 ] {} HTTP-Session: 2410a9af-9a02-41ca-85e7-bdfea1973621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:40.108660 [ 3 ] {} HTTP-Session: 2410a9af-9a02-41ca-85e7-bdfea1973621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:40.108691 [ 3 ] {} HTTP-Session: 2410a9af-9a02-41ca-85e7-bdfea1973621 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:40.108863 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:40.108911 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:27:40.109070 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:40.109442 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:40.109478 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:40.109875 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.04.30 22:27:40.110216 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:40.110381 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} executeQuery: Read 15 rows, 20.73 KiB in 0.001615 sec., 9287.925696594428 rows/sec., 12.53 MiB/sec. 2024.04.30 22:27:40.110540 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} DynamicQueryHandler: Done processing query 2024.04.30 22:27:40.110564 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:27:40.110581 [ 3 ] {} HTTP-Session: 2410a9af-9a02-41ca-85e7-bdfea1973621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:45.101891 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:45.102033 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:45.102061 [ 3 ] {} HTTP-Session: 6eecca2b-933f-473c-a783-61416f193007 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:45.102089 [ 3 ] {} HTTP-Session: 6eecca2b-933f-473c-a783-61416f193007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:45.102107 [ 3 ] {} HTTP-Session: 6eecca2b-933f-473c-a783-61416f193007 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:45.102163 [ 3 ] {} HTTP-Session: 6eecca2b-933f-473c-a783-61416f193007 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:45.102372 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:45.102447 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:27:45.102816 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:45.103331 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:45.103377 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:45.103748 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.04.30 22:27:45.104085 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:45.104253 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} executeQuery: Read 16 rows, 1.30 KiB in 0.001946 sec., 8221.993833504624 rows/sec., 666.43 KiB/sec. 2024.04.30 22:27:45.104494 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} DynamicQueryHandler: Done processing query 2024.04.30 22:27:45.104522 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:45.104538 [ 3 ] {} HTTP-Session: 6eecca2b-933f-473c-a783-61416f193007 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:45.104691 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:45.104745 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:45.104765 [ 3 ] {} HTTP-Session: abd13d77-564b-4f0b-807d-ae5044ebe39e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:45.104784 [ 3 ] {} HTTP-Session: abd13d77-564b-4f0b-807d-ae5044ebe39e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:45.104797 [ 3 ] {} HTTP-Session: abd13d77-564b-4f0b-807d-ae5044ebe39e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:45.104834 [ 3 ] {} HTTP-Session: abd13d77-564b-4f0b-807d-ae5044ebe39e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:45.104949 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:45.104996 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:27:45.105127 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:45.105449 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:45.105486 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:45.105791 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.04.30 22:27:45.106093 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:45.106241 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} executeQuery: Read 48 rows, 4.39 KiB in 0.001327 sec., 36171.816126601356 rows/sec., 3.23 MiB/sec. 2024.04.30 22:27:45.106496 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} DynamicQueryHandler: Done processing query 2024.04.30 22:27:45.106549 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:27:45.106594 [ 3 ] {} HTTP-Session: abd13d77-564b-4f0b-807d-ae5044ebe39e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:45.106753 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:45.106805 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:45.106824 [ 3 ] {} HTTP-Session: 3a2af155-be64-45ca-a444-a892633d59ba Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:45.106843 [ 3 ] {} HTTP-Session: 3a2af155-be64-45ca-a444-a892633d59ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:45.106856 [ 3 ] {} HTTP-Session: 3a2af155-be64-45ca-a444-a892633d59ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:45.106889 [ 3 ] {} HTTP-Session: 3a2af155-be64-45ca-a444-a892633d59ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:45.107003 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:45.107048 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:27:45.107192 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:45.107475 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:45.107512 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:45.107820 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.04.30 22:27:45.108118 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:45.108257 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} executeQuery: Read 16 rows, 1.28 KiB in 0.001286 sec., 12441.67962674961 rows/sec., 996.31 KiB/sec. 2024.04.30 22:27:45.108423 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} DynamicQueryHandler: Done processing query 2024.04.30 22:27:45.108447 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:45.108463 [ 3 ] {} HTTP-Session: 3a2af155-be64-45ca-a444-a892633d59ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:45.108641 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:45.108689 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:45.108708 [ 3 ] {} HTTP-Session: cedabc6c-0c46-4eba-b79c-2d5123145346 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:45.108725 [ 3 ] {} HTTP-Session: cedabc6c-0c46-4eba-b79c-2d5123145346 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:45.108738 [ 3 ] {} HTTP-Session: cedabc6c-0c46-4eba-b79c-2d5123145346 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:45.108769 [ 3 ] {} HTTP-Session: cedabc6c-0c46-4eba-b79c-2d5123145346 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:45.108947 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:45.108994 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:27:45.109154 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:45.109525 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:45.109561 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2024.04.30 22:27:45.109953 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.04.30 22:27:45.110278 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:45.110424 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} executeQuery: Read 16 rows, 22.11 KiB in 0.001578 sec., 10139.416983523448 rows/sec., 13.68 MiB/sec. 2024.04.30 22:27:45.110587 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} DynamicQueryHandler: Done processing query 2024.04.30 22:27:45.110611 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:27:45.110627 [ 3 ] {} HTTP-Session: cedabc6c-0c46-4eba-b79c-2d5123145346 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:50.101587 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:50.101728 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:50.101757 [ 3 ] {} HTTP-Session: aef8bc32-b323-4b7e-97e4-c57b48cc3f4c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:50.101786 [ 3 ] {} HTTP-Session: aef8bc32-b323-4b7e-97e4-c57b48cc3f4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:50.101804 [ 3 ] {} HTTP-Session: aef8bc32-b323-4b7e-97e4-c57b48cc3f4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:50.101862 [ 3 ] {} HTTP-Session: aef8bc32-b323-4b7e-97e4-c57b48cc3f4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:50.102068 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:50.102142 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:27:50.102333 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:50.102749 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:50.102793 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:27:50.103162 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.04.30 22:27:50.103491 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:50.103637 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} executeQuery: Read 15 rows, 1.22 KiB in 0.001635 sec., 9174.311926605506 rows/sec., 743.62 KiB/sec. 2024.04.30 22:27:50.103649 [ 92 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2024.04.30 22:27:50.103709 [ 92 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:50.103746 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:27:50.103905 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} DynamicQueryHandler: Done processing query 2024.04.30 22:27:50.103928 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2024.04.30 22:27:50.103943 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:50.104043 [ 3 ] {} HTTP-Session: aef8bc32-b323-4b7e-97e4-c57b48cc3f4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:50.104430 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:50.104465 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:50.104554 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 31 rows starting from the beginning of the part 2024.04.30 22:27:50.104612 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:50.104741 [ 3 ] {} HTTP-Session: 7bde4a34-7d37-4fac-bb90-8a2a34a7ecfe Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:50.104831 [ 3 ] {} HTTP-Session: 7bde4a34-7d37-4fac-bb90-8a2a34a7ecfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:50.104906 [ 3 ] {} HTTP-Session: 7bde4a34-7d37-4fac-bb90-8a2a34a7ecfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:50.104918 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:50.104994 [ 3 ] {} HTTP-Session: 7bde4a34-7d37-4fac-bb90-8a2a34a7ecfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:50.105242 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:50.105297 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:50.105441 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:27:50.105499 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:50.105903 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:50.106185 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:50.106636 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:50.107575 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:50.107625 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:27:50.108428 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.04.30 22:27:50.109181 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.005346435 sec., 20200.37651257333 rows/sec., 1.60 MiB/sec. 2024.04.30 22:27:50.109382 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:50.109480 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2024.04.30 22:27:50.109633 [ 92 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.04.30 22:27:50.109736 [ 92 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:50.109767 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} executeQuery: Read 45 rows, 4.01 KiB in 0.004556 sec., 9877.085162423178 rows/sec., 880.96 KiB/sec. 2024.04.30 22:27:50.109794 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:27:50.110337 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:27:50.110398 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} DynamicQueryHandler: Done processing query 2024.04.30 22:27:50.110506 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:27:50.110559 [ 3 ] {} HTTP-Session: 7bde4a34-7d37-4fac-bb90-8a2a34a7ecfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:50.110779 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:50.110846 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:50.110879 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 142 rows starting from the beginning of the part 2024.04.30 22:27:50.110984 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:50.111091 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:50.111119 [ 3 ] {} HTTP-Session: 6f1d9674-ac5b-4c59-bf28-0981a3a4640d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:50.111237 [ 3 ] {} HTTP-Session: 6f1d9674-ac5b-4c59-bf28-0981a3a4640d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:50.111282 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 45 rows starting from the beginning of the part 2024.04.30 22:27:50.111369 [ 3 ] {} HTTP-Session: 6f1d9674-ac5b-4c59-bf28-0981a3a4640d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:50.111614 [ 3 ] {} HTTP-Session: 6f1d9674-ac5b-4c59-bf28-0981a3a4640d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:50.111661 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 48 rows starting from the beginning of the part 2024.04.30 22:27:50.111758 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2024.04.30 22:27:50.112040 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 45 rows starting from the beginning of the part 2024.04.30 22:27:50.112166 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:50.112375 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part 2024.04.30 22:27:50.112422 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:27:50.112558 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:27:50.112718 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 45 rows starting from the beginning of the part 2024.04.30 22:27:50.113530 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:50.114322 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:50.114408 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:27:50.115230 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.04.30 22:27:50.115685 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 373 rows, containing 4 columns (4 merged, 0 gathered) in 0.005729744 sec., 65098.89447067792 rows/sec., 5.63 MiB/sec. 2024.04.30 22:27:50.116002 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:50.116028 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.04.30 22:27:50.116261 [ 91 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.04.30 22:27:50.116297 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} executeQuery: Read 15 rows, 1.20 KiB in 0.004459 sec., 3363.9829558196902 rows/sec., 269.38 KiB/sec. 2024.04.30 22:27:50.116356 [ 91 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:50.116461 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:27:50.116980 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} DynamicQueryHandler: Done processing query 2024.04.30 22:27:50.117056 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:27:50.117078 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:50.117163 [ 3 ] {} HTTP-Session: 6f1d9674-ac5b-4c59-bf28-0981a3a4640d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:50.117363 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:50.117424 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:50.117435 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 96 rows starting from the beginning of the part 2024.04.30 22:27:50.117504 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:50.117650 [ 3 ] {} HTTP-Session: 9c891bf0-a5c7-4c7d-a27e-d4bde6234c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:50.117662 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:50.117747 [ 3 ] {} HTTP-Session: 9c891bf0-a5c7-4c7d-a27e-d4bde6234c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:50.117784 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:50.117840 [ 3 ] {} HTTP-Session: 9c891bf0-a5c7-4c7d-a27e-d4bde6234c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:50.118022 [ 3 ] {} HTTP-Session: 9c891bf0-a5c7-4c7d-a27e-d4bde6234c41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:50.118159 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.04.30 22:27:50.118272 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:27:50.118546 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.04.30 22:27:50.118720 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:50.118740 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:50.118811 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:27:50.118949 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:27:50.119298 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:50.119940 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:50.120488 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:50.120534 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:27:50.121082 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 173 rows, containing 4 columns (4 merged, 0 gathered) in 0.004441402 sec., 38951.6643618389 rows/sec., 3.06 MiB/sec. 2024.04.30 22:27:50.121288 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.04.30 22:27:50.121298 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.04.30 22:27:50.122300 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:50.122475 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:50.122491 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.04.30 22:27:50.122655 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:27:50.122808 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} executeQuery: Read 15 rows, 20.73 KiB in 0.004492 sec., 3339.2698130008903 rows/sec., 4.51 MiB/sec. 2024.04.30 22:27:50.123096 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} DynamicQueryHandler: Done processing query 2024.04.30 22:27:50.123126 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:27:50.123142 [ 3 ] {} HTTP-Session: 9c891bf0-a5c7-4c7d-a27e-d4bde6234c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:53.775860 [ 90 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:27:53.775929 [ 90 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:27:55.103151 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:55.103280 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:55.103310 [ 3 ] {} HTTP-Session: 7c8b51d5-c404-4639-94e7-605661f56904 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:55.103338 [ 3 ] {} HTTP-Session: 7c8b51d5-c404-4639-94e7-605661f56904 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.103356 [ 3 ] {} HTTP-Session: 7c8b51d5-c404-4639-94e7-605661f56904 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.103418 [ 3 ] {} HTTP-Session: 7c8b51d5-c404-4639-94e7-605661f56904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:55.103630 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:55.103705 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:27:55.103928 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:55.104371 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:55.104416 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:27:55.104801 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.04.30 22:27:55.105153 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:55.105339 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} executeQuery: Read 16 rows, 1.30 KiB in 0.001773 sec., 9024.252679075014 rows/sec., 731.46 KiB/sec. 2024.04.30 22:27:55.105571 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} DynamicQueryHandler: Done processing query 2024.04.30 22:27:55.105599 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:27:55.105615 [ 3 ] {} HTTP-Session: 7c8b51d5-c404-4639-94e7-605661f56904 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.105784 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:55.105836 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:55.105857 [ 3 ] {} HTTP-Session: 8ed8aadb-070a-46b3-ab12-6cc59178b93b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:55.105877 [ 3 ] {} HTTP-Session: 8ed8aadb-070a-46b3-ab12-6cc59178b93b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.105891 [ 3 ] {} HTTP-Session: 8ed8aadb-070a-46b3-ab12-6cc59178b93b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.105927 [ 3 ] {} HTTP-Session: 8ed8aadb-070a-46b3-ab12-6cc59178b93b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:55.106056 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:55.106103 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:27:55.106237 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:55.106605 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:55.106644 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:27:55.106963 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.04.30 22:27:55.107294 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:55.107443 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} executeQuery: Read 84 rows, 7.16 KiB in 0.001433 sec., 58618.28332170272 rows/sec., 4.88 MiB/sec. 2024.04.30 22:27:55.107721 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} DynamicQueryHandler: Done processing query 2024.04.30 22:27:55.107766 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.30 22:27:55.107794 [ 3 ] {} HTTP-Session: 8ed8aadb-070a-46b3-ab12-6cc59178b93b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.107934 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:55.107983 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:55.108002 [ 3 ] {} HTTP-Session: b9ea99e4-a45d-4afc-87a5-e1c52f982c4e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:55.108020 [ 3 ] {} HTTP-Session: b9ea99e4-a45d-4afc-87a5-e1c52f982c4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.108033 [ 3 ] {} HTTP-Session: b9ea99e4-a45d-4afc-87a5-e1c52f982c4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.108066 [ 3 ] {} HTTP-Session: b9ea99e4-a45d-4afc-87a5-e1c52f982c4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:55.108180 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:55.108225 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:27:55.108365 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:55.108681 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:55.108719 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:27:55.109025 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.04.30 22:27:55.109341 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:55.109501 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} executeQuery: Read 40 rows, 3.18 KiB in 0.001355 sec., 29520.295202952027 rows/sec., 2.29 MiB/sec. 2024.04.30 22:27:55.109785 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} DynamicQueryHandler: Done processing query 2024.04.30 22:27:55.109834 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:27:55.109868 [ 3 ] {} HTTP-Session: b9ea99e4-a45d-4afc-87a5-e1c52f982c4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.110018 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:55.110066 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:55.110086 [ 3 ] {} HTTP-Session: 319470fe-c25b-4683-81ae-2588758058e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:55.110104 [ 3 ] {} HTTP-Session: 319470fe-c25b-4683-81ae-2588758058e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.110118 [ 3 ] {} HTTP-Session: 319470fe-c25b-4683-81ae-2588758058e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.110149 [ 3 ] {} HTTP-Session: 319470fe-c25b-4683-81ae-2588758058e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:55.110266 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:55.110318 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:27:55.110483 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:55.110773 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:55.110809 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:27:55.111190 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.30 22:27:55.111533 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:55.111704 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} executeQuery: Read 36 rows, 2.60 KiB in 0.001477 sec., 24373.730534867977 rows/sec., 1.72 MiB/sec. 2024.04.30 22:27:55.111995 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} DynamicQueryHandler: Done processing query 2024.04.30 22:27:55.112021 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:27:55.112036 [ 3 ] {} HTTP-Session: 319470fe-c25b-4683-81ae-2588758058e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.112175 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:27:55.112221 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:27:55.112241 [ 3 ] {} HTTP-Session: 8466de10-292e-4841-b389-d9d1bbb9530b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:27:55.112257 [ 3 ] {} HTTP-Session: 8466de10-292e-4841-b389-d9d1bbb9530b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.112271 [ 3 ] {} HTTP-Session: 8466de10-292e-4841-b389-d9d1bbb9530b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.112302 [ 3 ] {} HTTP-Session: 8466de10-292e-4841-b389-d9d1bbb9530b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:27:55.112526 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:27:55.112577 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:27:55.112754 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:27:55.113137 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:55.113175 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:27:55.113659 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.04.30 22:27:55.114030 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:55.114193 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} executeQuery: Read 16 rows, 22.11 KiB in 0.001806 sec., 8859.357696566998 rows/sec., 11.96 MiB/sec. 2024.04.30 22:27:55.114194 [ 89 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.04.30 22:27:55.114309 [ 89 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:27:55.114357 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:27:55.114459 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} DynamicQueryHandler: Done processing query 2024.04.30 22:27:55.114551 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:27:55.114676 [ 3 ] {} HTTP-Session: 8466de10-292e-4841-b389-d9d1bbb9530b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:27:55.114725 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:27:55.115220 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:27:55.115262 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 710 rows starting from the beginning of the part 2024.04.30 22:27:55.115346 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:55.115610 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:55.115819 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:55.116001 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 15 rows starting from the beginning of the part 2024.04.30 22:27:55.116160 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 16 rows starting from the beginning of the part 2024.04.30 22:27:55.118901 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 788 rows, containing 6 columns (6 merged, 0 gathered) in 0.004443223 sec., 177348.73986743408 rows/sec., 239.32 MiB/sec. 2024.04.30 22:27:55.119538 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.04.30 22:27:55.120026 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:27:55.120126 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.04.30 22:27:55.120237 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.55 MiB. 2024.04.30 22:28:00.102060 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:00.102206 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:00.102238 [ 3 ] {} HTTP-Session: 8d0d4eeb-eed1-4f87-92c3-c5f3f98d670a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:00.102267 [ 3 ] {} HTTP-Session: 8d0d4eeb-eed1-4f87-92c3-c5f3f98d670a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:00.102285 [ 3 ] {} HTTP-Session: 8d0d4eeb-eed1-4f87-92c3-c5f3f98d670a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:00.102342 [ 3 ] {} HTTP-Session: 8d0d4eeb-eed1-4f87-92c3-c5f3f98d670a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:00.102540 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:00.102610 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:28:00.102802 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:00.103201 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:00.103244 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:00.103607 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.04.30 22:28:00.103946 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:00.104092 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} executeQuery: Read 15 rows, 1.22 KiB in 0.001608 sec., 9328.358208955224 rows/sec., 756.11 KiB/sec. 2024.04.30 22:28:00.104518 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} DynamicQueryHandler: Done processing query 2024.04.30 22:28:00.104629 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:00.104731 [ 3 ] {} HTTP-Session: 8d0d4eeb-eed1-4f87-92c3-c5f3f98d670a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:00.105124 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:00.105343 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:00.105404 [ 3 ] {} HTTP-Session: 56ba294e-e603-43c3-93cf-2750ee4c0555 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:00.105439 [ 3 ] {} HTTP-Session: 56ba294e-e603-43c3-93cf-2750ee4c0555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:00.105454 [ 3 ] {} HTTP-Session: 56ba294e-e603-43c3-93cf-2750ee4c0555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:00.105486 [ 3 ] {} HTTP-Session: 56ba294e-e603-43c3-93cf-2750ee4c0555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:00.105602 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:00.105649 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:28:00.105798 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:00.106154 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:00.106192 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:00.106498 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.04.30 22:28:00.106819 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:00.106961 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} executeQuery: Read 45 rows, 4.01 KiB in 0.001391 sec., 32350.826743350106 rows/sec., 2.82 MiB/sec. 2024.04.30 22:28:00.107129 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} DynamicQueryHandler: Done processing query 2024.04.30 22:28:00.107154 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:28:00.107170 [ 3 ] {} HTTP-Session: 56ba294e-e603-43c3-93cf-2750ee4c0555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:00.107332 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:00.107381 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:00.107402 [ 3 ] {} HTTP-Session: eb04c9fb-c021-4d13-b565-172adbb41712 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:00.107420 [ 3 ] {} HTTP-Session: eb04c9fb-c021-4d13-b565-172adbb41712 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:00.107433 [ 3 ] {} HTTP-Session: eb04c9fb-c021-4d13-b565-172adbb41712 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:00.107463 [ 3 ] {} HTTP-Session: eb04c9fb-c021-4d13-b565-172adbb41712 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:00.107563 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:00.107606 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:28:00.107733 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:00.108003 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:00.108042 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:00.108355 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.04.30 22:28:00.108666 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:00.108814 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} executeQuery: Read 15 rows, 1.20 KiB in 0.001271 sec., 11801.730920535012 rows/sec., 945.06 KiB/sec. 2024.04.30 22:28:00.108972 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} DynamicQueryHandler: Done processing query 2024.04.30 22:28:00.108995 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:00.109012 [ 3 ] {} HTTP-Session: eb04c9fb-c021-4d13-b565-172adbb41712 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:00.109139 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:00.109185 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:00.109205 [ 3 ] {} HTTP-Session: 98ef95be-1efc-4c04-892e-1626b81a1b00 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:00.109221 [ 3 ] {} HTTP-Session: 98ef95be-1efc-4c04-892e-1626b81a1b00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:00.109235 [ 3 ] {} HTTP-Session: 98ef95be-1efc-4c04-892e-1626b81a1b00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:00.109265 [ 3 ] {} HTTP-Session: 98ef95be-1efc-4c04-892e-1626b81a1b00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:00.109453 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:00.109504 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:28:00.109662 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:00.110022 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:00.110058 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:00.110478 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.04.30 22:28:00.110819 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:00.110964 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} executeQuery: Read 15 rows, 20.73 KiB in 0.001623 sec., 9242.144177449167 rows/sec., 12.47 MiB/sec. 2024.04.30 22:28:00.111142 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} DynamicQueryHandler: Done processing query 2024.04.30 22:28:00.111166 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:28:00.111184 [ 3 ] {} HTTP-Session: 98ef95be-1efc-4c04-892e-1626b81a1b00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.101814 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:05.102005 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:05.102053 [ 3 ] {} HTTP-Session: 5ee4d0b1-b6a7-490c-b386-b0bc4ec184f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:05.102095 [ 3 ] {} HTTP-Session: 5ee4d0b1-b6a7-490c-b386-b0bc4ec184f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.102123 [ 3 ] {} HTTP-Session: 5ee4d0b1-b6a7-490c-b386-b0bc4ec184f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.102200 [ 3 ] {} HTTP-Session: 5ee4d0b1-b6a7-490c-b386-b0bc4ec184f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:05.102485 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:05.102578 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:28:05.102770 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:05.103184 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:05.103226 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:05.103598 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.04.30 22:28:05.103935 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:05.104077 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} executeQuery: Read 16 rows, 1.30 KiB in 0.001688 sec., 9478.67298578199 rows/sec., 768.29 KiB/sec. 2024.04.30 22:28:05.104277 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} DynamicQueryHandler: Done processing query 2024.04.30 22:28:05.104306 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:05.104323 [ 3 ] {} HTTP-Session: 5ee4d0b1-b6a7-490c-b386-b0bc4ec184f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.104454 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:05.104505 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:05.104526 [ 3 ] {} HTTP-Session: ed4cc55e-76bd-40c8-8e09-2d1e874e1f6c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:05.104544 [ 3 ] {} HTTP-Session: ed4cc55e-76bd-40c8-8e09-2d1e874e1f6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.104558 [ 3 ] {} HTTP-Session: ed4cc55e-76bd-40c8-8e09-2d1e874e1f6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.104594 [ 3 ] {} HTTP-Session: ed4cc55e-76bd-40c8-8e09-2d1e874e1f6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:05.104708 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:05.104754 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:28:05.104884 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:05.105215 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:05.105251 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:05.105556 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.30 22:28:05.105861 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:05.105987 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} executeQuery: Read 4 rows, 334.00 B in 0.001309 sec., 3055.7677616501146 rows/sec., 249.18 KiB/sec. 2024.04.30 22:28:05.106246 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} DynamicQueryHandler: Done processing query 2024.04.30 22:28:05.106272 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:05.106288 [ 3 ] {} HTTP-Session: ed4cc55e-76bd-40c8-8e09-2d1e874e1f6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.106417 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:05.106466 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:05.106486 [ 3 ] {} HTTP-Session: f4777bc9-c20d-421a-bc3a-dbcd4ebbbfd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:05.106504 [ 3 ] {} HTTP-Session: f4777bc9-c20d-421a-bc3a-dbcd4ebbbfd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.106518 [ 3 ] {} HTTP-Session: f4777bc9-c20d-421a-bc3a-dbcd4ebbbfd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.106550 [ 3 ] {} HTTP-Session: f4777bc9-c20d-421a-bc3a-dbcd4ebbbfd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:05.106661 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:05.106704 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:28:05.106847 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:05.107144 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:05.107181 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:05.107492 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.04.30 22:28:05.107798 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:05.107922 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} executeQuery: Read 50 rows, 4.54 KiB in 0.001298 sec., 38520.801232665646 rows/sec., 3.42 MiB/sec. 2024.04.30 22:28:05.108069 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} DynamicQueryHandler: Done processing query 2024.04.30 22:28:05.108093 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:28:05.108109 [ 3 ] {} HTTP-Session: f4777bc9-c20d-421a-bc3a-dbcd4ebbbfd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.108256 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:05.108304 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:05.108324 [ 3 ] {} HTTP-Session: 8978f40c-dfd1-46f2-b97c-29c54d7a79a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:05.108341 [ 3 ] {} HTTP-Session: 8978f40c-dfd1-46f2-b97c-29c54d7a79a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.108354 [ 3 ] {} HTTP-Session: 8978f40c-dfd1-46f2-b97c-29c54d7a79a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.108385 [ 3 ] {} HTTP-Session: 8978f40c-dfd1-46f2-b97c-29c54d7a79a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:05.108477 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:05.108520 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:28:05.108643 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:05.108901 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:05.108936 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:05.109228 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.30 22:28:05.109561 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:05.109680 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} executeQuery: Read 4 rows, 286.00 B in 0.001227 sec., 3259.9837000814996 rows/sec., 227.63 KiB/sec. 2024.04.30 22:28:05.109875 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} DynamicQueryHandler: Done processing query 2024.04.30 22:28:05.109900 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:05.109915 [ 3 ] {} HTTP-Session: 8978f40c-dfd1-46f2-b97c-29c54d7a79a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.110027 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 3449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:05.110075 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:05.110094 [ 3 ] {} HTTP-Session: 91aeb1b9-a61e-4b2e-9261-ef4af6de1a74 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:05.110110 [ 3 ] {} HTTP-Session: 91aeb1b9-a61e-4b2e-9261-ef4af6de1a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.110124 [ 3 ] {} HTTP-Session: 91aeb1b9-a61e-4b2e-9261-ef4af6de1a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.110154 [ 3 ] {} HTTP-Session: 91aeb1b9-a61e-4b2e-9261-ef4af6de1a74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:05.110251 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:05.110292 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:28:05.110416 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:05.110685 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:05.110720 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:05.111017 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.04.30 22:28:05.111315 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:05.111436 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} executeQuery: Read 20 rows, 1.61 KiB in 0.001213 sec., 16488.046166529264 rows/sec., 1.29 MiB/sec. 2024.04.30 22:28:05.111582 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} DynamicQueryHandler: Done processing query 2024.04.30 22:28:05.111606 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:28:05.111621 [ 3 ] {} HTTP-Session: 91aeb1b9-a61e-4b2e-9261-ef4af6de1a74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.111732 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:05.111779 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:05.111798 [ 3 ] {} HTTP-Session: aa746991-572d-4b0d-b7b5-6699895ba8af Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:05.111815 [ 3 ] {} HTTP-Session: aa746991-572d-4b0d-b7b5-6699895ba8af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.111830 [ 3 ] {} HTTP-Session: aa746991-572d-4b0d-b7b5-6699895ba8af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.111859 [ 3 ] {} HTTP-Session: aa746991-572d-4b0d-b7b5-6699895ba8af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:05.111952 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:05.111999 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:28:05.112138 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:05.112396 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:05.112436 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:05.112808 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.30 22:28:05.113139 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:05.113268 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} executeQuery: Read 2 rows, 144.00 B in 0.001338 sec., 1494.7683109118086 rows/sec., 105.10 KiB/sec. 2024.04.30 22:28:05.113575 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} DynamicQueryHandler: Done processing query 2024.04.30 22:28:05.113607 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.30 22:28:05.113624 [ 3 ] {} HTTP-Session: aa746991-572d-4b0d-b7b5-6699895ba8af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.113791 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:05.113840 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:05.113858 [ 3 ] {} HTTP-Session: 5fc17fdd-f0fb-4b55-9d67-f0f1a4296746 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:05.113875 [ 3 ] {} HTTP-Session: 5fc17fdd-f0fb-4b55-9d67-f0f1a4296746 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.113889 [ 3 ] {} HTTP-Session: 5fc17fdd-f0fb-4b55-9d67-f0f1a4296746 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:05.113919 [ 3 ] {} HTTP-Session: 5fc17fdd-f0fb-4b55-9d67-f0f1a4296746 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:05.114098 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:05.114148 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:28:05.114336 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:05.114680 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:05.114718 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:05.115101 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.04.30 22:28:05.115437 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:05.115566 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} executeQuery: Read 16 rows, 22.11 KiB in 0.001569 sec., 10197.578075207137 rows/sec., 13.76 MiB/sec. 2024.04.30 22:28:05.115771 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} DynamicQueryHandler: Done processing query 2024.04.30 22:28:05.115806 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:28:05.115829 [ 3 ] {} HTTP-Session: 5fc17fdd-f0fb-4b55-9d67-f0f1a4296746 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:08.776202 [ 80 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:28:08.776277 [ 80 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:28:10.101587 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:10.101758 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:10.101804 [ 3 ] {} HTTP-Session: 2bd8da31-6e96-4fe7-b43e-4387a30de9ce Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:10.101846 [ 3 ] {} HTTP-Session: 2bd8da31-6e96-4fe7-b43e-4387a30de9ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.101874 [ 3 ] {} HTTP-Session: 2bd8da31-6e96-4fe7-b43e-4387a30de9ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.101954 [ 3 ] {} HTTP-Session: 2bd8da31-6e96-4fe7-b43e-4387a30de9ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:10.102245 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:10.102353 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:28:10.102674 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:10.103055 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:10.103100 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:10.103473 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.04.30 22:28:10.103808 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:10.103957 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} executeQuery: Read 15 rows, 1.22 KiB in 0.00181 sec., 8287.292817679558 rows/sec., 671.72 KiB/sec. 2024.04.30 22:28:10.104162 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} DynamicQueryHandler: Done processing query 2024.04.30 22:28:10.104190 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:10.104206 [ 3 ] {} HTTP-Session: 2bd8da31-6e96-4fe7-b43e-4387a30de9ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.104340 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:10.104392 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:10.104410 [ 3 ] {} HTTP-Session: 561e38b2-70a0-4f53-ac1c-cbe93023d7dc Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:10.104429 [ 3 ] {} HTTP-Session: 561e38b2-70a0-4f53-ac1c-cbe93023d7dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.104443 [ 3 ] {} HTTP-Session: 561e38b2-70a0-4f53-ac1c-cbe93023d7dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.104478 [ 3 ] {} HTTP-Session: 561e38b2-70a0-4f53-ac1c-cbe93023d7dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:10.104583 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:10.104630 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:28:10.104758 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:10.105020 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:10.105056 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:10.105365 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.30 22:28:10.105686 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:10.105812 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} executeQuery: Read 14 rows, 1.18 KiB in 0.00126 sec., 11111.111111111111 rows/sec., 938.59 KiB/sec. 2024.04.30 22:28:10.105964 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} DynamicQueryHandler: Done processing query 2024.04.30 22:28:10.105989 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:10.106005 [ 3 ] {} HTTP-Session: 561e38b2-70a0-4f53-ac1c-cbe93023d7dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.106127 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 8238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:10.106174 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:10.106193 [ 3 ] {} HTTP-Session: adc0a6c7-1d51-4804-a87f-cae874ab2cdd Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:10.106209 [ 3 ] {} HTTP-Session: adc0a6c7-1d51-4804-a87f-cae874ab2cdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.106223 [ 3 ] {} HTTP-Session: adc0a6c7-1d51-4804-a87f-cae874ab2cdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.106254 [ 3 ] {} HTTP-Session: adc0a6c7-1d51-4804-a87f-cae874ab2cdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:10.106364 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:10.106407 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:28:10.106528 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:10.106814 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:10.106849 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:10.107154 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.04.30 22:28:10.107458 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:10.107583 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} executeQuery: Read 55 rows, 4.86 KiB in 0.001252 sec., 43929.71246006389 rows/sec., 3.79 MiB/sec. 2024.04.30 22:28:10.107754 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} DynamicQueryHandler: Done processing query 2024.04.30 22:28:10.107790 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.30 22:28:10.107821 [ 3 ] {} HTTP-Session: adc0a6c7-1d51-4804-a87f-cae874ab2cdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.107982 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:10.108029 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:10.108047 [ 3 ] {} HTTP-Session: d0e6e2f7-c3ef-43d5-ac9f-1562aafef5f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:10.108063 [ 3 ] {} HTTP-Session: d0e6e2f7-c3ef-43d5-ac9f-1562aafef5f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.108077 [ 3 ] {} HTTP-Session: d0e6e2f7-c3ef-43d5-ac9f-1562aafef5f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.108107 [ 3 ] {} HTTP-Session: d0e6e2f7-c3ef-43d5-ac9f-1562aafef5f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:10.108204 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:10.108246 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:28:10.108367 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:10.108609 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:10.108643 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:10.108938 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.30 22:28:10.109234 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:10.109354 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} executeQuery: Read 14 rows, 1.02 KiB in 0.001176 sec., 11904.761904761905 rows/sec., 866.12 KiB/sec. 2024.04.30 22:28:10.109613 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} DynamicQueryHandler: Done processing query 2024.04.30 22:28:10.109638 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:10.109654 [ 3 ] {} HTTP-Session: d0e6e2f7-c3ef-43d5-ac9f-1562aafef5f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.109810 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 5031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:10.109857 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:10.109875 [ 3 ] {} HTTP-Session: 1593de56-9217-4f13-a17c-11c79c077cdb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:10.109891 [ 3 ] {} HTTP-Session: 1593de56-9217-4f13-a17c-11c79c077cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.109904 [ 3 ] {} HTTP-Session: 1593de56-9217-4f13-a17c-11c79c077cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.109934 [ 3 ] {} HTTP-Session: 1593de56-9217-4f13-a17c-11c79c077cdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:10.110037 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:10.110080 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:28:10.110224 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:10.110475 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:10.110510 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:10.110808 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.04.30 22:28:10.111111 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:10.111235 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} executeQuery: Read 29 rows, 2.38 KiB in 0.001227 sec., 23634.881825590874 rows/sec., 1.90 MiB/sec. 2024.04.30 22:28:10.111406 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} DynamicQueryHandler: Done processing query 2024.04.30 22:28:10.111433 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:28:10.111449 [ 3 ] {} HTTP-Session: 1593de56-9217-4f13-a17c-11c79c077cdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.111599 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 1423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:10.111645 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:10.111663 [ 3 ] {} HTTP-Session: ff47781f-4953-4bcb-995a-d0b85280793c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:10.111679 [ 3 ] {} HTTP-Session: ff47781f-4953-4bcb-995a-d0b85280793c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.111692 [ 3 ] {} HTTP-Session: ff47781f-4953-4bcb-995a-d0b85280793c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.111722 [ 3 ] {} HTTP-Session: ff47781f-4953-4bcb-995a-d0b85280793c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:10.111817 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:10.111862 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:28:10.112000 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:10.112232 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:10.112268 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:10.112627 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.04.30 22:28:10.112955 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:10.113087 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} executeQuery: Read 7 rows, 525.00 B in 0.001294 sec., 5409.582689335394 rows/sec., 396.21 KiB/sec. 2024.04.30 22:28:10.113415 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} DynamicQueryHandler: Done processing query 2024.04.30 22:28:10.113441 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:10.113456 [ 3 ] {} HTTP-Session: ff47781f-4953-4bcb-995a-d0b85280793c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.113573 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:10.113622 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:10.113640 [ 3 ] {} HTTP-Session: 44af69b9-356d-4bcf-b8e2-a7b196db983f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:10.113656 [ 3 ] {} HTTP-Session: 44af69b9-356d-4bcf-b8e2-a7b196db983f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.113669 [ 3 ] {} HTTP-Session: 44af69b9-356d-4bcf-b8e2-a7b196db983f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:10.113699 [ 3 ] {} HTTP-Session: 44af69b9-356d-4bcf-b8e2-a7b196db983f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:10.113881 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:10.113930 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:28:10.114110 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:10.114548 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:10.114583 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2024.04.30 22:28:10.114967 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.04.30 22:28:10.115301 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:10.115443 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} executeQuery: Read 15 rows, 20.73 KiB in 0.001667 sec., 8998.200359928014 rows/sec., 12.14 MiB/sec. 2024.04.30 22:28:10.115618 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} DynamicQueryHandler: Done processing query 2024.04.30 22:28:10.115643 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:28:10.115659 [ 3 ] {} HTTP-Session: 44af69b9-356d-4bcf-b8e2-a7b196db983f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:15.101342 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:15.101540 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:15.101585 [ 3 ] {} HTTP-Session: 67d87431-9488-4502-bf9e-985253be889f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:15.101626 [ 3 ] {} HTTP-Session: 67d87431-9488-4502-bf9e-985253be889f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:15.101655 [ 3 ] {} HTTP-Session: 67d87431-9488-4502-bf9e-985253be889f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:15.101734 [ 3 ] {} HTTP-Session: 67d87431-9488-4502-bf9e-985253be889f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:15.101960 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:15.102029 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:28:15.102224 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:15.102623 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:15.102666 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:15.103030 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.04.30 22:28:15.103386 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:15.103547 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} executeQuery: Read 16 rows, 1.30 KiB in 0.001645 sec., 9726.44376899696 rows/sec., 788.37 KiB/sec. 2024.04.30 22:28:15.103569 [ 77 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 2024.04.30 22:28:15.103676 [ 77 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:15.103711 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:15.103816 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} DynamicQueryHandler: Done processing query 2024.04.30 22:28:15.103881 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:15.103946 [ 3 ] {} HTTP-Session: 67d87431-9488-4502-bf9e-985253be889f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:15.104044 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full 2024.04.30 22:28:15.104130 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:15.104208 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:15.104254 [ 3 ] {} HTTP-Session: 6c27c4e9-764c-4b15-bb6c-12090109cb38 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:15.104288 [ 3 ] {} HTTP-Session: 6c27c4e9-764c-4b15-bb6c-12090109cb38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:15.104334 [ 3 ] {} HTTP-Session: 6c27c4e9-764c-4b15-bb6c-12090109cb38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:15.104425 [ 3 ] {} HTTP-Session: 6c27c4e9-764c-4b15-bb6c-12090109cb38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:15.104529 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:28:15.104642 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 31 rows starting from the beginning of the part 2024.04.30 22:28:15.104662 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:15.104753 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:28:15.105023 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 16 rows starting from the beginning of the part 2024.04.30 22:28:15.105349 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 15 rows starting from the beginning of the part 2024.04.30 22:28:15.105773 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part 2024.04.30 22:28:15.105860 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:15.106056 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 15 rows starting from the beginning of the part 2024.04.30 22:28:15.106308 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 16 rows starting from the beginning of the part 2024.04.30 22:28:15.107068 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:15.107125 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:15.107947 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.04.30 22:28:15.109072 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:15.109144 [ 190 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.005328504 sec., 20456.02292876199 rows/sec., 1.62 MiB/sec. 2024.04.30 22:28:15.109312 [ 77 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.04.30 22:28:15.109377 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} executeQuery: Read 48 rows, 4.39 KiB in 0.004776 sec., 10050.251256281408 rows/sec., 919.51 KiB/sec. 2024.04.30 22:28:15.109402 [ 77 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:15.109507 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:15.109563 [ 199 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) 2024.04.30 22:28:15.109896 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} DynamicQueryHandler: Done processing query 2024.04.30 22:28:15.109956 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:28:15.109962 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:28:15.110013 [ 3 ] {} HTTP-Session: 6c27c4e9-764c-4b15-bb6c-12090109cb38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:15.110366 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:15.110543 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:15.110628 [ 3 ] {} HTTP-Session: 4b9ef142-b570-4e68-8ac4-8963813ebe81 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:15.110688 [ 3 ] {} HTTP-Session: 4b9ef142-b570-4e68-8ac4-8963813ebe81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:15.110711 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:28:15.110742 [ 3 ] {} HTTP-Session: 4b9ef142-b570-4e68-8ac4-8963813ebe81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:15.110848 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 142 rows starting from the beginning of the part 2024.04.30 22:28:15.110870 [ 3 ] {} HTTP-Session: 4b9ef142-b570-4e68-8ac4-8963813ebe81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:15.110893 [ 199 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:15.111286 [ 199 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 2024.04.30 22:28:15.111305 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 84 rows starting from the beginning of the part 2024.04.30 22:28:15.111597 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:28:15.111667 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 45 rows starting from the beginning of the part 2024.04.30 22:28:15.111706 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:15.111860 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:28:15.111980 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 50 rows starting from the beginning of the part 2024.04.30 22:28:15.112309 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 55 rows starting from the beginning of the part 2024.04.30 22:28:15.112642 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 48 rows starting from the beginning of the part 2024.04.30 22:28:15.113008 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:15.113823 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:15.113891 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:15.114824 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.04.30 22:28:15.115551 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 424 rows, containing 4 columns (4 merged, 0 gathered) in 0.005884339 sec., 72055.67184351548 rows/sec., 6.17 MiB/sec. 2024.04.30 22:28:15.115575 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:15.115785 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.04.30 22:28:15.115837 [ 77 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.04.30 22:28:15.115876 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} executeQuery: Read 16 rows, 1.28 KiB in 0.004686 sec., 3414.4259496372174 rows/sec., 273.42 KiB/sec. 2024.04.30 22:28:15.115929 [ 77 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:15.116030 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:15.116492 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:28:15.116546 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} DynamicQueryHandler: Done processing query 2024.04.30 22:28:15.116671 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:15.116784 [ 3 ] {} HTTP-Session: 4b9ef142-b570-4e68-8ac4-8963813ebe81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:15.117047 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:28:15.117070 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:15.117117 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 96 rows starting from the beginning of the part 2024.04.30 22:28:15.117268 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:15.117365 [ 3 ] {} HTTP-Session: be31d9ae-ada1-4850-bd16-021a7b4b7215 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:15.117410 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:15.117485 [ 3 ] {} HTTP-Session: be31d9ae-ada1-4850-bd16-021a7b4b7215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:15.117542 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part 2024.04.30 22:28:15.117623 [ 3 ] {} HTTP-Session: be31d9ae-ada1-4850-bd16-021a7b4b7215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:15.117865 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 15 rows starting from the beginning of the part 2024.04.30 22:28:15.117909 [ 3 ] {} HTTP-Session: be31d9ae-ada1-4850-bd16-021a7b4b7215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:15.118282 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 20 rows starting from the beginning of the part 2024.04.30 22:28:15.118344 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.04.30 22:28:15.118397 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:15.118651 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 29 rows starting from the beginning of the part 2024.04.30 22:28:15.118651 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:28:15.118750 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.04.30 22:28:15.119028 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:28:15.119991 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:15.121045 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:15.121117 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:15.121905 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005721334 sec., 37753.43302803158 rows/sec., 2.97 MiB/sec. 2024.04.30 22:28:15.122109 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.04.30 22:28:15.122210 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.04.30 22:28:15.122777 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:15.122915 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.04.30 22:28:15.123090 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:28:15.123092 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:15.123288 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} executeQuery: Read 16 rows, 22.11 KiB in 0.005043 sec., 3172.7146539758082 rows/sec., 4.28 MiB/sec. 2024.04.30 22:28:15.123677 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} DynamicQueryHandler: Done processing query 2024.04.30 22:28:15.123720 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:28:15.123752 [ 3 ] {} HTTP-Session: be31d9ae-ada1-4850-bd16-021a7b4b7215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:20.101338 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:20.101482 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:20.101512 [ 3 ] {} HTTP-Session: 9edab82c-b360-4b86-a340-3fb20283f727 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:20.101540 [ 3 ] {} HTTP-Session: 9edab82c-b360-4b86-a340-3fb20283f727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:20.101558 [ 3 ] {} HTTP-Session: 9edab82c-b360-4b86-a340-3fb20283f727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:20.101617 [ 3 ] {} HTTP-Session: 9edab82c-b360-4b86-a340-3fb20283f727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:20.101835 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:20.101912 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:28:20.102115 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:20.102526 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:20.102568 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:20.102947 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.04.30 22:28:20.103292 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:20.103465 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} executeQuery: Read 15 rows, 1.22 KiB in 0.001697 sec., 8839.127872716559 rows/sec., 716.45 KiB/sec. 2024.04.30 22:28:20.103656 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} DynamicQueryHandler: Done processing query 2024.04.30 22:28:20.103682 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:20.103698 [ 3 ] {} HTTP-Session: 9edab82c-b360-4b86-a340-3fb20283f727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:20.103828 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:20.103877 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:20.103896 [ 3 ] {} HTTP-Session: 752a80b5-94a6-446d-b443-62f2877627bb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:20.103912 [ 3 ] {} HTTP-Session: 752a80b5-94a6-446d-b443-62f2877627bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:20.103925 [ 3 ] {} HTTP-Session: 752a80b5-94a6-446d-b443-62f2877627bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:20.103957 [ 3 ] {} HTTP-Session: 752a80b5-94a6-446d-b443-62f2877627bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:20.104064 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:20.104106 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:28:20.104232 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:20.104554 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:20.104591 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:20.104903 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.04.30 22:28:20.105223 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:20.105377 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} executeQuery: Read 45 rows, 4.01 KiB in 0.00134 sec., 33582.0895522388 rows/sec., 2.93 MiB/sec. 2024.04.30 22:28:20.105648 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} DynamicQueryHandler: Done processing query 2024.04.30 22:28:20.105698 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:28:20.105758 [ 3 ] {} HTTP-Session: 752a80b5-94a6-446d-b443-62f2877627bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:20.105979 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:20.106031 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:20.106050 [ 3 ] {} HTTP-Session: a34f2640-4530-40e0-ab07-44cc9b4dc356 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:20.106067 [ 3 ] {} HTTP-Session: a34f2640-4530-40e0-ab07-44cc9b4dc356 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:20.106081 [ 3 ] {} HTTP-Session: a34f2640-4530-40e0-ab07-44cc9b4dc356 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:20.106113 [ 3 ] {} HTTP-Session: a34f2640-4530-40e0-ab07-44cc9b4dc356 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:20.106221 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:20.106265 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:28:20.106410 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:20.106685 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:20.106722 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:20.107052 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.04.30 22:28:20.107367 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:20.107511 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} executeQuery: Read 15 rows, 1.20 KiB in 0.001318 sec., 11380.880121396056 rows/sec., 911.36 KiB/sec. 2024.04.30 22:28:20.107665 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} DynamicQueryHandler: Done processing query 2024.04.30 22:28:20.107689 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:20.107704 [ 3 ] {} HTTP-Session: a34f2640-4530-40e0-ab07-44cc9b4dc356 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:20.107834 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:20.107881 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:20.107900 [ 3 ] {} HTTP-Session: 3b100b1e-31ec-445e-9d31-f16cc64db507 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:20.107916 [ 3 ] {} HTTP-Session: 3b100b1e-31ec-445e-9d31-f16cc64db507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:20.107930 [ 3 ] {} HTTP-Session: 3b100b1e-31ec-445e-9d31-f16cc64db507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:20.107959 [ 3 ] {} HTTP-Session: 3b100b1e-31ec-445e-9d31-f16cc64db507 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:20.108131 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:20.108180 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:28:20.108343 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:20.108756 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:20.108792 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:20.109206 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.04.30 22:28:20.109565 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:20.109722 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} executeQuery: Read 15 rows, 20.73 KiB in 0.001687 sec., 8891.52341434499 rows/sec., 12.00 MiB/sec. 2024.04.30 22:28:20.109721 [ 73 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.04.30 22:28:20.109830 [ 73 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:20.109883 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:20.109979 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} DynamicQueryHandler: Done processing query 2024.04.30 22:28:20.110033 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:28:20.110085 [ 3 ] {} HTTP-Session: 3b100b1e-31ec-445e-9d31-f16cc64db507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:20.110164 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:28:20.110398 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:28:20.110449 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 788 rows starting from the beginning of the part 2024.04.30 22:28:20.110558 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 15 rows starting from the beginning of the part 2024.04.30 22:28:20.110712 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part 2024.04.30 22:28:20.110948 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 15 rows starting from the beginning of the part 2024.04.30 22:28:20.111043 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 16 rows starting from the beginning of the part 2024.04.30 22:28:20.111144 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 15 rows starting from the beginning of the part 2024.04.30 22:28:20.124463 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 865 rows, containing 6 columns (6 merged, 0 gathered) in 0.014484045 sec., 59720.88598178203 rows/sec., 80.59 MiB/sec. 2024.04.30 22:28:20.125101 [ 201 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.04.30 22:28:20.125591 [ 201 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:20.125682 [ 201 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.04.30 22:28:20.125790 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.77 MiB. 2024.04.30 22:28:23.776531 [ 71 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:28:23.776604 [ 71 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:28:25.103147 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:25.103324 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:25.103366 [ 3 ] {} HTTP-Session: c49fc3e5-2c1b-4d1c-bf02-5d939c0766fc Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:25.103408 [ 3 ] {} HTTP-Session: c49fc3e5-2c1b-4d1c-bf02-5d939c0766fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.103436 [ 3 ] {} HTTP-Session: c49fc3e5-2c1b-4d1c-bf02-5d939c0766fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.103517 [ 3 ] {} HTTP-Session: c49fc3e5-2c1b-4d1c-bf02-5d939c0766fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:25.103817 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:25.103927 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:28:25.104200 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:25.104630 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:25.104677 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:25.105051 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.04.30 22:28:25.105393 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:25.105556 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} executeQuery: Read 16 rows, 1.30 KiB in 0.001834 sec., 8724.100327153763 rows/sec., 707.13 KiB/sec. 2024.04.30 22:28:25.105837 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} DynamicQueryHandler: Done processing query 2024.04.30 22:28:25.105896 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:25.105969 [ 3 ] {} HTTP-Session: c49fc3e5-2c1b-4d1c-bf02-5d939c0766fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.106228 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:25.106323 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:25.106345 [ 3 ] {} HTTP-Session: 85ff2ec4-700e-497b-b84e-aee735ac6604 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:25.106363 [ 3 ] {} HTTP-Session: 85ff2ec4-700e-497b-b84e-aee735ac6604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.106377 [ 3 ] {} HTTP-Session: 85ff2ec4-700e-497b-b84e-aee735ac6604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.106412 [ 3 ] {} HTTP-Session: 85ff2ec4-700e-497b-b84e-aee735ac6604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:25.106521 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:25.106568 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:28:25.106714 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:25.107000 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:25.107038 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:25.107351 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.30 22:28:25.107661 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:25.107818 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} executeQuery: Read 2 rows, 167.00 B in 0.001323 sec., 1511.7157974300833 rows/sec., 123.27 KiB/sec. 2024.04.30 22:28:25.107994 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} DynamicQueryHandler: Done processing query 2024.04.30 22:28:25.108019 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:25.108035 [ 3 ] {} HTTP-Session: 85ff2ec4-700e-497b-b84e-aee735ac6604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.108179 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:25.108228 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:25.108247 [ 3 ] {} HTTP-Session: 87e82e6c-bcfb-4fdd-b7bc-3dd2acda6b70 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:25.108264 [ 3 ] {} HTTP-Session: 87e82e6c-bcfb-4fdd-b7bc-3dd2acda6b70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.108277 [ 3 ] {} HTTP-Session: 87e82e6c-bcfb-4fdd-b7bc-3dd2acda6b70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.108309 [ 3 ] {} HTTP-Session: 87e82e6c-bcfb-4fdd-b7bc-3dd2acda6b70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:25.108428 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:25.108470 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:28:25.108598 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:25.108914 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:25.108950 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:25.109267 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.04.30 22:28:25.109583 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:25.109741 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} executeQuery: Read 85 rows, 7.23 KiB in 0.001351 sec., 62916.358253145816 rows/sec., 5.23 MiB/sec. 2024.04.30 22:28:25.109994 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} DynamicQueryHandler: Done processing query 2024.04.30 22:28:25.110051 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.30 22:28:25.110114 [ 3 ] {} HTTP-Session: 87e82e6c-bcfb-4fdd-b7bc-3dd2acda6b70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.110323 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:25.110373 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:25.110393 [ 3 ] {} HTTP-Session: d450613e-477f-4712-b171-973de79a0b77 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:25.110412 [ 3 ] {} HTTP-Session: d450613e-477f-4712-b171-973de79a0b77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.110426 [ 3 ] {} HTTP-Session: d450613e-477f-4712-b171-973de79a0b77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.110458 [ 3 ] {} HTTP-Session: d450613e-477f-4712-b171-973de79a0b77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:25.110555 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:25.110600 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:28:25.110734 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:25.110986 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:25.111021 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:25.111316 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.30 22:28:25.111631 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:25.111766 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} executeQuery: Read 2 rows, 143.00 B in 0.001232 sec., 1623.3766233766235 rows/sec., 113.35 KiB/sec. 2024.04.30 22:28:25.111963 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} DynamicQueryHandler: Done processing query 2024.04.30 22:28:25.111988 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:25.112004 [ 3 ] {} HTTP-Session: d450613e-477f-4712-b171-973de79a0b77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.112120 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:25.112169 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:25.112188 [ 3 ] {} HTTP-Session: f57bf58c-3854-4196-a665-c01e4ac42f6f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:25.112205 [ 3 ] {} HTTP-Session: f57bf58c-3854-4196-a665-c01e4ac42f6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.112218 [ 3 ] {} HTTP-Session: f57bf58c-3854-4196-a665-c01e4ac42f6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.112249 [ 3 ] {} HTTP-Session: f57bf58c-3854-4196-a665-c01e4ac42f6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:25.112363 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:25.112405 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:28:25.112536 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:25.112815 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:25.112851 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:25.113154 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.04.30 22:28:25.113454 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:25.113611 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} executeQuery: Read 42 rows, 3.34 KiB in 0.001277 sec., 32889.58496476116 rows/sec., 2.56 MiB/sec. 2024.04.30 22:28:25.113766 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} DynamicQueryHandler: Done processing query 2024.04.30 22:28:25.113789 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:28:25.113804 [ 3 ] {} HTTP-Session: f57bf58c-3854-4196-a665-c01e4ac42f6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.113925 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:25.113971 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:25.113990 [ 3 ] {} HTTP-Session: b5edf13d-62e3-4a77-b364-3f8e4df03c0d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:25.114006 [ 3 ] {} HTTP-Session: b5edf13d-62e3-4a77-b364-3f8e4df03c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.114019 [ 3 ] {} HTTP-Session: b5edf13d-62e3-4a77-b364-3f8e4df03c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.114050 [ 3 ] {} HTTP-Session: b5edf13d-62e3-4a77-b364-3f8e4df03c0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:25.114158 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:25.114205 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:28:25.114348 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:25.114645 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:25.114680 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:25.115047 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.04.30 22:28:25.115398 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:25.115554 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} executeQuery: Read 37 rows, 2.67 KiB in 0.001425 sec., 25964.912280701752 rows/sec., 1.83 MiB/sec. 2024.04.30 22:28:25.115556 [ 70 ] {} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2024.04.30 22:28:25.115678 [ 70 ] {} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:25.115724 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:25.115808 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} DynamicQueryHandler: Done processing query 2024.04.30 22:28:25.115908 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:28:25.115990 [ 3 ] {} HTTP-Session: b5edf13d-62e3-4a77-b364-3f8e4df03c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.116117 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2024.04.30 22:28:25.116269 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:25.116394 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:25.116455 [ 3 ] {} HTTP-Session: 37ab1324-3021-48eb-8d75-9d35c7f1473f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:25.116498 [ 3 ] {} HTTP-Session: 37ab1324-3021-48eb-8d75-9d35c7f1473f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.116541 [ 3 ] {} HTTP-Session: 37ab1324-3021-48eb-8d75-9d35c7f1473f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.116573 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:28:25.116599 [ 3 ] {} HTTP-Session: 37ab1324-3021-48eb-8d75-9d35c7f1473f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:25.116635 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 541 rows starting from the beginning of the part 2024.04.30 22:28:25.116845 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 37 rows starting from the beginning of the part 2024.04.30 22:28:25.117103 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:25.117129 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part 2024.04.30 22:28:25.117373 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:28:25.117436 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2024.04.30 22:28:25.117831 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part 2024.04.30 22:28:25.118146 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 37 rows starting from the beginning of the part 2024.04.30 22:28:25.118905 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:25.119751 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:25.119821 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:25.121030 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.04.30 22:28:25.121336 [ 201 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 660 rows, containing 5 columns (5 merged, 0 gathered) in 0.005489139 sec., 120237.43614435707 rows/sec., 8.49 MiB/sec. 2024.04.30 22:28:25.121658 [ 201 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2024.04.30 22:28:25.121695 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:25.122069 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} executeQuery: Read 16 rows, 22.11 KiB in 0.0053 sec., 3018.867924528302 rows/sec., 4.07 MiB/sec. 2024.04.30 22:28:25.122497 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} DynamicQueryHandler: Done processing query 2024.04.30 22:28:25.122533 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:28:25.122563 [ 3 ] {} HTTP-Session: 37ab1324-3021-48eb-8d75-9d35c7f1473f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:25.122725 [ 201 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:25.122822 [ 201 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2024.04.30 22:28:25.122926 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2024.04.30 22:28:30.101366 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:30.101496 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:30.101520 [ 3 ] {} HTTP-Session: aa0d0cb3-af80-4fe3-adf2-cc0d6cab2766 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:30.101544 [ 3 ] {} HTTP-Session: aa0d0cb3-af80-4fe3-adf2-cc0d6cab2766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:30.101558 [ 3 ] {} HTTP-Session: aa0d0cb3-af80-4fe3-adf2-cc0d6cab2766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:30.101608 [ 3 ] {} HTTP-Session: aa0d0cb3-af80-4fe3-adf2-cc0d6cab2766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:30.101790 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:30.101858 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:28:30.102049 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:30.102468 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:30.102509 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:30.102876 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.04.30 22:28:30.103213 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:30.103375 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} executeQuery: Read 15 rows, 1.22 KiB in 0.001642 sec., 9135.200974421437 rows/sec., 740.45 KiB/sec. 2024.04.30 22:28:30.103583 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} DynamicQueryHandler: Done processing query 2024.04.30 22:28:30.103609 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:30.103625 [ 3 ] {} HTTP-Session: aa0d0cb3-af80-4fe3-adf2-cc0d6cab2766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:30.103767 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:30.103817 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:30.103839 [ 3 ] {} HTTP-Session: 20255692-17f2-4a62-8feb-b4deb3a1dad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:30.103855 [ 3 ] {} HTTP-Session: 20255692-17f2-4a62-8feb-b4deb3a1dad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:30.103868 [ 3 ] {} HTTP-Session: 20255692-17f2-4a62-8feb-b4deb3a1dad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:30.103900 [ 3 ] {} HTTP-Session: 20255692-17f2-4a62-8feb-b4deb3a1dad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:30.104007 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:30.104050 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:28:30.104177 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:30.104500 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:30.104537 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:30.104842 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.04.30 22:28:30.105174 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:30.105324 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} executeQuery: Read 45 rows, 4.01 KiB in 0.001349 sec., 33358.042994810974 rows/sec., 2.91 MiB/sec. 2024.04.30 22:28:30.105485 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} DynamicQueryHandler: Done processing query 2024.04.30 22:28:30.105509 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:28:30.105524 [ 3 ] {} HTTP-Session: 20255692-17f2-4a62-8feb-b4deb3a1dad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:30.105695 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:30.105743 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:30.105761 [ 3 ] {} HTTP-Session: 80868ed8-66fb-4eea-b556-ccc820c607c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:30.105779 [ 3 ] {} HTTP-Session: 80868ed8-66fb-4eea-b556-ccc820c607c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:30.105793 [ 3 ] {} HTTP-Session: 80868ed8-66fb-4eea-b556-ccc820c607c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:30.105823 [ 3 ] {} HTTP-Session: 80868ed8-66fb-4eea-b556-ccc820c607c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:30.105921 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:30.105962 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:28:30.106086 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:30.106378 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:30.106414 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:30.106717 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.04.30 22:28:30.107037 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:30.107196 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} executeQuery: Read 15 rows, 1.20 KiB in 0.001292 sec., 11609.907120743035 rows/sec., 929.70 KiB/sec. 2024.04.30 22:28:30.107392 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} DynamicQueryHandler: Done processing query 2024.04.30 22:28:30.107433 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:30.107457 [ 3 ] {} HTTP-Session: 80868ed8-66fb-4eea-b556-ccc820c607c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:30.107605 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:30.107655 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:30.107673 [ 3 ] {} HTTP-Session: bad26edf-6e0c-4377-b7bb-f187bf3c28cd Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:30.107691 [ 3 ] {} HTTP-Session: bad26edf-6e0c-4377-b7bb-f187bf3c28cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:30.107705 [ 3 ] {} HTTP-Session: bad26edf-6e0c-4377-b7bb-f187bf3c28cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:30.107736 [ 3 ] {} HTTP-Session: bad26edf-6e0c-4377-b7bb-f187bf3c28cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:30.107916 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:30.107965 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:28:30.108124 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:30.108473 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:30.108509 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:30.108909 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.04.30 22:28:30.109245 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:30.109406 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} executeQuery: Read 15 rows, 20.73 KiB in 0.00158 sec., 9493.67088607595 rows/sec., 12.81 MiB/sec. 2024.04.30 22:28:30.109576 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} DynamicQueryHandler: Done processing query 2024.04.30 22:28:30.109601 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:28:30.109616 [ 3 ] {} HTTP-Session: bad26edf-6e0c-4377-b7bb-f187bf3c28cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:35.101850 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:35.101993 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:35.102023 [ 3 ] {} HTTP-Session: d865f73e-a1b6-445c-b2ed-e37ac167fdea Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:35.102052 [ 3 ] {} HTTP-Session: d865f73e-a1b6-445c-b2ed-e37ac167fdea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:35.102071 [ 3 ] {} HTTP-Session: d865f73e-a1b6-445c-b2ed-e37ac167fdea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:35.102128 [ 3 ] {} HTTP-Session: d865f73e-a1b6-445c-b2ed-e37ac167fdea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:35.102337 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:35.102407 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:28:35.102598 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:35.103004 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:35.103050 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:35.103418 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.04.30 22:28:35.103750 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:35.103901 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} executeQuery: Read 16 rows, 1.30 KiB in 0.001629 sec., 9821.976672805402 rows/sec., 796.12 KiB/sec. 2024.04.30 22:28:35.104228 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} DynamicQueryHandler: Done processing query 2024.04.30 22:28:35.104292 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:35.104334 [ 3 ] {} HTTP-Session: d865f73e-a1b6-445c-b2ed-e37ac167fdea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:35.104499 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:35.104556 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:35.104577 [ 3 ] {} HTTP-Session: e6818fc4-3719-429c-88fd-5c60b7b04f3b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:35.104595 [ 3 ] {} HTTP-Session: e6818fc4-3719-429c-88fd-5c60b7b04f3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:35.104610 [ 3 ] {} HTTP-Session: e6818fc4-3719-429c-88fd-5c60b7b04f3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:35.104647 [ 3 ] {} HTTP-Session: e6818fc4-3719-429c-88fd-5c60b7b04f3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:35.104771 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:35.104820 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:28:35.104969 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:35.105300 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:35.105338 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:35.105639 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.04.30 22:28:35.105946 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:35.106105 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} executeQuery: Read 48 rows, 4.39 KiB in 0.001364 sec., 35190.61583577713 rows/sec., 3.14 MiB/sec. 2024.04.30 22:28:35.106320 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} DynamicQueryHandler: Done processing query 2024.04.30 22:28:35.106356 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:28:35.106378 [ 3 ] {} HTTP-Session: e6818fc4-3719-429c-88fd-5c60b7b04f3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:35.106543 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:35.106595 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:35.106614 [ 3 ] {} HTTP-Session: 5e8e8090-01fc-458e-a7eb-4b0359f431ed Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:35.106631 [ 3 ] {} HTTP-Session: 5e8e8090-01fc-458e-a7eb-4b0359f431ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:35.106645 [ 3 ] {} HTTP-Session: 5e8e8090-01fc-458e-a7eb-4b0359f431ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:35.106683 [ 3 ] {} HTTP-Session: 5e8e8090-01fc-458e-a7eb-4b0359f431ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:35.106794 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:35.106837 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:28:35.106966 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:35.107246 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:35.107282 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:35.107589 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.04.30 22:28:35.107901 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:35.108052 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} executeQuery: Read 16 rows, 1.28 KiB in 0.001287 sec., 12432.012432012432 rows/sec., 995.53 KiB/sec. 2024.04.30 22:28:35.108334 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} DynamicQueryHandler: Done processing query 2024.04.30 22:28:35.108391 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:35.108431 [ 3 ] {} HTTP-Session: 5e8e8090-01fc-458e-a7eb-4b0359f431ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:35.108598 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:35.108647 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:35.108666 [ 3 ] {} HTTP-Session: e2bc7d08-c84b-4c60-8f20-af61cd7941fb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:35.108683 [ 3 ] {} HTTP-Session: e2bc7d08-c84b-4c60-8f20-af61cd7941fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:35.108698 [ 3 ] {} HTTP-Session: e2bc7d08-c84b-4c60-8f20-af61cd7941fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:35.108732 [ 3 ] {} HTTP-Session: e2bc7d08-c84b-4c60-8f20-af61cd7941fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:35.108925 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:35.108976 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:28:35.109165 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:35.109549 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:35.109585 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:35.109986 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.04.30 22:28:35.110313 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:35.110469 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} executeQuery: Read 16 rows, 22.11 KiB in 0.00165 sec., 9696.969696969698 rows/sec., 13.09 MiB/sec. 2024.04.30 22:28:35.110650 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} DynamicQueryHandler: Done processing query 2024.04.30 22:28:35.110675 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:28:35.110691 [ 3 ] {} HTTP-Session: e2bc7d08-c84b-4c60-8f20-af61cd7941fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:37.162497 [ 64 ] {} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2024.04.30 22:28:37.162567 [ 64 ] {} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:37.162594 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:37.162752 [ 191 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2024.04.30 22:28:37.162921 [ 191 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:28:37.162956 [ 191 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 20 rows starting from the beginning of the part 2024.04.30 22:28:37.163033 [ 191 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2024.04.30 22:28:37.163174 [ 191 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2024.04.30 22:28:37.163476 [ 191 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part 2024.04.30 22:28:37.163621 [ 191 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2024.04.30 22:28:37.164619 [ 199 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.001946249 sec., 21579.97255233015 rows/sec., 1.76 MiB/sec. 2024.04.30 22:28:37.164761 [ 199 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2024.04.30 22:28:37.165166 [ 199 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:37.165255 [ 199 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2024.04.30 22:28:37.165339 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.04.30 22:28:37.586603 [ 64 ] {} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2024.04.30 22:28:37.586697 [ 64 ] {} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:37.586738 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:37.586915 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2024.04.30 22:28:37.587095 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:28:37.587135 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 20 rows starting from the beginning of the part 2024.04.30 22:28:37.587220 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2024.04.30 22:28:37.587370 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2024.04.30 22:28:37.587653 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part 2024.04.30 22:28:37.587953 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2024.04.30 22:28:37.589083 [ 191 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.002245996 sec., 18699.944256356644 rows/sec., 1.31 MiB/sec. 2024.04.30 22:28:37.589231 [ 191 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2024.04.30 22:28:37.589620 [ 191 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:37.589697 [ 191 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2024.04.30 22:28:37.589771 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2024.04.30 22:28:38.776679 [ 62 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:28:38.776787 [ 62 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:28:40.101451 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:40.101565 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:40.101590 [ 3 ] {} HTTP-Session: 130169f8-f61f-42e2-a83c-ef7307f62c91 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:40.101615 [ 3 ] {} HTTP-Session: 130169f8-f61f-42e2-a83c-ef7307f62c91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:40.101629 [ 3 ] {} HTTP-Session: 130169f8-f61f-42e2-a83c-ef7307f62c91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:40.101679 [ 3 ] {} HTTP-Session: 130169f8-f61f-42e2-a83c-ef7307f62c91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:40.101864 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:40.101931 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:28:40.102117 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:40.102471 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:40.102514 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:40.102869 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.04.30 22:28:40.103204 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:40.103354 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} executeQuery: Read 15 rows, 1.22 KiB in 0.001549 sec., 9683.666881859264 rows/sec., 784.91 KiB/sec. 2024.04.30 22:28:40.103408 [ 62 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 2024.04.30 22:28:40.103512 [ 62 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:40.103550 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:40.103634 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} DynamicQueryHandler: Done processing query 2024.04.30 22:28:40.103702 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:40.103753 [ 3 ] {} HTTP-Session: 130169f8-f61f-42e2-a83c-ef7307f62c91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:40.103783 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full 2024.04.30 22:28:40.103953 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:40.104063 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:28:40.104074 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:40.104128 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 31 rows starting from the beginning of the part 2024.04.30 22:28:40.104139 [ 3 ] {} HTTP-Session: 6708dcd9-e40b-443c-8ac7-60ef85a8a722 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:40.104188 [ 3 ] {} HTTP-Session: 6708dcd9-e40b-443c-8ac7-60ef85a8a722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:40.104219 [ 3 ] {} HTTP-Session: 6708dcd9-e40b-443c-8ac7-60ef85a8a722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:40.104311 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 15 rows starting from the beginning of the part 2024.04.30 22:28:40.104350 [ 3 ] {} HTTP-Session: 6708dcd9-e40b-443c-8ac7-60ef85a8a722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:40.104646 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 16 rows starting from the beginning of the part 2024.04.30 22:28:40.104790 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:40.104997 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:28:40.105045 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 15 rows starting from the beginning of the part 2024.04.30 22:28:40.105449 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part 2024.04.30 22:28:40.105831 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 15 rows starting from the beginning of the part 2024.04.30 22:28:40.106140 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:40.107000 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:40.107064 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:40.107958 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.04.30 22:28:40.108706 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.005055557 sec., 21362.631259028432 rows/sec., 1.69 MiB/sec. 2024.04.30 22:28:40.108875 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:40.108884 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2024.04.30 22:28:40.109190 [ 60 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.04.30 22:28:40.109209 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} executeQuery: Read 45 rows, 4.01 KiB in 0.004614 sec., 9752.92587776333 rows/sec., 869.89 KiB/sec. 2024.04.30 22:28:40.109289 [ 60 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:40.109413 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:40.109948 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:28:40.110079 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} DynamicQueryHandler: Done processing query 2024.04.30 22:28:40.110162 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:28:40.110244 [ 3 ] {} HTTP-Session: 6708dcd9-e40b-443c-8ac7-60ef85a8a722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:40.110401 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:40.110413 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:28:40.110495 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 142 rows starting from the beginning of the part 2024.04.30 22:28:40.110563 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:40.110584 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 2024.04.30 22:28:40.110790 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:40.110911 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 45 rows starting from the beginning of the part 2024.04.30 22:28:40.110943 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:28:40.110930 [ 3 ] {} HTTP-Session: 292921f7-5bcb-4936-938f-ea6ee3d932f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:40.111085 [ 3 ] {} HTTP-Session: 292921f7-5bcb-4936-938f-ea6ee3d932f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:40.111163 [ 3 ] {} HTTP-Session: 292921f7-5bcb-4936-938f-ea6ee3d932f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:40.111239 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 85 rows starting from the beginning of the part 2024.04.30 22:28:40.111297 [ 3 ] {} HTTP-Session: 292921f7-5bcb-4936-938f-ea6ee3d932f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:40.111563 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 45 rows starting from the beginning of the part 2024.04.30 22:28:40.111651 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:40.111817 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:28:40.111865 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 48 rows starting from the beginning of the part 2024.04.30 22:28:40.112239 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 45 rows starting from the beginning of the part 2024.04.30 22:28:40.112818 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:40.113568 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:40.113639 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:40.114424 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.04.30 22:28:40.115164 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 410 rows, containing 4 columns (4 merged, 0 gathered) in 0.005529769 sec., 74144.14598512162 rows/sec., 6.34 MiB/sec. 2024.04.30 22:28:40.115217 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:40.115389 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.04.30 22:28:40.115451 [ 60 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.04.30 22:28:40.115481 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} executeQuery: Read 15 rows, 1.20 KiB in 0.003941 sec., 3806.140573458513 rows/sec., 304.79 KiB/sec. 2024.04.30 22:28:40.115558 [ 60 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:40.115657 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:40.116149 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} DynamicQueryHandler: Done processing query 2024.04.30 22:28:40.116295 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:40.116318 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:28:40.116462 [ 3 ] {} HTTP-Session: 292921f7-5bcb-4936-938f-ea6ee3d932f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:40.116839 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:40.117056 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:40.117178 [ 3 ] {} HTTP-Session: 82bfebff-caa4-4720-ba6d-aeaf0389157c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:40.117284 [ 3 ] {} HTTP-Session: 82bfebff-caa4-4720-ba6d-aeaf0389157c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:40.117388 [ 3 ] {} HTTP-Session: 82bfebff-caa4-4720-ba6d-aeaf0389157c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:40.117398 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:28:40.117561 [ 3 ] {} HTTP-Session: 82bfebff-caa4-4720-ba6d-aeaf0389157c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:40.117569 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 96 rows starting from the beginning of the part 2024.04.30 22:28:40.117694 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:40.118197 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 15 rows starting from the beginning of the part 2024.04.30 22:28:40.118280 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:40.118522 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.04.30 22:28:40.118708 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:28:40.118943 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 42 rows starting from the beginning of the part 2024.04.30 22:28:40.119042 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.04.30 22:28:40.119377 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 15 rows starting from the beginning of the part 2024.04.30 22:28:40.119727 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:28:40.119963 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 15 rows starting from the beginning of the part 2024.04.30 22:28:40.120509 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:40.121155 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:40.121208 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.04.30 22:28:40.121683 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 4 columns (4 merged, 0 gathered) in 0.005906899 sec., 33689.419778465824 rows/sec., 2.64 MiB/sec. 2024.04.30 22:28:40.121877 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.04.30 22:28:40.122266 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.04.30 22:28:40.122551 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:40.122803 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.04.30 22:28:40.122954 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.04.30 22:28:40.123196 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:40.123384 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} executeQuery: Read 15 rows, 20.73 KiB in 0.005564 sec., 2695.9022286125087 rows/sec., 3.64 MiB/sec. 2024.04.30 22:28:40.123606 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} DynamicQueryHandler: Done processing query 2024.04.30 22:28:40.123641 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:28:40.123664 [ 3 ] {} HTTP-Session: 82bfebff-caa4-4720-ba6d-aeaf0389157c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:45.101448 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:45.101588 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:45.101617 [ 3 ] {} HTTP-Session: 116512f3-ff15-4e55-a312-fdaac41849b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:45.101645 [ 3 ] {} HTTP-Session: 116512f3-ff15-4e55-a312-fdaac41849b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:45.101663 [ 3 ] {} HTTP-Session: 116512f3-ff15-4e55-a312-fdaac41849b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:45.101719 [ 3 ] {} HTTP-Session: 116512f3-ff15-4e55-a312-fdaac41849b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:45.101924 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:45.101997 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:28:45.102220 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:45.102633 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:45.102676 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:28:45.103045 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.04.30 22:28:45.103379 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:45.103556 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} executeQuery: Read 16 rows, 1.30 KiB in 0.001695 sec., 9439.528023598821 rows/sec., 765.12 KiB/sec. 2024.04.30 22:28:45.103771 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} DynamicQueryHandler: Done processing query 2024.04.30 22:28:45.103804 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:45.103820 [ 3 ] {} HTTP-Session: 116512f3-ff15-4e55-a312-fdaac41849b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:45.103956 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:45.104013 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:45.104036 [ 3 ] {} HTTP-Session: 0a317fa6-fcee-4ddd-bc04-361cd2e800a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:45.104054 [ 3 ] {} HTTP-Session: 0a317fa6-fcee-4ddd-bc04-361cd2e800a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:45.104068 [ 3 ] {} HTTP-Session: 0a317fa6-fcee-4ddd-bc04-361cd2e800a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:45.104103 [ 3 ] {} HTTP-Session: 0a317fa6-fcee-4ddd-bc04-361cd2e800a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:45.104222 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:45.104268 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:28:45.104400 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:45.104719 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:45.104758 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:28:45.105179 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.04.30 22:28:45.105662 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:45.105848 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} executeQuery: Read 48 rows, 4.39 KiB in 0.00166 sec., 28915.662650602408 rows/sec., 2.58 MiB/sec. 2024.04.30 22:28:45.106018 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} DynamicQueryHandler: Done processing query 2024.04.30 22:28:45.106044 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:28:45.106060 [ 3 ] {} HTTP-Session: 0a317fa6-fcee-4ddd-bc04-361cd2e800a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:45.106222 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:45.106271 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:45.106290 [ 3 ] {} HTTP-Session: ee039ef1-7d16-42bf-a5a6-47152da81c0b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:45.106308 [ 3 ] {} HTTP-Session: ee039ef1-7d16-42bf-a5a6-47152da81c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:45.106322 [ 3 ] {} HTTP-Session: ee039ef1-7d16-42bf-a5a6-47152da81c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:45.106354 [ 3 ] {} HTTP-Session: ee039ef1-7d16-42bf-a5a6-47152da81c0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:45.106454 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:45.106496 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:28:45.106624 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:45.106873 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:45.106909 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:28:45.107212 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.04.30 22:28:45.107524 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:45.107674 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} executeQuery: Read 16 rows, 1.28 KiB in 0.001241 sec., 12892.828364222401 rows/sec., 1.01 MiB/sec. 2024.04.30 22:28:45.107827 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} DynamicQueryHandler: Done processing query 2024.04.30 22:28:45.107851 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:45.107866 [ 3 ] {} HTTP-Session: ee039ef1-7d16-42bf-a5a6-47152da81c0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:45.108002 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:45.108048 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:45.108067 [ 3 ] {} HTTP-Session: b3a419f5-c764-4f5e-985b-a87df704321b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:45.108084 [ 3 ] {} HTTP-Session: b3a419f5-c764-4f5e-985b-a87df704321b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:45.108098 [ 3 ] {} HTTP-Session: b3a419f5-c764-4f5e-985b-a87df704321b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:45.108128 [ 3 ] {} HTTP-Session: b3a419f5-c764-4f5e-985b-a87df704321b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:45.108307 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:45.108355 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:28:45.108513 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:45.108854 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:45.108890 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:28:45.109282 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.04.30 22:28:45.109623 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:45.109776 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} executeQuery: Read 16 rows, 22.11 KiB in 0.00157 sec., 10191.082802547771 rows/sec., 13.75 MiB/sec. 2024.04.30 22:28:45.109796 [ 58 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.04.30 22:28:45.109904 [ 58 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:45.109948 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:28:45.109980 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} DynamicQueryHandler: Done processing query 2024.04.30 22:28:45.110035 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:28:45.110107 [ 3 ] {} HTTP-Session: b3a419f5-c764-4f5e-985b-a87df704321b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:45.110246 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:28:45.110534 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:28:45.110574 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 865 rows starting from the beginning of the part 2024.04.30 22:28:45.110660 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 16 rows starting from the beginning of the part 2024.04.30 22:28:45.110832 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 15 rows starting from the beginning of the part 2024.04.30 22:28:45.111021 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part 2024.04.30 22:28:45.111146 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 15 rows starting from the beginning of the part 2024.04.30 22:28:45.111264 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 16 rows starting from the beginning of the part 2024.04.30 22:28:45.117644 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 943 rows, containing 6 columns (6 merged, 0 gathered) in 0.007605431 sec., 123990.34321657773 rows/sec., 167.32 MiB/sec. 2024.04.30 22:28:45.118808 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.04.30 22:28:45.119303 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:45.119395 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.04.30 22:28:45.119505 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. 2024.04.30 22:28:46.000149 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 189.27 MiB, peak 198.04 MiB, free memory in arenas 0.00 B, will set to 191.12 MiB (RSS), difference: 1.85 MiB 2024.04.30 22:28:50.101493 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:50.101634 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:50.101663 [ 3 ] {} HTTP-Session: 2e9b4b60-6eb4-4554-81c2-272c85d251ba Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:50.101692 [ 3 ] {} HTTP-Session: 2e9b4b60-6eb4-4554-81c2-272c85d251ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:50.101710 [ 3 ] {} HTTP-Session: 2e9b4b60-6eb4-4554-81c2-272c85d251ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:50.101768 [ 3 ] {} HTTP-Session: 2e9b4b60-6eb4-4554-81c2-272c85d251ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:50.101961 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:50.102029 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:28:50.102221 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:50.102641 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:50.102686 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:28:50.103053 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.04.30 22:28:50.103385 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:50.103527 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} executeQuery: Read 15 rows, 1.22 KiB in 0.001624 sec., 9236.453201970444 rows/sec., 748.66 KiB/sec. 2024.04.30 22:28:50.103816 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} DynamicQueryHandler: Done processing query 2024.04.30 22:28:50.103879 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:50.103939 [ 3 ] {} HTTP-Session: 2e9b4b60-6eb4-4554-81c2-272c85d251ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:50.104120 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:50.104177 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:50.104198 [ 3 ] {} HTTP-Session: 0edf537f-d6cf-4235-8cb3-3f95306a36a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:50.104217 [ 3 ] {} HTTP-Session: 0edf537f-d6cf-4235-8cb3-3f95306a36a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:50.104231 [ 3 ] {} HTTP-Session: 0edf537f-d6cf-4235-8cb3-3f95306a36a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:50.104268 [ 3 ] {} HTTP-Session: 0edf537f-d6cf-4235-8cb3-3f95306a36a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:50.104394 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:50.104442 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:28:50.104589 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:50.104908 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:50.104944 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:28:50.105252 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.04.30 22:28:50.105567 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:50.105693 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} executeQuery: Read 45 rows, 4.01 KiB in 0.001342 sec., 33532.04172876304 rows/sec., 2.92 MiB/sec. 2024.04.30 22:28:50.105849 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} DynamicQueryHandler: Done processing query 2024.04.30 22:28:50.105874 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:28:50.105890 [ 3 ] {} HTTP-Session: 0edf537f-d6cf-4235-8cb3-3f95306a36a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:50.106060 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:50.106110 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:50.106129 [ 3 ] {} HTTP-Session: 0564beb3-891b-41e7-a454-ab634cf176b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:50.106146 [ 3 ] {} HTTP-Session: 0564beb3-891b-41e7-a454-ab634cf176b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:50.106160 [ 3 ] {} HTTP-Session: 0564beb3-891b-41e7-a454-ab634cf176b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:50.106192 [ 3 ] {} HTTP-Session: 0564beb3-891b-41e7-a454-ab634cf176b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:50.106295 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:50.106337 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:28:50.106460 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:50.106729 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:50.106765 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:28:50.107058 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.04.30 22:28:50.107349 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:50.107473 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} executeQuery: Read 15 rows, 1.20 KiB in 0.00121 sec., 12396.694214876034 rows/sec., 992.70 KiB/sec. 2024.04.30 22:28:50.107630 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} DynamicQueryHandler: Done processing query 2024.04.30 22:28:50.107654 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:50.107670 [ 3 ] {} HTTP-Session: 0564beb3-891b-41e7-a454-ab634cf176b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:50.107784 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:50.107831 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:50.107849 [ 3 ] {} HTTP-Session: d1b293ed-6a94-4665-b68c-13710fe08cda Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:50.107866 [ 3 ] {} HTTP-Session: d1b293ed-6a94-4665-b68c-13710fe08cda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:50.107880 [ 3 ] {} HTTP-Session: d1b293ed-6a94-4665-b68c-13710fe08cda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:50.107911 [ 3 ] {} HTTP-Session: d1b293ed-6a94-4665-b68c-13710fe08cda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:50.108083 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:50.108131 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:28:50.108285 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:50.108639 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:50.108674 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:28:50.109073 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.04.30 22:28:50.109405 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:50.109529 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} executeQuery: Read 15 rows, 20.73 KiB in 0.001545 sec., 9708.73786407767 rows/sec., 13.10 MiB/sec. 2024.04.30 22:28:50.109792 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} DynamicQueryHandler: Done processing query 2024.04.30 22:28:50.109853 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:28:50.109911 [ 3 ] {} HTTP-Session: d1b293ed-6a94-4665-b68c-13710fe08cda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:53.777049 [ 54 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:28:53.777116 [ 54 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:28:55.001181 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000844481 sec. 2024.04.30 22:28:55.102437 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:55.102565 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:55.102594 [ 3 ] {} HTTP-Session: e8e1fd06-d75c-49b4-8e50-4d54f5c46269 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:55.102623 [ 3 ] {} HTTP-Session: e8e1fd06-d75c-49b4-8e50-4d54f5c46269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:55.102640 [ 3 ] {} HTTP-Session: e8e1fd06-d75c-49b4-8e50-4d54f5c46269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:55.102695 [ 3 ] {} HTTP-Session: e8e1fd06-d75c-49b4-8e50-4d54f5c46269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:55.102906 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:55.102976 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:28:55.103173 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:55.103588 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:55.103635 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:28:55.103998 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.04.30 22:28:55.104345 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:55.104518 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} executeQuery: Read 16 rows, 1.30 KiB in 0.001675 sec., 9552.23880597015 rows/sec., 774.25 KiB/sec. 2024.04.30 22:28:55.104731 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} DynamicQueryHandler: Done processing query 2024.04.30 22:28:55.104758 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:28:55.104774 [ 3 ] {} HTTP-Session: e8e1fd06-d75c-49b4-8e50-4d54f5c46269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:55.104910 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:55.104964 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:55.104985 [ 3 ] {} HTTP-Session: 0dbf65cd-51b2-4e3e-9dfc-3e27066cb683 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:55.105003 [ 3 ] {} HTTP-Session: 0dbf65cd-51b2-4e3e-9dfc-3e27066cb683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:55.105017 [ 3 ] {} HTTP-Session: 0dbf65cd-51b2-4e3e-9dfc-3e27066cb683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:55.105052 [ 3 ] {} HTTP-Session: 0dbf65cd-51b2-4e3e-9dfc-3e27066cb683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:55.105180 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:55.105253 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:28:55.105388 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:55.105727 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:55.105764 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:28:55.106079 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.04.30 22:28:55.106381 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:55.106531 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} executeQuery: Read 84 rows, 7.16 KiB in 0.001394 sec., 60258.24964131994 rows/sec., 5.01 MiB/sec. 2024.04.30 22:28:55.106694 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} DynamicQueryHandler: Done processing query 2024.04.30 22:28:55.106718 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.30 22:28:55.106733 [ 3 ] {} HTTP-Session: 0dbf65cd-51b2-4e3e-9dfc-3e27066cb683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:55.106899 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:55.106977 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:55.106997 [ 3 ] {} HTTP-Session: 6ef8ff4f-6b2a-4037-99ab-ef8289b5c611 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:55.107014 [ 3 ] {} HTTP-Session: 6ef8ff4f-6b2a-4037-99ab-ef8289b5c611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:55.107027 [ 3 ] {} HTTP-Session: 6ef8ff4f-6b2a-4037-99ab-ef8289b5c611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:55.107060 [ 3 ] {} HTTP-Session: 6ef8ff4f-6b2a-4037-99ab-ef8289b5c611 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:55.107167 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:55.107210 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:28:55.107333 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:55.107628 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:55.107665 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:28:55.107969 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.04.30 22:28:55.108274 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:55.108418 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} executeQuery: Read 40 rows, 3.18 KiB in 0.001284 sec., 31152.64797507788 rows/sec., 2.42 MiB/sec. 2024.04.30 22:28:55.108586 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} DynamicQueryHandler: Done processing query 2024.04.30 22:28:55.108611 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:28:55.108626 [ 3 ] {} HTTP-Session: 6ef8ff4f-6b2a-4037-99ab-ef8289b5c611 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:55.108744 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:55.108792 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:55.108812 [ 3 ] {} HTTP-Session: 51eea38f-cdb2-4f79-9534-f05adad65648 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:55.108828 [ 3 ] {} HTTP-Session: 51eea38f-cdb2-4f79-9534-f05adad65648 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:55.108841 [ 3 ] {} HTTP-Session: 51eea38f-cdb2-4f79-9534-f05adad65648 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:55.108873 [ 3 ] {} HTTP-Session: 51eea38f-cdb2-4f79-9534-f05adad65648 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:55.108979 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:55.109024 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:28:55.109172 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:55.109457 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:55.109493 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:28:55.109871 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.04.30 22:28:55.110201 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:55.110350 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} executeQuery: Read 36 rows, 2.60 KiB in 0.001405 sec., 25622.775800711745 rows/sec., 1.81 MiB/sec. 2024.04.30 22:28:55.110504 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} DynamicQueryHandler: Done processing query 2024.04.30 22:28:55.110528 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:28:55.110544 [ 3 ] {} HTTP-Session: 51eea38f-cdb2-4f79-9534-f05adad65648 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:55.110670 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:28:55.110717 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:28:55.110735 [ 3 ] {} HTTP-Session: 594deff8-f5fc-41c2-a1e5-6079ac184fd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:28:55.110752 [ 3 ] {} HTTP-Session: 594deff8-f5fc-41c2-a1e5-6079ac184fd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:55.110766 [ 3 ] {} HTTP-Session: 594deff8-f5fc-41c2-a1e5-6079ac184fd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:28:55.110796 [ 3 ] {} HTTP-Session: 594deff8-f5fc-41c2-a1e5-6079ac184fd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:28:55.110973 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:28:55.111019 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:28:55.111179 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:28:55.111633 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:28:55.111669 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:28:55.112059 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.04.30 22:28:55.112394 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:28:55.112558 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} executeQuery: Read 16 rows, 22.11 KiB in 0.001675 sec., 9552.23880597015 rows/sec., 12.89 MiB/sec. 2024.04.30 22:28:55.112840 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} DynamicQueryHandler: Done processing query 2024.04.30 22:28:55.112900 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:28:55.112955 [ 3 ] {} HTTP-Session: 594deff8-f5fc-41c2-a1e5-6079ac184fd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:00.101394 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:00.101533 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:00.101562 [ 3 ] {} HTTP-Session: a3bf625f-f386-4bfb-b469-5199a72ab14b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:00.101590 [ 3 ] {} HTTP-Session: a3bf625f-f386-4bfb-b469-5199a72ab14b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:00.101608 [ 3 ] {} HTTP-Session: a3bf625f-f386-4bfb-b469-5199a72ab14b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:00.101663 [ 3 ] {} HTTP-Session: a3bf625f-f386-4bfb-b469-5199a72ab14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:00.101873 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:00.101955 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:29:00.102161 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:00.102579 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:00.102623 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:00.102988 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.04.30 22:29:00.103324 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:00.103466 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} executeQuery: Read 15 rows, 1.22 KiB in 0.001658 sec., 9047.044632086852 rows/sec., 733.31 KiB/sec. 2024.04.30 22:29:00.103734 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} DynamicQueryHandler: Done processing query 2024.04.30 22:29:00.103780 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:00.103850 [ 3 ] {} HTTP-Session: a3bf625f-f386-4bfb-b469-5199a72ab14b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:00.104112 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:00.104214 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:00.104236 [ 3 ] {} HTTP-Session: 62c5c69b-91b4-4598-8fe4-1af3c7273c69 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:00.104255 [ 3 ] {} HTTP-Session: 62c5c69b-91b4-4598-8fe4-1af3c7273c69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:00.104269 [ 3 ] {} HTTP-Session: 62c5c69b-91b4-4598-8fe4-1af3c7273c69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:00.104305 [ 3 ] {} HTTP-Session: 62c5c69b-91b4-4598-8fe4-1af3c7273c69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:00.104427 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:00.104474 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:29:00.104615 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:00.104936 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:00.104972 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:00.105290 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.04.30 22:29:00.105595 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:00.105728 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} executeQuery: Read 45 rows, 4.01 KiB in 0.001343 sec., 33507.073715562175 rows/sec., 2.92 MiB/sec. 2024.04.30 22:29:00.105894 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} DynamicQueryHandler: Done processing query 2024.04.30 22:29:00.105920 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:29:00.105936 [ 3 ] {} HTTP-Session: 62c5c69b-91b4-4598-8fe4-1af3c7273c69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:00.106056 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:00.106105 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:00.106125 [ 3 ] {} HTTP-Session: 53894f7c-3cda-4a85-a44d-4ae99a6a3faf Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:00.106141 [ 3 ] {} HTTP-Session: 53894f7c-3cda-4a85-a44d-4ae99a6a3faf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:00.106155 [ 3 ] {} HTTP-Session: 53894f7c-3cda-4a85-a44d-4ae99a6a3faf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:00.106187 [ 3 ] {} HTTP-Session: 53894f7c-3cda-4a85-a44d-4ae99a6a3faf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:00.106287 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:00.106329 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:29:00.106454 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:00.106728 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:00.106764 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:00.107059 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.04.30 22:29:00.107360 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:00.107496 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} executeQuery: Read 15 rows, 1.20 KiB in 0.001238 sec., 12116.316639741519 rows/sec., 970.25 KiB/sec. 2024.04.30 22:29:00.107644 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} DynamicQueryHandler: Done processing query 2024.04.30 22:29:00.107668 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:00.107685 [ 3 ] {} HTTP-Session: 53894f7c-3cda-4a85-a44d-4ae99a6a3faf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:00.107851 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:00.107899 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:00.107918 [ 3 ] {} HTTP-Session: c0c21688-cfe2-4274-b6a0-28ce9df3dd81 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:00.107939 [ 3 ] {} HTTP-Session: c0c21688-cfe2-4274-b6a0-28ce9df3dd81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:00.107953 [ 3 ] {} HTTP-Session: c0c21688-cfe2-4274-b6a0-28ce9df3dd81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:00.107984 [ 3 ] {} HTTP-Session: c0c21688-cfe2-4274-b6a0-28ce9df3dd81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:00.108155 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:00.108204 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:29:00.108356 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:00.108718 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:00.108752 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:00.109182 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.04.30 22:29:00.109517 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:00.109641 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} executeQuery: Read 15 rows, 20.73 KiB in 0.001584 sec., 9469.69696969697 rows/sec., 12.78 MiB/sec. 2024.04.30 22:29:00.109897 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} DynamicQueryHandler: Done processing query 2024.04.30 22:29:00.109954 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:29:00.110008 [ 3 ] {} HTTP-Session: c0c21688-cfe2-4274-b6a0-28ce9df3dd81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.101616 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:05.101763 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:05.101793 [ 3 ] {} HTTP-Session: 41572bf2-3a94-45aa-a5df-b1af7aed3e8f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:05.101823 [ 3 ] {} HTTP-Session: 41572bf2-3a94-45aa-a5df-b1af7aed3e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.101841 [ 3 ] {} HTTP-Session: 41572bf2-3a94-45aa-a5df-b1af7aed3e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.101896 [ 3 ] {} HTTP-Session: 41572bf2-3a94-45aa-a5df-b1af7aed3e8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:05.102117 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:05.102195 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:29:05.102390 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:05.102804 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:05.102851 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:05.103206 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.04.30 22:29:05.103538 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:05.103723 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} executeQuery: Read 16 rows, 1.30 KiB in 0.001671 sec., 9575.10472770796 rows/sec., 776.11 KiB/sec. 2024.04.30 22:29:05.103774 [ 46 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 2024.04.30 22:29:05.103886 [ 46 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:05.103923 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:05.104011 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} DynamicQueryHandler: Done processing query 2024.04.30 22:29:05.104071 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:05.104122 [ 3 ] {} HTTP-Session: 41572bf2-3a94-45aa-a5df-b1af7aed3e8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.104164 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full 2024.04.30 22:29:05.104282 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:05.104398 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:05.104453 [ 3 ] {} HTTP-Session: b120aae4-06de-4f55-be99-58c07257ba93 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:05.104466 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:29:05.104489 [ 3 ] {} HTTP-Session: b120aae4-06de-4f55-be99-58c07257ba93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.104529 [ 3 ] {} HTTP-Session: b120aae4-06de-4f55-be99-58c07257ba93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.104535 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 31 rows starting from the beginning of the part 2024.04.30 22:29:05.104606 [ 3 ] {} HTTP-Session: b120aae4-06de-4f55-be99-58c07257ba93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:05.104816 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 16 rows starting from the beginning of the part 2024.04.30 22:29:05.104879 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:05.105032 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:29:05.105091 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:05.105446 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 16 rows starting from the beginning of the part 2024.04.30 22:29:05.105791 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:05.106095 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 16 rows starting from the beginning of the part 2024.04.30 22:29:05.106151 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:05.107040 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:05.107114 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:05.107930 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.30 22:29:05.108816 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.004788611 sec., 22762.34173124524 rows/sec., 1.80 MiB/sec. 2024.04.30 22:29:05.108840 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:05.109018 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) 2024.04.30 22:29:05.109313 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} executeQuery: Read 4 rows, 334.00 B in 0.004512 sec., 886.5248226950354 rows/sec., 72.29 KiB/sec. 2024.04.30 22:29:05.109902 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} DynamicQueryHandler: Done processing query 2024.04.30 22:29:05.109962 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:05.110016 [ 3 ] {} HTTP-Session: b120aae4-06de-4f55-be99-58c07257ba93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.110055 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:05.110160 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 2024.04.30 22:29:05.110304 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:29:05.110296 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:05.110404 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:05.110437 [ 3 ] {} HTTP-Session: 11a1873b-708a-4917-a292-0757cfb37bb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:05.110463 [ 3 ] {} HTTP-Session: 11a1873b-708a-4917-a292-0757cfb37bb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.110484 [ 3 ] {} HTTP-Session: 11a1873b-708a-4917-a292-0757cfb37bb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.110529 [ 3 ] {} HTTP-Session: 11a1873b-708a-4917-a292-0757cfb37bb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:05.110702 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:05.110765 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:29:05.110976 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:05.111395 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:05.111442 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:05.111906 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.04.30 22:29:05.112281 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:05.112472 [ 46 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.04.30 22:29:05.112475 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} executeQuery: Read 50 rows, 4.54 KiB in 0.001831 sec., 27307.482250136538 rows/sec., 2.42 MiB/sec. 2024.04.30 22:29:05.112527 [ 46 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:05.112595 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:05.112802 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:29:05.112804 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} DynamicQueryHandler: Done processing query 2024.04.30 22:29:05.112891 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:29:05.112956 [ 3 ] {} HTTP-Session: 11a1873b-708a-4917-a292-0757cfb37bb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.113220 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:05.113234 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:29:05.113296 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 142 rows starting from the beginning of the part 2024.04.30 22:29:05.113328 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:05.113427 [ 3 ] {} HTTP-Session: 7a3a4346-dbbd-43d5-b863-c00e8015a888 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:05.113538 [ 3 ] {} HTTP-Session: 7a3a4346-dbbd-43d5-b863-c00e8015a888 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.113574 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 48 rows starting from the beginning of the part 2024.04.30 22:29:05.113611 [ 3 ] {} HTTP-Session: 7a3a4346-dbbd-43d5-b863-c00e8015a888 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.113806 [ 3 ] {} HTTP-Session: 7a3a4346-dbbd-43d5-b863-c00e8015a888 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:05.114033 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 45 rows starting from the beginning of the part 2024.04.30 22:29:05.114341 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:05.114356 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 84 rows starting from the beginning of the part 2024.04.30 22:29:05.114428 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:29:05.114508 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 45 rows starting from the beginning of the part 2024.04.30 22:29:05.114786 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 50 rows starting from the beginning of the part 2024.04.30 22:29:05.115300 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:05.115817 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:05.115867 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:05.116315 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.30 22:29:05.116511 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 4 columns (4 merged, 0 gathered) in 0.003797946 sec., 109006.28918894581 rows/sec., 9.35 MiB/sec. 2024.04.30 22:29:05.116757 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.04.30 22:29:05.116942 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:05.117363 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} executeQuery: Read 4 rows, 286.00 B in 0.003184 sec., 1256.2814070351758 rows/sec., 87.72 KiB/sec. 2024.04.30 22:29:05.117825 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} DynamicQueryHandler: Done processing query 2024.04.30 22:29:05.117863 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:05.117905 [ 3 ] {} HTTP-Session: 7a3a4346-dbbd-43d5-b863-c00e8015a888 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.117959 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:05.118070 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.04.30 22:29:05.118081 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 3449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:05.118195 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:05.118210 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.04.30 22:29:05.118227 [ 3 ] {} HTTP-Session: 12797de9-1311-4e7d-84f2-76712a2df032 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:05.118266 [ 3 ] {} HTTP-Session: 12797de9-1311-4e7d-84f2-76712a2df032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.118280 [ 3 ] {} HTTP-Session: 12797de9-1311-4e7d-84f2-76712a2df032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.118311 [ 3 ] {} HTTP-Session: 12797de9-1311-4e7d-84f2-76712a2df032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:05.118421 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:05.118463 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:29:05.118600 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:05.118892 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:05.118928 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:05.119227 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.04.30 22:29:05.119538 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:05.119693 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} executeQuery: Read 20 rows, 1.61 KiB in 0.001298 sec., 15408.320493066258 rows/sec., 1.21 MiB/sec. 2024.04.30 22:29:05.119702 [ 46 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.04.30 22:29:05.119783 [ 46 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:05.119826 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:05.119973 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} DynamicQueryHandler: Done processing query 2024.04.30 22:29:05.120004 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:29:05.120016 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:29:05.120073 [ 3 ] {} HTTP-Session: 12797de9-1311-4e7d-84f2-76712a2df032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.120229 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:05.120295 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:29:05.120324 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:05.120356 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 96 rows starting from the beginning of the part 2024.04.30 22:29:05.120365 [ 3 ] {} HTTP-Session: 48e2df8d-986a-43d2-953c-abde3f535ba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:05.120417 [ 3 ] {} HTTP-Session: 48e2df8d-986a-43d2-953c-abde3f535ba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.120454 [ 3 ] {} HTTP-Session: 48e2df8d-986a-43d2-953c-abde3f535ba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.120596 [ 3 ] {} HTTP-Session: 48e2df8d-986a-43d2-953c-abde3f535ba2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:05.120676 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:29:05.120924 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:05.120951 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:05.121088 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:29:05.121256 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part 2024.04.30 22:29:05.121583 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:05.121947 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 20 rows starting from the beginning of the part 2024.04.30 22:29:05.122459 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:05.123153 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:05.123202 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:05.124261 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.04.30 22:29:05.124614 [ 187 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 4 columns (4 merged, 0 gathered) in 0.004693378 sec., 43039.363119697584 rows/sec., 3.37 MiB/sec. 2024.04.30 22:29:05.124878 [ 187 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.04.30 22:29:05.124996 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:05.125332 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} executeQuery: Read 2 rows, 144.00 B in 0.004551 sec., 439.4638540980004 rows/sec., 30.90 KiB/sec. 2024.04.30 22:29:05.125925 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} DynamicQueryHandler: Done processing query 2024.04.30 22:29:05.125996 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.30 22:29:05.126069 [ 3 ] {} HTTP-Session: 48e2df8d-986a-43d2-953c-abde3f535ba2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.126225 [ 187 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:05.126266 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:05.126358 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:05.126392 [ 3 ] {} HTTP-Session: 62afc31e-3b0d-4de2-bdbe-d7a2fc825acf Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:05.126399 [ 187 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.04.30 22:29:05.126416 [ 3 ] {} HTTP-Session: 62afc31e-3b0d-4de2-bdbe-d7a2fc825acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.126452 [ 3 ] {} HTTP-Session: 62afc31e-3b0d-4de2-bdbe-d7a2fc825acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:05.126522 [ 3 ] {} HTTP-Session: 62afc31e-3b0d-4de2-bdbe-d7a2fc825acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:05.126576 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.04.30 22:29:05.126754 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:05.126807 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:29:05.126988 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:05.127356 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:05.127392 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:05.127801 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.04.30 22:29:05.128148 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:05.128320 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} executeQuery: Read 16 rows, 22.11 KiB in 0.001664 sec., 9615.384615384615 rows/sec., 12.98 MiB/sec. 2024.04.30 22:29:05.128508 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} DynamicQueryHandler: Done processing query 2024.04.30 22:29:05.128545 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:29:05.128571 [ 3 ] {} HTTP-Session: 62afc31e-3b0d-4de2-bdbe-d7a2fc825acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:08.777148 [ 43 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:29:08.777226 [ 43 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:29:10.102244 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:10.102416 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:10.102459 [ 3 ] {} HTTP-Session: db8f13da-337f-4722-83ef-bb97fbcf2609 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:10.102501 [ 3 ] {} HTTP-Session: db8f13da-337f-4722-83ef-bb97fbcf2609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.102530 [ 3 ] {} HTTP-Session: db8f13da-337f-4722-83ef-bb97fbcf2609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.102610 [ 3 ] {} HTTP-Session: db8f13da-337f-4722-83ef-bb97fbcf2609 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:10.102907 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:10.103016 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:29:10.103335 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:10.103868 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:10.103917 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:10.104305 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.04.30 22:29:10.104653 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:10.104813 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} executeQuery: Read 15 rows, 1.22 KiB in 0.002 sec., 7500 rows/sec., 607.91 KiB/sec. 2024.04.30 22:29:10.105132 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} DynamicQueryHandler: Done processing query 2024.04.30 22:29:10.105188 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:10.105246 [ 3 ] {} HTTP-Session: db8f13da-337f-4722-83ef-bb97fbcf2609 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.105435 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:10.105492 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:10.105511 [ 3 ] {} HTTP-Session: 058624e0-9102-44b4-b0f9-a9a9f02f13ed Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:10.105531 [ 3 ] {} HTTP-Session: 058624e0-9102-44b4-b0f9-a9a9f02f13ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.105544 [ 3 ] {} HTTP-Session: 058624e0-9102-44b4-b0f9-a9a9f02f13ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.105580 [ 3 ] {} HTTP-Session: 058624e0-9102-44b4-b0f9-a9a9f02f13ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:10.105695 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:10.105741 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:29:10.105896 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:10.106195 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:10.106232 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:10.106544 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.30 22:29:10.106865 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:10.107027 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} executeQuery: Read 14 rows, 1.18 KiB in 0.00136 sec., 10294.117647058823 rows/sec., 869.57 KiB/sec. 2024.04.30 22:29:10.107321 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} DynamicQueryHandler: Done processing query 2024.04.30 22:29:10.107346 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:10.107362 [ 3 ] {} HTTP-Session: 058624e0-9102-44b4-b0f9-a9a9f02f13ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.107490 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 8238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:10.107538 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:10.107556 [ 3 ] {} HTTP-Session: cf1ca1ca-8470-44c4-b5b9-74b4da95a42a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:10.107573 [ 3 ] {} HTTP-Session: cf1ca1ca-8470-44c4-b5b9-74b4da95a42a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.107586 [ 3 ] {} HTTP-Session: cf1ca1ca-8470-44c4-b5b9-74b4da95a42a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.107617 [ 3 ] {} HTTP-Session: cf1ca1ca-8470-44c4-b5b9-74b4da95a42a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:10.107730 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:10.107773 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:29:10.107916 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:10.108217 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:10.108253 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:10.108561 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.04.30 22:29:10.108866 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:10.109014 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} executeQuery: Read 55 rows, 4.86 KiB in 0.001316 sec., 41793.31306990882 rows/sec., 3.60 MiB/sec. 2024.04.30 22:29:10.109172 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} DynamicQueryHandler: Done processing query 2024.04.30 22:29:10.109196 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.30 22:29:10.109211 [ 3 ] {} HTTP-Session: cf1ca1ca-8470-44c4-b5b9-74b4da95a42a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.109365 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:10.109413 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:10.109431 [ 3 ] {} HTTP-Session: b414636e-15ab-44ea-bd75-51f7d41c2e68 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:10.109447 [ 3 ] {} HTTP-Session: b414636e-15ab-44ea-bd75-51f7d41c2e68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.109461 [ 3 ] {} HTTP-Session: b414636e-15ab-44ea-bd75-51f7d41c2e68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.109491 [ 3 ] {} HTTP-Session: b414636e-15ab-44ea-bd75-51f7d41c2e68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:10.109589 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:10.109632 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:29:10.109757 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:10.110022 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:10.110059 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:10.110361 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.30 22:29:10.110668 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:10.110818 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} executeQuery: Read 14 rows, 1.02 KiB in 0.001256 sec., 11146.496815286624 rows/sec., 810.95 KiB/sec. 2024.04.30 22:29:10.110967 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} DynamicQueryHandler: Done processing query 2024.04.30 22:29:10.110991 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:10.111007 [ 3 ] {} HTTP-Session: b414636e-15ab-44ea-bd75-51f7d41c2e68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.111128 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 5031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:10.111174 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:10.111193 [ 3 ] {} HTTP-Session: 49a3bf3c-bc24-4e91-9e03-d7aa8b36e680 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:10.111209 [ 3 ] {} HTTP-Session: 49a3bf3c-bc24-4e91-9e03-d7aa8b36e680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.111222 [ 3 ] {} HTTP-Session: 49a3bf3c-bc24-4e91-9e03-d7aa8b36e680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.111252 [ 3 ] {} HTTP-Session: 49a3bf3c-bc24-4e91-9e03-d7aa8b36e680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:10.111352 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:10.111393 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:29:10.111514 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:10.111801 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:10.111837 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:10.112144 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.04.30 22:29:10.112441 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:10.112586 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} executeQuery: Read 29 rows, 2.38 KiB in 0.001259 sec., 23034.154090548054 rows/sec., 1.85 MiB/sec. 2024.04.30 22:29:10.112771 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} DynamicQueryHandler: Done processing query 2024.04.30 22:29:10.112806 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:29:10.112826 [ 3 ] {} HTTP-Session: 49a3bf3c-bc24-4e91-9e03-d7aa8b36e680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.112980 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 1423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:10.113039 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:10.113062 [ 3 ] {} HTTP-Session: b25ad670-d45d-4345-96a2-afc938e33860 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:10.113083 [ 3 ] {} HTTP-Session: b25ad670-d45d-4345-96a2-afc938e33860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.113100 [ 3 ] {} HTTP-Session: b25ad670-d45d-4345-96a2-afc938e33860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.113138 [ 3 ] {} HTTP-Session: b25ad670-d45d-4345-96a2-afc938e33860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:10.113260 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:10.113318 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:29:10.113482 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:10.113765 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:10.113801 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:10.114175 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.04.30 22:29:10.114507 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:10.114670 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} executeQuery: Read 7 rows, 525.00 B in 0.001435 sec., 4878.048780487805 rows/sec., 357.28 KiB/sec. 2024.04.30 22:29:10.114830 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} DynamicQueryHandler: Done processing query 2024.04.30 22:29:10.114854 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:10.114870 [ 3 ] {} HTTP-Session: b25ad670-d45d-4345-96a2-afc938e33860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.115032 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:10.115080 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:10.115099 [ 3 ] {} HTTP-Session: 111474c1-b9a9-4d0c-a3b8-f235d49fedf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:10.115115 [ 3 ] {} HTTP-Session: 111474c1-b9a9-4d0c-a3b8-f235d49fedf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.115128 [ 3 ] {} HTTP-Session: 111474c1-b9a9-4d0c-a3b8-f235d49fedf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.115158 [ 3 ] {} HTTP-Session: 111474c1-b9a9-4d0c-a3b8-f235d49fedf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:10.115330 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:10.115379 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:29:10.115534 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:10.115854 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:10.115890 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:10.116270 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.04.30 22:29:10.116605 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:10.116764 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} executeQuery: Read 15 rows, 20.73 KiB in 0.001524 sec., 9842.51968503937 rows/sec., 13.28 MiB/sec. 2024.04.30 22:29:10.116773 [ 42 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.04.30 22:29:10.116894 [ 42 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:10.116934 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.04.30 22:29:10.117008 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} DynamicQueryHandler: Done processing query 2024.04.30 22:29:10.117075 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:29:10.117117 [ 3 ] {} HTTP-Session: 111474c1-b9a9-4d0c-a3b8-f235d49fedf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:10.117235 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:29:10.117744 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:29:10.117856 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 943 rows starting from the beginning of the part 2024.04.30 22:29:10.118192 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:10.118511 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 16 rows starting from the beginning of the part 2024.04.30 22:29:10.118675 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:10.118784 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 16 rows starting from the beginning of the part 2024.04.30 22:29:10.118947 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:10.122650 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1020 rows, containing 6 columns (6 merged, 0 gathered) in 0.005607762 sec., 181890.74358005924 rows/sec., 245.45 MiB/sec. 2024.04.30 22:29:10.123611 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.04.30 22:29:10.124071 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:10.124159 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.04.30 22:29:10.124262 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. 2024.04.30 22:29:11.000150 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 191.61 MiB, peak 200.01 MiB, free memory in arenas 0.00 B, will set to 193.38 MiB (RSS), difference: 1.77 MiB 2024.04.30 22:29:15.102045 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:15.102246 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:15.102292 [ 3 ] {} HTTP-Session: 73e7d8c5-0f56-4a8c-8045-a336d2ddf50e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:15.102333 [ 3 ] {} HTTP-Session: 73e7d8c5-0f56-4a8c-8045-a336d2ddf50e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:15.102361 [ 3 ] {} HTTP-Session: 73e7d8c5-0f56-4a8c-8045-a336d2ddf50e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:15.102445 [ 3 ] {} HTTP-Session: 73e7d8c5-0f56-4a8c-8045-a336d2ddf50e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:15.102669 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:15.102736 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:29:15.102927 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:15.103312 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:15.103358 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:15.103724 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.04.30 22:29:15.104067 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:15.104229 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} executeQuery: Read 16 rows, 1.30 KiB in 0.001617 sec., 9894.867037724182 rows/sec., 802.03 KiB/sec. 2024.04.30 22:29:15.104441 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} DynamicQueryHandler: Done processing query 2024.04.30 22:29:15.104468 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:15.104485 [ 3 ] {} HTTP-Session: 73e7d8c5-0f56-4a8c-8045-a336d2ddf50e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:15.104665 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:15.104718 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:15.104738 [ 3 ] {} HTTP-Session: 0f5d1d47-0eed-466f-be2e-1f9915cd29c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:15.104756 [ 3 ] {} HTTP-Session: 0f5d1d47-0eed-466f-be2e-1f9915cd29c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:15.104770 [ 3 ] {} HTTP-Session: 0f5d1d47-0eed-466f-be2e-1f9915cd29c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:15.104806 [ 3 ] {} HTTP-Session: 0f5d1d47-0eed-466f-be2e-1f9915cd29c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:15.104922 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:15.104970 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:29:15.105101 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:15.105381 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:15.105418 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:15.105724 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.04.30 22:29:15.106021 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:15.106171 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} executeQuery: Read 48 rows, 4.39 KiB in 0.00128 sec., 37500 rows/sec., 3.35 MiB/sec. 2024.04.30 22:29:15.106354 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} DynamicQueryHandler: Done processing query 2024.04.30 22:29:15.106392 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:29:15.106424 [ 3 ] {} HTTP-Session: 0f5d1d47-0eed-466f-be2e-1f9915cd29c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:15.106599 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:15.106648 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:15.106667 [ 3 ] {} HTTP-Session: 92ad159d-1529-40ad-bc60-60e43f1899e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:15.106684 [ 3 ] {} HTTP-Session: 92ad159d-1529-40ad-bc60-60e43f1899e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:15.106697 [ 3 ] {} HTTP-Session: 92ad159d-1529-40ad-bc60-60e43f1899e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:15.106730 [ 3 ] {} HTTP-Session: 92ad159d-1529-40ad-bc60-60e43f1899e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:15.106828 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:15.106870 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:29:15.106992 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:15.107247 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:15.107283 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:15.107580 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.04.30 22:29:15.107882 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:15.108021 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} executeQuery: Read 16 rows, 1.28 KiB in 0.001218 sec., 13136.288998357964 rows/sec., 1.03 MiB/sec. 2024.04.30 22:29:15.108171 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} DynamicQueryHandler: Done processing query 2024.04.30 22:29:15.108196 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:15.108212 [ 3 ] {} HTTP-Session: 92ad159d-1529-40ad-bc60-60e43f1899e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:15.108335 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:15.108383 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:15.108402 [ 3 ] {} HTTP-Session: 11386abc-5df8-4237-9329-056a7a84b8ca Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:15.108418 [ 3 ] {} HTTP-Session: 11386abc-5df8-4237-9329-056a7a84b8ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:15.108432 [ 3 ] {} HTTP-Session: 11386abc-5df8-4237-9329-056a7a84b8ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:15.108463 [ 3 ] {} HTTP-Session: 11386abc-5df8-4237-9329-056a7a84b8ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:15.108638 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:15.108686 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:29:15.108842 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:15.109189 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:15.109225 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:15.109619 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.04.30 22:29:15.109957 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:15.110106 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} executeQuery: Read 16 rows, 22.11 KiB in 0.001564 sec., 10230.179028132992 rows/sec., 13.81 MiB/sec. 2024.04.30 22:29:15.110260 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} DynamicQueryHandler: Done processing query 2024.04.30 22:29:15.110284 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:29:15.110299 [ 3 ] {} HTTP-Session: 11386abc-5df8-4237-9329-056a7a84b8ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:20.100729 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:20.100870 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:20.100898 [ 3 ] {} HTTP-Session: c7f49519-6760-4d23-be81-aedbbbb9ffe7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:20.100923 [ 3 ] {} HTTP-Session: c7f49519-6760-4d23-be81-aedbbbb9ffe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:20.100957 [ 3 ] {} HTTP-Session: c7f49519-6760-4d23-be81-aedbbbb9ffe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:20.101026 [ 3 ] {} HTTP-Session: c7f49519-6760-4d23-be81-aedbbbb9ffe7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:20.101252 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:20.101343 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:29:20.101598 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:20.101987 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:20.102032 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:20.102398 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.04.30 22:29:20.102732 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:20.102887 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} executeQuery: Read 15 rows, 1.22 KiB in 0.001713 sec., 8756.567425569177 rows/sec., 709.76 KiB/sec. 2024.04.30 22:29:20.103194 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} DynamicQueryHandler: Done processing query 2024.04.30 22:29:20.103248 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:20.103304 [ 3 ] {} HTTP-Session: c7f49519-6760-4d23-be81-aedbbbb9ffe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:20.103494 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:20.103546 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:20.103565 [ 3 ] {} HTTP-Session: fccb3bc7-c503-4eb7-891c-9a53584a5b26 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:20.103582 [ 3 ] {} HTTP-Session: fccb3bc7-c503-4eb7-891c-9a53584a5b26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:20.103596 [ 3 ] {} HTTP-Session: fccb3bc7-c503-4eb7-891c-9a53584a5b26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:20.103634 [ 3 ] {} HTTP-Session: fccb3bc7-c503-4eb7-891c-9a53584a5b26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:20.103754 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:20.103801 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:29:20.103953 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:20.104308 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:20.104347 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:20.104655 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.04.30 22:29:20.104973 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:20.105105 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} executeQuery: Read 45 rows, 4.01 KiB in 0.001392 sec., 32327.58620689655 rows/sec., 2.82 MiB/sec. 2024.04.30 22:29:20.105303 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} DynamicQueryHandler: Done processing query 2024.04.30 22:29:20.105328 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:29:20.105343 [ 3 ] {} HTTP-Session: fccb3bc7-c503-4eb7-891c-9a53584a5b26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:20.105469 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:20.105517 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:20.105536 [ 3 ] {} HTTP-Session: 7baacea8-e612-4566-806d-00adfd04ba0c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:20.105552 [ 3 ] {} HTTP-Session: 7baacea8-e612-4566-806d-00adfd04ba0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:20.105565 [ 3 ] {} HTTP-Session: 7baacea8-e612-4566-806d-00adfd04ba0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:20.105597 [ 3 ] {} HTTP-Session: 7baacea8-e612-4566-806d-00adfd04ba0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:20.105701 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:20.105743 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:29:20.105877 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:20.106153 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:20.106190 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:20.106482 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.04.30 22:29:20.106781 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:20.106937 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} executeQuery: Read 15 rows, 1.20 KiB in 0.001264 sec., 11867.088607594937 rows/sec., 950.29 KiB/sec. 2024.04.30 22:29:20.107095 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} DynamicQueryHandler: Done processing query 2024.04.30 22:29:20.107119 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:20.107135 [ 3 ] {} HTTP-Session: 7baacea8-e612-4566-806d-00adfd04ba0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:20.107291 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:20.107338 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:20.107356 [ 3 ] {} HTTP-Session: 08ff9679-01ac-48e9-a184-73d09b13bdf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:20.107372 [ 3 ] {} HTTP-Session: 08ff9679-01ac-48e9-a184-73d09b13bdf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:20.107386 [ 3 ] {} HTTP-Session: 08ff9679-01ac-48e9-a184-73d09b13bdf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:20.107417 [ 3 ] {} HTTP-Session: 08ff9679-01ac-48e9-a184-73d09b13bdf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:20.107588 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:20.107634 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:29:20.107794 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:20.108151 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:20.108187 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:20.108587 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.04.30 22:29:20.108918 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:20.109071 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} executeQuery: Read 15 rows, 20.73 KiB in 0.001573 sec., 9535.918626827717 rows/sec., 12.87 MiB/sec. 2024.04.30 22:29:20.109239 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} DynamicQueryHandler: Done processing query 2024.04.30 22:29:20.109262 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:29:20.109279 [ 3 ] {} HTTP-Session: 08ff9679-01ac-48e9-a184-73d09b13bdf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:23.777469 [ 33 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:29:23.777543 [ 33 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:29:25.102892 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:25.103014 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:25.103043 [ 3 ] {} HTTP-Session: 8260c2a3-b499-4097-9164-b1e5c658cbb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:25.103072 [ 3 ] {} HTTP-Session: 8260c2a3-b499-4097-9164-b1e5c658cbb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.103089 [ 3 ] {} HTTP-Session: 8260c2a3-b499-4097-9164-b1e5c658cbb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.103145 [ 3 ] {} HTTP-Session: 8260c2a3-b499-4097-9164-b1e5c658cbb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:25.103348 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:25.103423 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:29:25.103646 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:25.104074 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:25.104114 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:25.104482 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.04.30 22:29:25.104824 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:25.104970 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} executeQuery: Read 16 rows, 1.30 KiB in 0.001688 sec., 9478.67298578199 rows/sec., 768.29 KiB/sec. 2024.04.30 22:29:25.105176 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} DynamicQueryHandler: Done processing query 2024.04.30 22:29:25.105204 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:25.105220 [ 3 ] {} HTTP-Session: 8260c2a3-b499-4097-9164-b1e5c658cbb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.105378 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:25.105431 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:25.105450 [ 3 ] {} HTTP-Session: 030eef57-67a1-4245-a9b3-4bea76a7dedf Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:25.105467 [ 3 ] {} HTTP-Session: 030eef57-67a1-4245-a9b3-4bea76a7dedf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.105481 [ 3 ] {} HTTP-Session: 030eef57-67a1-4245-a9b3-4bea76a7dedf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.105517 [ 3 ] {} HTTP-Session: 030eef57-67a1-4245-a9b3-4bea76a7dedf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:25.105617 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:25.105662 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.30 22:29:25.105794 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:25.106080 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:25.106115 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:25.106406 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.30 22:29:25.106710 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:25.106838 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} executeQuery: Read 2 rows, 167.00 B in 0.00125 sec., 1600 rows/sec., 130.47 KiB/sec. 2024.04.30 22:29:25.106999 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} DynamicQueryHandler: Done processing query 2024.04.30 22:29:25.107022 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:25.107038 [ 3 ] {} HTTP-Session: 030eef57-67a1-4245-a9b3-4bea76a7dedf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.107217 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:25.107266 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:25.107284 [ 3 ] {} HTTP-Session: 2f0e66c3-3dbc-490a-9707-d0f45b10022a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:25.107300 [ 3 ] {} HTTP-Session: 2f0e66c3-3dbc-490a-9707-d0f45b10022a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.107314 [ 3 ] {} HTTP-Session: 2f0e66c3-3dbc-490a-9707-d0f45b10022a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.107345 [ 3 ] {} HTTP-Session: 2f0e66c3-3dbc-490a-9707-d0f45b10022a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:25.107462 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:25.107504 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:29:25.107625 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:25.107942 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:25.107977 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:25.108281 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.04.30 22:29:25.108587 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:25.108708 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} executeQuery: Read 85 rows, 7.23 KiB in 0.00129 sec., 65891.47286821705 rows/sec., 5.47 MiB/sec. 2024.04.30 22:29:25.108971 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} DynamicQueryHandler: Done processing query 2024.04.30 22:29:25.109042 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.30 22:29:25.109105 [ 3 ] {} HTTP-Session: 2f0e66c3-3dbc-490a-9707-d0f45b10022a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.109367 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:25.109475 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:25.109513 [ 3 ] {} HTTP-Session: 70e95f69-5dee-4748-a127-ea4cca4cbd15 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:25.109530 [ 3 ] {} HTTP-Session: 70e95f69-5dee-4748-a127-ea4cca4cbd15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.109543 [ 3 ] {} HTTP-Session: 70e95f69-5dee-4748-a127-ea4cca4cbd15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.109576 [ 3 ] {} HTTP-Session: 70e95f69-5dee-4748-a127-ea4cca4cbd15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:25.109676 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:25.109720 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.30 22:29:25.109863 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:25.110119 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:25.110154 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:25.110451 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.30 22:29:25.110762 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:25.110882 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} executeQuery: Read 2 rows, 143.00 B in 0.001234 sec., 1620.7455429497568 rows/sec., 113.17 KiB/sec. 2024.04.30 22:29:25.111039 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} DynamicQueryHandler: Done processing query 2024.04.30 22:29:25.111063 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:25.111079 [ 3 ] {} HTTP-Session: 70e95f69-5dee-4748-a127-ea4cca4cbd15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.111203 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:25.111251 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:25.111269 [ 3 ] {} HTTP-Session: 333e93f9-faf8-4c55-a64b-da0d20fe7d0f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:25.111285 [ 3 ] {} HTTP-Session: 333e93f9-faf8-4c55-a64b-da0d20fe7d0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.111298 [ 3 ] {} HTTP-Session: 333e93f9-faf8-4c55-a64b-da0d20fe7d0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.111327 [ 3 ] {} HTTP-Session: 333e93f9-faf8-4c55-a64b-da0d20fe7d0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:25.111438 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:25.111479 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:29:25.111598 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:25.111882 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:25.111916 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:25.112215 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.04.30 22:29:25.112512 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:25.112630 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} executeQuery: Read 42 rows, 3.34 KiB in 0.001229 sec., 34174.125305126116 rows/sec., 2.66 MiB/sec. 2024.04.30 22:29:25.112777 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} DynamicQueryHandler: Done processing query 2024.04.30 22:29:25.112801 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:29:25.112816 [ 3 ] {} HTTP-Session: 333e93f9-faf8-4c55-a64b-da0d20fe7d0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.112962 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:25.113008 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:25.113026 [ 3 ] {} HTTP-Session: d750bd23-98ec-4672-bdb0-4f311355b0b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:25.113042 [ 3 ] {} HTTP-Session: d750bd23-98ec-4672-bdb0-4f311355b0b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.113055 [ 3 ] {} HTTP-Session: d750bd23-98ec-4672-bdb0-4f311355b0b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.113086 [ 3 ] {} HTTP-Session: d750bd23-98ec-4672-bdb0-4f311355b0b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:25.113191 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:25.113237 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:29:25.113374 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:25.113871 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:25.113906 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:25.114276 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.04.30 22:29:25.114601 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:25.114726 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} executeQuery: Read 37 rows, 2.67 KiB in 0.001568 sec., 23596.938775510203 rows/sec., 1.66 MiB/sec. 2024.04.30 22:29:25.115067 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} DynamicQueryHandler: Done processing query 2024.04.30 22:29:25.115092 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:29:25.115108 [ 3 ] {} HTTP-Session: d750bd23-98ec-4672-bdb0-4f311355b0b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.115236 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:25.115284 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:25.115303 [ 3 ] {} HTTP-Session: 80d2b5aa-3f1d-4016-a40f-210fccdc8269 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:25.115319 [ 3 ] {} HTTP-Session: 80d2b5aa-3f1d-4016-a40f-210fccdc8269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.115333 [ 3 ] {} HTTP-Session: 80d2b5aa-3f1d-4016-a40f-210fccdc8269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:25.115363 [ 3 ] {} HTTP-Session: 80d2b5aa-3f1d-4016-a40f-210fccdc8269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:25.115545 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:25.115593 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:29:25.115771 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:25.116180 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:25.116214 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:25.116606 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.04.30 22:29:25.116937 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:25.117060 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} executeQuery: Read 16 rows, 22.11 KiB in 0.001617 sec., 9894.867037724182 rows/sec., 13.35 MiB/sec. 2024.04.30 22:29:25.117226 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} DynamicQueryHandler: Done processing query 2024.04.30 22:29:25.117249 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:29:25.117265 [ 3 ] {} HTTP-Session: 80d2b5aa-3f1d-4016-a40f-210fccdc8269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:30.101217 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:30.101357 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:30.101387 [ 3 ] {} HTTP-Session: e9864cd1-2ac4-4aab-9569-2226142ca2d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:30.101416 [ 3 ] {} HTTP-Session: e9864cd1-2ac4-4aab-9569-2226142ca2d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:30.101435 [ 3 ] {} HTTP-Session: e9864cd1-2ac4-4aab-9569-2226142ca2d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:30.101492 [ 3 ] {} HTTP-Session: e9864cd1-2ac4-4aab-9569-2226142ca2d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:30.101698 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:30.101775 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:29:30.101988 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:30.102510 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:30.102568 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:30.102958 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.04.30 22:29:30.103305 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:30.103477 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} executeQuery: Read 15 rows, 1.22 KiB in 0.001842 sec., 8143.322475570032 rows/sec., 660.05 KiB/sec. 2024.04.30 22:29:30.103493 [ 26 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 2024.04.30 22:29:30.103594 [ 26 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:30.103642 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:30.103768 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full 2024.04.30 22:29:30.103781 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} DynamicQueryHandler: Done processing query 2024.04.30 22:29:30.103816 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:30.103839 [ 3 ] {} HTTP-Session: e9864cd1-2ac4-4aab-9569-2226142ca2d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:30.103898 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:29:30.103934 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 31 rows starting from the beginning of the part 2024.04.30 22:29:30.103999 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:30.104044 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:30.104108 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:30.104187 [ 3 ] {} HTTP-Session: a83983b4-7b32-40b1-8c6b-1baa9a1d9b31 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:30.104282 [ 3 ] {} HTTP-Session: a83983b4-7b32-40b1-8c6b-1baa9a1d9b31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:30.104301 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 16 rows starting from the beginning of the part 2024.04.30 22:29:30.104331 [ 3 ] {} HTTP-Session: a83983b4-7b32-40b1-8c6b-1baa9a1d9b31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:30.104445 [ 3 ] {} HTTP-Session: a83983b4-7b32-40b1-8c6b-1baa9a1d9b31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:30.104611 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:30.104700 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:30.104795 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 16 rows starting from the beginning of the part 2024.04.30 22:29:30.104805 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:29:30.105017 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:30.105397 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:30.105925 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:30.105972 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:30.106485 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.04.30 22:29:30.106549 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.002825071 sec., 38229.127692719936 rows/sec., 3.03 MiB/sec. 2024.04.30 22:29:30.106850 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2024.04.30 22:29:30.107007 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:30.107354 [ 25 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.04.30 22:29:30.107432 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} executeQuery: Read 45 rows, 4.01 KiB in 0.002765 sec., 16274.8643761302 rows/sec., 1.42 MiB/sec. 2024.04.30 22:29:30.107481 [ 25 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:30.107562 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:30.107988 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:29:30.108067 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} DynamicQueryHandler: Done processing query 2024.04.30 22:29:30.108124 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:29:30.108146 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:30.108186 [ 3 ] {} HTTP-Session: a83983b4-7b32-40b1-8c6b-1baa9a1d9b31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:30.108419 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:29:30.108450 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:30.108506 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 142 rows starting from the beginning of the part 2024.04.30 22:29:30.108500 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 2024.04.30 22:29:30.108569 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:30.108686 [ 3 ] {} HTTP-Session: 11675130-997b-4a09-aba7-9c9e41fc6989 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:30.108876 [ 3 ] {} HTTP-Session: 11675130-997b-4a09-aba7-9c9e41fc6989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:30.108932 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:29:30.108975 [ 3 ] {} HTTP-Session: 11675130-997b-4a09-aba7-9c9e41fc6989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:30.108990 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 55 rows starting from the beginning of the part 2024.04.30 22:29:30.109064 [ 3 ] {} HTTP-Session: 11675130-997b-4a09-aba7-9c9e41fc6989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:30.109153 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 48 rows starting from the beginning of the part 2024.04.30 22:29:30.109317 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 45 rows starting from the beginning of the part 2024.04.30 22:29:30.109328 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:30.109415 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:29:30.109450 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 85 rows starting from the beginning of the part 2024.04.30 22:29:30.109826 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 45 rows starting from the beginning of the part 2024.04.30 22:29:30.110391 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:30.111043 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:30.111113 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:30.111952 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.04.30 22:29:30.112613 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 420 rows, containing 4 columns (4 merged, 0 gathered) in 0.004882503 sec., 86021.45252138094 rows/sec., 7.35 MiB/sec. 2024.04.30 22:29:30.112689 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:30.112768 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.04.30 22:29:30.112917 [ 25 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.04.30 22:29:30.112959 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} executeQuery: Read 15 rows, 1.20 KiB in 0.003739 sec., 4011.767852366943 rows/sec., 321.25 KiB/sec. 2024.04.30 22:29:30.113018 [ 25 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:30.113159 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:30.113529 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} DynamicQueryHandler: Done processing query 2024.04.30 22:29:30.113634 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:30.113726 [ 3 ] {} HTTP-Session: 11675130-997b-4a09-aba7-9c9e41fc6989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:30.113905 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:29:30.113977 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:30.114088 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:30.114177 [ 3 ] {} HTTP-Session: 71453315-ed3c-4dd2-b9d2-09c9f3919691 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:30.114247 [ 3 ] {} HTTP-Session: 71453315-ed3c-4dd2-b9d2-09c9f3919691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:30.114295 [ 3 ] {} HTTP-Session: 71453315-ed3c-4dd2-b9d2-09c9f3919691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:30.114318 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:30.114448 [ 3 ] {} HTTP-Session: 71453315-ed3c-4dd2-b9d2-09c9f3919691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:30.114456 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:29:30.114567 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 96 rows starting from the beginning of the part 2024.04.30 22:29:30.114613 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.04.30 22:29:30.114957 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:30.114999 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.04.30 22:29:30.115008 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 29 rows starting from the beginning of the part 2024.04.30 22:29:30.115195 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:29:30.115365 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:29:30.115794 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:30.116217 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 42 rows starting from the beginning of the part 2024.04.30 22:29:30.116548 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:30.116664 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:30.117749 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:30.117811 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:30.119115 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.04.30 22:29:30.119241 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 4 columns (4 merged, 0 gathered) in 0.005847337 sec., 36426.838405243274 rows/sec., 2.86 MiB/sec. 2024.04.30 22:29:30.119551 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.04.30 22:29:30.119850 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:30.120247 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} executeQuery: Read 15 rows, 20.73 KiB in 0.005637 sec., 2660.989888238425 rows/sec., 3.59 MiB/sec. 2024.04.30 22:29:30.120487 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:30.120594 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} DynamicQueryHandler: Done processing query 2024.04.30 22:29:30.120638 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:29:30.120658 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.04.30 22:29:30.120670 [ 3 ] {} HTTP-Session: 71453315-ed3c-4dd2-b9d2-09c9f3919691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:30.120794 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.30 22:29:35.100891 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:35.101087 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:35.101135 [ 3 ] {} HTTP-Session: 5ac233a6-b652-4c44-a796-4a3a999e2d9d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:35.101177 [ 3 ] {} HTTP-Session: 5ac233a6-b652-4c44-a796-4a3a999e2d9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:35.101207 [ 3 ] {} HTTP-Session: 5ac233a6-b652-4c44-a796-4a3a999e2d9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:35.101288 [ 3 ] {} HTTP-Session: 5ac233a6-b652-4c44-a796-4a3a999e2d9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:35.101581 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:35.101690 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:29:35.102010 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:35.102528 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:35.102569 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:35.102951 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.04.30 22:29:35.103287 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:35.103447 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} executeQuery: Read 16 rows, 1.30 KiB in 0.001965 sec., 8142.493638676844 rows/sec., 659.99 KiB/sec. 2024.04.30 22:29:35.103734 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} DynamicQueryHandler: Done processing query 2024.04.30 22:29:35.103791 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:35.103847 [ 3 ] {} HTTP-Session: 5ac233a6-b652-4c44-a796-4a3a999e2d9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:35.104044 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:35.104114 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:35.104134 [ 3 ] {} HTTP-Session: 6e9cf2e3-132f-42d9-b833-c118c42595c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:35.104152 [ 3 ] {} HTTP-Session: 6e9cf2e3-132f-42d9-b833-c118c42595c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:35.104166 [ 3 ] {} HTTP-Session: 6e9cf2e3-132f-42d9-b833-c118c42595c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:35.104202 [ 3 ] {} HTTP-Session: 6e9cf2e3-132f-42d9-b833-c118c42595c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:35.104325 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:35.104370 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:29:35.104518 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:35.104873 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:35.104911 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:35.105220 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.04.30 22:29:35.105526 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:35.105673 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} executeQuery: Read 48 rows, 4.39 KiB in 0.001388 sec., 34582.1325648415 rows/sec., 3.09 MiB/sec. 2024.04.30 22:29:35.105848 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} DynamicQueryHandler: Done processing query 2024.04.30 22:29:35.105873 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:29:35.105888 [ 3 ] {} HTTP-Session: 6e9cf2e3-132f-42d9-b833-c118c42595c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:35.106022 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:35.106071 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:35.106091 [ 3 ] {} HTTP-Session: c3606092-23ab-40f4-954c-dcd051d3ea9d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:35.106109 [ 3 ] {} HTTP-Session: c3606092-23ab-40f4-954c-dcd051d3ea9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:35.106123 [ 3 ] {} HTTP-Session: c3606092-23ab-40f4-954c-dcd051d3ea9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:35.106155 [ 3 ] {} HTTP-Session: c3606092-23ab-40f4-954c-dcd051d3ea9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:35.106257 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:35.106299 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:29:35.106425 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:35.106719 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:35.106756 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:35.107055 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.04.30 22:29:35.107358 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:35.107509 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} executeQuery: Read 16 rows, 1.28 KiB in 0.00128 sec., 12499.999999999998 rows/sec., 1000.98 KiB/sec. 2024.04.30 22:29:35.107675 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} DynamicQueryHandler: Done processing query 2024.04.30 22:29:35.107700 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:35.107717 [ 3 ] {} HTTP-Session: c3606092-23ab-40f4-954c-dcd051d3ea9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:35.107888 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:35.107936 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:35.107955 [ 3 ] {} HTTP-Session: 0da92a87-d745-4ff3-96da-a20b2f260a36 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:35.107971 [ 3 ] {} HTTP-Session: 0da92a87-d745-4ff3-96da-a20b2f260a36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:35.107985 [ 3 ] {} HTTP-Session: 0da92a87-d745-4ff3-96da-a20b2f260a36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:35.108015 [ 3 ] {} HTTP-Session: 0da92a87-d745-4ff3-96da-a20b2f260a36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:35.108195 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:35.108244 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:29:35.108401 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:35.108786 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:35.108821 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:35.109236 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.04.30 22:29:35.109576 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:35.109731 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} executeQuery: Read 16 rows, 22.11 KiB in 0.001636 sec., 9779.951100244498 rows/sec., 13.20 MiB/sec. 2024.04.30 22:29:35.109756 [ 47 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.04.30 22:29:35.109868 [ 47 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:35.109896 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.04.30 22:29:35.109988 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} DynamicQueryHandler: Done processing query 2024.04.30 22:29:35.110117 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.30 22:29:35.110188 [ 3 ] {} HTTP-Session: 0da92a87-d745-4ff3-96da-a20b2f260a36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:35.110218 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:29:35.110858 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:29:35.110911 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1020 rows starting from the beginning of the part 2024.04.30 22:29:35.111049 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 16 rows starting from the beginning of the part 2024.04.30 22:29:35.111264 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:35.111467 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 16 rows starting from the beginning of the part 2024.04.30 22:29:35.111660 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:35.111842 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 16 rows starting from the beginning of the part 2024.04.30 22:29:35.114928 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1098 rows, containing 6 columns (6 merged, 0 gathered) in 0.004936264 sec., 222435.4288992647 rows/sec., 300.17 MiB/sec. 2024.04.30 22:29:35.116110 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.04.30 22:29:35.116589 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:35.116686 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.04.30 22:29:35.116802 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB. 2024.04.30 22:29:38.777584 [ 68 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:29:38.777656 [ 68 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:29:39.778071 [ 87 ] {} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 2024.04.30 22:29:39.778134 [ 87 ] {} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:39.778155 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:39.778295 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full 2024.04.30 22:29:39.778510 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:29:39.778554 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 660 rows starting from the beginning of the part 2024.04.30 22:29:39.778651 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part 2024.04.30 22:29:39.778897 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part 2024.04.30 22:29:39.779058 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2024.04.30 22:29:39.779307 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 37 rows starting from the beginning of the part 2024.04.30 22:29:39.780486 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 742 rows, containing 5 columns (5 merged, 0 gathered) in 0.002269157 sec., 326993.6809132202 rows/sec., 23.08 MiB/sec. 2024.04.30 22:29:39.780638 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2024.04.30 22:29:39.781050 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:39.781130 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 2024.04.30 22:29:39.781205 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2024.04.30 22:29:40.100722 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:40.100854 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:40.100885 [ 3 ] {} HTTP-Session: b55c33e0-11be-4a44-af64-e8ce7ac3c8df Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:40.100914 [ 3 ] {} HTTP-Session: b55c33e0-11be-4a44-af64-e8ce7ac3c8df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:40.100932 [ 3 ] {} HTTP-Session: b55c33e0-11be-4a44-af64-e8ce7ac3c8df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:40.100989 [ 3 ] {} HTTP-Session: b55c33e0-11be-4a44-af64-e8ce7ac3c8df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:40.101202 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:40.101271 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:29:40.101465 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:40.101888 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:40.101936 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:40.102308 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.04.30 22:29:40.102652 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:40.102819 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} executeQuery: Read 15 rows, 1.22 KiB in 0.001682 sec., 8917.9548156956 rows/sec., 722.84 KiB/sec. 2024.04.30 22:29:40.103036 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} DynamicQueryHandler: Done processing query 2024.04.30 22:29:40.103065 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:40.103081 [ 3 ] {} HTTP-Session: b55c33e0-11be-4a44-af64-e8ce7ac3c8df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:40.103223 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:40.103279 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:40.103300 [ 3 ] {} HTTP-Session: 5c4603b5-ee8f-4f00-a90a-23bf66542c04 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:40.103319 [ 3 ] {} HTTP-Session: 5c4603b5-ee8f-4f00-a90a-23bf66542c04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:40.103332 [ 3 ] {} HTTP-Session: 5c4603b5-ee8f-4f00-a90a-23bf66542c04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:40.103368 [ 3 ] {} HTTP-Session: 5c4603b5-ee8f-4f00-a90a-23bf66542c04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:40.103486 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:40.103534 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:29:40.103669 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:40.104013 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:40.104051 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:40.104359 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.04.30 22:29:40.104665 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:40.104813 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} executeQuery: Read 45 rows, 4.01 KiB in 0.001363 sec., 33015.40719002201 rows/sec., 2.88 MiB/sec. 2024.04.30 22:29:40.104982 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} DynamicQueryHandler: Done processing query 2024.04.30 22:29:40.105008 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:29:40.105023 [ 3 ] {} HTTP-Session: 5c4603b5-ee8f-4f00-a90a-23bf66542c04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:40.105189 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:40.105239 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:40.105257 [ 3 ] {} HTTP-Session: dbbcb4a6-aec0-42c6-bddf-93a97fcc20ea Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:40.105275 [ 3 ] {} HTTP-Session: dbbcb4a6-aec0-42c6-bddf-93a97fcc20ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:40.105289 [ 3 ] {} HTTP-Session: dbbcb4a6-aec0-42c6-bddf-93a97fcc20ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:40.105321 [ 3 ] {} HTTP-Session: dbbcb4a6-aec0-42c6-bddf-93a97fcc20ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:40.105437 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:40.105481 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:29:40.105608 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:40.105880 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:40.105917 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:40.106218 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.04.30 22:29:40.106516 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:40.106658 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} executeQuery: Read 15 rows, 1.20 KiB in 0.00125 sec., 12000 rows/sec., 960.94 KiB/sec. 2024.04.30 22:29:40.106819 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} DynamicQueryHandler: Done processing query 2024.04.30 22:29:40.106845 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:40.106861 [ 3 ] {} HTTP-Session: dbbcb4a6-aec0-42c6-bddf-93a97fcc20ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:40.106980 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:40.107029 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:40.107048 [ 3 ] {} HTTP-Session: de009e79-c5a6-46c8-b74c-23b7105aea9b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:40.107065 [ 3 ] {} HTTP-Session: de009e79-c5a6-46c8-b74c-23b7105aea9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:40.107079 [ 3 ] {} HTTP-Session: de009e79-c5a6-46c8-b74c-23b7105aea9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:40.107110 [ 3 ] {} HTTP-Session: de009e79-c5a6-46c8-b74c-23b7105aea9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:40.107288 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:40.107337 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:29:40.107498 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:40.107869 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:40.107905 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:40.108321 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.04.30 22:29:40.108659 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:40.108813 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} executeQuery: Read 15 rows, 20.73 KiB in 0.00162 sec., 9259.25925925926 rows/sec., 12.49 MiB/sec. 2024.04.30 22:29:40.108985 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} DynamicQueryHandler: Done processing query 2024.04.30 22:29:40.109011 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:29:40.109026 [ 3 ] {} HTTP-Session: de009e79-c5a6-46c8-b74c-23b7105aea9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.102257 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 4216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:45.102404 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:45.102437 [ 3 ] {} HTTP-Session: 9ba063b0-dd18-42fb-8e12-bb6f99885322 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:45.102466 [ 3 ] {} HTTP-Session: 9ba063b0-dd18-42fb-8e12-bb6f99885322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.102484 [ 3 ] {} HTTP-Session: 9ba063b0-dd18-42fb-8e12-bb6f99885322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.102540 [ 3 ] {} HTTP-Session: 9ba063b0-dd18-42fb-8e12-bb6f99885322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:45.102754 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:45.102831 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:29:45.103056 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:45.103530 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:45.103577 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:45.103944 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.04.30 22:29:45.104295 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:45.104456 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} executeQuery: Read 29 rows, 2.35 KiB in 0.001768 sec., 16402.714932126695 rows/sec., 1.30 MiB/sec. 2024.04.30 22:29:45.104655 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} DynamicQueryHandler: Done processing query 2024.04.30 22:29:45.104682 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:29:45.104699 [ 3 ] {} HTTP-Session: 9ba063b0-dd18-42fb-8e12-bb6f99885322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.104838 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 13239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:45.104890 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:45.104910 [ 3 ] {} HTTP-Session: 0c5c838a-7d59-46c2-a100-00e5806b2ac6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:45.104927 [ 3 ] {} HTTP-Session: 0c5c838a-7d59-46c2-a100-00e5806b2ac6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.104941 [ 3 ] {} HTTP-Session: 0c5c838a-7d59-46c2-a100-00e5806b2ac6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.104976 [ 3 ] {} HTTP-Session: 0c5c838a-7d59-46c2-a100-00e5806b2ac6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:45.105108 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:45.105158 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:29:45.105291 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:45.105654 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:45.105693 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:45.106005 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.04.30 22:29:45.106306 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:45.106462 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} executeQuery: Read 87 rows, 7.90 KiB in 0.0014 sec., 62142.857142857145 rows/sec., 5.51 MiB/sec. 2024.04.30 22:29:45.106627 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} DynamicQueryHandler: Done processing query 2024.04.30 22:29:45.106652 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.30 22:29:45.106667 [ 3 ] {} HTTP-Session: 0c5c838a-7d59-46c2-a100-00e5806b2ac6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.106840 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6679, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:45.106888 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:45.106908 [ 3 ] {} HTTP-Session: 850792d5-c855-4089-a659-96b1a08a9210 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:45.106924 [ 3 ] {} HTTP-Session: 850792d5-c855-4089-a659-96b1a08a9210 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.106937 [ 3 ] {} HTTP-Session: 850792d5-c855-4089-a659-96b1a08a9210 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.106968 [ 3 ] {} HTTP-Session: 850792d5-c855-4089-a659-96b1a08a9210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:45.107076 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:45.107118 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:29:45.107244 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:45.107592 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:45.107629 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:45.107936 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.04.30 22:29:45.108236 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:45.108385 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} executeQuery: Read 39 rows, 3.14 KiB in 0.001337 sec., 29169.783096484665 rows/sec., 2.29 MiB/sec. 2024.04.30 22:29:45.108549 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} DynamicQueryHandler: Done processing query 2024.04.30 22:29:45.108573 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:29:45.108589 [ 3 ] {} HTTP-Session: 850792d5-c855-4089-a659-96b1a08a9210 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.108741 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 31069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:45.108790 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:45.108808 [ 3 ] {} HTTP-Session: 6cf528dd-f541-432a-a58b-57ce376d0dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:45.108825 [ 3 ] {} HTTP-Session: 6cf528dd-f541-432a-a58b-57ce376d0dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.108838 [ 3 ] {} HTTP-Session: 6cf528dd-f541-432a-a58b-57ce376d0dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.108869 [ 3 ] {} HTTP-Session: 6cf528dd-f541-432a-a58b-57ce376d0dd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:45.109111 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:45.109159 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:29:45.109318 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:45.109822 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:45.109859 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:45.110281 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.04.30 22:29:45.110624 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:45.110775 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} executeQuery: Read 29 rows, 40.07 KiB in 0.001821 sec., 15925.315760571115 rows/sec., 21.49 MiB/sec. 2024.04.30 22:29:45.110968 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} DynamicQueryHandler: Done processing query 2024.04.30 22:29:45.111003 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.04.30 22:29:45.111037 [ 3 ] {} HTTP-Session: 6cf528dd-f541-432a-a58b-57ce376d0dd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.111183 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:45.111232 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:45.111251 [ 3 ] {} HTTP-Session: 7536e8a3-15d5-4a10-9aed-2fd4529c57e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:45.111267 [ 3 ] {} HTTP-Session: 7536e8a3-15d5-4a10-9aed-2fd4529c57e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.111281 [ 3 ] {} HTTP-Session: 7536e8a3-15d5-4a10-9aed-2fd4529c57e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:45.111312 [ 3 ] {} HTTP-Session: 7536e8a3-15d5-4a10-9aed-2fd4529c57e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:45.111412 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:45.111456 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.04.30 22:29:45.111581 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:45.111871 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:45.111906 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:45.112253 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.30 22:29:45.112571 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:45.112726 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} executeQuery: Read 15 rows, 1.09 KiB in 0.00133 sec., 11278.195488721803 rows/sec., 817.96 KiB/sec. 2024.04.30 22:29:45.112989 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} DynamicQueryHandler: Done processing query 2024.04.30 22:29:45.113014 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.30 22:29:45.113030 [ 3 ] {} HTTP-Session: 7536e8a3-15d5-4a10-9aed-2fd4529c57e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:50.101305 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:50.101520 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:50.101565 [ 3 ] {} HTTP-Session: 1928960b-1eff-4c37-8070-5fd131c1ae89 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:50.101615 [ 3 ] {} HTTP-Session: 1928960b-1eff-4c37-8070-5fd131c1ae89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:50.101643 [ 3 ] {} HTTP-Session: 1928960b-1eff-4c37-8070-5fd131c1ae89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:50.101726 [ 3 ] {} HTTP-Session: 1928960b-1eff-4c37-8070-5fd131c1ae89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:50.102044 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:50.102159 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:29:50.102495 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:50.103118 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:50.103181 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:50.103730 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.04.30 22:29:50.104223 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:50.104469 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} executeQuery: Read 15 rows, 1.22 KiB in 0.002513 sec., 5968.961400716275 rows/sec., 483.81 KiB/sec. 2024.04.30 22:29:50.104828 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} DynamicQueryHandler: Done processing query 2024.04.30 22:29:50.104881 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:50.104926 [ 3 ] {} HTTP-Session: 1928960b-1eff-4c37-8070-5fd131c1ae89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:50.105143 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:50.105219 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:50.105246 [ 3 ] {} HTTP-Session: 5a30fc0a-6a41-4e5b-8f50-4448c45facca Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:50.105269 [ 3 ] {} HTTP-Session: 5a30fc0a-6a41-4e5b-8f50-4448c45facca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:50.105286 [ 3 ] {} HTTP-Session: 5a30fc0a-6a41-4e5b-8f50-4448c45facca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:50.105336 [ 3 ] {} HTTP-Session: 5a30fc0a-6a41-4e5b-8f50-4448c45facca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:50.105511 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:50.105580 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:29:50.105778 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:50.106326 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:50.106381 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:50.106840 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.04.30 22:29:50.107302 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:50.107509 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} executeQuery: Read 45 rows, 4.01 KiB in 0.002053 sec., 21919.142717973697 rows/sec., 1.91 MiB/sec. 2024.04.30 22:29:50.107782 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} DynamicQueryHandler: Done processing query 2024.04.30 22:29:50.107836 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:29:50.107879 [ 3 ] {} HTTP-Session: 5a30fc0a-6a41-4e5b-8f50-4448c45facca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:50.108081 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:50.108151 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:50.108179 [ 3 ] {} HTTP-Session: ed35c4c2-9c1b-485f-8ab8-f67b3ba6a0fe Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:50.108203 [ 3 ] {} HTTP-Session: ed35c4c2-9c1b-485f-8ab8-f67b3ba6a0fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:50.108221 [ 3 ] {} HTTP-Session: ed35c4c2-9c1b-485f-8ab8-f67b3ba6a0fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:50.108269 [ 3 ] {} HTTP-Session: ed35c4c2-9c1b-485f-8ab8-f67b3ba6a0fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:50.108417 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:50.108485 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:29:50.108661 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:50.109072 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:50.109124 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:50.109547 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.04.30 22:29:50.109992 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:50.110197 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} executeQuery: Read 15 rows, 1.20 KiB in 0.001821 sec., 8237.232289950576 rows/sec., 659.62 KiB/sec. 2024.04.30 22:29:50.110415 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} DynamicQueryHandler: Done processing query 2024.04.30 22:29:50.110452 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:29:50.110473 [ 3 ] {} HTTP-Session: ed35c4c2-9c1b-485f-8ab8-f67b3ba6a0fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:50.110753 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:50.110823 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:50.110849 [ 3 ] {} HTTP-Session: 6130316e-808f-4242-a57f-b06aa633d056 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:50.110873 [ 3 ] {} HTTP-Session: 6130316e-808f-4242-a57f-b06aa633d056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:50.110894 [ 3 ] {} HTTP-Session: 6130316e-808f-4242-a57f-b06aa633d056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:50.110937 [ 3 ] {} HTTP-Session: 6130316e-808f-4242-a57f-b06aa633d056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:50.111185 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:50.111257 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:29:50.111483 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:50.112009 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:50.112061 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:50.112642 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.04.30 22:29:50.113132 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:50.113348 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} executeQuery: Read 15 rows, 20.73 KiB in 0.002299 sec., 6524.575902566334 rows/sec., 8.80 MiB/sec. 2024.04.30 22:29:50.113584 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} DynamicQueryHandler: Done processing query 2024.04.30 22:29:50.113617 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:29:50.113638 [ 3 ] {} HTTP-Session: 6130316e-808f-4242-a57f-b06aa633d056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:53.777734 [ 110 ] {} DNSResolver: Updating DNS cache 2024.04.30 22:29:53.777815 [ 110 ] {} DNSResolver: Updated DNS cache 2024.04.30 22:29:55.103463 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 4502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:55.103640 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:55.103684 [ 3 ] {} HTTP-Session: 8802dc2b-af70-412c-9281-88eb7f92c5f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:55.103726 [ 3 ] {} HTTP-Session: 8802dc2b-af70-412c-9281-88eb7f92c5f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:55.103754 [ 3 ] {} HTTP-Session: 8802dc2b-af70-412c-9281-88eb7f92c5f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:55.103834 [ 3 ] {} HTTP-Session: 8802dc2b-af70-412c-9281-88eb7f92c5f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:55.104142 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:55.104253 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:29:55.104574 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:55.105042 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:55.105085 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:55.105451 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.04.30 22:29:55.105778 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:55.105947 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} executeQuery: Read 31 rows, 2.51 KiB in 0.001901 sec., 16307.206733298264 rows/sec., 1.29 MiB/sec. 2024.04.30 22:29:55.105960 [ 105 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2024.04.30 22:29:55.106055 [ 105 ] {} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:55.106098 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:55.106216 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} DynamicQueryHandler: Done processing query 2024.04.30 22:29:55.106237 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2024.04.30 22:29:55.106256 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:29:55.106314 [ 3 ] {} HTTP-Session: 8802dc2b-af70-412c-9281-88eb7f92c5f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:55.106437 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:29:55.106476 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 19132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:55.106497 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 31 rows starting from the beginning of the part 2024.04.30 22:29:55.106565 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:55.106658 [ 3 ] {} HTTP-Session: 86548a3e-0745-43c4-a0f6-7bbdf9b384d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:55.106691 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 16 rows starting from the beginning of the part 2024.04.30 22:29:55.106730 [ 3 ] {} HTTP-Session: 86548a3e-0745-43c4-a0f6-7bbdf9b384d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:55.106792 [ 3 ] {} HTTP-Session: 86548a3e-0745-43c4-a0f6-7bbdf9b384d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:55.106951 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:55.106969 [ 3 ] {} HTTP-Session: 86548a3e-0745-43c4-a0f6-7bbdf9b384d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:55.107273 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 29 rows starting from the beginning of the part 2024.04.30 22:29:55.107505 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:55.107608 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:55.107738 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 31 rows starting from the beginning of the part 2024.04.30 22:29:55.107781 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:29:55.108498 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:55.109440 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:55.109506 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:55.110329 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.04.30 22:29:55.110478 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 137 rows, containing 4 columns (4 merged, 0 gathered) in 0.004298768 sec., 31869.596126145912 rows/sec., 2.52 MiB/sec. 2024.04.30 22:29:55.110832 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2024.04.30 22:29:55.111017 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:55.111229 [ 105 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.04.30 22:29:55.111350 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} executeQuery: Read 129 rows, 11.25 KiB in 0.003987 sec., 32355.15425131678 rows/sec., 2.75 MiB/sec. 2024.04.30 22:29:55.111359 [ 105 ] {} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:55.111478 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:55.111996 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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.04.30 22:29:55.112104 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} DynamicQueryHandler: Done processing query 2024.04.30 22:29:55.112186 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.04.30 22:29:55.112292 [ 3 ] {} HTTP-Session: 86548a3e-0745-43c4-a0f6-7bbdf9b384d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:55.112341 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:55.112438 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:29:55.112505 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 142 rows starting from the beginning of the part 2024.04.30 22:29:55.112546 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2024.04.30 22:29:55.112713 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 48 rows starting from the beginning of the part 2024.04.30 22:29:55.112760 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 9359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:55.112867 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.04.30 22:29:55.113038 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 45 rows starting from the beginning of the part 2024.04.30 22:29:55.113078 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:55.113196 [ 3 ] {} HTTP-Session: 7414efeb-d3a6-406e-a498-bb0a0fd97566 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:55.113284 [ 3 ] {} HTTP-Session: 7414efeb-d3a6-406e-a498-bb0a0fd97566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:55.113379 [ 3 ] {} HTTP-Session: 7414efeb-d3a6-406e-a498-bb0a0fd97566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:55.113400 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 87 rows starting from the beginning of the part 2024.04.30 22:29:55.113560 [ 3 ] {} HTTP-Session: 7414efeb-d3a6-406e-a498-bb0a0fd97566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:55.113832 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 45 rows starting from the beginning of the part 2024.04.30 22:29:55.114053 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 129 rows starting from the beginning of the part 2024.04.30 22:29:55.114132 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:55.114325 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:29:55.114889 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:55.115701 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:55.115773 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:55.116516 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.04.30 22:29:55.116979 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 4 columns (4 merged, 0 gathered) in 0.005311344 sec., 93385.02646411154 rows/sec., 8.05 MiB/sec. 2024.04.30 22:29:55.117221 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.04.30 22:29:55.117331 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:55.117572 [ 105 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.04.30 22:29:55.117695 [ 105 ] {} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:55.117726 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} executeQuery: Read 55 rows, 4.38 KiB in 0.00376 sec., 14627.659574468085 rows/sec., 1.14 MiB/sec. 2024.04.30 22:29:55.117804 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:55.118237 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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.04.30 22:29:55.118578 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} DynamicQueryHandler: Done processing query 2024.04.30 22:29:55.118673 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.30 22:29:55.118686 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:29:55.118646 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:55.118737 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 96 rows starting from the beginning of the part 2024.04.30 22:29:55.118709 [ 3 ] {} HTTP-Session: 7414efeb-d3a6-406e-a498-bb0a0fd97566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:55.119123 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 16 rows starting from the beginning of the part 2024.04.30 22:29:55.119118 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:55.119278 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.04.30 22:29:55.119391 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:55.119504 [ 3 ] {} HTTP-Session: c31cf0c2-4c8f-4a88-b1a6-b0aad9eafc2d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:55.119597 [ 3 ] {} HTTP-Session: c31cf0c2-4c8f-4a88-b1a6-b0aad9eafc2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:55.119608 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:55.119690 [ 3 ] {} HTTP-Session: c31cf0c2-4c8f-4a88-b1a6-b0aad9eafc2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:55.119853 [ 3 ] {} HTTP-Session: c31cf0c2-4c8f-4a88-b1a6-b0aad9eafc2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:55.119989 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 39 rows starting from the beginning of the part 2024.04.30 22:29:55.120047 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.04.30 22:29:55.120228 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:55.120338 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 15 rows starting from the beginning of the part 2024.04.30 22:29:55.120410 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.30 22:29:55.120647 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 55 rows starting from the beginning of the part 2024.04.30 22:29:55.121376 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:55.122169 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:55.122232 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:55.123334 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.04.30 22:29:55.123459 [ 195 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 236 rows, containing 4 columns (4 merged, 0 gathered) in 0.005497869 sec., 42925.72267545844 rows/sec., 3.36 MiB/sec. 2024.04.30 22:29:55.123704 [ 195 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.04.30 22:29:55.124177 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:55.124592 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} executeQuery: Read 36 rows, 2.60 KiB in 0.004498 sec., 8003.557136505113 rows/sec., 578.38 KiB/sec. 2024.04.30 22:29:55.124771 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:55.125215 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.04.30 22:29:55.125249 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} DynamicQueryHandler: Done processing query 2024.04.30 22:29:55.125327 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.30 22:29:55.125362 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.04.30 22:29:55.125372 [ 3 ] {} HTTP-Session: c31cf0c2-4c8f-4a88-b1a6-b0aad9eafc2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:55.125581 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 33205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:29:55.125630 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:29:55.125650 [ 3 ] {} HTTP-Session: bab7417b-aac4-474f-9367-1df910352906 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:29:55.125666 [ 3 ] {} HTTP-Session: bab7417b-aac4-474f-9367-1df910352906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:55.125681 [ 3 ] {} HTTP-Session: bab7417b-aac4-474f-9367-1df910352906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:29:55.125714 [ 3 ] {} HTTP-Session: bab7417b-aac4-474f-9367-1df910352906 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:29:55.125984 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:29:55.126032 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:29:55.126221 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:29:55.126677 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:29:55.126714 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:29:55.127116 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.04.30 22:29:55.127456 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:29:55.127611 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} executeQuery: Read 31 rows, 42.84 KiB in 0.001813 sec., 17098.73138444567 rows/sec., 23.07 MiB/sec. 2024.04.30 22:29:55.127827 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} DynamicQueryHandler: Done processing query 2024.04.30 22:29:55.127861 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.30 22:29:55.127882 [ 3 ] {} HTTP-Session: bab7417b-aac4-474f-9367-1df910352906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:30:00.100481 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:30:00.100614 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:30:00.100643 [ 3 ] {} HTTP-Session: c79eb0ef-4d13-41de-8f8c-06bdd21b5f97 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:30:00.100681 [ 3 ] {} HTTP-Session: c79eb0ef-4d13-41de-8f8c-06bdd21b5f97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:30:00.100696 [ 3 ] {} HTTP-Session: c79eb0ef-4d13-41de-8f8c-06bdd21b5f97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:30:00.100748 [ 3 ] {} HTTP-Session: c79eb0ef-4d13-41de-8f8c-06bdd21b5f97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:30:00.100935 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:30:00.101004 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.30 22:30:00.101198 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:30:00.101620 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:30:00.101663 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:30:00.102041 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.04.30 22:30:00.102402 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:30:00.102558 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} executeQuery: Read 15 rows, 1.22 KiB in 0.001682 sec., 8917.9548156956 rows/sec., 722.84 KiB/sec. 2024.04.30 22:30:00.102832 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} DynamicQueryHandler: Done processing query 2024.04.30 22:30:00.102892 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:30:00.102951 [ 3 ] {} HTTP-Session: c79eb0ef-4d13-41de-8f8c-06bdd21b5f97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:30:00.103164 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:30:00.103226 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:30:00.103247 [ 3 ] {} HTTP-Session: 9e1a075c-7a80-469e-923e-78a323837d38 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:30:00.103265 [ 3 ] {} HTTP-Session: 9e1a075c-7a80-469e-923e-78a323837d38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:30:00.103278 [ 3 ] {} HTTP-Session: 9e1a075c-7a80-469e-923e-78a323837d38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:30:00.103310 [ 3 ] {} HTTP-Session: 9e1a075c-7a80-469e-923e-78a323837d38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:30:00.103430 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:30:00.103475 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.30 22:30:00.103619 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:30:00.103942 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:30:00.103978 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:30:00.104296 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2024.04.30 22:30:00.104612 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:30:00.104759 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} executeQuery: Read 45 rows, 4.01 KiB in 0.001363 sec., 33015.40719002201 rows/sec., 2.88 MiB/sec. 2024.04.30 22:30:00.104913 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} DynamicQueryHandler: Done processing query 2024.04.30 22:30:00.104942 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.30 22:30:00.104960 [ 3 ] {} HTTP-Session: 9e1a075c-7a80-469e-923e-78a323837d38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:30:00.105139 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:30:00.105196 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:30:00.105219 [ 3 ] {} HTTP-Session: 7c02a36d-7507-4109-8fdb-656b0d6e3ee3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:30:00.105238 [ 3 ] {} HTTP-Session: 7c02a36d-7507-4109-8fdb-656b0d6e3ee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:30:00.105253 [ 3 ] {} HTTP-Session: 7c02a36d-7507-4109-8fdb-656b0d6e3ee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:30:00.105290 [ 3 ] {} HTTP-Session: 7c02a36d-7507-4109-8fdb-656b0d6e3ee3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:30:00.105401 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:30:00.105449 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.30 22:30:00.105593 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:30:00.105881 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:30:00.105917 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:30:00.106287 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2024.04.30 22:30:00.106715 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:30:00.106895 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} executeQuery: Read 15 rows, 1.20 KiB in 0.001522 sec., 9855.453350854139 rows/sec., 789.21 KiB/sec. 2024.04.30 22:30:00.107107 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} DynamicQueryHandler: Done processing query 2024.04.30 22:30:00.107135 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.30 22:30:00.107151 [ 3 ] {} HTTP-Session: 7c02a36d-7507-4109-8fdb-656b0d6e3ee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:30:00.107296 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.30 22:30:00.107365 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.30 22:30:00.107390 [ 3 ] {} HTTP-Session: 443fd2a2-80aa-4b73-b071-4fd9ff05b069 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 2024.04.30 22:30:00.107410 [ 3 ] {} HTTP-Session: 443fd2a2-80aa-4b73-b071-4fd9ff05b069 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:30:00.107428 [ 3 ] {} HTTP-Session: 443fd2a2-80aa-4b73-b071-4fd9ff05b069 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:30:00.107466 [ 3 ] {} HTTP-Session: 443fd2a2-80aa-4b73-b071-4fd9ff05b069 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.30 22:30:00.107687 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.30 22:30:00.107745 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.30 22:30:00.107921 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} ParallelParsingInputFormat: Parallel parsing is used 2024.04.30 22:30:00.108292 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:30:00.108329 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:30:00.108742 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.04.30 22:30:00.109077 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:30:00.109228 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} executeQuery: Read 15 rows, 20.73 KiB in 0.00166 sec., 9036.144578313253 rows/sec., 12.19 MiB/sec. 2024.04.30 22:30:00.109249 [ 49 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.04.30 22:30:00.109345 [ 49 ] {} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.30 22:30:00.109392 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.04.30 22:30:00.109480 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} DynamicQueryHandler: Done processing query 2024.04.30 22:30:00.109550 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.04.30 22:30:00.109588 [ 3 ] {} HTTP-Session: 443fd2a2-80aa-4b73-b071-4fd9ff05b069 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.30 22:30:00.109600 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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.04.30 22:30:00.109801 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.30 22:30:00.109842 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1098 rows starting from the beginning of the part 2024.04.30 22:30:00.109974 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 15 rows starting from the beginning of the part 2024.04.30 22:30:00.110084 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 29 rows starting from the beginning of the part 2024.04.30 22:30:00.110317 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 15 rows starting from the beginning of the part 2024.04.30 22:30:00.110491 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 31 rows starting from the beginning of the part 2024.04.30 22:30:00.110669 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 15 rows starting from the beginning of the part 2024.04.30 22:30:00.113688 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1203 rows, containing 6 columns (6 merged, 0 gathered) in 0.004216566 sec., 285303.2538800531 rows/sec., 385.00 MiB/sec. 2024.04.30 22:30:00.114556 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.04.30 22:30:00.115069 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.30 22:30:00.115167 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.04.30 22:30:00.115271 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.74 MiB.